change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
Font Awesome Free License
|
||||
-------------------------
|
||||
|
||||
Font Awesome Free is free, open source, and GPL friendly. You can use it for
|
||||
commercial projects, open source projects, or really almost whatever you want.
|
||||
Full Font Awesome Free license: https://fontawesome.com/license/free.
|
||||
|
||||
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
|
||||
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
|
||||
packaged as SVG and JS file types.
|
||||
|
||||
# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
|
||||
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
||||
packaged as web and desktop font files.
|
||||
|
||||
# Code: MIT License (https://opensource.org/licenses/MIT)
|
||||
In the Font Awesome Free download, the MIT license applies to all non-font and
|
||||
non-icon files.
|
||||
|
||||
# Attribution
|
||||
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
|
||||
Awesome Free files already contain embedded comments with sufficient
|
||||
attribution, so you shouldn't need to do anything additional when using these
|
||||
files normally.
|
||||
|
||||
We've kept attribution comments terse, so we ask that you do not actively work
|
||||
to remove them from files, especially code. They're a great way for folks to
|
||||
learn about Font Awesome.
|
||||
|
||||
# Brand Icons
|
||||
All brand icons are trademarks of their respective owners. The use of these
|
||||
trademarks does not indicate endorsement of the trademark holder by Font
|
||||
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
||||
to represent the company, product, or service to which they refer.**
|
||||
@@ -0,0 +1,27 @@
|
||||
# @fortawesome/free-regular-svg-icons - SVG with JavaScript version
|
||||
|
||||
> "I came here to chew bubblegum and install Font Awesome 6 - and I'm all out of bubblegum"
|
||||
|
||||
[](https://www.npmjs.com/package/@fortawesome/free-regular-svg-icons)
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
$ npm i --save @fortawesome/free-regular-svg-icons
|
||||
```
|
||||
|
||||
Or
|
||||
|
||||
```
|
||||
$ yarn add @fortawesome/free-regular-svg-icons
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Get started [here](https://fontawesome.com/how-to-use/on-the-web/setup/getting-started). Continue your journey [here](https://fontawesome.com/how-to-use/on-the-web/advanced).
|
||||
|
||||
Or go straight to the [API documentation](https://fontawesome.com/how-to-use/with-the-api).
|
||||
|
||||
## Issues and support
|
||||
|
||||
Start with [GitHub issues](https://github.com/FortAwesome/Font-Awesome/issues) and ping us on [Twitter](https://twitter.com/fontawesome) if you need to.
|
||||
@@ -0,0 +1,3 @@
|
||||
console.log(`Font Awesome Free 6.0.0-beta1 by @fontawesome - https://fontawesome.com
|
||||
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
`)
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/fa61463.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/fa61463.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const fa61463: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faClock');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.fa61463 = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/fa62694.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/fa62694.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const fa62694: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faFontAwesome');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.fa62694 = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faAddressBook.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faAddressBook.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faAddressBook: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'address-book';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['contact-book'];
|
||||
var unicode = 'f2b9';
|
||||
var svgPathData = 'M272 288h-64C163.8 288 128 323.8 128 368C128 376.8 135.2 384 144 384h192c8.836 0 16-7.164 16-16C352 323.8 316.2 288 272 288zM240 256c35.35 0 64-28.65 64-64s-28.65-64-64-64c-35.34 0-64 28.65-64 64S204.7 256 240 256zM496 320H480v96h16c8.836 0 16-7.164 16-16v-64C512 327.2 504.8 320 496 320zM496 64H480v96h16C504.8 160 512 152.8 512 144v-64C512 71.16 504.8 64 496 64zM496 192H480v96h16C504.8 288 512 280.8 512 272v-64C512 199.2 504.8 192 496 192zM384 0H96C60.65 0 32 28.65 32 64v384c0 35.35 28.65 64 64 64h288c35.35 0 64-28.65 64-64V64C448 28.65 419.3 0 384 0zM400 448c0 8.836-7.164 16-16 16H96c-8.836 0-16-7.164-16-16V64c0-8.838 7.164-16 16-16h288c8.836 0 16 7.162 16 16V448z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faAddressBook = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faAddressCard.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faAddressCard.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faAddressCard: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'address-card';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var aliases = ['contact-card','vcard'];
|
||||
var unicode = 'f2bb';
|
||||
var svgPathData = 'M208 256c35.35 0 64-28.65 64-64c0-35.35-28.65-64-64-64s-64 28.65-64 64C144 227.3 172.7 256 208 256zM464 232h-96c-13.25 0-24 10.75-24 24s10.75 24 24 24h96c13.25 0 24-10.75 24-24S477.3 232 464 232zM240 288h-64C131.8 288 96 323.8 96 368C96 376.8 103.2 384 112 384h192c8.836 0 16-7.164 16-16C320 323.8 284.2 288 240 288zM464 152h-96c-13.25 0-24 10.75-24 24s10.75 24 24 24h96c13.25 0 24-10.75 24-24S477.3 152 464 152zM512 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h448c35.35 0 64-28.65 64-64V96C576 60.65 547.3 32 512 32zM528 416c0 8.822-7.178 16-16 16H64c-8.822 0-16-7.178-16-16V96c0-8.822 7.178-16 16-16h448c8.822 0 16 7.178 16 16V416z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faAddressCard = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faAngry.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faAngry.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faAngry: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faFaceAngry');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faAngry = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faArrowAltCircleDown.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faArrowAltCircleDown.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faArrowAltCircleDown: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faCircleDown');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faArrowAltCircleDown = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faArrowAltCircleLeft.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faArrowAltCircleLeft.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faArrowAltCircleLeft: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faCircleLeft');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faArrowAltCircleLeft = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faArrowAltCircleRight: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faCircleRight');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faArrowAltCircleRight = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faArrowAltCircleUp.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faArrowAltCircleUp.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faArrowAltCircleUp: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faCircleUp');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faArrowAltCircleUp = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBarChart.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBarChart.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faBarChart: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faChartBar');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faBarChart = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBell.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBell.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faBell: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'bell';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f0f3';
|
||||
var svgPathData = 'M439.4 362.3C420.1 341.5 383.9 310.2 383.9 208c0-77.75-54.38-139.9-127.9-155.1V32c0-17.62-14.38-32-32-32S192 14.38 192 32v20.88C118.5 68.12 64.13 130.2 64.13 208c0 102.2-36.25 133.5-55.5 154.3C2.625 368.8 0 376.5 0 384c.125 16.38 13 32 32.13 32h383.8c19.12 0 32-15.62 32.13-32C448 376.5 445.4 368.8 439.4 362.3zM67.5 368C88.75 340 112 293.6 112 208.6V208C112 146.1 162.1 96 224 96s112 50.12 112 112v.625C336 293.6 359.2 340 380.5 368H67.5zM223.1 512C259.4 512 288 483.4 288 448H160C160 483.4 188.6 512 223.1 512z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBell = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBellSlash.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBellSlash.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faBellSlash: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'bell-slash';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f1f6';
|
||||
var svgPathData = 'M630.8 469.1l-90.65-71.05c2.205-4.418 3.805-9.09 3.842-14.06c0-7.5-2.625-15.25-8.625-21.75c-19.25-20.75-55.5-51.1-55.5-154.2c0-77.75-54.37-139.9-127.9-155.1V32c0-17.62-14.38-32-32-32s-31.1 14.38-31.1 32V52.88c-42.7 8.859-78.5 33.78-101.2 68.22L38.81 5.117C28.34-3.054 13.32-1.247 5.115 9.19c-8.172 10.44-6.349 25.53 4.073 33.7L601.2 506.9C605.6 510.3 610.8 512 615.1 512c7.125 0 14.17-3.159 18.9-9.19C643.1 492.4 641.2 477.3 630.8 469.1zM224.7 150.8C244.1 118.1 279.2 96 320 96c61.88 0 112 50.13 112 112v.625c0 55.46 9.949 94.28 22.73 122.5L224.7 150.8zM319.1 512c35.38 0 64-28.62 64-63.1H256C256 483.4 284.6 512 319.1 512zM163.5 368c16.79-22.12 34.64-56.07 41.47-111.1L159.5 221.3c-3.148 91.16-36.56 121.2-54.9 140.1c-6 6.5-8.625 14.25-8.625 21.75c.125 16.38 12.1 31.1 32.12 31.1L407.1 416l-61.24-48H163.5z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBellSlash = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBookmark.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBookmark.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faBookmark: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'bookmark';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f02e';
|
||||
var svgPathData = 'M336 0h-288C21.49 0 0 21.49 0 48v431.9c0 24.7 26.79 40.08 48.12 27.64L192 423.6l143.9 83.93C357.2 519.1 384 504.6 384 479.9V48C384 21.49 362.5 0 336 0zM336 452L192 368l-144 84V54C48 50.63 50.63 48 53.1 48h276C333.4 48 336 50.63 336 54V452z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBookmark = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBuilding.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faBuilding.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faBuilding: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'building';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f1ad';
|
||||
var svgPathData = 'M96 244C96 250.6 101.4 256 108 256h40C154.6 256 160 250.6 160 244v-40C160 197.4 154.6 192 148 192h-40C101.4 192 96 197.4 96 204V244zM160 340v-40C160 293.4 154.6 288 148 288h-40C101.4 288 96 293.4 96 300v40C96 346.6 101.4 352 108 352h40C154.6 352 160 346.6 160 340zM108 160h40C154.6 160 160 154.6 160 148v-40C160 101.4 154.6 96 148 96h-40C101.4 96 96 101.4 96 108v40C96 154.6 101.4 160 108 160zM320 0H64C28.65 0 0 28.65 0 64v424C0 501.3 10.75 512 24 512s24-10.75 24-24V64c0-8.838 7.164-16 16-16h256c8.836 0 16 7.162 16 16v424c0 13.25 10.75 24 24 24S384 501.3 384 488V64C384 28.65 355.3 0 320 0zM276 96h-40C229.4 96 224 101.4 224 108v40C224 154.6 229.4 160 236 160h40C282.6 160 288 154.6 288 148v-40C288 101.4 282.6 96 276 96zM276 192h-40C229.4 192 224 197.4 224 204v40C224 250.6 229.4 256 236 256h40C282.6 256 288 250.6 288 244v-40C288 197.4 282.6 192 276 192zM276 288h-40C229.4 288 224 293.4 224 300v40C224 346.6 229.4 352 236 352h40C282.6 352 288 346.6 288 340v-40C288 293.4 282.6 288 276 288zM191.2 384C157.6 384.5 144 415.4 144 434.1V488C144 501.3 154.7 512 168 512h48c13.26 0 24-10.75 24-24v-54.57C240 406.6 218 383.6 191.2 384z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBuilding = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendar.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendar.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCalendar: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f133';
|
||||
var svgPathData = 'M384 64h-40V24c0-13.25-10.75-24-23.1-24S296 10.75 296 24V64h-144V24C152 10.75 141.3 0 128 0S104 10.75 104 24V64H64C28.65 64 0 92.65 0 128v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V128C448 92.65 419.3 64 384 64zM384 464H64c-8.822 0-16-7.176-16-16V192h352v256C400 456.8 392.8 464 384 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendar = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarAlt.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarAlt.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCalendarAlt: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faCalendarDays');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarAlt = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarCheck.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarCheck.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCalendarCheck: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-check';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f274';
|
||||
var svgPathData = 'M183 408.1c4.5 4.5 10.62 7.031 16.97 7.031c.3125 0 .625 0 .9062-.0313c6.688-.25 12.97-3.281 17.31-8.344l96-112c8.625-10.06 7.469-25.22-2.594-33.84c-10.03-8.594-25.19-7.469-33.84 2.594l-79.13 92.34l-29.69-29.69c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94L183 408.1zM384 64h-40V24C344 10.75 333.3 0 320 0s-24 10.75-24 24V64h-144V24C152 10.75 141.3 0 128 0S104 10.75 104 24V64H64C28.65 64 0 92.65 0 128v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V128C448 92.65 419.3 64 384 64zM400 448c0 8.824-7.178 16-16 16H64c-8.822 0-16-7.176-16-16V192h352V448z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarCheck = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarDays.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarDays.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCalendarDays: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-days';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = ['calendar-alt'];
|
||||
var unicode = 'f073';
|
||||
var svgPathData = 'M384 64h-40V24c0-13.25-10.75-24-23.1-24S296 10.75 296 24V64h-144V24C152 10.75 141.3 0 128 0S104 10.75 104 24V64H64C28.65 64 0 92.65 0 128v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V128C448 92.65 419.3 64 384 64zM400 192v104h-152V192H400zM200 192v104H48V192H200zM48 448v-104h152v120H64C55.18 464 48 456.8 48 448zM384 464h-136v-120h152V448C400 456.8 392.8 464 384 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarDays = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarMinus.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarMinus.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCalendarMinus: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-minus';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f272';
|
||||
var svgPathData = 'M384 64h-40V24c0-13.25-10.75-24-23.1-24S296 10.75 296 24V64h-144V24C152 10.75 141.3 0 128 0S104 10.75 104 24V64H64C28.65 64 0 92.65 0 128v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V128C448 92.65 419.3 64 384 64zM400 448c0 8.824-7.178 16-16 16H64c-8.822 0-16-7.176-16-16V192h352V448zM143.1 351.1h160c13.26 0 23.1-10.74 23.1-23.1s-10.74-23.1-23.1-23.1H143.1C130.7 304 120 314.7 120 328C120 341.3 130.7 351.1 143.1 351.1z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarMinus = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarPlus.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarPlus.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCalendarPlus: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-plus';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f271';
|
||||
var svgPathData = 'M384 64h-40V24c0-13.25-10.75-24-23.1-24S296 10.75 296 24V64h-144V24C152 10.75 141.3 0 128 0S104 10.75 104 24V64H64C28.65 64 0 92.65 0 128v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V128C448 92.65 419.3 64 384 64zM400 448c0 8.824-7.178 16-16 16H64c-8.822 0-16-7.176-16-16V192h352V448zM143.1 351.1H200v56C200 421.3 210.7 432 224 432c13.26 0 23.1-10.74 23.1-23.1V351.1h56c13.26 0 23.1-10.74 23.1-23.1s-10.74-23.1-23.1-23.1H247.1V247.1C247.1 234.7 237.3 224 224 224S200 234.7 200 247.1V304H143.1C130.7 304 120 314.7 120 328C120 341.3 130.7 351.1 143.1 351.1z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarPlus = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarTimes.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarTimes.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCalendarTimes: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faCalendarXmark');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarTimes = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarXmark.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCalendarXmark.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCalendarXmark: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-xmark';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = ['calendar-times'];
|
||||
var unicode = 'f273';
|
||||
var svgPathData = 'M384 64h-40V24c0-13.25-10.75-24-23.1-24S296 10.75 296 24V64h-144V24C152 10.75 141.3 0 128 0S104 10.75 104 24V64H64C28.65 64 0 92.65 0 128v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V128C448 92.65 419.3 64 384 64zM400 448c0 8.824-7.178 16-16 16H64c-8.822 0-16-7.176-16-16V192h352V448zM143 408.1c9.374 9.374 24.56 9.38 33.94 0L224 361.9l47.03 47.03c9.374 9.374 24.56 9.38 33.94 0c9.375-9.375 9.375-24.56 0-33.94L257.9 328l47.03-47.03c9.375-9.375 9.375-24.56 0-33.94s-24.56-9.375-33.94 0L224 294.1L176.1 247c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94L190.1 328l-47.03 47.03C133.7 384.4 133.7 399.6 143 408.1z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarXmark = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareDown.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareDown.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCaretSquareDown: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faSquareCaretDown');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaretSquareDown = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareLeft.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareLeft.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCaretSquareLeft: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faSquareCaretLeft');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaretSquareLeft = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareRight.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareRight.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCaretSquareRight: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faSquareCaretRight');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaretSquareRight = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareUp.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareUp.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCaretSquareUp: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faSquareCaretUp');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaretSquareUp = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChartBar.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChartBar.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faChartBar: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'chart-bar';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['bar-chart'];
|
||||
var unicode = 'f080';
|
||||
var svgPathData = 'M152 256h144C309.3 256 320 245.3 320 232S309.3 208 296 208h-144C138.8 208 128 218.8 128 232S138.8 256 152 256zM152 160h208C373.3 160 384 149.3 384 136S373.3 112 360 112h-208C138.8 112 128 122.8 128 136S138.8 160 152 160zM152 352h272c13.25 0 24-10.75 24-24S437.3 304 424 304h-272C138.8 304 128 314.8 128 328S138.8 352 152 352zM488 432H48V56C48 42.75 37.25 32 24 32S0 42.75 0 56V448c0 17.59 14.41 32 32 32h456c13.25 0 24-10.75 24-24S501.3 432 488 432z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChartBar = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCheckCircle.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCheckCircle.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCheckCircle: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faCircleCheck');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faCheckCircle = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCheckSquare.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCheckSquare.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCheckSquare: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faSquareCheck');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faCheckSquare = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessBishop.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessBishop.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faChessBishop: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'chess-bishop';
|
||||
var width = 320;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f43a';
|
||||
var svgPathData = 'M296 464H23.1C10.75 464 0 474.7 0 487.1S10.75 512 23.1 512h272C309.3 512 320 501.3 320 488S309.3 464 296 464zM0 304c0 51.63 30.12 85.25 64 96v32h48v-67.13l-33.5-10.63C63.75 349.5 48 333.9 48 304c0-84.1 93.2-206.5 112.6-206.5c19.63 0 60.01 67.18 70.28 85.8l-66.13 66.13c-3.125 3.125-4.688 7.219-4.688 11.31S161.6 268.9 164.8 272L176 283.2c3.125 3.125 7.219 4.688 11.31 4.688s8.188-1.562 11.31-4.688L253 229C264.4 256.8 272 283.5 272 304c0 29.88-15.75 45.5-30.5 50.25L208 364.9V432H256v-32c33.88-10.75 64-44.38 64-96c0-73.38-67.75-197.2-120.6-241.5C213.4 59.12 224 47 224 32c0-17.62-14.38-32-32-32H128C110.4 0 96 14.38 96 32c0 15 10.62 27.12 24.62 30.5C67.75 106.8 0 230.6 0 304z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChessBishop = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessKing.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessKing.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faChessKing: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'chess-king';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f43f';
|
||||
var svgPathData = 'M391.9 464H55.95c-13.25 0-23.1 10.75-23.1 23.1S42.7 512 55.95 512h335.1c13.25 0 23.1-10.75 23.1-23.1S405.2 464 391.9 464zM448 216c0-11.82-3.783-23.51-11.08-33.17c-10.3-14.39-27-22.88-44.73-22.88L247.9 160V104h31.1c13.2 0 24.06-10.8 24.06-24S293.1 56 279.9 56h-31.1V23.1C247.9 10.8 237.2 0 223.1 0S199.9 10.8 199.9 23.1V56H167.9c-13.2 0-23.97 10.8-23.97 24S154.7 104 167.9 104h31.1V160H55.95C24.72 160 0 185.3 0 215.9C0 221.6 .8893 227.4 2.704 233L68.45 432h50.5L48.33 218.4C48.09 217.6 47.98 216.9 47.98 216.1C47.98 212.3 50.93 208 55.95 208h335.9c6.076 0 8.115 5.494 8.115 8.113c0 .6341-.078 1.269-.2405 1.887L328.8 432h50.62l65.1-199.2C447.2 227.3 448 221.7 448 216z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChessKing = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessKnight.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessKnight.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faChessKnight: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'chess-knight';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f441';
|
||||
var svgPathData = 'M44 320.6l14.5 6.5c-17.01 20.24-26.44 45.91-26.44 72.35C32.06 399.7 32.12 432 32.12 432h48v-32c0-24.75 14-47.5 36.13-58.63l38.13-23.37c13.25-6.625 21.75-20.25 21.75-35.13v-58.75l-15.37 9C155.6 235.8 151.9 240.4 150.5 245.9L143 271c-2.25 7.625-8 13.88-15.38 16.75L117.1 292C114 293.3 110.7 293.9 107.4 293.9c-3.626 0-7.263-.7514-10.66-2.254L63.5 276.9C54.12 272.6 48 263.2 48 252.9V140.5c0-5.125 2.125-10.12 5.75-13.88l7.375-7.375L49.5 96C48.5 94.12 48 92 48 89.88C48 84.38 52.38 80 57.88 80h105c86.75 0 156.1 70.38 156.1 157.1V432h48.06l-.0625-194.9C367.9 124 276 32 162.9 32H57.88C25.88 32 0 57.88 0 89.88c0 8.5 1.75 16.88 5.125 24.62C1.75 122.8 0 131.6 0 140.5v112.4C0 282.2 17.25 308.8 44 320.6zM80.12 164c0 11 8.875 20 20 20c11 0 20-9 20-20s-9-20-20-20C89 144 80.12 153 80.12 164zM360 464H23.1C10.75 464 0 474.7 0 487.1S10.75 512 23.1 512H360C373.3 512 384 501.3 384 488S373.3 464 360 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChessKnight = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessPawn.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessPawn.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faChessPawn: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'chess-pawn';
|
||||
var width = 320;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f443';
|
||||
var svgPathData = 'M296 463.1H23.1c-13.25 0-23.1 10.75-23.1 24s10.75 24 23.1 24h272c13.25 0 23.1-10.75 23.1-23.1S309.3 463.1 296 463.1zM55.1 287.1L80 287.1v29.5c0 40.25-3.5 81.25-23.38 114.5h53.5C125.1 394.1 128 354.6 128 317.5v-29.5h64v29.5c0 37.13 2.875 77.5 17.88 114.5h53.5C243.5 398.7 240 357.7 240 317.5V287.1l24-.0001C277.3 287.1 288 277.3 288 263.1c0-13.25-10.75-24-23.1-24H241c23.75-21.88 38.1-53.12 38.1-87.1c0-9.393-1.106-19.05-3.451-28.86C272.3 105.4 244.9 32 159.1 32C93.75 32 40 85.75 40 151.1c0 34.88 15.12 66.12 39 88H55.1C42.75 239.1 32 250.7 32 263.1C32 277.3 42.75 287.1 55.1 287.1zM160 79.1c39.75 0 72 32.25 72 72S199.8 223.1 160 223.1S88 191.7 88 151.1S120.2 79.1 160 79.1z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChessPawn = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessQueen.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessQueen.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faChessQueen: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'chess-queen';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f445';
|
||||
var svgPathData = 'M256 112c30.88 0 56-25.12 56-56S286.9 0 256 0S199.1 25.12 199.1 56S225.1 112 256 112zM511.1 197.4c0-5.178-2.509-10.2-7.096-13.26L476.4 168.2c-2.5-1.75-5.497-2.62-8.497-2.62c-5.501 .125-10.63 2.87-13.75 7.245c-9.001 12-23.16 19.13-38.16 19.13c-3.125 0-6.089-.2528-9.089-.8778c-23.13-4.25-38.88-26.25-38.88-49.75C367.1 134 361.1 128 354.6 128h-38.75c-6.001 0-11.63 4-12.88 9.875C298.2 160.1 278.7 176 255.1 176c-22.75 0-42.25-15.88-47-38.12C207.7 132 202.2 128 196.1 128h-38.75C149.1 128 143.1 134 143.1 141.4c0 18.49-13.66 50.62-47.95 50.62c-15.13 0-29.3-7.118-38.3-19.24C54.6 168.4 49.66 165.7 44.15 165.6c-3 0-5.931 .8951-8.432 2.645l-28.63 16C2.509 187.2 0 192.3 0 197.4c0 2.438 .5583 4.901 1.72 7.185L109.9 432h53.13L69.85 236.4C78.35 238.8 87.11 240 95.98 240c2.432 0 56.83 1.503 84.76-52.5C198.1 210.5 226.6 224 255.9 224c29.38 0 57.01-13.38 75.26-36.25C336.1 197.6 360.6 240 416 240c8.751 0 17.5-1.125 26-3.5L349 432h53.13l108.1-227.4C511.4 202.3 511.1 199.8 511.1 197.4zM424 464H87.98c-13.26 0-24 10.75-24 23.1S74.72 512 87.98 512h336c13.26 0 24-10.75 24-23.1S437.3 464 424 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChessQueen = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessRook.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faChessRook.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faChessRook: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'chess-rook';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f447';
|
||||
var svgPathData = 'M360 464H23.1C10.75 464 0 474.7 0 487.1S10.75 512 23.1 512H360C373.3 512 384 501.3 384 488S373.3 464 360 464zM345.1 32h-308C17 32 0 49 0 70v139.4C0 218.8 4 227.5 11 233.6L48 265.8c0 8.885 .0504 17.64 .0504 26.46c0 39.32-1.001 79.96-11.93 139.8h49C94.95 374.3 96.11 333.3 96.11 285.5C96.11 270.7 96 255.1 96 238.2L48 196.5V80h64V128H160V80h64V128h48V80h64v116.5L288 238.2c0 16.77-.1124 32.25-.1124 47.1c0 47.79 1.164 89.15 10.99 146.7h49c-10.92-59.83-11.93-100.6-11.93-139.9C335.9 283.3 336 274.6 336 265.8l37-32.13C380 227.5 384 218.8 384 209.4V70C384 49 367 32 345.1 32zM192 224C174.4 224 160 238.4 160 256v64h64V256C224 238.4 209.6 224 192 224z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChessRook = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircle.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircle.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircle: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f111';
|
||||
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircle = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleCheck.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleCheck.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleCheck: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-check';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['check-circle'];
|
||||
var unicode = 'f058';
|
||||
var svgPathData = 'M335 175L224 286.1L176.1 239c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l64 64C211.7 341.7 217.8 344 224 344s12.28-2.344 16.97-7.031l128-128c9.375-9.375 9.375-24.56 0-33.94S344.4 165.7 335 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleCheck = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleDot.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleDot.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleDot: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-dot';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['dot-circle'];
|
||||
var unicode = 'f192';
|
||||
var svgPathData = 'M256 160C203 160 160 203 160 256c0 52.95 43.05 96 96 96s96-43.05 96-96C352 203 308.1 160 256 160zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleDot = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleDown.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleDown.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleDown: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-down';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['arrow-alt-circle-down'];
|
||||
var unicode = 'f358';
|
||||
var svgPathData = 'M344 240h-56L287.1 152c0-13.25-10.75-24-24-24h-16C234.7 128 223.1 138.8 223.1 152L224 240h-56c-9.531 0-18.16 5.656-22 14.38C142.2 263.1 143.9 273.3 150.4 280.3l88.75 96C243.7 381.2 250.1 384 256.8 384c7.781-.3125 13.25-2.875 17.75-7.844l87.25-96c6.406-7.031 8.031-17.19 4.188-25.88S353.5 240 344 240zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleDown = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleLeft.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleLeft.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleLeft: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-left';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['arrow-alt-circle-left'];
|
||||
var unicode = 'f359';
|
||||
var svgPathData = 'M360 224L272 224v-56c0-9.531-5.656-18.16-14.38-22C248.9 142.2 238.7 143.9 231.7 150.4l-96 88.75C130.8 243.7 128 250.1 128 256.8c.3125 7.781 2.875 13.25 7.844 17.75l96 87.25c7.031 6.406 17.19 8.031 25.88 4.188s14.28-12.44 14.28-21.94l-.002-56L360 288C373.3 288 384 277.3 384 264v-16C384 234.8 373.3 224 360 224zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleLeft = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCirclePause.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCirclePause.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCirclePause: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-pause';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['pause-circle'];
|
||||
var unicode = 'f28b';
|
||||
var svgPathData = 'M200 160C186.8 160 176 170.8 176 184v144C176 341.3 186.8 352 200 352S224 341.3 224 328v-144C224 170.8 213.3 160 200 160zM312 160C298.8 160 288 170.8 288 184v144c0 13.25 10.75 24 24 24s24-10.75 24-24v-144C336 170.8 325.3 160 312 160zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCirclePause = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCirclePlay.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCirclePlay.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCirclePlay: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-play';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['play-circle'];
|
||||
var unicode = 'f144';
|
||||
var svgPathData = 'M228.5 147.5C224.7 145.2 220.3 144 216 144C202.2 144 192 155.3 192 168v176c0 12.8 10.31 24 24 24c4.344 0 8.68-1.18 12.52-3.523l144-88C379.6 272.1 384 264.4 384 256c0-8.359-4.352-16.12-11.48-20.48L228.5 147.5zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCirclePlay = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleQuestion.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleQuestion.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleQuestion: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-question';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['question-circle'];
|
||||
var unicode = 'f059';
|
||||
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 336c-18 0-32 14-32 32s13.1 32 32 32c17.1 0 32-14 32-32S273.1 336 256 336zM289.1 128h-51.1C199 128 168 159 168 198c0 13 11 24 24 24s24-11 24-24C216 186 225.1 176 237.1 176h51.1C301.1 176 312 186 312 198c0 8-4 14.1-11 18.1L244 251C236 256 232 264 232 272V288c0 13 11 24 24 24S280 301 280 288V286l45.1-28c21-13 34-36 34-60C360 159 329 128 289.1 128z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleQuestion = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleRight.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleRight.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleRight: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-right';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['arrow-alt-circle-right'];
|
||||
var unicode = 'f35a';
|
||||
var svgPathData = 'M280.2 150.2C273.1 143.8 262.1 142.2 254.3 146.1S239.1 158.5 239.1 167.1l.002 56L152 224C138.8 224 128 234.8 128 248v16C128 277.3 138.8 288 152 288L240 287.1v56c0 9.531 5.656 18.16 14.38 22c8.75 3.812 18.91 2.094 25.91-4.375l96-88.75C381.2 268.3 384 261.9 384 255.2c-.3125-7.781-2.875-13.25-7.844-17.75L280.2 150.2zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleRight = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleStop.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleStop.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleStop: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-stop';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['stop-circle'];
|
||||
var unicode = 'f28d';
|
||||
var svgPathData = 'M328 160h-144C170.8 160 160 170.8 160 184v144C160 341.2 170.8 352 184 352h144c13.2 0 24-10.8 24-24v-144C352 170.8 341.2 160 328 160zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleStop = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleUp.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleUp.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleUp: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-up';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['arrow-alt-circle-up'];
|
||||
var unicode = 'f35b';
|
||||
var svgPathData = 'M272.9 135.7C268.3 130.8 261.9 128 255.2 128C247.5 128.3 241.1 130.9 237.5 135.8l-87.25 96C143.8 238.9 142.2 249 146.1 257.7C149.9 266.4 158.5 272 167.1 272h56L224 360c0 13.25 10.75 24 24 24h16c13.25 0 23.1-10.75 23.1-24L287.1 272h56c9.531 0 18.16-5.656 22-14.38c3.811-8.75 2.092-18.91-4.377-25.91L272.9 135.7zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleUp = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleUser.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleUser.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleUser: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-user';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['user-circle'];
|
||||
var unicode = 'f2bd';
|
||||
var svgPathData = 'M256 112c-48.6 0-88 39.4-88 88C168 248.6 207.4 288 256 288s88-39.4 88-88C344 151.4 304.6 112 256 112zM256 240c-22.06 0-40-17.95-40-40C216 177.9 233.9 160 256 160s40 17.94 40 40C296 222.1 278.1 240 256 240zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-46.73 0-89.76-15.68-124.5-41.79C148.8 389 182.4 368 220.2 368h71.69c37.75 0 71.31 21.01 88.68 54.21C345.8 448.3 302.7 464 256 464zM416.2 388.5C389.2 346.3 343.2 320 291.8 320H220.2c-51.36 0-97.35 26.25-124.4 68.48C65.96 352.5 48 306.3 48 256c0-114.7 93.31-208 208-208s208 93.31 208 208C464 306.3 446 352.5 416.2 388.5z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleUser = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleXmark.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faCircleXmark.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCircleXmark: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle-xmark';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = ['times-circle','xmark-circle'];
|
||||
var unicode = 'f057';
|
||||
var svgPathData = 'M336.1 175c-9.375-9.375-24.56-9.375-33.94 0L256 222.1L208.1 175c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l47.03 47.03L175 303c-9.375 9.375-9.375 24.56 0 33.94c9.373 9.373 24.56 9.381 33.94 0L256 289.9l47.03 47.03c9.373 9.373 24.56 9.381 33.94 0c9.375-9.375 9.375-24.56 0-33.94l-47.03-47.03l47.03-47.03C346.3 199.6 346.3 184.4 336.1 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256S512 397.4 512 256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircleXmark = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faClipboard.d.ts
vendored
Normal file
11
assets/fontawesomefree/js-packages/@fortawesome/free-regular-svg-icons/faClipboard.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faClipboard: IconDefinition;
|
||||
export const prefix: IconPrefix;
|
||||
export const iconName: IconName;
|
||||
export const width: number;
|
||||
export const height: number;
|
||||
export const ligatures: string[];
|
||||
export const unicode: string;
|
||||
export const svgPathData: string;
|
||||
export const aliases: string[];
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user