@inceptionbg/iui 2.0.23 → 2.0.24
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/NoAccessPage-CJisyKrk.js +2 -0
- package/dist/{NoAccessPage-BmizYfw0.js.map → NoAccessPage-CJisyKrk.js.map} +1 -1
- package/dist/NotFoundPage-BeRit0kr.js +2 -0
- package/dist/{NotFoundPage-Cv544vAr.js.map → NotFoundPage-BeRit0kr.js.map} +1 -1
- package/dist/index.d.ts +432 -430
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/iui.css +1 -1
- package/idea/GridTable/GridTable.tsx +1 -1
- package/idea/Menu/Menu.tsx +5 -3
- package/idea/Menu/MenuItem.tsx +3 -2
- package/idea/Menu/hooks/useMenuControl.ts +1 -1
- package/idea/Menu.tsx +3 -2
- package/idea/NoAccessInfo.tsx +1 -1
- package/idea/Table/Components/Edit/ItemActionsMenu.tsx +2 -1
- package/idea/Table/Components/Edit/ItemEditOptionsButtons.tsx +1 -1
- package/idea/Table/Components/Edit/TableEditRow.tsx +3 -2
- package/idea/Table/Components/FilterItem.tsx +2 -2
- package/idea/Table/Components/Header/TableHeader.tsx +3 -2
- package/idea/Table/Components/Header/TableHeaderRow.tsx +2 -2
- package/idea/Table/Components/Print/CustomTablePrint.tsx +3 -2
- package/idea/Table/Components/SetSortList.tsx +2 -2
- package/idea/Table/Components/SetTableFilter.tsx +3 -2
- package/idea/Table/Components/TableFooter.tsx +6 -4
- package/idea/Table/Components/TableOptions.tsx +3 -2
- package/idea/Table/Table.tsx +3 -2
- package/idea/Table/hooks/useTableKeyboard.ts +2 -2
- package/package.json +1 -1
- package/src/assets/icons/duotone/faBell.ts +17 -17
- package/src/assets/icons/duotone/faCircleUser.ts +17 -17
- package/src/assets/icons/index.ts +25 -25
- package/src/assets/icons/light/faArrowDownShortWide.ts +15 -15
- package/src/assets/icons/light/faArrowDownWideShort.ts +15 -15
- package/src/assets/icons/light/faArrowLeft.ts +5 -5
- package/src/assets/icons/light/faArrowRight.ts +5 -5
- package/src/assets/icons/light/faArrowUpArrowDown.ts +15 -15
- package/src/assets/icons/light/faArrowUpRightFromSquare.ts +15 -15
- package/src/assets/icons/light/faArrowsToLine.ts +15 -15
- package/src/assets/icons/light/faArrowsUpDown.ts +15 -15
- package/src/assets/icons/light/faBell.ts +15 -15
- package/src/assets/icons/light/faBookmark.ts +15 -15
- package/src/assets/icons/light/faBookmarkSlash.ts +15 -15
- package/src/assets/icons/light/faCalendarPlus.ts +15 -15
- package/src/assets/icons/light/faCheck.ts +15 -15
- package/src/assets/icons/light/faChevronDown.ts +15 -15
- package/src/assets/icons/light/faChevronRight.ts +15 -15
- package/src/assets/icons/light/faCircleInfo.ts +15 -15
- package/src/assets/icons/light/faCircleXmark.ts +15 -15
- package/src/assets/icons/light/faClipboardCheck.ts +15 -15
- package/src/assets/icons/light/faClockRotateLeft.ts +15 -15
- package/src/assets/icons/light/faEllipsisVertical.ts +15 -15
- package/src/assets/icons/light/faEnvelope.ts +15 -15
- package/src/assets/icons/light/faEye.ts +15 -15
- package/src/assets/icons/light/faEyeSlash.ts +15 -15
- package/src/assets/icons/light/faFilter.ts +15 -15
- package/src/assets/icons/light/faGear.ts +15 -15
- package/src/assets/icons/light/faHouse.ts +15 -15
- package/src/assets/icons/light/faIdBadge.ts +15 -15
- package/src/assets/icons/light/faLineColumns.ts +15 -15
- package/src/assets/icons/light/faLink.ts +15 -15
- package/src/assets/icons/light/faMagnifyingGlass.ts +15 -15
- package/src/assets/icons/light/faPen.ts +15 -15
- package/src/assets/icons/light/faPrint.ts +15 -15
- package/src/assets/icons/light/faQuestion.ts +15 -15
- package/src/assets/icons/light/faRotateRight.ts +15 -15
- package/src/assets/icons/light/faTrashCan.ts +15 -15
- package/src/assets/icons/light/faTriangleExclamation.ts +15 -15
- package/src/assets/icons/light/faXmark.ts +15 -15
- package/src/assets/icons/regular/faArrowLeft.ts +15 -15
- package/src/assets/icons/regular/faArrowRightArrowLeft.ts +15 -15
- package/src/assets/icons/regular/faCircleCheck.ts +15 -15
- package/src/assets/icons/regular/faCircleExclamation.ts +15 -15
- package/src/assets/icons/regular/faCircleInfo.ts +15 -15
- package/src/assets/icons/regular/faFileArrowDown.ts +15 -15
- package/src/assets/icons/regular/faFilterCircleXmark.ts +15 -15
- package/src/assets/icons/regular/faTriangleExclamation.ts +15 -15
- package/src/assets/icons/solid/faAngleLeft.ts +15 -15
- package/src/assets/icons/solid/faAngleRight.ts +15 -15
- package/src/assets/icons/solid/faArrowDownWideShort.ts +15 -15
- package/src/assets/icons/solid/faCaretDown.ts +15 -15
- package/src/assets/icons/solid/faCheck.ts +15 -15
- package/src/assets/icons/solid/faEllipsisVertical.ts +15 -15
- package/src/assets/icons/solid/faEnvelopeDot.ts +15 -15
- package/src/assets/icons/solid/faFilter.ts +15 -15
- package/src/assets/icons/solid/faFloppyDisk.ts +15 -15
- package/src/assets/icons/solid/faGripDotsVertical.ts +15 -15
- package/src/assets/icons/solid/faListUl.ts +15 -15
- package/src/assets/icons/solid/faMinus.ts +15 -15
- package/src/assets/icons/solid/faPlus.ts +15 -15
- package/src/assets/icons/solid/faPrint.ts +15 -15
- package/src/assets/icons/solid/faRotateRight.ts +15 -15
- package/src/assets/icons/solid/faXmark.ts +15 -15
- package/src/components/Accordions/Accordions.tsx +75 -74
- package/src/components/Alert/Alert.tsx +31 -31
- package/src/components/Badge/DotBadge.tsx +16 -16
- package/src/components/Badge/NotificationBadge.tsx +29 -29
- package/src/components/Badge/PillBadge.tsx +13 -13
- package/src/components/Button/Button.tsx +56 -56
- package/src/components/Button/IconButton.tsx +51 -51
- package/src/components/Button/SplitButton.tsx +91 -91
- package/src/components/Dashboard/Dashboard.tsx +9 -9
- package/src/components/Dashboard/DashboardWidget.tsx +44 -44
- package/src/components/Dashboard/FastLinksWidget/FastLinksWidget.tsx +37 -37
- package/src/components/Dialog/Dialog.tsx +166 -164
- package/src/components/Dialog/components/DialogFooter.tsx +100 -98
- package/src/components/Header/Components/EnvBadge.tsx +17 -17
- package/src/components/Header/Components/ModuleSelect.tsx +68 -68
- package/src/components/Header/Components/Notifications.tsx +202 -208
- package/src/components/Header/Components/UserMenu.tsx +52 -52
- package/src/components/Header/Header.tsx +37 -36
- package/src/components/Helper/Collapse.tsx +53 -52
- package/src/components/Inputs/Checkbox.tsx +53 -53
- package/src/components/Inputs/CurrencyInput.tsx +124 -123
- package/src/components/Inputs/DateInput/DateInput.tsx +184 -183
- package/src/components/Inputs/DateInput/components/DatePartInput.tsx +159 -158
- package/src/components/Inputs/InputWrapper.tsx +95 -95
- package/src/components/Inputs/NumberInput.tsx +86 -86
- package/src/components/Inputs/PasswordInput.tsx +40 -39
- package/src/components/Inputs/PhoneInput/PhoneInput.tsx +108 -108
- package/src/components/Inputs/PhoneInput/utils/countryCode.ts +20 -20
- package/src/components/Inputs/Radio.tsx +59 -59
- package/src/components/Inputs/RadioGroup.tsx +48 -48
- package/src/components/Inputs/RadioLarge.tsx +39 -39
- package/src/components/Inputs/SearchInput.tsx +46 -45
- package/src/components/Inputs/Selects/Select.tsx +17 -17
- package/src/components/Inputs/Selects/components/CustomSelectComponents.tsx +20 -19
- package/src/components/Inputs/Selects/components/SelectWrapper.tsx +118 -118
- package/src/components/Inputs/Selects/utils/selectStyles.ts +101 -101
- package/src/components/Inputs/TextAreaInput.tsx +68 -67
- package/src/components/Inputs/TextInput.tsx +100 -99
- package/src/components/Inputs/TimeInput/TimeInput.tsx +81 -81
- package/src/components/List/List.tsx +21 -20
- package/src/components/List/ListItem.tsx +70 -69
- package/src/components/Loader/Loader.tsx +59 -53
- package/src/components/Loader/ProgressBar.tsx +41 -41
- package/src/components/Menu/Menu.tsx +81 -80
- package/src/components/Menu/MenuItem.tsx +46 -46
- package/src/components/Menu/NewMenu.tsx +63 -63
- package/src/components/Menu/hooks/useMenuPosition.tsx +116 -115
- package/src/components/Pullover/Pullover.tsx +197 -196
- package/src/components/Router/Router.tsx +52 -51
- package/src/components/Sidebar/AddButton.tsx +22 -22
- package/src/components/Sidebar/Sidebar.tsx +85 -83
- package/src/components/Sidebar/SidebarItem.tsx +84 -84
- package/src/components/Sidebar/types/ISidebar.ts +28 -28
- package/src/components/Table/Table.tsx +259 -258
- package/src/components/Table/components/columns/ColumnsList.tsx +60 -59
- package/src/components/Table/components/columns/TableColumnsEdit.tsx +114 -112
- package/src/components/Table/components/edit/TableEditRow.tsx +78 -77
- package/src/components/Table/components/filters/FilterItem.tsx +15 -15
- package/src/components/Table/components/filters/TableFilters.tsx +126 -125
- package/src/components/Table/components/footer/TableFooter.tsx +126 -124
- package/src/components/Table/components/header/TableHeader.tsx +40 -40
- package/src/components/Table/components/header/TableHeaderRow.tsx +57 -57
- package/src/components/Table/components/items/TableItemActions.tsx +78 -78
- package/src/components/Table/components/print/TablePrint.tsx +200 -199
- package/src/components/Table/components/select/TableSelect.tsx +50 -49
- package/src/components/Table/components/sort/TableSort.tsx +73 -72
- package/src/components/Table/components/templates/CreateTemplateDialog.tsx +58 -57
- package/src/components/Table/components/templates/TableTemplates.tsx +65 -64
- package/src/components/Table/components/templates/TemplatesPullover.tsx +88 -88
- package/src/components/Table/contexts/TableContext.tsx +116 -123
- package/src/components/Table/hooks/localHooks/useLocalTableColumns.tsx +70 -70
- package/src/components/Table/hooks/localHooks/useLocalTableData.tsx +84 -84
- package/src/components/Table/hooks/localHooks/useLocalTableKeyboard.ts +176 -177
- package/src/components/Table/hooks/localHooks/useLocalTablePagination.ts +12 -12
- package/src/components/Table/hooks/useTableColumns.ts +34 -34
- package/src/components/Table/hooks/useTableEdit.tsx +140 -140
- package/src/components/Table/hooks/useTableFilterFields.tsx +150 -150
- package/src/components/Table/hooks/useTablePagination.ts +19 -19
- package/src/components/Table/hooks/useTablePrint.ts +83 -83
- package/src/components/Table/hooks/useTableSearch.ts +31 -30
- package/src/components/Table/hooks/useTableSelect.ts +19 -19
- package/src/components/Table/hooks/useTableSort.ts +8 -8
- package/src/components/Tabs/Tabs.tsx +68 -67
- package/src/components/Tooltip/Tooltip.tsx +191 -200
- package/src/components/Tree/Tree.tsx +22 -22
- package/src/components/Tree/TreeItem.tsx +57 -56
- package/src/components/Wrappers/AppLayout.tsx +17 -17
- package/src/components/Wrappers/ConditionalWrapper.tsx +10 -10
- package/src/components/Wrappers/FormWrapper.tsx +84 -83
- package/src/components/Wrappers/PageLayout.tsx +156 -155
- package/src/hooks/useBackgroundClose.ts +19 -18
- package/src/hooks/useGetFocusableElements.ts +43 -42
- package/src/hooks/useIsMenuOpen.ts +11 -11
- package/src/hooks/useLocalPopoverControl.ts +32 -32
- package/src/hooks/useOnEsc.ts +14 -14
- package/src/hooks/usePopupControl.ts +22 -22
- package/src/hooks/useZendesk.ts +21 -21
- package/src/index.ts +379 -386
- package/src/pages/NoAccessPage.tsx +27 -27
- package/src/pages/NotFoundPage.tsx +26 -26
- package/src/styles/common/helpers/_size.scss +0 -3
- package/src/styles/components/_accordions.scss +1 -1
- package/src/styles/components/_buttonSplit.scss +4 -29
- package/src/types/IBasic.ts +32 -31
- package/src/types/ICountryCode.ts +5 -0
- package/src/types/IError.ts +5 -5
- package/src/types/IHeader.ts +40 -40
- package/src/types/IInfo.ts +1 -1
- package/src/types/IKeyboard.ts +33 -33
- package/src/types/IMenu.ts +19 -19
- package/src/types/INotifications.ts +15 -15
- package/src/types/IPopup.ts +17 -17
- package/src/types/IRouter.ts +6 -6
- package/src/types/ISelect.ts +54 -54
- package/src/types/ITab.ts +1 -1
- package/src/types/ITable.ts +290 -281
- package/src/types/ITree.ts +6 -6
- package/src/utils/InputPatternValidation.ts +12 -12
- package/src/utils/dateUtils.ts +32 -32
- package/src/utils/fileUtils.ts +177 -177
- package/src/utils/i18n/i18nIUICyrilic.ts +119 -119
- package/src/utils/i18n/i18nIUILatin.ts +120 -120
- package/src/utils/i18n/i18nIUIMe.ts +118 -118
- package/src/utils/icons.ts +13 -13
- package/src/utils/localStorageHelper.ts +24 -24
- package/src/utils/logoUtils.ts +7 -7
- package/src/utils/numberUtils.ts +21 -21
- package/src/utils/objectUtils.ts +114 -114
- package/src/utils/popupUtils.ts +82 -82
- package/src/utils/rootDir.ts +1 -1
- package/src/utils/stringUtils.ts +18 -18
- package/src/utils/tableUtils.ts +130 -130
- package/src/utils/toasts.ts +6 -6
- package/src/utils/urlUtils.ts +4 -4
- package/tsconfig.json +1 -0
- package/dist/NoAccessPage-BmizYfw0.js +0 -2
- package/dist/NotFoundPage-Cv544vAr.js +0 -2
- package/src/components/Dialog/hooks/useDialogKeyboard.ts +0 -42
- package/src/components/Inputs/Select2/Select.tsx +0 -258
- package/src/components/Inputs/Select2/select.scss +0 -42
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { 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
|
+
import type { 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 +1,15 @@
|
|
|
1
|
-
import type { 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
|
+
import type { 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,12 +1,12 @@
|
|
|
1
|
-
import { IconDefinition } from
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
2
|
|
|
3
|
-
const prefix =
|
|
4
|
-
const iconName =
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'arrow-left';
|
|
5
5
|
const width = 448;
|
|
6
6
|
const height = 512;
|
|
7
|
-
const unicode =
|
|
7
|
+
const unicode = 'f060';
|
|
8
8
|
const svgPathData =
|
|
9
|
-
|
|
9
|
+
'M448 256C448 264.8 440.6 272 431.4 272H54.11l140.7 149.3c6.157 6.531 5.655 16.66-1.118 22.59C190.5 446.6 186.5 448 182.5 448c-4.505 0-9.009-1.75-12.28-5.25l-165.9-176c-5.752-6.094-5.752-15.41 0-21.5l165.9-176c6.19-6.562 16.69-7 23.45-1.094c6.773 5.938 7.275 16.06 1.118 22.59L54.11 240h377.3C440.6 240 448 247.2 448 256z';
|
|
10
10
|
|
|
11
11
|
export const faArrowLeft: IconDefinition = {
|
|
12
12
|
prefix,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { IconDefinition } from
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
2
|
|
|
3
|
-
const prefix =
|
|
4
|
-
const iconName =
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'arrow-right';
|
|
5
5
|
const width = 448;
|
|
6
6
|
const height = 512;
|
|
7
|
-
const unicode =
|
|
7
|
+
const unicode = 'f061';
|
|
8
8
|
const svgPathData =
|
|
9
|
-
|
|
9
|
+
'M443.7 266.8l-165.9 176C274.5 446.3 269.1 448 265.5 448c-3.986 0-7.988-1.375-11.16-4.156c-6.773-5.938-7.275-16.06-1.118-22.59L393.9 272H16.59c-9.171 0-16.59-7.155-16.59-15.1S7.421 240 16.59 240h377.3l-140.7-149.3c-6.157-6.531-5.655-16.66 1.118-22.59c6.789-5.906 17.27-5.469 23.45 1.094l165.9 176C449.4 251.3 449.4 260.7 443.7 266.8z';
|
|
10
10
|
|
|
11
11
|
export const faArrowRight: IconDefinition = {
|
|
12
12
|
prefix,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'arrow-up-arrow-down';
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'e099';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M224 160c4.094 0 8.188-1.562 11.31-4.688c6.25-6.25 6.25-16.38 0-22.62l-96-96c-6.25-6.25-16.38-6.25-22.62 0l-96 96c-6.25 6.25-6.25 16.38 0 22.62s16.38 6.25 22.62 0L112 86.63V464C112 472.8 119.2 480 128 480s16-7.156 16-16V86.63l68.69 68.69C215.8 158.4 219.9 160 224 160zM427.3 356.7C424.2 353.6 420.1 352 416 352s-8.188 1.562-11.31 4.688L336 425.4V48C336 39.16 328.8 32 320 32s-16 7.156-16 16v377.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-96C433.6 373.1 433.6 362.9 427.3 356.7z';
|
|
10
|
-
|
|
11
|
-
export const faArrowUpArrowDown: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'arrow-up-arrow-down';
|
|
5
|
+
const width = 448;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'e099';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M224 160c4.094 0 8.188-1.562 11.31-4.688c6.25-6.25 6.25-16.38 0-22.62l-96-96c-6.25-6.25-16.38-6.25-22.62 0l-96 96c-6.25 6.25-6.25 16.38 0 22.62s16.38 6.25 22.62 0L112 86.63V464C112 472.8 119.2 480 128 480s16-7.156 16-16V86.63l68.69 68.69C215.8 158.4 219.9 160 224 160zM427.3 356.7C424.2 353.6 420.1 352 416 352s-8.188 1.562-11.31 4.688L336 425.4V48C336 39.16 328.8 32 320 32s-16 7.156-16 16v377.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-96C433.6 373.1 433.6 362.9 427.3 356.7z';
|
|
10
|
+
|
|
11
|
+
export const faArrowUpArrowDown: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'arrow-up-right-from-square';
|
|
5
|
-
const width = 384;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f08e';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M336 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l121.4 0L212.7 276.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6 480 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-160c0-8.8-7.2-16-16-16L336 0zM64 32C28.7 32 0 60.7 0 96L0 448c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 144c0 17.7-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32L32 96c0-17.7 14.3-32 32-32l144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L64 32z';
|
|
10
|
-
|
|
11
|
-
export const faArrowUpRightFromSquare: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'arrow-up-right-from-square';
|
|
5
|
+
const width = 384;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'f08e';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M336 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l121.4 0L212.7 276.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6 480 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-160c0-8.8-7.2-16-16-16L336 0zM64 32C28.7 32 0 60.7 0 96L0 448c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 144c0 17.7-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32L32 96c0-17.7 14.3-32 32-32l144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L64 32z';
|
|
10
|
+
|
|
11
|
+
export const faArrowUpRightFromSquare: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { 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
|
+
import type { 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 +1,15 @@
|
|
|
1
|
-
import type { 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
|
+
import type { 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 +1,15 @@
|
|
|
1
|
-
import type { 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
|
+
import type { 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 +1,15 @@
|
|
|
1
|
-
import { IconDefinition } from
|
|
2
|
-
|
|
3
|
-
const prefix =
|
|
4
|
-
const iconName =
|
|
5
|
-
const width = 384;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode =
|
|
8
|
-
const svgPathData =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
export const faBookmark: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'bookmark';
|
|
5
|
+
const width = 384;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'f02e';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M320 0H64C28.72 0 0 28.7 0 64v431.1c0 5.844 3.188 11.23 8.312 14.04c5.125 2.781 11.34 2.562 16.28-.5313L192 402.1l167.4 106.5C362 511.2 365 512 368 512c2.656 0 5.281-.6562 7.688-1.969C380.8 507.2 384 501.8 384 495.1V64C384 28.7 355.3 0 320 0zM352 466.9l-151.4-96.36C197.1 368.8 195 368 192 368s-5.969 .8281-8.594 2.5L32 466.9V64c0-17.64 14.34-32 32-32h256c17.66 0 32 14.36 32 32V466.9z';
|
|
10
|
+
|
|
11
|
+
export const faBookmark: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { IconDefinition } from
|
|
2
|
-
|
|
3
|
-
const prefix =
|
|
4
|
-
const iconName =
|
|
5
|
-
const width = 640;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode =
|
|
8
|
-
const svgPathData =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
export const faBookmarkSlash: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'bookmark-slash';
|
|
5
|
+
const width = 640;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'e0c2';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M192 32h256c17.66 0 32 14.36 32 32v236.8l32 25.26V64c0-35.3-28.72-64-64-64H192C169 0 148.1 12.28 137.7 30.53l25.45 20.09C168.3 39.7 179.2 32 192 32zM320 368c-3 0-5.969 .8281-8.594 2.5L160 466.9V211.2L128 185.9v310c0 5.844 3.188 11.23 8.312 14.04c5.125 2.781 11.34 2.562 16.28-.5313L320 402.1l167.4 106.5C490 511.2 493 512 496 512c2.656 0 5.281-.6562 7.688-1.969C508.8 507.2 512 501.8 512 496v-3.877l-183.4-121.6C325.1 368.8 323 368 320 368zM633.9 483.4L25.9 3.418C18.1-2.02 8.936-.8477 3.436 6.059c-5.469 6.939-4.281 17 2.656 22.49l608 480C617 510.9 620.5 512 624 512c4.719 0 9.406-2.094 12.56-6.078C642 498.1 640.8 488.9 633.9 483.4z';
|
|
10
|
+
|
|
11
|
+
export const faBookmarkSlash: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'calendar-plus';
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f271';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M320 336C320 344.8 312.8 352 304 352H240V416C240 424.8 232.8 432 224 432C215.2 432 208 424.8 208 416V352H144C135.2 352 128 344.8 128 336C128 327.2 135.2 320 144 320H208V256C208 247.2 215.2 240 224 240C232.8 240 240 247.2 240 256V320H304C312.8 320 320 327.2 320 336zM112 0C120.8 0 128 7.164 128 16V64H320V16C320 7.164 327.2 0 336 0C344.8 0 352 7.164 352 16V64H384C419.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 64H96V16C96 7.164 103.2 0 112 0zM416 192H32V448C32 465.7 46.33 480 64 480H384C401.7 480 416 465.7 416 448V192zM384 96H64C46.33 96 32 110.3 32 128V160H416V128C416 110.3 401.7 96 384 96z';
|
|
10
|
-
|
|
11
|
-
export const faCalendarPlus: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'calendar-plus';
|
|
5
|
+
const width = 448;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'f271';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M320 336C320 344.8 312.8 352 304 352H240V416C240 424.8 232.8 432 224 432C215.2 432 208 424.8 208 416V352H144C135.2 352 128 344.8 128 336C128 327.2 135.2 320 144 320H208V256C208 247.2 215.2 240 224 240C232.8 240 240 247.2 240 256V320H304C312.8 320 320 327.2 320 336zM112 0C120.8 0 128 7.164 128 16V64H320V16C320 7.164 327.2 0 336 0C344.8 0 352 7.164 352 16V64H384C419.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 64H96V16C96 7.164 103.2 0 112 0zM416 192H32V448C32 465.7 46.33 480 64 480H384C401.7 480 416 465.7 416 448V192zM384 96H64C46.33 96 32 110.3 32 128V160H416V128C416 110.3 401.7 96 384 96z';
|
|
10
|
+
|
|
11
|
+
export const faCalendarPlus: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { 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
|
+
import type { 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 +1,15 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'chevron-down';
|
|
5
|
-
const width = 448;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f078';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M4.251 181.1C7.392 177.7 11.69 175.1 16 175.1c3.891 0 7.781 1.406 10.86 4.25l197.1 181.1l197.1-181.1c6.5-6 16.64-5.625 22.61 .9062c6 6.5 5.594 16.59-.8906 22.59l-208 192c-6.156 5.688-15.56 5.688-21.72 0l-208-192C-1.343 197.7-1.749 187.6 4.251 181.1z';
|
|
10
|
-
|
|
11
|
-
export const faChevronDown: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'chevron-down';
|
|
5
|
+
const width = 448;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'f078';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M4.251 181.1C7.392 177.7 11.69 175.1 16 175.1c3.891 0 7.781 1.406 10.86 4.25l197.1 181.1l197.1-181.1c6.5-6 16.64-5.625 22.61 .9062c6 6.5 5.594 16.59-.8906 22.59l-208 192c-6.156 5.688-15.56 5.688-21.72 0l-208-192C-1.343 197.7-1.749 187.6 4.251 181.1z';
|
|
10
|
+
|
|
11
|
+
export const faChevronDown: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'chevron-right';
|
|
5
|
-
const width = 320;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f054';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M85.14 475.8c-3.438-3.141-5.156-7.438-5.156-11.75c0-3.891 1.406-7.781 4.25-10.86l181.1-197.1L84.23 58.86c-6-6.5-5.625-16.64 .9062-22.61c6.5-6 16.59-5.594 22.59 .8906l192 208c5.688 6.156 5.688 15.56 0 21.72l-192 208C101.7 481.3 91.64 481.8 85.14 475.8z';
|
|
10
|
-
|
|
11
|
-
export const faChevronRight: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'chevron-right';
|
|
5
|
+
const width = 320;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'f054';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M85.14 475.8c-3.438-3.141-5.156-7.438-5.156-11.75c0-3.891 1.406-7.781 4.25-10.86l181.1-197.1L84.23 58.86c-6-6.5-5.625-16.64 .9062-22.61c6.5-6 16.59-5.594 22.59 .8906l192 208c5.688 6.156 5.688 15.56 0 21.72l-192 208C101.7 481.3 91.64 481.8 85.14 475.8z';
|
|
10
|
+
|
|
11
|
+
export const faChevronRight: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
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 480c-123.5 0-224-100.5-224-224s100.5-224 224-224s224 100.5 224 224S379.5 480 256 480zM256 184c13.25 0 24-10.74 24-24c0-13.25-10.75-24-24-24S232 146.7 232 160C232 173.3 242.7 184 256 184zM304 352h-32V240C272 231.2 264.8 224 256 224H224C215.2 224 208 231.2 208 240S215.2 256 224 256h16v96h-32C199.2 352 192 359.2 192 368C192 376.8 199.2 384 208 384h96c8.836 0 16-7.164 16-16C320 359.2 312.8 352 304 352z';
|
|
10
|
-
|
|
11
|
-
export const faCircleInfo: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
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 480c-123.5 0-224-100.5-224-224s100.5-224 224-224s224 100.5 224 224S379.5 480 256 480zM256 184c13.25 0 24-10.74 24-24c0-13.25-10.75-24-24-24S232 146.7 232 160C232 173.3 242.7 184 256 184zM304 352h-32V240C272 231.2 264.8 224 256 224H224C215.2 224 208 231.2 208 240S215.2 256 224 256h16v96h-32C199.2 352 192 359.2 192 368C192 376.8 199.2 384 208 384h96c8.836 0 16-7.164 16-16C320 359.2 312.8 352 304 352z';
|
|
10
|
+
|
|
11
|
+
export const faCircleInfo: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'circle-xmark';
|
|
5
|
-
const width = 512;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f057';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M331.3 180.7c-6.25-6.25-16.38-6.25-22.62 0L256 233.4L203.3 180.7c-6.25-6.25-16.38-6.25-22.62 0s-6.25 16.38 0 22.62L233.4 256L180.7 308.7c-6.25 6.25-6.25 16.38 0 22.62c6.246 6.246 16.37 6.254 22.62 0L256 278.6l52.69 52.69c6.246 6.246 16.37 6.254 22.62 0c6.25-6.25 6.25-16.38 0-22.62L278.6 256l52.69-52.69C337.6 197.1 337.6 186.9 331.3 180.7zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256S512 397.4 512 256S397.4 0 256 0zM256 480c-123.5 0-224-100.5-224-224s100.5-224 224-224s224 100.5 224 224S379.5 480 256 480z';
|
|
10
|
-
|
|
11
|
-
export const faCircleXmark: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'circle-xmark';
|
|
5
|
+
const width = 512;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'f057';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M331.3 180.7c-6.25-6.25-16.38-6.25-22.62 0L256 233.4L203.3 180.7c-6.25-6.25-16.38-6.25-22.62 0s-6.25 16.38 0 22.62L233.4 256L180.7 308.7c-6.25 6.25-6.25 16.38 0 22.62c6.246 6.246 16.37 6.254 22.62 0L256 278.6l52.69 52.69c6.246 6.246 16.37 6.254 22.62 0c6.25-6.25 6.25-16.38 0-22.62L278.6 256l52.69-52.69C337.6 197.1 337.6 186.9 331.3 180.7zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256S512 397.4 512 256S397.4 0 256 0zM256 480c-123.5 0-224-100.5-224-224s100.5-224 224-224s224 100.5 224 224S379.5 480 256 480z';
|
|
10
|
+
|
|
11
|
+
export const faCircleXmark: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
-
|
|
3
|
-
const prefix = 'fal';
|
|
4
|
-
const iconName = 'clipboard-check';
|
|
5
|
-
const width = 384;
|
|
6
|
-
const height = 512;
|
|
7
|
-
const unicode = 'f46c';
|
|
8
|
-
const svgPathData =
|
|
9
|
-
'M320 64c-8.844 0-16 7.156-16 16S311.2 96 320 96c17.64 0 32 14.34 32 32v320c0 17.66-14.36 32-32 32H64c-17.64 0-32-14.34-32-32V128c0-17.66 14.36-32 32-32c8.844 0 16-7.156 16-16S72.84 64 64 64C28.7 64 0 92.72 0 128v320c0 35.28 28.7 64 64 64h256c35.3 0 64-28.72 64-64V128C384 92.72 355.3 64 320 64zM112 128h160C280.8 128 288 120.8 288 112S280.8 96 272 96h-24.88C252.6 86.55 256 75.72 256 64c0-35.35-28.65-64-64-64S128 28.65 128 64c0 11.72 3.379 22.55 8.877 32H112C103.2 96 96 103.2 96 112S103.2 128 112 128zM192 32c17.64 0 32 14.36 32 32s-14.36 32-32 32S160 81.64 160 64S174.4 32 192 32zM84.69 299.3l64 64C151.8 366.4 155.9 368 160 368s8.188-1.562 11.31-4.688l128-128c6.25-6.25 6.25-16.38 0-22.62s-16.38-6.25-22.62 0L160 329.4L107.3 276.7c-6.25-6.25-16.38-6.25-22.62 0S78.44 293.1 84.69 299.3z';
|
|
10
|
-
|
|
11
|
-
export const faClipboardCheck: IconDefinition = {
|
|
12
|
-
prefix,
|
|
13
|
-
iconName,
|
|
14
|
-
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
-
};
|
|
1
|
+
import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
|
|
3
|
+
const prefix = 'fal';
|
|
4
|
+
const iconName = 'clipboard-check';
|
|
5
|
+
const width = 384;
|
|
6
|
+
const height = 512;
|
|
7
|
+
const unicode = 'f46c';
|
|
8
|
+
const svgPathData =
|
|
9
|
+
'M320 64c-8.844 0-16 7.156-16 16S311.2 96 320 96c17.64 0 32 14.34 32 32v320c0 17.66-14.36 32-32 32H64c-17.64 0-32-14.34-32-32V128c0-17.66 14.36-32 32-32c8.844 0 16-7.156 16-16S72.84 64 64 64C28.7 64 0 92.72 0 128v320c0 35.28 28.7 64 64 64h256c35.3 0 64-28.72 64-64V128C384 92.72 355.3 64 320 64zM112 128h160C280.8 128 288 120.8 288 112S280.8 96 272 96h-24.88C252.6 86.55 256 75.72 256 64c0-35.35-28.65-64-64-64S128 28.65 128 64c0 11.72 3.379 22.55 8.877 32H112C103.2 96 96 103.2 96 112S103.2 128 112 128zM192 32c17.64 0 32 14.36 32 32s-14.36 32-32 32S160 81.64 160 64S174.4 32 192 32zM84.69 299.3l64 64C151.8 366.4 155.9 368 160 368s8.188-1.562 11.31-4.688l128-128c6.25-6.25 6.25-16.38 0-22.62s-16.38-6.25-22.62 0L160 329.4L107.3 276.7c-6.25-6.25-16.38-6.25-22.62 0S78.44 293.1 84.69 299.3z';
|
|
10
|
+
|
|
11
|
+
export const faClipboardCheck: IconDefinition = {
|
|
12
|
+
prefix,
|
|
13
|
+
iconName,
|
|
14
|
+
icon: [width, height, [], unicode, svgPathData],
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { 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
|
+
import type { 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 +1,15 @@
|
|
|
1
|
-
import type { 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
|
+
import type { 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
|
+
};
|