@inceptionbg/iui 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -0
- package/dist/index.d.ts +407 -0
- package/dist/index.js +269 -0
- package/dist/index.js.map +1 -0
- package/package.json +5 -5
- package/src/Elements/Accordions/Accordions.tsx +0 -63
- package/src/Elements/Alert/Alert.tsx +0 -31
- package/src/Elements/Alert/alert.scss +0 -36
- package/src/Elements/Button/Button.tsx +0 -55
- package/src/Elements/Button/IconButton.tsx +0 -42
- package/src/Elements/Button/button.scss +0 -97
- package/src/Elements/Dialog/Dialog.tsx +0 -175
- package/src/Elements/Helper/Collapse.tsx +0 -39
- package/src/Elements/Helper/NoAccessInfo.tsx +0 -195
- package/src/Elements/Tooltip/Tooltip.tsx +0 -116
- package/src/Elements/Tooltip/tooltip.scss +0 -46
- package/src/Elements/Wrappers/ConditionalWrapper.tsx +0 -10
- package/src/Elements/Wrappers/FormWrapper.tsx +0 -67
- package/src/Elements/Wrappers/FullPageWrapper.tsx +0 -87
- package/src/icons/duotone/faArrowLeftFromLine.ts +0 -17
- package/src/icons/duotone/faArrowRightToLine.ts +0 -17
- package/src/icons/duotone/faBell.ts +0 -17
- package/src/icons/duotone/faEye.ts +0 -17
- package/src/icons/duotone/faEyeSlash.ts +0 -17
- package/src/icons/duotone/faHouseHeart.ts +0 -17
- package/src/icons/duotone/faPlusCircle.ts +0 -18
- package/src/icons/duotone/faUser.ts +0 -18
- package/src/icons/duotone/index.ts +0 -19
- package/src/icons/light/faAngleDown.ts +0 -15
- package/src/icons/light/faArrowDownShortWide.ts +0 -15
- package/src/icons/light/faArrowDownWideShort.ts +0 -15
- package/src/icons/light/faArrowsToLine.ts +0 -15
- package/src/icons/light/faArrowsUpDown.ts +0 -15
- package/src/icons/light/faBell.ts +0 -15
- package/src/icons/light/faCheck.ts +0 -15
- package/src/icons/light/faClockRotateLeft.ts +0 -15
- package/src/icons/light/faEllipsisVertical.ts +0 -15
- package/src/icons/light/faXmark.ts +0 -15
- package/src/icons/light/index.ts +0 -23
- package/src/icons/regular/faArrowRightArrowLeft.ts +0 -15
- package/src/icons/regular/faCalendar.ts +0 -15
- package/src/icons/regular/faCircleCheck.ts +0 -15
- package/src/icons/regular/faCircleExclamation.ts +0 -15
- package/src/icons/regular/faCircleInfo.ts +0 -15
- package/src/icons/regular/faFileArrowDown.ts +0 -15
- package/src/icons/regular/faFilterCircleXmark.ts +0 -15
- package/src/icons/regular/faTriangleExclamation.ts +0 -15
- package/src/icons/solid/faAngleLeft.ts +0 -15
- package/src/icons/solid/faAngleRight.ts +0 -15
- package/src/icons/solid/faArrowDownWideShort.ts +0 -15
- package/src/icons/solid/faArrowLeft.ts +0 -15
- package/src/icons/solid/faEllipsisVertical.ts +0 -15
- package/src/icons/solid/faFilter.ts +0 -15
- package/src/icons/solid/faGripDotsVertical.ts +0 -15
- package/src/icons/solid/faListUl.ts +0 -15
- package/src/icons/solid/faMagnifyingGlass.ts +0 -15
- package/src/icons/solid/faPrint.ts +0 -15
- package/src/icons/solid/faRotateRight.ts +0 -15
- package/src/icons/solid/faXmark.ts +0 -15
- package/src/styles/App.scss +0 -25
- package/src/styles/iui/common/_animations.scss +0 -56
- package/src/styles/iui/common/_typography.scss +0 -76
- package/src/styles/iui/common/_variables.scss +0 -56
- package/src/styles/iui/common/helpers/_base.scss +0 -32
- package/src/styles/iui/common/helpers/_color.scss +0 -7
- package/src/styles/iui/common/helpers/_display.scss +0 -54
- package/src/styles/iui/common/helpers/_size.scss +0 -17
- package/src/styles/iui/common/maps/_align.scss +0 -24
- package/src/styles/iui/common/maps/_spacing.scss +0 -78
- package/src/styles/iui/components/_accordions.scss +0 -47
- package/src/styles/iui/components/_badge.scss +0 -52
- package/src/styles/iui/components/_card.scss +0 -24
- package/src/styles/iui/components/_dialog.scss +0 -75
- package/src/styles/iui/components/_header.scss +0 -22
- package/src/styles/iui/components/_input.scss +0 -225
- package/src/styles/iui/components/_loader.scss +0 -93
- package/src/styles/iui/components/_menu.scss +0 -44
- package/src/styles/iui/components/_notifications.scss +0 -86
- package/src/styles/iui/components/_page.scss +0 -50
- package/src/styles/iui/components/_pagePrelogin.scss +0 -66
- package/src/styles/iui/components/_portal.scss +0 -8
- package/src/styles/iui/components/_print.scss +0 -92
- package/src/styles/iui/components/_scrollbar.scss +0 -18
- package/src/styles/iui/components/_selectInput.scss +0 -15
- package/src/styles/iui/components/_sidebar.scss +0 -171
- package/src/styles/iui/components/_smallComponents.scss +0 -24
- package/src/styles/iui/components/_table.scss +0 -207
- package/src/styles/iui/components/_tabs.scss +0 -94
- package/src/styles/iui.scss +0 -28
- package/src/styles/red-variables.scss +0 -9
- package/src/types/IBasic.ts +0 -31
- package/src/types/IError.ts +0 -4
- package/src/types/IHeaderAction.ts +0 -12
- package/src/types/ISelect.ts +0 -6
- package/src/types/ISidebar.ts +0 -29
- package/src/types/ITab.ts +0 -10
- package/src/types/ITable.ts +0 -210
- package/src/types/custom.d.ts +0 -9
- package/src/utils/DateUtils.ts +0 -30
- package/src/utils/NumberUtils.ts +0 -21
- package/src/utils/ObjectUtils.ts +0 -49
- package/src/utils/StringUtils.ts +0 -2
- package/src/utils/Toasts.ts +0 -6
- package/src/utils/icons.ts +0 -11
- package/src/utils/index.ts +0 -41
- package/tsconfig.json +0 -20
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import clsx from "clsx";
|
|
2
|
-
import { FC, FormEvent, ReactNode } from "react";
|
|
3
|
-
import { Button } from "../Button/Button";
|
|
4
|
-
|
|
5
|
-
export interface IFormWrapper {
|
|
6
|
-
isLoading: boolean;
|
|
7
|
-
className?: string;
|
|
8
|
-
submitButton: {
|
|
9
|
-
label?: string;
|
|
10
|
-
icon?: any;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
onSubmit: (e: FormEvent<HTMLFormElement>) => void;
|
|
13
|
-
primary?: boolean;
|
|
14
|
-
};
|
|
15
|
-
otherButtons?: {
|
|
16
|
-
label: string;
|
|
17
|
-
icon?: any;
|
|
18
|
-
disabled?: boolean;
|
|
19
|
-
outlined?: boolean;
|
|
20
|
-
onClick: () => void;
|
|
21
|
-
}[];
|
|
22
|
-
noAccess?: boolean;
|
|
23
|
-
children: ReactNode;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export const FormWrapper: FC<IFormWrapper> = ({
|
|
27
|
-
isLoading,
|
|
28
|
-
noAccess,
|
|
29
|
-
submitButton,
|
|
30
|
-
otherButtons,
|
|
31
|
-
className,
|
|
32
|
-
children,
|
|
33
|
-
}) => (
|
|
34
|
-
<form
|
|
35
|
-
className={clsx(className, { "form-disabled": isLoading })}
|
|
36
|
-
onSubmit={(e) => {
|
|
37
|
-
e.preventDefault();
|
|
38
|
-
!submitButton.disabled && submitButton.onSubmit(e);
|
|
39
|
-
}}
|
|
40
|
-
>
|
|
41
|
-
{children}
|
|
42
|
-
{(!noAccess || otherButtons) && (
|
|
43
|
-
<div className="text-center mt-3 mb-2">
|
|
44
|
-
{otherButtons?.map((e) => (
|
|
45
|
-
<Button
|
|
46
|
-
key={e.label}
|
|
47
|
-
label={e.label}
|
|
48
|
-
icon={e.icon}
|
|
49
|
-
disabled={isLoading || e.disabled}
|
|
50
|
-
outlined={e.outlined}
|
|
51
|
-
onClick={e.onClick}
|
|
52
|
-
className="mr-2"
|
|
53
|
-
/>
|
|
54
|
-
))}
|
|
55
|
-
{!noAccess && (
|
|
56
|
-
<Button
|
|
57
|
-
label={submitButton.label || "Submit"}
|
|
58
|
-
icon={submitButton.icon}
|
|
59
|
-
disabled={isLoading || submitButton.disabled}
|
|
60
|
-
outlined={!submitButton.primary}
|
|
61
|
-
primary={submitButton.primary}
|
|
62
|
-
/>
|
|
63
|
-
)}
|
|
64
|
-
</div>
|
|
65
|
-
)}
|
|
66
|
-
</form>
|
|
67
|
-
);
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import "../../styles/iui/components/_pagePrelogin.scss";
|
|
2
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
3
|
-
import { FC, ReactElement, ReactNode } from "react";
|
|
4
|
-
import { useNavigate } from "react-router-dom";
|
|
5
|
-
import { faArrowLeft } from "../../icons/solid/faArrowLeft";
|
|
6
|
-
import { Button } from "../Button/Button";
|
|
7
|
-
import { ConditionalWrapper } from "./ConditionalWrapper";
|
|
8
|
-
|
|
9
|
-
interface Props {
|
|
10
|
-
title: string;
|
|
11
|
-
description: string | ReactElement;
|
|
12
|
-
actionButton?: {
|
|
13
|
-
label: string;
|
|
14
|
-
icon?: IconDefinition;
|
|
15
|
-
onClick?: () => void;
|
|
16
|
-
onFormSubmit?: () => void;
|
|
17
|
-
marginLarge?: boolean;
|
|
18
|
-
regular?: boolean;
|
|
19
|
-
};
|
|
20
|
-
backButton?: boolean;
|
|
21
|
-
img?: string;
|
|
22
|
-
translations?: { Back?: string };
|
|
23
|
-
children?: ReactNode;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export const FullPageWrapper: FC<Props> = ({
|
|
27
|
-
title,
|
|
28
|
-
description,
|
|
29
|
-
actionButton,
|
|
30
|
-
backButton,
|
|
31
|
-
img,
|
|
32
|
-
translations,
|
|
33
|
-
children,
|
|
34
|
-
}) => {
|
|
35
|
-
const navigate = useNavigate();
|
|
36
|
-
return (
|
|
37
|
-
<div className="full-page-container">
|
|
38
|
-
<h1>{title}</h1>
|
|
39
|
-
<h2>{description}</h2>
|
|
40
|
-
<div className="content">
|
|
41
|
-
<ConditionalWrapper
|
|
42
|
-
condition={!!actionButton?.onFormSubmit}
|
|
43
|
-
wrapper={(children) => (
|
|
44
|
-
<form
|
|
45
|
-
onSubmit={(e) => {
|
|
46
|
-
e.preventDefault();
|
|
47
|
-
e.stopPropagation();
|
|
48
|
-
actionButton?.onFormSubmit!();
|
|
49
|
-
}}
|
|
50
|
-
>
|
|
51
|
-
{children}
|
|
52
|
-
</form>
|
|
53
|
-
)}
|
|
54
|
-
>
|
|
55
|
-
<div>
|
|
56
|
-
<div className="children">{children}</div>
|
|
57
|
-
{(!!actionButton || backButton) && (
|
|
58
|
-
<div className="flex">
|
|
59
|
-
{backButton && (
|
|
60
|
-
<Button
|
|
61
|
-
label={translations?.Back || "Back"}
|
|
62
|
-
icon={faArrowLeft}
|
|
63
|
-
className="mr-2"
|
|
64
|
-
onClick={() => navigate(-1)}
|
|
65
|
-
/>
|
|
66
|
-
)}
|
|
67
|
-
{!!actionButton && (
|
|
68
|
-
<Button
|
|
69
|
-
label={actionButton.label}
|
|
70
|
-
icon={actionButton.icon}
|
|
71
|
-
onClick={actionButton.onClick}
|
|
72
|
-
primary={!actionButton.regular}
|
|
73
|
-
/>
|
|
74
|
-
)}
|
|
75
|
-
</div>
|
|
76
|
-
)}
|
|
77
|
-
</div>
|
|
78
|
-
</ConditionalWrapper>
|
|
79
|
-
{img && (
|
|
80
|
-
<div className="full-page-image">
|
|
81
|
-
<img src={img} alt="ePismonosa" />
|
|
82
|
-
</div>
|
|
83
|
-
)}
|
|
84
|
-
</div>
|
|
85
|
-
</div>
|
|
86
|
-
);
|
|
87
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fad";
|
|
4
|
-
const iconName = "arrow-left-from-line";
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f344";
|
|
8
|
-
const svgPathData = [
|
|
9
|
-
"M384 96v320c0 17.69 14.31 32 32 32s32-14.31 32-32V96c0-17.69-14.31-32-32-32S384 78.31 384 96z",
|
|
10
|
-
"M182.6 406.6c-12.5 12.5-32.75 12.5-45.25 0l-128-128c-12.5-12.5-12.5-32.75 0-45.25l128-128c12.5-12.5 32.75-12.5 45.25 0C188.9 111.6 192 119.8 192 128S188.9 144.4 182.6 150.6L109.3 224H288c17.69 0 32 14.31 32 32s-14.31 32-32 32H109.3l73.38 73.38C195.1 373.9 195.1 394.1 182.6 406.6z",
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
export const faArrowLeftFromLine: IconDefinition = {
|
|
14
|
-
prefix,
|
|
15
|
-
iconName,
|
|
16
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fad";
|
|
4
|
-
const iconName = "arrow-right-to-line";
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f340";
|
|
8
|
-
const svgPathData = [
|
|
9
|
-
"M384 96v320c0 17.69 14.31 32 32 32s32-14.31 32-32V96c0-17.69-14.31-32-32-32S384 78.31 384 96z",
|
|
10
|
-
"M137.4 105.4c12.5-12.5 32.75-12.5 45.25 0l128 128c12.5 12.5 12.5 32.75 0 45.25l-128 128c-12.5 12.5-32.75 12.5-45.25 0C131.1 400.4 128 392.2 128 384s3.125-16.38 9.375-22.62L210.8 288H32C14.31 288 0 273.7 0 256s14.31-32 32-32h178.8L137.4 150.6C124.9 138.1 124.9 117.9 137.4 105.4z",
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
export const faArrowRightToLine: IconDefinition = {
|
|
14
|
-
prefix,
|
|
15
|
-
iconName,
|
|
16
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fad";
|
|
4
|
-
const iconName = "bell";
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f0f3";
|
|
8
|
-
const svgPathData = [
|
|
9
|
-
"M256 32V51.2C329 66.03 384 130.6 384 208V226.8C384 273.9 401.3 319.2 432.5 354.4L439.9 362.7C448.3 372.2 450.4 385.6 445.2 397.1C440 408.6 428.6 416 416 416H32C19.4 416 7.971 408.6 2.809 397.1C-2.353 385.6-.2883 372.2 8.084 362.7L15.5 354.4C46.74 319.2 64 273.9 64 226.8V208C64 130.6 118.1 66.03 192 51.2V32C192 14.33 206.3 0 224 0C241.7 0 256 14.33 256 32H256z",
|
|
10
|
-
"M288 448C288 464.1 281.3 481.3 269.3 493.3C257.3 505.3 240.1 512 224 512C207 512 190.7 505.3 178.7 493.3C166.7 481.3 160 464.1 160 448H288z",
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
export const faBell: IconDefinition = {
|
|
14
|
-
prefix,
|
|
15
|
-
iconName,
|
|
16
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fad";
|
|
4
|
-
const iconName = "eye";
|
|
5
|
-
const width = 576;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f06e";
|
|
8
|
-
const svgPathData = [
|
|
9
|
-
"M572.5 238.1C518.3 115.5 410.9 32 288 32S57.69 115.6 3.469 238.1C1.563 243.4 0 251 0 256c0 4.977 1.562 12.6 3.469 17.03C57.72 396.5 165.1 480 288 480s230.3-83.58 284.5-206.1C574.4 268.6 576 260.1 576 256C576 251 574.4 243.4 572.5 238.1zM432 256c0 79.45-64.47 144-143.9 144C208.6 400 144 335.5 144 256S208.5 112 288 112S432 176.5 432 256z",
|
|
10
|
-
"M288 160C285.7 160 282.4 160.4 279.5 160.8C284.8 170 288 180.6 288 192c0 35.35-28.65 64-64 64C212.6 256 201.1 252.7 192.7 247.5C192.4 250.5 192 253.6 192 256c0 52.1 43 96 96 96s96-42.99 96-95.99S340.1 160 288 160z",
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
export const faEye: IconDefinition = {
|
|
14
|
-
prefix,
|
|
15
|
-
iconName,
|
|
16
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fad";
|
|
4
|
-
const iconName = "eye-slash";
|
|
5
|
-
const width = 640;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f070";
|
|
8
|
-
const svgPathData = [
|
|
9
|
-
"M149.2 91.63c49.62-37.69 108.1-59.62 170.8-59.62c122.9 0 230.3 83.53 284.5 206.1c1.906 4.43 3.469 12.05 3.469 17.03c0 4.957-1.562 12.6-3.469 17.03c-19.42 44.19-45.89 83.01-77.21 114.1l-81.27-63.69c11.09-20.4 17.95-43.44 17.95-68.27c0-79.48-64.5-144-143.1-144c-37.29 0-70.83 14.65-96.42 37.93L149.2 91.63zM319.1 160c-2.301 .0293-5.575 .4436-8.461 .7658C316.8 170 319.1 180.6 319.1 192c0 10.17-2.602 19.62-6.821 28.16l94.71 74.24c5.158-11.78 8.114-24.73 8.114-38.4C415.1 203 372.1 160 319.1 160zM319.1 352c-46.96 0-85.92-33.81-94.22-78.37l99.33 77.86C323.4 351.6 321.8 352 319.1 352zM373.6 389.5l74.5 58.4c-39.3 20.65-82.61 32.14-128.1 32.14c-122.9 0-230.3-83.53-284.5-206.1c-1.906-4.43-3.469-12.05-3.469-17.03c0-4.959 1.562-12.6 3.469-17.03c12.54-28.55 28.04-54.84 45.81-78.59l96.72 75.8C177.1 242.7 175.1 249.2 175.1 256c0 79.48 64.53 143.1 144 143.1C338.1 400 356.1 396.1 373.6 389.5z",
|
|
10
|
-
"M615.1 512c-5.188 0-10.39-1.651-14.8-5.12L9.188 42.89C-1.234 34.73-3.051 19.63 5.121 9.189c8.188-10.41 23.22-12.29 33.69-4.073l591.1 463.1c10.42 8.156 12.24 23.26 4.068 33.7C630.1 508.8 623.1 512 615.1 512z",
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
export const faEyeSlash: IconDefinition = {
|
|
14
|
-
prefix,
|
|
15
|
-
iconName,
|
|
16
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fad";
|
|
4
|
-
const iconName = "house-heart";
|
|
5
|
-
const width = 576;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f4c9";
|
|
8
|
-
const svgPathData = [
|
|
9
|
-
"M64.07 448L64.02 270.5L288 74.52L512.1 270.6L512.5 447.9C512.6 483.3 483.9 512 448.5 512H128.1C92.74 512 64.09 483.4 64.07 448L64.07 448zM299.3 428.7L392 336C414.1 313.9 414.1 278.1 392 256C369.9 233.9 334.1 233.9 312 256L288 280L264 256C241.9 233.9 206.1 233.9 184 256C161.9 278.1 161.9 313.9 184 336L276.7 428.7C282.9 434.9 293.1 434.9 299.3 428.7H299.3z",
|
|
10
|
-
"M565.1 231.9C578.4 243.6 579.7 263.8 568.1 277.1C556.4 290.4 536.2 291.7 522.9 280.1L288 74.52L53.07 280.1C39.77 291.7 19.56 290.4 7.917 277.1C-3.72 263.8-2.372 243.6 10.93 231.9L266.9 7.918C278.1-2.639 297-2.639 309.1 7.918L565.1 231.9zM276.7 428.7L184 336C161.9 313.9 161.9 278.1 184 256C206.1 233.9 241.9 233.9 264 256L288 280L312 256C334.1 233.9 369.9 233.9 392 256C414.1 278.1 414.1 313.9 392 336L299.3 428.7C293.1 434.9 282.9 434.9 276.7 428.7H276.7z",
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
export const faHouseHeart: IconDefinition = {
|
|
14
|
-
prefix,
|
|
15
|
-
iconName,
|
|
16
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
17
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fad";
|
|
4
|
-
const iconName = "circle-plus";
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f055";
|
|
8
|
-
const svgPathData = [
|
|
9
|
-
"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256C397.4 512 512 397.4 512 256S397.4 0 256 0zM352 280H280V352c0 13.2-10.8 24-23.1 24C242.8 376 232 365.2 232 352V280H160C146.8 280 136 269.2 136 256c0-13.2 10.8-24 24-24H232V160c0-13.2 10.8-24 24-24C269.2 136 280 146.8 280 160v72h72C365.2 232 376 242.8 376 256C376 269.2 365.2 280 352 280z",
|
|
10
|
-
"M352 280H280V352c0 13.2-10.8 24-23.1 24C242.8 376 232 365.2 232 352V280H160C146.8 280 136 269.2 136 256c0-13.2 10.8-24 24-24H232V160c0-13.2 10.8-24 24-24C269.2 136 280 146.8 280 160v72h72C365.2 232 376 242.8 376 256C376 269.2 365.2 280 352 280z",
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
export const faPlusCircle: IconDefinition = {
|
|
14
|
-
prefix,
|
|
15
|
-
iconName,
|
|
16
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
17
|
-
};
|
|
18
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fad";
|
|
4
|
-
const iconName = "user";
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f007";
|
|
8
|
-
const svgPathData = [
|
|
9
|
-
"M352 128c0 70.69-57.3 128-128 128C153.3 256 96 198.7 96 128s57.31-128 128-128C294.7 0 352 57.31 352 128z",
|
|
10
|
-
"M274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z",
|
|
11
|
-
];
|
|
12
|
-
|
|
13
|
-
export const faUser: IconDefinition = {
|
|
14
|
-
prefix,
|
|
15
|
-
iconName,
|
|
16
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
17
|
-
};
|
|
18
|
-
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { faArrowLeftFromLine } from "./faArrowLeftFromLine";
|
|
2
|
-
import { faArrowRightToLine } from "./faArrowRightToLine";
|
|
3
|
-
import { faBell } from "./faBell";
|
|
4
|
-
import { faEye } from "./faEye";
|
|
5
|
-
import { faEyeSlash } from "./faEyeSlash";
|
|
6
|
-
import { faHouseHeart } from "./faHouseHeart";
|
|
7
|
-
import { faPlusCircle } from "./faPlusCircle";
|
|
8
|
-
import { faUser } from "./faUser";
|
|
9
|
-
|
|
10
|
-
export {
|
|
11
|
-
faArrowLeftFromLine,
|
|
12
|
-
faArrowRightToLine,
|
|
13
|
-
faBell,
|
|
14
|
-
faEye,
|
|
15
|
-
faEyeSlash,
|
|
16
|
-
faHouseHeart,
|
|
17
|
-
faPlusCircle,
|
|
18
|
-
faUser,
|
|
19
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "angle-down";
|
|
5
|
-
const width = 384;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f107";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M362.7 203.9l-159.1 144c-6.125 5.469-15.31 5.469-21.44 0L21.29 203.9C14.73 197.1 14.2 187.9 20.1 181.3C26.38 174.4 36.5 174.5 42.73 180.1L192 314.5l149.3-134.4c6.594-5.877 16.69-5.361 22.62 1.188C369.8 187.9 369.3 197.1 362.7 203.9z";
|
|
10
|
-
|
|
11
|
-
export const faAngleDown: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "arrow-down-short-wide";
|
|
5
|
-
const width = 576;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f884";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M304 208h128C440.8 208 448 200.8 448 192s-7.156-16-16-16h-128c-8.844 0-15.1 7.156-15.1 16S295.2 208 304 208zM304 336h192c8.844 0 16-7.156 16-16s-7.156-16-16-16h-192c-8.844 0-15.1 7.156-15.1 16S295.2 336 304 336zM304 80h64c8.844 0 16-7.156 16-16S376.8 48 368 48h-64c-8.844 0-15.1 7.156-15.1 16S295.2 80 304 80zM560 432h-256c-8.844 0-15.1 7.156-15.1 16S295.2 464 304 464h256c8.844 0 16-7.156 16-16S568.8 432 560 432zM224 352c-4.094 0-8.188 1.562-11.31 4.688L144 425.4V48C144 39.16 136.8 32 128 32S112 39.16 112 48v377.4l-68.69-68.69c-6.25-6.25-16.38-6.25-22.62 0s-6.25 16.38 0 22.62l96 96c6.25 6.25 16.38 6.25 22.62 0l96-96c6.25-6.25 6.25-16.38 0-22.62C232.2 353.6 228.1 352 224 352z";
|
|
10
|
-
|
|
11
|
-
export const faArrowDownShortWide: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "arrow-down-wide-short";
|
|
5
|
-
const width = 576;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f160";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M368 432h-64c-8.844 0-15.1 7.156-15.1 16S295.2 464 304 464h64c8.844 0 16-7.156 16-16S376.8 432 368 432zM432 304h-128c-8.844 0-15.1 7.156-15.1 16S295.2 336 304 336h128c8.844 0 16-7.156 16-16S440.8 304 432 304zM496 176h-192c-8.844 0-15.1 7.156-15.1 16S295.2 208 304 208h192C504.8 208 512 200.8 512 192S504.8 176 496 176zM560 48h-256c-8.844 0-15.1 7.156-15.1 16S295.2 80 304 80h256C568.8 80 576 72.84 576 64S568.8 48 560 48zM224 352c-4.094 0-8.188 1.562-11.31 4.688L144 425.4V48C144 39.16 136.8 32 128 32S112 39.16 112 48v377.4l-68.69-68.69c-6.25-6.25-16.38-6.25-22.62 0s-6.25 16.38 0 22.62l96 96c6.25 6.25 16.38 6.25 22.62 0l96-96c6.25-6.25 6.25-16.38 0-22.62C232.2 353.6 228.1 352 224 352z";
|
|
10
|
-
|
|
11
|
-
export const faArrowDownWideShort: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "arrows-to-line";
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "e0a7";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M235.3 324.7C231.3 320.7 226.5 320 224 320s-7.299 .6547-11.33 4.698l-79.98 79.98C129.6 407.8 128 411.9 128 416c0 8.523 6.865 16 16 16c4.094 0 8.188-1.562 11.31-4.688L208 374.6V496c0 8.844 7.156 16 16 16s16-7.156 16-16v-121.4l52.69 52.69C295.8 430.4 299.9 432 304 432c9.139 0 16-7.477 16-16c0-4.094-1.562-8.188-4.688-11.31L235.3 324.7zM212.7 187.3C214.4 189 218.3 192 224 192s9.609-2.98 11.33-4.707l79.98-79.98C318.4 104.2 320 100.1 320 96c0-8.527-6.865-16-16-16c-4.094 0-8.188 1.562-11.31 4.688L240 137.4V16C240 7.156 232.8 0 224 0S208 7.156 208 16v121.4L155.3 84.69C152.2 81.56 148.1 80 144 80C134.9 80 128 87.47 128 96c0 4.094 1.562 8.188 4.688 11.31L212.7 187.3zM432 240h-416C7.156 240 0 247.1 0 255.1S7.156 272 16 272h416c8.844 0 16-7.165 16-16.01S440.8 240 432 240z";
|
|
10
|
-
|
|
11
|
-
export const faArrowsToLine: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "arrows-up-down";
|
|
5
|
-
const width = 256;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f07d";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M139.3 4.688l112 112C254.4 119.8 256 123.9 256 128s-1.562 8.188-4.688 11.31c-6.25 6.25-16.38 6.25-22.62 0L144 54.63v402.8l84.69-84.69c6.25-6.25 16.38-6.25 22.62 0C254.4 375.8 256 379.9 256 384s-1.562 8.188-4.688 11.31l-112 112c-6.25 6.25-16.38 6.25-22.62 0l-112-112c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0L112 457.4V54.63L27.31 139.3c-6.25 6.25-16.38 6.25-22.62 0s-6.25-16.38 0-22.62l112-112C122.9-1.562 133.1-1.562 139.3 4.688z";
|
|
10
|
-
|
|
11
|
-
export const faArrowsUpDown: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "bell";
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f0f3";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M207.1 16C207.1 7.164 215.2 0 223.1 0C232.8 0 240 7.164 240 16V32.79C320.9 40.82 384 109 384 192V221.1C384 264.8 401.4 306.7 432.3 337.7L435 340.4C443.3 348.7 448 359.1 448 371.7C448 396.2 428.2 416 403.7 416H44.28C19.83 416 0 396.2 0 371.7C0 359.1 4.666 348.7 12.97 340.4L15.72 337.7C46.63 306.7 64 264.8 64 221.1V192C64 109 127.1 40.82 208 32.79L207.1 16zM223.1 64C153.3 64 95.1 121.3 95.1 192V221.1C95.1 273.3 75.26 323.4 38.35 360.3L35.6 363C33.29 365.3 31.1 368.5 31.1 371.7C31.1 378.5 37.5 384 44.28 384H403.7C410.5 384 416 378.5 416 371.7C416 368.5 414.7 365.3 412.4 363L409.7 360.3C372.7 323.4 352 273.3 352 221.1V192C352 121.3 294.7 64 223.1 64H223.1zM223.1 480C237.9 480 249.8 471.1 254.2 458.7C257.1 450.3 266.3 445.1 274.6 448.9C282.9 451.9 287.3 461 284.4 469.3C275.6 494.2 251.9 512 223.1 512C196.1 512 172.4 494.2 163.6 469.3C160.7 461 165.1 451.9 173.4 448.9C181.7 445.1 190.9 450.3 193.8 458.7C198.2 471.1 210.1 480 223.1 480z";
|
|
10
|
-
|
|
11
|
-
export const faBell: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "check";
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f00c";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M475.3 123.3l-272 272C200.2 398.4 196.1 400 192 400s-8.188-1.562-11.31-4.688l-144-144c-6.25-6.25-6.25-16.38 0-22.62s16.38-6.25 22.62 0L192 361.4l260.7-260.7c6.25-6.25 16.38-6.25 22.62 0S481.6 117.1 475.3 123.3z";
|
|
10
|
-
|
|
11
|
-
export const faCheck: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "clock-rotate-left";
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f1da";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C172.2 512 97.87 471.8 51.19 409.6C45.88 402.5 47.31 392.5 54.37 387.2C61.44 381.9 71.47 383.3 76.78 390.4C117.7 444.8 182.7 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32C166.7 32 89.51 84.3 53.55 160H144C152.8 160 160 167.2 160 176C160 184.8 152.8 192 144 192H16C7.164 192 0 184.8 0 176V48C0 39.16 7.164 32 16 32C24.84 32 32 39.16 32 48V131.1C75.66 53.29 159.6 0 256 0zM256 128C264.8 128 272 135.2 272 144V249.4L347.3 324.7C353.6 330.9 353.6 341.1 347.3 347.3C341.1 353.6 330.9 353.6 324.7 347.3L244.7 267.3C241.7 264.3 239.1 260.2 239.1 256V144C239.1 135.2 247.2 128 255.1 128H256z";
|
|
10
|
-
|
|
11
|
-
export const faClockRotateLeft: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "ellipsis-vertical";
|
|
5
|
-
const width = 128;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f142";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M64 384C81.67 384 96 398.3 96 416C96 433.7 81.67 448 64 448C46.33 448 32 433.7 32 416C32 398.3 46.33 384 64 384zM64 224C81.67 224 96 238.3 96 256C96 273.7 81.67 288 64 288C46.33 288 32 273.7 32 256C32 238.3 46.33 224 64 224zM64 128C46.33 128 32 113.7 32 96C32 78.33 46.33 64 64 64C81.67 64 96 78.33 96 96C96 113.7 81.67 128 64 128z";
|
|
10
|
-
|
|
11
|
-
export const faEllipsisVertical: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "fal";
|
|
4
|
-
const iconName = "xmark";
|
|
5
|
-
const width = 320;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f00d";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M315.3 411.3c-6.253 6.253-16.37 6.253-22.63 0L160 278.6l-132.7 132.7c-6.253 6.253-16.37 6.253-22.63 0c-6.253-6.253-6.253-16.37 0-22.63L137.4 256L4.69 123.3c-6.253-6.253-6.253-16.37 0-22.63c6.253-6.253 16.37-6.253 22.63 0L160 233.4l132.7-132.7c6.253-6.253 16.37-6.253 22.63 0c6.253 6.253 6.253 16.37 0 22.63L182.6 256l132.7 132.7C321.6 394.9 321.6 405.1 315.3 411.3z";
|
|
10
|
-
|
|
11
|
-
export const faXmark: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
package/src/icons/light/index.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { faAngleDown } from "./faAngleDown";
|
|
2
|
-
import { faArrowDownShortWide } from "./faArrowDownShortWide";
|
|
3
|
-
import { faArrowDownWideShort } from "./faArrowDownWideShort";
|
|
4
|
-
import { faArrowsToLine } from "./faArrowsToLine";
|
|
5
|
-
import { faArrowsUpDown } from "./faArrowsUpDown";
|
|
6
|
-
import { faBell } from "./faBell";
|
|
7
|
-
import { faCheck } from "./faCheck";
|
|
8
|
-
import { faClockRotateLeft } from "./faClockRotateLeft";
|
|
9
|
-
import { faEllipsisVertical } from "./faEllipsisVertical";
|
|
10
|
-
import { faXmark } from "./faXmark";
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
faAngleDown,
|
|
14
|
-
faArrowDownShortWide,
|
|
15
|
-
faArrowDownWideShort,
|
|
16
|
-
faArrowsToLine,
|
|
17
|
-
faArrowsUpDown,
|
|
18
|
-
faBell,
|
|
19
|
-
faCheck,
|
|
20
|
-
faClockRotateLeft,
|
|
21
|
-
faEllipsisVertical,
|
|
22
|
-
faXmark,
|
|
23
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "far";
|
|
4
|
-
const iconName = "arrow-right-arrow-left";
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f0ec";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M488 344H79.24l74.29-79.63C162.6 254.7 162.1 239.5 152.4 230.5C142.7 221.4 127.5 221.9 118.5 231.6l-112 120c-8.625 9.219-8.625 23.53 0 32.75l112 120C123.2 509.4 129.6 512 136 512c5.875 0 11.75-2.125 16.38-6.469c9.688-9.031 10.22-24.22 1.156-33.91L79.24 392H488c13.25 0 24-10.75 24-24S501.3 344 488 344zM24 168h408.8l-74.29 79.63c-9.062 9.688-8.531 24.88 1.156 33.91c9.656 9.094 24.88 8.562 33.91-1.156l112-120c8.625-9.219 8.625-23.53 0-32.75l-112-120C388.8 2.562 382.4 0 376 0c-5.875 0-11.75 2.125-16.38 6.469c-9.688 9.031-10.22 24.22-1.156 33.91L432.8 120H24C10.75 120 0 130.8 0 144S10.75 168 24 168z";
|
|
10
|
-
|
|
11
|
-
export const faArrowRightArrowLeft: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "far";
|
|
4
|
-
const iconName = "calendar";
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f133";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M152 64H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V64H384C419.3 64 448 92.65 448 128V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V128C0 92.65 28.65 64 64 64H104V24C104 10.75 114.7 0 128 0C141.3 0 152 10.75 152 24V64zM48 448C48 456.8 55.16 464 64 464H384C392.8 464 400 456.8 400 448V192H48V448z";
|
|
10
|
-
|
|
11
|
-
export const faCalendar: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "far";
|
|
4
|
-
const iconName = "circle-check";
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f058";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M335 175L224 286.1L176.1 239c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l64 64C211.7 341.7 217.8 344 224 344s12.28-2.344 16.97-7.031l128-128c9.375-9.375 9.375-24.56 0-33.94S344.4 165.7 335 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z";
|
|
10
|
-
|
|
11
|
-
export const faCircleCheck: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "far";
|
|
4
|
-
const iconName = "circle-exclamation";
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f06a";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM256 304c13.25 0 24-10.75 24-24v-128C280 138.8 269.3 128 256 128S232 138.8 232 152v128C232 293.3 242.8 304 256 304zM256 337.1c-17.36 0-31.44 14.08-31.44 31.44C224.6 385.9 238.6 400 256 400s31.44-14.08 31.44-31.44C287.4 351.2 273.4 337.1 256 337.1z";
|
|
10
|
-
|
|
11
|
-
export const faCircleExclamation: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "far";
|
|
4
|
-
const iconName = "circle-info";
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f05a";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464zM296 336h-16V248C280 234.8 269.3 224 256 224H224C210.8 224 200 234.8 200 248S210.8 272 224 272h8v64h-16C202.8 336 192 346.8 192 360S202.8 384 216 384h80c13.25 0 24-10.75 24-24S309.3 336 296 336zM256 192c17.67 0 32-14.33 32-32c0-17.67-14.33-32-32-32S224 142.3 224 160C224 177.7 238.3 192 256 192z";
|
|
10
|
-
|
|
11
|
-
export const faCircleInfo: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "far";
|
|
4
|
-
const iconName = "file-arrow-down";
|
|
5
|
-
const width = 384;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "f56d";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M216 342.1V240c0-13.25-10.75-24-24-24S168 226.8 168 240v102.1L128.1 303C124.3 298.3 118.2 296 112 296S99.72 298.3 95.03 303c-9.375 9.375-9.375 24.56 0 33.94l80 80c9.375 9.375 24.56 9.375 33.94 0l80-80c9.375-9.375 9.375-24.56 0-33.94s-24.56-9.375-33.94 0L216 342.1zM365.3 93.38l-74.63-74.64C278.6 6.742 262.3 0 245.4 0H64C28.65 0 0 28.65 0 64l.0065 384c0 35.34 28.65 64 64 64H320c35.2 0 64-28.8 64-64V138.6C384 121.7 377.3 105.4 365.3 93.38zM336 448c0 8.836-7.164 16-16 16H64.02c-8.838 0-16-7.164-16-16L48 64.13c0-8.836 7.164-16 16-16h160L224 128c0 17.67 14.33 32 32 32h79.1V448z";
|
|
10
|
-
|
|
11
|
-
export const faFileArrowDown: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
|
|
3
|
-
const prefix = "far";
|
|
4
|
-
const iconName = "filter-circle-xmark";
|
|
5
|
-
const width = 576;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = "e17b";
|
|
8
|
-
const svgPathData =
|
|
9
|
-
"M432 224C352.5 224 288 288.5 288 368s64.47 144 144 144s144-64.47 144-144S511.5 224 432 224zM488.5 401.9c6.242 6.242 6.252 16.37 .0098 22.62c-6.24 6.242-16.37 6.231-22.62-.0113l-33.91-33.91l-33.91 33.91c-6.242 6.242-16.37 6.253-22.62 .0106s-6.232-16.37 .0098-22.62l33.91-33.91l-33.91-33.91c-6.242-6.242-6.251-16.37-.009-22.62s16.37-6.232 22.62 .0106l33.91 33.91l33.91-33.91c6.242-6.242 16.37-6.254 22.61-.0113s6.233 16.37-.009 22.62l-33.91 33.91L488.5 401.9zM223.1 340.7V272.2c0-7.369-2.539-14.51-7.191-20.22L50.77 48.04h410.4l-85.57 105.1c-7.77 9.545-7.061 23.42 1.643 32.13c10.06 10.06 26.62 9.219 35.6-1.812l88.61-108.8c11.26-13.46 13.7-31.89 6.225-47.92C500 10.23 483.8 0 465.3 0H46.65C28.21 0 11.97 10.23 4.283 26.71C-3.195 42.73-.7578 61.16 10.64 74.79l165.4 203.1v67.71c0 12.55 6.178 24.3 16.52 31.45l24.81 19.15C233.1 408.4 256 397.2 256 377.2c0-7.439-3.449-14.46-9.34-19L223.1 340.7z";
|
|
10
|
-
|
|
11
|
-
export const faFilterCircleXmark: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|