update assets
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 5 - 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 5.15.3 by @fontawesome - https://fontawesome.com
|
||||
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
`)
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faAddressBook.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faAddressBook.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'address-book';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f2b9';
|
||||
var svgPathData = 'M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faAddressBook = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faAddressCard.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faAddressCard.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'address-card';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f2bb';
|
||||
var svgPathData = 'M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faAddressCard = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faAngry.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faAngry.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'angry';
|
||||
var width = 496;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f556';
|
||||
var svgPathData = 'M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faAngry = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'arrow-alt-circle-down';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f358';
|
||||
var svgPathData = 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faArrowAltCircleDown = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'arrow-alt-circle-left';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f359';
|
||||
var svgPathData = 'M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faArrowAltCircleLeft = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'arrow-alt-circle-right';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f35a';
|
||||
var svgPathData = 'M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faArrowAltCircleRight = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faArrowAltCircleUp.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faArrowAltCircleUp.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'arrow-alt-circle-up';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f35b';
|
||||
var svgPathData = 'M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faArrowAltCircleUp = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faBell.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faBell.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'bell';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f0f3';
|
||||
var svgPathData = 'M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBell = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faBellSlash.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faBellSlash.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'bell-slash';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f1f6';
|
||||
var svgPathData = 'M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBellSlash = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faBookmark.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faBookmark.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'bookmark';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f02e';
|
||||
var svgPathData = 'M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBookmark = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faBuilding.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faBuilding.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'building';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f1ad';
|
||||
var svgPathData = 'M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faBuilding = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendar.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendar.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f133';
|
||||
var svgPathData = 'M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendar = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarAlt.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarAlt.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-alt';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f073';
|
||||
var svgPathData = 'M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarAlt = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarCheck.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarCheck.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-check';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f274';
|
||||
var svgPathData = 'M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarCheck = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarMinus.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarMinus.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-minus';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f272';
|
||||
var svgPathData = 'M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarMinus = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarPlus.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarPlus.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-plus';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f271';
|
||||
var svgPathData = 'M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarPlus = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarTimes.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCalendarTimes.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'calendar-times';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f273';
|
||||
var svgPathData = 'M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCalendarTimes = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareDown.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareDown.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'caret-square-down';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f150';
|
||||
var svgPathData = 'M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaretSquareDown = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareLeft.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareLeft.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'caret-square-left';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f191';
|
||||
var svgPathData = 'M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaretSquareLeft = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareRight.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareRight.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'caret-square-right';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f152';
|
||||
var svgPathData = 'M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaretSquareRight = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareUp.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCaretSquareUp.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'caret-square-up';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f151';
|
||||
var svgPathData = 'M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCaretSquareUp = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faChartBar.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faChartBar.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'chart-bar';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f080';
|
||||
var svgPathData = 'M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChartBar = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCheckCircle.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCheckCircle.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'check-circle';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f058';
|
||||
var svgPathData = 'M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCheckCircle = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCheckSquare.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCheckSquare.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'check-square';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f14a';
|
||||
var svgPathData = 'M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCheckSquare = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCircle.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCircle.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'circle';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f111';
|
||||
var svgPathData = 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCircle = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faClipboard.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faClipboard.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'clipboard';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f328';
|
||||
var svgPathData = 'M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faClipboard = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faClock.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faClock.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faClock: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'clock';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f017';
|
||||
var svgPathData = 'M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faClock = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faClone.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faClone.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faClone: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'clone';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f24d';
|
||||
var svgPathData = 'M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faClone = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faClosedCaptioning.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faClosedCaptioning.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faClosedCaptioning: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'closed-captioning';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f20a';
|
||||
var svgPathData = 'M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faClosedCaptioning = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faComment.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faComment.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faComment: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'comment';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f075';
|
||||
var svgPathData = 'M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faComment = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCommentAlt.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCommentAlt.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCommentAlt: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'comment-alt';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f27a';
|
||||
var svgPathData = 'M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCommentAlt = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCommentDots.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCommentDots.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCommentDots: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'comment-dots';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f4ad';
|
||||
var svgPathData = 'M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCommentDots = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faComments.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faComments.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faComments: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'comments';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f086';
|
||||
var svgPathData = 'M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faComments = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCompass.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCompass.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCompass: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'compass';
|
||||
var width = 496;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f14e';
|
||||
var svgPathData = 'M347.94 129.86L203.6 195.83a31.938 31.938 0 0 0-15.77 15.77l-65.97 144.34c-7.61 16.65 9.54 33.81 26.2 26.2l144.34-65.97a31.938 31.938 0 0 0 15.77-15.77l65.97-144.34c7.61-16.66-9.54-33.81-26.2-26.2zm-77.36 148.72c-12.47 12.47-32.69 12.47-45.16 0-12.47-12.47-12.47-32.69 0-45.16 12.47-12.47 32.69-12.47 45.16 0 12.47 12.47 12.47 32.69 0 45.16zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCompass = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCopy.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCopy.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCopy: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'copy';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f0c5';
|
||||
var svgPathData = 'M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCopy = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCopyright.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCopyright.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCopyright: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'copyright';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f1f9';
|
||||
var svgPathData = 'M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCopyright = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCreditCard.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faCreditCard.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faCreditCard: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'credit-card';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f09d';
|
||||
var svgPathData = 'M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCreditCard = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faDizzy.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faDizzy.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faDizzy: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'dizzy';
|
||||
var width = 496;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f567';
|
||||
var svgPathData = 'M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-33.8-217.9c7.8-7.8 7.8-20.5 0-28.3L196.3 192l17.9-17.9c7.8-7.8 7.8-20.5 0-28.3-7.8-7.8-20.5-7.8-28.3 0L168 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.9 7.7 20.5 7.7 28.4-.2zm160-92.2c-7.8-7.8-20.5-7.8-28.3 0L328 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3l-17.8-18 17.9-17.9c7.7-7.8 7.7-20.4 0-28.2zM248 272c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faDizzy = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faDotCircle.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faDotCircle.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faDotCircle: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'dot-circle';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f192';
|
||||
var svgPathData = 'M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faDotCircle = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEdit.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEdit.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faEdit: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'edit';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f044';
|
||||
var svgPathData = 'M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faEdit = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEnvelope.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEnvelope.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faEnvelope: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'envelope';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f0e0';
|
||||
var svgPathData = 'M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faEnvelope = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEnvelopeOpen.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEnvelopeOpen.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faEnvelopeOpen: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'envelope-open';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f2b6';
|
||||
var svgPathData = 'M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faEnvelopeOpen = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEye.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEye.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faEye: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'eye';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f06e';
|
||||
var svgPathData = 'M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faEye = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEyeSlash.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faEyeSlash.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faEyeSlash: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'eye-slash';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f070';
|
||||
var svgPathData = 'M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faEyeSlash = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFile.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFile.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faFile: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'file';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f15b';
|
||||
var svgPathData = 'M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFile = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFileAlt.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFileAlt.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faFileAlt: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'file-alt';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f15c';
|
||||
var svgPathData = 'M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFileAlt = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFileArchive.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFileArchive.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faFileArchive: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'file-archive';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f1c6';
|
||||
var svgPathData = 'M128.3 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm177.6-30.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h79.7v16h32V48H208v104c0 13.3 10.7 24 24 24h104zM194.2 265.7c-1.1-5.6-6-9.7-11.8-9.7h-22.1v-32h-32v32l-19.7 97.1C102 385.6 126.8 416 160 416c33.1 0 57.9-30.2 51.5-62.6zm-33.9 124.4c-17.9 0-32.4-12.1-32.4-27s14.5-27 32.4-27 32.4 12.1 32.4 27-14.5 27-32.4 27zm32-198.1h-32v32h32z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFileArchive = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFileAudio.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFileAudio.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faFileAudio: 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;
|
||||
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'far';
|
||||
var iconName = 'file-audio';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f1c7';
|
||||
var svgPathData = 'M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm144-76.024c0 10.691-12.926 16.045-20.485 8.485L136 360.486h-28c-6.627 0-12-5.373-12-12v-56c0-6.627 5.373-12 12-12h28l35.515-36.947c7.56-7.56 20.485-2.206 20.485 8.485v135.952zm41.201-47.13c9.051-9.297 9.06-24.133.001-33.439-22.149-22.752 12.235-56.246 34.395-33.481 27.198 27.94 27.212 72.444.001 100.401-21.793 22.386-56.947-10.315-34.397-33.481z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFileAudio = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFileCode.d.ts
vendored
Normal file
10
assets/fontawesome_free/js-packages/@fortawesome/free-regular-svg-icons/faFileCode.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
||||
export const definition: IconDefinition;
|
||||
export const faFileCode: 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;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user