Release 5.1.1 (#1169)

This commit is contained in:
Rob Madole
2018-07-17 15:02:18 -05:00
committed by GitHub
parent 2579b9789e
commit b560c8509b
10154 changed files with 52577 additions and 92195 deletions

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAddressBook: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ 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-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAddressBook = exports.definition;
exports.faAddressBook = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAddressCard: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ 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-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAddressCard = exports.definition;
exports.faAddressCard = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAdjust: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f042';
var svgPathData = 'M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAdjust = exports.definition;
exports.faAdjust = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAlarmClock: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f34e';
var svgPathData = 'M512 96c0 27.8-11.8 52.8-30.7 70.3C450.8 109.9 399 65.2 335 44.4 352.1 17.7 382 0 416 0c53 0 96 43 96 96zM177 44.4C159.9 17.7 130 0 96 0 43 0 0 43 0 96c0 27.8 11.8 52.8 30.7 70.3C61.2 109.9 113 65.2 177 44.4zm323.3 455.9c-15.7 15.7-41 15.6-56.6 0l-42.1-42.1c-39.2 33.5-90 53.8-145.6 53.8s-106.5-20.3-145.6-53.8l-42.1 42.1c-15.7 15.7-41 15.6-56.6 0-15.6-15.6-15.6-40.9 0-56.6l47.9-47.9C42 363.8 32 327.1 32 288 32 164.3 132.3 64 256 64s224 100.3 224 224c0 39.1-10 75.8-27.6 107.8l47.9 47.9c15.6 15.6 15.6 41 0 56.6zM346.9 324.1l-54.9-40V162.7c0-6.6-5.4-12-12-12h-48c-6.6 0-12 5.4-12 12v152c0 3.8 1.8 7.5 4.9 9.7l79.7 57.9c5.4 3.9 12.9 2.7 16.8-2.6l28.2-38.8c3.9-5.4 2.7-12.9-2.7-16.8z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAlarmClock = exports.definition;
exports.faAlarmClock = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAlignCenter: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f037';
var svgPathData = 'M352 44v40c0 8.837-7.163 16-16 16H112c-8.837 0-16-7.163-16-16V44c0-8.837 7.163-16 16-16h224c8.837 0 16 7.163 16 16zM16 228h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm320-200H112c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAlignCenter = exports.definition;
exports.faAlignCenter = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAlignJustify: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f039';
var svgPathData = 'M0 84V44c0-8.837 7.163-16 16-16h416c8.837 0 16 7.163 16 16v40c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16zm16 144h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0-128h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAlignJustify = exports.definition;
exports.faAlignJustify = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAlignLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f036';
var svgPathData = 'M288 44v40c0 8.837-7.163 16-16 16H16c-8.837 0-16-7.163-16-16V44c0-8.837 7.163-16 16-16h256c8.837 0 16 7.163 16 16zM0 172v40c0 8.837 7.163 16 16 16h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16zm16 312h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm256-200H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16h256c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAlignLeft = exports.definition;
exports.faAlignLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAlignRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f038';
var svgPathData = 'M160 84V44c0-8.837 7.163-16 16-16h256c8.837 0 16 7.163 16 16v40c0 8.837-7.163 16-16 16H176c-8.837 0-16-7.163-16-16zM16 228h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 256h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm160-128h256c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H176c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAlignRight = exports.definition;
exports.faAlignRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAllergies: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f461';
var svgPathData = 'M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAllergies = exports.definition;
exports.faAllergies = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAmbulance: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f0f9';
var svgPathData = 'M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAmbulance = exports.definition;
exports.faAmbulance = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAmericanSignLanguageInterpreting: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f2a3';
var svgPathData = 'M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAmericanSignLanguageInterpreting = exports.definition;
exports.faAmericanSignLanguageInterpreting = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAnchor: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f13d';
var svgPathData = 'M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAnchor = exports.definition;
exports.faAnchor = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngleDoubleDown: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f103';
var svgPathData = 'M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngleDoubleDown = exports.definition;
exports.faAngleDoubleDown = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngleDoubleLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f100';
var svgPathData = 'M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngleDoubleLeft = exports.definition;
exports.faAngleDoubleLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngleDoubleRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f101';
var svgPathData = 'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngleDoubleRight = exports.definition;
exports.faAngleDoubleRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngleDoubleUp: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f102';
var svgPathData = 'M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngleDoubleUp = exports.definition;
exports.faAngleDoubleUp = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngleDown: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f107';
var svgPathData = 'M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngleDown = exports.definition;
exports.faAngleDown = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngleLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f104';
var svgPathData = 'M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngleLeft = exports.definition;
exports.faAngleLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngleRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f105';
var svgPathData = 'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngleRight = exports.definition;
exports.faAngleRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngleUp: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f106';
var svgPathData = 'M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngleUp = exports.definition;
exports.faAngleUp = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faAngry: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f556';
var svgPathData = 'M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faAngry = exports.definition;
exports.faAngry = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArchive: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f187';
var svgPathData = 'M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArchive = exports.definition;
exports.faArchive = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArchway: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f557';
var svgPathData = 'M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArchway = exports.definition;
exports.faArchway = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltCircleDown: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f358';
var svgPathData = 'M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltCircleDown = exports.definition;
exports.faArrowAltCircleDown = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltCircleLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f359';
var svgPathData = 'M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltCircleLeft = exports.definition;
exports.faArrowAltCircleLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltCircleRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f35a';
var svgPathData = 'M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltCircleRight = exports.definition;
exports.faArrowAltCircleRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltCircleUp: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f35b';
var svgPathData = 'M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltCircleUp = exports.definition;
exports.faArrowAltCircleUp = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltDown: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f354';
var svgPathData = 'M176 32h96c13.3 0 24 10.7 24 24v200h103.8c21.4 0 32.1 25.8 17 41L241 473c-9.4 9.4-24.6 9.4-34 0L31.3 297c-15.1-15.1-4.4-41 17-41H152V56c0-13.3 10.7-24 24-24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltDown = exports.definition;
exports.faArrowAltDown = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltFromBottom: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f346';
var svgPathData = 'M360 480H24c-13.3 0-24-10.7-24-24v-24c0-13.3 10.7-24 24-24h336c13.3 0 24 10.7 24 24v24c0 13.3-10.7 24-24 24zM256 360V224h87.7c17.8 0 26.7-21.5 14.1-34.1L205.7 37.7c-7.5-7.5-19.8-7.5-27.3 0L26.1 189.9C13.5 202.5 22.5 224 40.3 224H128v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltFromBottom = exports.definition;
exports.faArrowAltFromBottom = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltFromLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f347';
var svgPathData = 'M0 424V88c0-13.3 10.7-24 24-24h24c13.3 0 24 10.7 24 24v336c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zm120-104h136v87.7c0 17.8 21.5 26.7 34.1 14.1l152.2-152.2c7.5-7.5 7.5-19.8 0-27.3L290.1 90.1c-12.6-12.6-34.1-3.7-34.1 14.1V192H120c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltFromLeft = exports.definition;
exports.faArrowAltFromLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltFromRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f348';
var svgPathData = 'M448 88v336c0 13.3-10.7 24-24 24h-24c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h24c13.3 0 24 10.7 24 24zM328 192H192v-87.7c0-17.8-21.5-26.7-34.1-14.1L5.7 242.3c-7.5 7.5-7.5 19.8 0 27.3l152.2 152.2c12.6 12.6 34.1 3.7 34.1-14.1V320h136c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltFromRight = exports.definition;
exports.faArrowAltFromRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltFromTop: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f349';
var svgPathData = 'M24 32h336c13.3 0 24 10.7 24 24v24c0 13.3-10.7 24-24 24H24C10.7 104 0 93.3 0 80V56c0-13.3 10.7-24 24-24zm104 120v136H40.3c-17.8 0-26.7 21.5-14.1 34.1l152.2 152.2c7.5 7.5 19.8 7.5 27.3 0l152.2-152.2c12.6-12.6 3.7-34.1-14.1-34.1H256V152c0-13.3-10.7-24-24-24h-80c-13.3 0-24 10.7-24 24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltFromTop = exports.definition;
exports.faArrowAltFromTop = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f355';
var svgPathData = 'M448 208v96c0 13.3-10.7 24-24 24H224v103.8c0 21.4-25.8 32.1-41 17L7 273c-9.4-9.4-9.4-24.6 0-34L183 63.3c15.1-15.1 41-4.4 41 17V184h200c13.3 0 24 10.7 24 24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltLeft = exports.definition;
exports.faArrowAltLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f356';
var svgPathData = 'M0 304v-96c0-13.3 10.7-24 24-24h200V80.2c0-21.4 25.8-32.1 41-17L441 239c9.4 9.4 9.4 24.6 0 34L265 448.7c-15.1 15.1-41 4.4-41-17V328H24c-13.3 0-24-10.7-24-24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltRight = exports.definition;
exports.faArrowAltRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltSquareDown: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f350';
var svgPathData = 'M448 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-268 60v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H268V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltSquareDown = exports.definition;
exports.faArrowAltSquareDown = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltSquareLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f351';
var svgPathData = 'M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm-60-268H224v-70.9c0-10.7-13-16.1-20.5-8.5L89.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltSquareLeft = exports.definition;
exports.faArrowAltSquareLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltSquareRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f352';
var svgPathData = 'M48 32h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48zm60 268h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H108c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltSquareRight = exports.definition;
exports.faArrowAltSquareRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltSquareUp: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f353';
var svgPathData = 'M0 432V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48zm268-60V256h70.9c10.7 0 16.1-13 8.5-20.5L232.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3C93 243 98.4 256 109.1 256H180v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltSquareUp = exports.definition;
exports.faArrowAltSquareUp = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltToBottom: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f34a';
var svgPathData = 'M360 480H24c-13.3 0-24-10.7-24-24v-24c0-13.3 10.7-24 24-24h336c13.3 0 24 10.7 24 24v24c0 13.3-10.7 24-24 24zM128 56v136H40.3c-17.8 0-26.7 21.5-14.1 34.1l152.2 152.2c7.5 7.5 19.8 7.5 27.3 0l152.2-152.2c12.6-12.6 3.7-34.1-14.1-34.1H256V56c0-13.3-10.7-24-24-24h-80c-13.3 0-24 10.7-24 24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltToBottom = exports.definition;
exports.faArrowAltToBottom = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltToLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f34b';
var svgPathData = 'M0 424V88c0-13.3 10.7-24 24-24h24c13.3 0 24 10.7 24 24v336c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zm424-232H288v-87.7c0-17.8-21.5-26.7-34.1-14.1L101.7 242.3c-7.5 7.5-7.5 19.8 0 27.3l152.2 152.2c12.6 12.6 34.1 3.7 34.1-14.1V320h136c13.3 0 24-10.7 24-24v-80c0-13.3-10.7-24-24-24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltToLeft = exports.definition;
exports.faArrowAltToLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltToRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f34c';
var svgPathData = 'M448 88v336c0 13.3-10.7 24-24 24h-24c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24h24c13.3 0 24 10.7 24 24zM24 320h136v87.7c0 17.8 21.5 26.7 34.1 14.1l152.2-152.2c7.5-7.5 7.5-19.8 0-27.3L194.1 90.1c-12.6-12.6-34.1-3.7-34.1 14.1V192H24c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltToRight = exports.definition;
exports.faArrowAltToRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltToTop: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f34d';
var svgPathData = 'M24 32h336c13.3 0 24 10.7 24 24v24c0 13.3-10.7 24-24 24H24C10.7 104 0 93.3 0 80V56c0-13.3 10.7-24 24-24zm232 424V320h87.7c17.8 0 26.7-21.5 14.1-34.1L205.7 133.7c-7.5-7.5-19.8-7.5-27.3 0L26.1 285.9C13.5 298.5 22.5 320 40.3 320H128v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltToTop = exports.definition;
exports.faArrowAltToTop = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowAltUp: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f357';
var svgPathData = 'M272 480h-96c-13.3 0-24-10.7-24-24V256H48.2c-21.4 0-32.1-25.8-17-41L207 39c9.4-9.4 24.6-9.4 34 0l175.8 176c15.1 15.1 4.4 41-17 41H296v200c0 13.3-10.7 24-24 24z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowAltUp = exports.definition;
exports.faArrowAltUp = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowCircleDown: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f0ab';
var svgPathData = 'M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowCircleDown = exports.definition;
exports.faArrowCircleDown = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowCircleLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f0a8';
var svgPathData = 'M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowCircleLeft = exports.definition;
exports.faArrowCircleLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowCircleRight: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f0a9';
var svgPathData = 'M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowCircleRight = exports.definition;
exports.faArrowCircleRight = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowCircleUp: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f0aa';
var svgPathData = 'M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowCircleUp = exports.definition;
exports.faArrowCircleUp = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowDown: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f063';
var svgPathData = 'M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowDown = exports.definition;
exports.faArrowDown = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowFromBottom: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f342';
var svgPathData = 'M360 480H24c-13.3 0-24-10.7-24-24v-24c0-13.3 10.7-24 24-24h336c13.3 0 24 10.7 24 24v24c0 13.3-10.7 24-24 24zM90.4 216.5l65.6-65.6V360c0 13.3 10.7 24 24 24h24c13.3 0 24-10.7 24-24V150.9l65.6 65.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L209 30.1c-9.4-9.4-24.6-9.4-33.9 0L39.5 165.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowFromBottom = exports.definition;
exports.faArrowFromBottom = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

View File

@@ -2,7 +2,7 @@ import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-c
export const definition: IconDefinition;
export const faArrowFromLeft: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];

View File

@@ -8,7 +8,7 @@ var ligatures = [];
var unicode = 'f343';
var svgPathData = 'M0 424V88c0-13.3 10.7-24 24-24h24c13.3 0 24 10.7 24 24v336c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zm254.5-269.6l65.6 65.6H120c-13.3 0-24 10.7-24 24v24c0 13.3 10.7 24 24 24h200.1l-65.6 65.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L441 273c9.4-9.4 9.4-24.6 0-33.9L305.5 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6-.1 33.9z';
exports.definition = {
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
@@ -18,10 +18,10 @@ exports.definition = {
unicode,
svgPathData
]};
exports.faArrowFromLeft = exports.definition;
exports.faArrowFromLeft = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;

Some files were not shown because too many files have changed in this diff Show More