@contentful/f36-icons 5.0.0-alpha.1 → 5.0.0-alpha.2
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/esm/custom/EmbeddedBlockIcon.js +21 -0
- package/dist/esm/custom/EmbeddedLineIcon.js +23 -0
- package/dist/esm/custom/EntryIcon.js +18 -0
- package/dist/esm/custom/EnvironmentAliasIcon.js +21 -0
- package/dist/esm/custom/EnvironmentIcon.js +18 -0
- package/dist/esm/custom/ReleaseIcon.js +19 -0
- package/dist/esm/custom/RichTextIcon.js +25 -0
- package/dist/esm/custom/TextSubscriptIcon.js +19 -0
- package/dist/esm/custom/TextSuperscriptIcon.js +19 -0
- package/dist/esm/custom/WorkflowsIcon.js +18 -0
- package/dist/esm/index.js +108 -9
- package/dist/esm/vendor/phosphor/ArrowCounterClockwiseIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ArrowDownIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ArrowLeftIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ArrowRightIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ArrowSquareOutIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ArrowUpIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ArrowsLeftRightIcon.js +3 -0
- package/dist/esm/vendor/phosphor/BookmarkSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/BracketsCurlyIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CalendarBlankIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CaretDownIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CaretLeftIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CaretRightIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CaretUpDownIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CaretUpIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ChatIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CheckCircleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CheckIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ClockCounterClockwiseIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ClockIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CloudArrowUpIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CodeSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/CopySimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/DotsSixVerticalIcon.js +3 -0
- package/dist/esm/vendor/phosphor/DotsThreeIcon.js +3 -0
- package/dist/esm/vendor/phosphor/DownloadSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/EyeClosedIcon.js +3 -0
- package/dist/esm/vendor/phosphor/EyeIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FileAudioIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FileCodeIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FileIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FilePdfIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FileTextIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FileVideoIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FolderOpenIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FolderSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FolderSimplePlusIcon.js +3 -0
- package/dist/esm/vendor/phosphor/FunnelSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/GearSixIcon.js +3 -0
- package/dist/esm/vendor/phosphor/GlobeIcon.js +3 -0
- package/dist/esm/vendor/phosphor/HashStraightIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ImageSquareIcon.js +3 -0
- package/dist/esm/vendor/phosphor/InfoIcon.js +3 -0
- package/dist/esm/vendor/phosphor/LinkSimpleHorizontalIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ListBulletsIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ListIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ListNumbersIcon.js +3 -0
- package/dist/esm/vendor/phosphor/LockSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/LockSimpleOpenIcon.js +3 -0
- package/dist/esm/vendor/phosphor/MagnifyingGlassIcon.js +3 -0
- package/dist/esm/vendor/phosphor/MapPinLineIcon.js +3 -0
- package/dist/esm/vendor/phosphor/MinusIcon.js +3 -0
- package/dist/esm/vendor/phosphor/PaperPlaneTiltIcon.js +3 -0
- package/dist/esm/vendor/phosphor/PenNibIcon.js +3 -0
- package/dist/esm/vendor/phosphor/PencilSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/PlusIcon.js +3 -0
- package/dist/esm/vendor/phosphor/PresentationIcon.js +3 -0
- package/dist/esm/vendor/phosphor/PuzzlePieceIcon.js +3 -0
- package/dist/esm/vendor/phosphor/QuestionIcon.js +3 -0
- package/dist/esm/vendor/phosphor/QuotesIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ReceiptIcon.js +3 -0
- package/dist/esm/vendor/phosphor/RepeatIcon.js +3 -0
- package/dist/esm/vendor/phosphor/RocketLaunchIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ShoppingCartSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SignInIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SignOutIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SketchLogoIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SmileyIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SortAscendingIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SortDescendingIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SparkleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/StarIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SubtractIcon.js +3 -0
- package/dist/esm/vendor/phosphor/SwapIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TableIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TabsIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TagIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextBIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextHFiveIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextHFourIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextHIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextHOneIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextHSixIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextHThreeIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextHTwoIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextItalicIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextTIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TextUnderlineIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ThumbsDownIcon.js +3 -0
- package/dist/esm/vendor/phosphor/ThumbsUpIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TrashSimpleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TreeStructureIcon.js +3 -0
- package/dist/esm/vendor/phosphor/TriangleIcon.js +3 -0
- package/dist/esm/vendor/phosphor/UserIcon.js +3 -0
- package/dist/esm/vendor/phosphor/UsersIcon.js +3 -0
- package/dist/esm/vendor/phosphor/WarningIcon.js +3 -0
- package/dist/esm/vendor/phosphor/WarningOctagonIcon.js +3 -0
- package/dist/esm/vendor/phosphor/XIcon.js +3 -0
- package/dist/types/custom/EmbeddedBlockIcon.d.ts +2 -0
- package/dist/types/custom/EmbeddedLineIcon.d.ts +2 -0
- package/dist/types/custom/EntryIcon.d.ts +2 -0
- package/dist/types/custom/EnvironmentAliasIcon.d.ts +2 -0
- package/dist/types/custom/EnvironmentIcon.d.ts +2 -0
- package/dist/types/custom/ReleaseIcon.d.ts +2 -0
- package/dist/types/custom/RichTextIcon.d.ts +2 -0
- package/dist/types/custom/TextSubscriptIcon.d.ts +2 -0
- package/dist/types/custom/TextSuperscriptIcon.d.ts +2 -0
- package/dist/types/custom/WorkflowsIcon.d.ts +2 -0
- package/dist/types/index.d.ts +109 -0
- package/dist/types/vendor/phosphor/ArrowCounterClockwiseIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ArrowDownIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ArrowLeftIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ArrowRightIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ArrowSquareOutIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ArrowUpIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ArrowsLeftRightIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/BookmarkSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/BracketsCurlyIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CalendarBlankIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CaretDownIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CaretLeftIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CaretRightIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CaretUpDownIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CaretUpIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ChatIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CheckCircleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CheckIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ClockCounterClockwiseIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ClockIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CloudArrowUpIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CodeSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/CopySimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/DotsSixVerticalIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/DotsThreeIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/DownloadSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/EyeClosedIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/EyeIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FileAudioIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FileCodeIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FileIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FilePdfIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FileTextIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FileVideoIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FolderOpenIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FolderSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FolderSimplePlusIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/FunnelSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/GearSixIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/GlobeIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/HashStraightIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ImageSquareIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/InfoIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/LinkSimpleHorizontalIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ListBulletsIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ListIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ListNumbersIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/LockSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/LockSimpleOpenIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/MagnifyingGlassIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/MapPinLineIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/MinusIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/PaperPlaneTiltIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/PenNibIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/PencilSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/PlusIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/PresentationIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/PuzzlePieceIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/QuestionIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/QuotesIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ReceiptIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/RepeatIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/RocketLaunchIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ShoppingCartSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SignInIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SignOutIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SketchLogoIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SmileyIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SortAscendingIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SortDescendingIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SparkleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/StarIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SubtractIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/SwapIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TableIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TabsIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TagIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextBIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextHFiveIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextHFourIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextHIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextHOneIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextHSixIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextHThreeIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextHTwoIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextItalicIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextTIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TextUnderlineIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ThumbsDownIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/ThumbsUpIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TrashSimpleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TreeStructureIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/TriangleIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/UserIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/UsersIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/WarningIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/WarningOctagonIcon.d.ts +2 -0
- package/dist/types/vendor/phosphor/XIcon.d.ts +2 -0
- package/package.json +26 -13
- package/dist/esm/index.js.map +0 -1
- package/dist/index.d.mts +0 -125
- package/dist/index.d.ts +0 -125
- package/dist/index.js +0 -122
- package/dist/index.js.map +0 -1
package/dist/index.d.ts
DELETED
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import * as _contentful_f36_icon from '@contentful/f36-icon';
|
|
2
|
-
export { IconComponent, GeneratedIconProps as IconProps, IconSize, IconVariant } from '@contentful/f36-icon';
|
|
3
|
-
import * as react from 'react';
|
|
4
|
-
import react__default from 'react';
|
|
5
|
-
|
|
6
|
-
declare const ArrowCounterClockwiseIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
7
|
-
declare const ArrowDownIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
8
|
-
declare const ArrowLeftIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
9
|
-
declare const ArrowRightIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
10
|
-
declare const ArrowsLeftRightIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
11
|
-
declare const ArrowSquareOutIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
12
|
-
declare const ArrowUpIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
13
|
-
declare const BookmarkSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
14
|
-
declare const BracketsCurlyIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
15
|
-
declare const CalendarBlankIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
16
|
-
declare const CaretDownIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
17
|
-
declare const CaretLeftIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
18
|
-
declare const CaretRightIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
19
|
-
declare const CaretUpDownIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
20
|
-
declare const CaretUpIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
21
|
-
declare const ChatIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
22
|
-
declare const CheckCircleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
23
|
-
declare const CheckIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
24
|
-
declare const ClockIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
25
|
-
declare const ClockCounterClockwiseIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
26
|
-
declare const CloudArrowUpIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
27
|
-
declare const CodeSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
28
|
-
declare const CopySimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
29
|
-
declare const DotsSixVerticalIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
30
|
-
declare const DotsThreeIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
31
|
-
declare const DownloadSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
32
|
-
declare const EyeClosedIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
33
|
-
declare const EyeIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
34
|
-
declare const FileAudioIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
35
|
-
declare const FileCodeIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
36
|
-
declare const FileIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
37
|
-
declare const FilePdfIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
38
|
-
declare const FileTextIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
39
|
-
declare const FileVideoIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
40
|
-
declare const FolderOpenIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
41
|
-
declare const FolderSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
42
|
-
declare const FolderSimplePlusIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
43
|
-
declare const FunnelSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
44
|
-
declare const GearSixIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
45
|
-
declare const GlobeIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
46
|
-
declare const HashStraightIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
47
|
-
declare const ImageSquareIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
48
|
-
declare const InfoIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
49
|
-
declare const LinkSimpleHorizontalIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
50
|
-
declare const ListBulletsIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
51
|
-
declare const ListIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
52
|
-
declare const ListNumbersIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
53
|
-
declare const LockSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
54
|
-
declare const LockSimpleOpenIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
55
|
-
declare const MagnifyingGlassIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
56
|
-
declare const MapPinLineIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
57
|
-
declare const MinusIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
58
|
-
declare const PaperPlaneTiltIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
59
|
-
declare const PencilSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
60
|
-
declare const PenNibIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
61
|
-
declare const PlusIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
62
|
-
declare const PresentationIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
63
|
-
declare const PuzzlePieceIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
64
|
-
declare const QuestionIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
65
|
-
declare const QuotesIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
66
|
-
declare const ReceiptIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
67
|
-
declare const RepeatIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
68
|
-
declare const RocketLaunchIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
69
|
-
declare const ShoppingCartSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
70
|
-
declare const SignInIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
71
|
-
declare const SignOutIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
72
|
-
declare const SketchLogoIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
73
|
-
declare const SmileyIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
74
|
-
declare const SortAscendingIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
75
|
-
declare const SortDescendingIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
76
|
-
declare const SparkleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
77
|
-
declare const StarIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
78
|
-
declare const SubtractIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
79
|
-
declare const SwapIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
80
|
-
declare const TableIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
81
|
-
declare const TabsIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
82
|
-
declare const TagIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
83
|
-
declare const TextBIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
84
|
-
declare const TextHFiveIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
85
|
-
declare const TextHFourIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
86
|
-
declare const TextHIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
87
|
-
declare const TextHOneIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
88
|
-
declare const TextHSixIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
89
|
-
declare const TextHThreeIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
90
|
-
declare const TextHTwoIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
91
|
-
declare const TextItalicIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
92
|
-
declare const TextTIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
93
|
-
declare const TextUnderlineIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
94
|
-
declare const ThumbsDownIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
95
|
-
declare const ThumbsUpIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
96
|
-
declare const TrashSimpleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
97
|
-
declare const TreeStructureIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
98
|
-
declare const TriangleIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
99
|
-
declare const UserIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
100
|
-
declare const UsersIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
101
|
-
declare const WarningIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
102
|
-
declare const WarningOctagonIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
103
|
-
declare const XIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react.ReactElement<any, any>;
|
|
104
|
-
|
|
105
|
-
declare const EmbeddedBlockIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
106
|
-
|
|
107
|
-
declare const EmbeddedLineIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
108
|
-
|
|
109
|
-
declare const EntryIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
110
|
-
|
|
111
|
-
declare const EnvironmentAliasIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
112
|
-
|
|
113
|
-
declare const EnvironmentIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
114
|
-
|
|
115
|
-
declare const ReleaseIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
116
|
-
|
|
117
|
-
declare const RichTextIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
118
|
-
|
|
119
|
-
declare const TextSubscriptIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
120
|
-
|
|
121
|
-
declare const TextSuperscriptIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
122
|
-
|
|
123
|
-
declare const WorkflowsIcon: (props: _contentful_f36_icon.GeneratedIconProps) => react__default.ReactElement<any, any>;
|
|
124
|
-
|
|
125
|
-
export { ArrowCounterClockwiseIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSquareOutIcon, ArrowUpIcon, ArrowsLeftRightIcon, BookmarkSimpleIcon, BracketsCurlyIcon, CalendarBlankIcon, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpDownIcon, CaretUpIcon, ChatIcon, CheckCircleIcon, CheckIcon, ClockCounterClockwiseIcon, ClockIcon, CloudArrowUpIcon, CodeSimpleIcon, CopySimpleIcon, DotsSixVerticalIcon, DotsThreeIcon, DownloadSimpleIcon, EmbeddedBlockIcon, EmbeddedLineIcon, EntryIcon, EnvironmentAliasIcon, EnvironmentIcon, EyeClosedIcon, EyeIcon, FileAudioIcon, FileCodeIcon, FileIcon, FilePdfIcon, FileTextIcon, FileVideoIcon, FolderOpenIcon, FolderSimpleIcon, FolderSimplePlusIcon, FunnelSimpleIcon, GearSixIcon, GlobeIcon, HashStraightIcon, ImageSquareIcon, InfoIcon, LinkSimpleHorizontalIcon, ListBulletsIcon, ListIcon, ListNumbersIcon, LockSimpleIcon, LockSimpleOpenIcon, MagnifyingGlassIcon, MapPinLineIcon, MinusIcon, PaperPlaneTiltIcon, PenNibIcon, PencilSimpleIcon, PlusIcon, PresentationIcon, PuzzlePieceIcon, QuestionIcon, QuotesIcon, ReceiptIcon, ReleaseIcon, RepeatIcon, RichTextIcon, RocketLaunchIcon, ShoppingCartSimpleIcon, SignInIcon, SignOutIcon, SketchLogoIcon, SmileyIcon, SortAscendingIcon, SortDescendingIcon, SparkleIcon, StarIcon, SubtractIcon, SwapIcon, TableIcon, TabsIcon, TagIcon, TextBIcon, TextHFiveIcon, TextHFourIcon, TextHIcon, TextHOneIcon, TextHSixIcon, TextHThreeIcon, TextHTwoIcon, TextItalicIcon, TextSubscriptIcon, TextSuperscriptIcon, TextTIcon, TextUnderlineIcon, ThumbsDownIcon, ThumbsUpIcon, TrashSimpleIcon, TreeStructureIcon, TriangleIcon, UserIcon, UsersIcon, WarningIcon, WarningOctagonIcon, WorkflowsIcon, XIcon };
|
package/dist/index.js
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var f36Icon = require('@contentful/f36-icon');
|
|
4
|
-
var react = require('@phosphor-icons/react');
|
|
5
|
-
var t = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var t__default = /*#__PURE__*/_interopDefault(t);
|
|
10
|
-
|
|
11
|
-
var P2=f36Icon.generateForma36Icon(react.ArrowCounterClockwise),b2=f36Icon.generateForma36Icon(react.ArrowDown),U2=f36Icon.generateForma36Icon(react.ArrowLeft),W2=f36Icon.generateForma36Icon(react.ArrowRight),y2=f36Icon.generateForma36Icon(react.ArrowsLeftRight),O2=f36Icon.generateForma36Icon(react.ArrowSquareOut),B2=f36Icon.generateForma36Icon(react.ArrowUp),E2=f36Icon.generateForma36Icon(react.BookmarkSimple),z2=f36Icon.generateForma36Icon(react.BracketsCurly),G2=f36Icon.generateForma36Icon(react.CalendarBlank),q2=f36Icon.generateForma36Icon(react.CaretDown),N2=f36Icon.generateForma36Icon(react.CaretLeft),Q2=f36Icon.generateForma36Icon(react.CaretRight),X2=f36Icon.generateForma36Icon(react.CaretUpDown),j2=f36Icon.generateForma36Icon(react.CaretUp),J2=f36Icon.generateForma36Icon(react.Chat),K2=f36Icon.generateForma36Icon(react.CheckCircle),Y2=f36Icon.generateForma36Icon(react.Check),_2=f36Icon.generateForma36Icon(react.Clock),$2=f36Icon.generateForma36Icon(react.ClockCounterClockwise),R2=f36Icon.generateForma36Icon(react.CloudArrowUp),o1=f36Icon.generateForma36Icon(react.CodeSimple),t1=f36Icon.generateForma36Icon(react.CopySimple),e1=f36Icon.generateForma36Icon(react.DotsSixVertical),n1=f36Icon.generateForma36Icon(react.DotsThree),c1=f36Icon.generateForma36Icon(react.DownloadSimple),r1=f36Icon.generateForma36Icon(react.EyeClosed),a1=f36Icon.generateForma36Icon(react.Eye),p1=f36Icon.generateForma36Icon(react.FileAudio),l1=f36Icon.generateForma36Icon(react.FileCode),i1=f36Icon.generateForma36Icon(react.File),s1=f36Icon.generateForma36Icon(react.FilePdf),h1=f36Icon.generateForma36Icon(react.FileText),x1=f36Icon.generateForma36Icon(react.FileVideo),I1=f36Icon.generateForma36Icon(react.FolderOpen),m1=f36Icon.generateForma36Icon(react.FolderSimple),u1=f36Icon.generateForma36Icon(react.FolderSimplePlus),f1=f36Icon.generateForma36Icon(react.FunnelSimple),v1=f36Icon.generateForma36Icon(react.GearSix),d1=f36Icon.generateForma36Icon(react.Globe),C1=f36Icon.generateForma36Icon(react.HashStraight),g1=f36Icon.generateForma36Icon(react.ImageSquare),S1=f36Icon.generateForma36Icon(react.Info),Z1=f36Icon.generateForma36Icon(react.LinkSimpleHorizontal),V1=f36Icon.generateForma36Icon(react.ListBullets),T1=f36Icon.generateForma36Icon(react.List),M1=f36Icon.generateForma36Icon(react.ListNumbers),L1=f36Icon.generateForma36Icon(react.LockSimple),H1=f36Icon.generateForma36Icon(react.LockSimpleOpen),F1=f36Icon.generateForma36Icon(react.MagnifyingGlass),A1=f36Icon.generateForma36Icon(react.MapPinLine),w1=f36Icon.generateForma36Icon(react.Minus),k1=f36Icon.generateForma36Icon(react.PaperPlaneTilt),D1=f36Icon.generateForma36Icon(react.PencilSimple),P1=f36Icon.generateForma36Icon(react.PenNib),b1=f36Icon.generateForma36Icon(react.Plus),U1=f36Icon.generateForma36Icon(react.Presentation),W1=f36Icon.generateForma36Icon(react.PuzzlePiece),y1=f36Icon.generateForma36Icon(react.Question),O1=f36Icon.generateForma36Icon(react.Quotes),B1=f36Icon.generateForma36Icon(react.Receipt),E1=f36Icon.generateForma36Icon(react.Repeat),z1=f36Icon.generateForma36Icon(react.RocketLaunch),G1=f36Icon.generateForma36Icon(react.ShoppingCartSimple),q1=f36Icon.generateForma36Icon(react.SignIn),N1=f36Icon.generateForma36Icon(react.SignOut),Q1=f36Icon.generateForma36Icon(react.SketchLogo),X1=f36Icon.generateForma36Icon(react.Smiley),j1=f36Icon.generateForma36Icon(react.SortAscending),J1=f36Icon.generateForma36Icon(react.SortDescending),K1=f36Icon.generateForma36Icon(react.Sparkle),Y1=f36Icon.generateForma36Icon(react.Star),_1=f36Icon.generateForma36Icon(react.Subtract),$1=f36Icon.generateForma36Icon(react.Swap),R1=f36Icon.generateForma36Icon(react.Table),o6=f36Icon.generateForma36Icon(react.Tabs),t6=f36Icon.generateForma36Icon(react.Tag),e6=f36Icon.generateForma36Icon(react.TextB),n6=f36Icon.generateForma36Icon(react.TextHFive),c6=f36Icon.generateForma36Icon(react.TextHFour),r6=f36Icon.generateForma36Icon(react.TextH),a6=f36Icon.generateForma36Icon(react.TextHOne),p6=f36Icon.generateForma36Icon(react.TextHSix),l6=f36Icon.generateForma36Icon(react.TextHThree),i6=f36Icon.generateForma36Icon(react.TextHTwo),s6=f36Icon.generateForma36Icon(react.TextItalic),h6=f36Icon.generateForma36Icon(react.TextT),x6=f36Icon.generateForma36Icon(react.TextUnderline),I6=f36Icon.generateForma36Icon(react.ThumbsDown),m6=f36Icon.generateForma36Icon(react.ThumbsUp),u6=f36Icon.generateForma36Icon(react.TrashSimple),f6=f36Icon.generateForma36Icon(react.TreeStructure),v6=f36Icon.generateForma36Icon(react.Triangle),d6=f36Icon.generateForma36Icon(react.User),C6=f36Icon.generateForma36Icon(react.Users),g6=f36Icon.generateForma36Icon(react.Warning),S6=f36Icon.generateForma36Icon(react.WarningOctagon),Z6=f36Icon.generateForma36Icon(react.X);var L6=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M4.375 3.125c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM4.375 16.875c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM3.125 6.875c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h13.75c.69 0 1.25-.56 1.25-1.25v-3.75c0-.69-.56-1.25-1.25-1.25H3.125Z",fill:"currentFill"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("g",{fill:"currentFill"},t__default.default.createElement("path",{d:"M4.375 3.125c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM4.375 16.875c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625Z"}),t__default.default.createElement("path",{d:"M3.125 6.875c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h13.75c.69 0 1.25-.56 1.25-1.25v-3.75c0-.69-.56-1.25-1.25-1.25H3.125Zm0 1.25h13.75v3.75H3.125v-3.75Z"}))})}});var w6=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M5.625 2.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75ZM1.875 10c0-.345.28-.625.625-.625h15a.625.625 0 1 1 0 1.25h-15A.625.625 0 0 1 1.875 10ZM5.625 12.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75Z",fill:"currentFill"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("g",{fill:"currentFill"},t__default.default.createElement("path",{d:"M4.375 3.75c0-.69.56-1.25 1.25-1.25h8.75c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-8.75c-.69 0-1.25-.56-1.25-1.25v-2.5Zm10 0h-8.75v2.5h8.75v-2.5Z"}),t__default.default.createElement("path",{d:"M1.875 10c0-.345.28-.625.625-.625h15a.625.625 0 1 1 0 1.25h-15A.625.625 0 0 1 1.875 10Z"}),t__default.default.createElement("path",{d:"M5.625 12.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75Zm0 1.25h8.75v2.5h-8.75v-2.5Z"}))})}});var b6=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M8.125 2.5c-.69 0-1.25.56-1.25 1.25V7.5c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25h-3.75ZM3.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75ZM13.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75Z",fill:"currentFill"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M6.875 3.75c0-.69.56-1.25 1.25-1.25h3.75c.69 0 1.25.56 1.25 1.25V7.5c0 .69-.56 1.25-1.25 1.25h-3.75c-.69 0-1.25-.56-1.25-1.25V3.75Zm5 0h-3.75V7.5h3.75V3.75ZM1.875 12.5c0-.69.56-1.25 1.25-1.25h3.75c.69 0 1.25.56 1.25 1.25v3.75c0 .69-.56 1.25-1.25 1.25h-3.75c-.69 0-1.25-.56-1.25-1.25V12.5Zm5 0h-3.75v3.75h3.75V12.5ZM13.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75Zm0 1.25h3.75v3.75h-3.75V12.5Z",fill:"currentFill"})})}});var O6=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("g",{fill:"currentFill"},t__default.default.createElement("path",{d:"M17.292 3.284a.625.625 0 0 1 .208.466V7.5a.625.625 0 0 1-1.067.442L15 6.509l-3.75 3.75a1.25 1.25 0 0 1-.884.366H6.875a.625.625 0 1 1 0-1.25h3.491l3.75-3.75-1.433-1.433a.625.625 0 0 1 .442-1.067h3.75c.16 0 .306.06.417.16ZM17.5 12.5a.625.625 0 0 0-1.067-.442L15 13.491l-2.058-2.058a.625.625 0 1 0-.884.884l2.058 2.058-1.433 1.433a.625.625 0 0 0 .442 1.067h3.75a.622.622 0 0 0 .625-.625V12.5Z"}),t__default.default.createElement("path",{d:"M8.125 14.375c-2.833 0-5-2.026-5-4.375 0-2.35 2.167-4.375 5-4.375.594 0 1.162.09 1.688.256a.625.625 0 1 0 .374-1.193 6.876 6.876 0 0 0-2.062-.313c-3.38 0-6.25 2.451-6.25 5.625s2.87 5.625 6.25 5.625c.721 0 1.415-.11 2.062-.313a.625.625 0 0 0-.374-1.193 5.625 5.625 0 0 1-1.688.256Z"}))}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M12.5 3.75c0-.345.28-.625.625-.625h3.75c.345 0 .625.28.625.625V7.5a.625.625 0 1 1-1.25 0V5.259l-5 5a1.25 1.25 0 0 1-.884.366H6.875a.625.625 0 1 1 0-1.25h3.491l5-5h-2.241a.625.625 0 0 1-.625-.625ZM8.125 5.625c-2.833 0-5 2.026-5 4.375 0 2.35 2.167 4.375 5 4.375.594 0 1.162-.09 1.688-.256a.625.625 0 0 1 .374 1.193 6.879 6.879 0 0 1-2.062.313c-3.38 0-6.25-2.451-6.25-5.625s2.87-5.625 6.25-5.625c.721 0 1.415.11 2.062.313a.625.625 0 0 1-.374 1.193 5.627 5.627 0 0 0-1.688-.256Zm3.933 6.692a.625.625 0 1 1 .884-.884l3.308 3.308V12.5a.625.625 0 1 1 1.25 0v3.75c0 .345-.28.625-.625.625h-3.75a.625.625 0 1 1 0-1.25h2.241l-3.308-3.308Z",fill:"currentFill"})})}});var G6=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M11.875 3.75a.625.625 0 0 0-.442 1.067l1.46 1.46L9.87 9.376H3.75a.625.625 0 1 0 0 1.25h6.12c.336 0 .659-.136.894-.377l3.014-3.086 1.405 1.405a.625.625 0 0 0 1.067-.442v-3.75a.623.623 0 0 0-.625-.625h-3.75ZM15.864 11.298a.625.625 0 0 1 .386.577v3.75a.622.622 0 0 1-.625.625h-3.75a.625.625 0 0 1-.442-1.067l1.433-1.433-1.433-1.433a.625.625 0 1 1 .884-.884l1.433 1.433 1.433-1.433a.625.625 0 0 1 .681-.135Z",fill:"currentFill"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M11.875 3.75a.625.625 0 1 0 0 1.25h2.266L9.87 9.375H3.75a.625.625 0 1 0 0 1.25h6.12c.336 0 .659-.136.894-.377L15 5.91v2.215a.625.625 0 1 0 1.25 0v-3.75a.624.624 0 0 0-.186-.445l-.01-.01a.623.623 0 0 0-.429-.17h-3.75ZM15 11.875a.625.625 0 1 1 1.25 0v3.754a.623.623 0 0 1-.621.621h-3.754a.625.625 0 1 1 0-1.25h2.241l-2.683-2.683a.625.625 0 1 1 .884-.884L15 14.116v-2.241Z",fill:"currentFill"})})}});var X6=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M3.816 2.845a.625.625 0 0 1 .559-.345h11.25c.237 0 .453.134.559.345l1.25 2.5a.625.625 0 0 1 .066.28V16.25a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25V5.625c0-.097.023-.193.066-.28l1.25-2.5Zm.559 2.78C4.375 5.28 4.655 5 5 5h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM13.75 15a.625.625 0 1 0 0-1.25h-2.5a.625.625 0 1 0 0 1.25h2.5Z",fill:"currentFill",fillRule:"evenodd"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M3.816 2.845a.625.625 0 0 1 .559-.345h11.25c.237 0 .453.134.559.345l1.25 2.5a.625.625 0 0 1 .066.28V16.25a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25V5.625c0-.097.023-.193.066-.28l1.25-2.5Zm.945.905L4.136 5h11.728l-.625-1.25H4.76Zm11.489 2.5H3.75v10h12.5v-10Zm-5.625 7.5c0-.345.28-.625.625-.625h2.5a.625.625 0 1 1 0 1.25h-2.5a.625.625 0 0 1-.625-.625Z",fill:"currentFill"})})}});var Y6=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M1.25 4.375c0-.69.56-1.25 1.25-1.25h15c.69 0 1.25.56 1.25 1.25v11.25c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V4.375ZM5 7.5c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V10c0 .345-.28.625-.625.625h-2.5A.625.625 0 0 1 5 10V7.5Zm6.25 1.875a.625.625 0 1 0 0 1.25h3.125a.625.625 0 1 0 0-1.25H11.25ZM10.625 7.5c0-.345.28-.625.625-.625h3.125a.625.625 0 1 1 0 1.25H11.25a.625.625 0 0 1-.625-.625Zm-5 4.375a.625.625 0 1 0 0 1.25h8.75a.625.625 0 1 0 0-1.25h-8.75Z",fill:"currentFill",fillRule:"evenodd"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("g",{fill:"currentFill",fillRule:"evenodd"},t__default.default.createElement("path",{d:"M5 7.5c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V10c0 .345-.28.625-.625.625h-2.5A.625.625 0 0 1 5 10V7.5Zm1.25.625v1.25H7.5v-1.25H6.25Z"}),t__default.default.createElement("path",{d:"M11.25 9.375a.625.625 0 1 0 0 1.25h3.125a.625.625 0 1 0 0-1.25H11.25ZM10.625 7.5c0-.345.28-.625.625-.625h3.125a.625.625 0 1 1 0 1.25H11.25a.625.625 0 0 1-.625-.625ZM5.625 11.875a.625.625 0 1 0 0 1.25h8.75a.625.625 0 1 0 0-1.25h-8.75Z"}),t__default.default.createElement("path",{d:"M2.5 3.125c-.69 0-1.25.56-1.25 1.25v11.25c0 .69.56 1.25 1.25 1.25h15c.69 0 1.25-.56 1.25-1.25V4.375c0-.69-.56-1.25-1.25-1.25h-15Zm15 1.25h-15v11.25h15V4.375Z"}))})}});var o0=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M3.75 2.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25H3.75Zm10.901 3.126a.25.25 0 0 0-.255.149.625.625 0 1 1-1.146-.5 1.5 1.5 0 1 1 2.573 1.502L15 7.875h.5a.625.625 0 1 1 0 1.25h-1.75a.625.625 0 0 1-.5-1l1.574-2.1a.249.249 0 0 0-.073-.366.25.25 0 0 0-.1-.033Zm-2.21 1.566a.625.625 0 1 0-.883-.884L8.5 9.366 5.442 6.308a.625.625 0 1 0-.884.884l3.058 3.058-3.058 3.058a.625.625 0 0 0 .884.884L8.5 11.134l3.058 3.058a.625.625 0 1 0 .884-.884L9.384 10.25l3.058-3.058Z",fill:"currentFill",fillRule:"evenodd"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M2.058 3.308a.625.625 0 0 1 .884 0L7.5 7.866l4.558-4.558a.625.625 0 1 1 .884.884L8.384 8.75l4.558 4.558a.625.625 0 1 1-.884.884L7.5 9.634l-4.558 4.558a.625.625 0 1 1-.884-.884L6.616 8.75 2.058 4.192a.625.625 0 0 1 0-.884Zm14.258 8.57a.624.624 0 0 0-.64.372.625.625 0 1 1-1.145-.5 1.875 1.875 0 1 1 3.217 1.877v.001l-1.498 1.997h1.25a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1-.5-1l2.248-2.998v-.001a.627.627 0 0 0-.183-.916.623.623 0 0 0-.249-.081Z",fill:"currentFill"})})}});var c0=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M3.75 2.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25H3.75Zm10.901 3.126a.25.25 0 0 0-.255.149.625.625 0 1 1-1.146-.5 1.5 1.5 0 1 1 2.573 1.502L15 7.875h.5a.625.625 0 1 1 0 1.25h-1.75a.625.625 0 0 1-.5-1l1.574-2.1a.249.249 0 0 0-.073-.366.25.25 0 0 0-.1-.033Zm-2.21 1.566a.625.625 0 1 0-.883-.884L8.5 9.366 5.442 6.308a.625.625 0 1 0-.884.884l3.058 3.058-3.058 3.058a.625.625 0 0 0 .884.884L8.5 11.134l3.058 3.058a.625.625 0 1 0 .884-.884L9.384 10.25l3.058-3.058Z",fill:"currentFill",fillRule:"evenodd"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{d:"M16.316 4.379a.625.625 0 0 0-.64.37.625.625 0 1 1-1.145-.5 1.876 1.876 0 1 1 3.217 1.878v.001L16.25 8.125h1.25a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1-.5-1l2.248-2.998v-.001a.627.627 0 0 0-.432-.997ZM2.058 5.809a.625.625 0 0 1 .884 0L7.5 10.365l4.558-4.558a.625.625 0 1 1 .884.884L8.384 11.25l4.558 4.558a.625.625 0 1 1-.884.884L7.5 12.134l-4.558 4.558a.625.625 0 1 1-.884-.884l4.558-4.558-4.558-4.558a.625.625 0 0 1 0-.884Z",fill:"currentFill"})})}});var l0=f36Icon.generateComponentWithVariants({variants:{[f36Icon.IconVariant.Active]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{fill:"currentFill",d:"M5 6.565v4.685h1.875a.625.625 0 0 1 .442 1.067l-2.5 2.5a.625.625 0 0 1-.884 0l-2.5-2.5a.625.625 0 0 1 .442-1.067H3.75V6.56s.003-.109.007-.163c.007-.093.02-.223.046-.376.05-.305.153-.72.365-1.144.212-.426.542-.87 1.047-1.207.51-.34 1.16-.545 1.973-.545.812 0 1.463.205 1.972.545.506.337.835.781 1.047 1.207a4.076 4.076 0 0 1 .418 1.683v6.875a2.828 2.828 0 0 0 .035.339c.038.223.11.51.25.79.14.278.338.536.623.727.282.188.686.334 1.28.334.593 0 .997-.146 1.279-.334.285-.19.484-.45.622-.726a2.833 2.833 0 0 0 .286-1.13v-5.31h-1.875a.625.625 0 0 1-.442-1.067l2.5-2.5a.625.625 0 0 1 .884 0l2.5 2.5a.625.625 0 0 1-.442 1.067H16.25v5.316a4.061 4.061 0 0 1-.052.54c-.051.303-.154.72-.365 1.143-.213.425-.542.87-1.048 1.207-.509.34-1.16.544-1.972.544-.813 0-1.464-.205-1.973-.544a3.093 3.093 0 0 1-1.047-1.207 4.081 4.081 0 0 1-.418-1.68v-.005s.048.008 0 .006V6.552a2.83 2.83 0 0 0-.035-.326 2.832 2.832 0 0 0-.25-.79 1.844 1.844 0 0 0-.623-.726c-.282-.188-.686-.335-1.28-.335-.593 0-.997.147-1.279.335-.285.19-.484.449-.622.726A2.832 2.832 0 0 0 5 6.565Z"})}),[f36Icon.IconVariant.Default]:f36Icon.generateIconComponent({path:t__default.default.createElement("path",{fill:"currentFill",d:"M5 6.565v6.301l1.433-1.433a.625.625 0 1 1 .884.884l-2.5 2.5a.625.625 0 0 1-.884 0l-2.5-2.5a.625.625 0 1 1 .884-.884l1.433 1.433V6.561l.001-.05.006-.114a4.08 4.08 0 0 1 .41-1.52c.213-.426.542-.87 1.048-1.208.51-.34 1.16-.544 1.973-.544.812 0 1.463.205 1.972.544.506.337.835.782 1.047 1.208a4.083 4.083 0 0 1 .417 1.633l.001.046v6.879a2.828 2.828 0 0 0 .035.339c.038.223.11.51.25.79.14.278.338.536.623.726.282.188.686.335 1.28.335.593 0 .997-.147 1.279-.335.285-.19.484-.448.622-.726A2.833 2.833 0 0 0 15 13.448V6.51l-1.433 1.433a.625.625 0 1 1-.884-.884l2.5-2.5a.625.625 0 0 1 .884 0l2.5 2.5a.625.625 0 1 1-.884.884L16.25 6.509v6.93l-.001.05a4.061 4.061 0 0 1-.051.49 4.08 4.08 0 0 1-.365 1.144c-.213.426-.543.87-1.048 1.208-.51.34-1.16.544-1.973.544-.812 0-1.463-.205-1.972-.544a3.093 3.093 0 0 1-1.047-1.208 4.081 4.081 0 0 1-.418-1.678v-6.88a2.83 2.83 0 0 0-.035-.339 2.832 2.832 0 0 0-.25-.79 1.844 1.844 0 0 0-.623-.727c-.282-.187-.686-.334-1.28-.334-.593 0-.997.147-1.279.334-.285.19-.484.45-.622.727A2.832 2.832 0 0 0 5 6.565Z"})})}});
|
|
12
|
-
|
|
13
|
-
exports.ArrowCounterClockwiseIcon = P2;
|
|
14
|
-
exports.ArrowDownIcon = b2;
|
|
15
|
-
exports.ArrowLeftIcon = U2;
|
|
16
|
-
exports.ArrowRightIcon = W2;
|
|
17
|
-
exports.ArrowSquareOutIcon = O2;
|
|
18
|
-
exports.ArrowUpIcon = B2;
|
|
19
|
-
exports.ArrowsLeftRightIcon = y2;
|
|
20
|
-
exports.BookmarkSimpleIcon = E2;
|
|
21
|
-
exports.BracketsCurlyIcon = z2;
|
|
22
|
-
exports.CalendarBlankIcon = G2;
|
|
23
|
-
exports.CaretDownIcon = q2;
|
|
24
|
-
exports.CaretLeftIcon = N2;
|
|
25
|
-
exports.CaretRightIcon = Q2;
|
|
26
|
-
exports.CaretUpDownIcon = X2;
|
|
27
|
-
exports.CaretUpIcon = j2;
|
|
28
|
-
exports.ChatIcon = J2;
|
|
29
|
-
exports.CheckCircleIcon = K2;
|
|
30
|
-
exports.CheckIcon = Y2;
|
|
31
|
-
exports.ClockCounterClockwiseIcon = $2;
|
|
32
|
-
exports.ClockIcon = _2;
|
|
33
|
-
exports.CloudArrowUpIcon = R2;
|
|
34
|
-
exports.CodeSimpleIcon = o1;
|
|
35
|
-
exports.CopySimpleIcon = t1;
|
|
36
|
-
exports.DotsSixVerticalIcon = e1;
|
|
37
|
-
exports.DotsThreeIcon = n1;
|
|
38
|
-
exports.DownloadSimpleIcon = c1;
|
|
39
|
-
exports.EmbeddedBlockIcon = L6;
|
|
40
|
-
exports.EmbeddedLineIcon = w6;
|
|
41
|
-
exports.EntryIcon = b6;
|
|
42
|
-
exports.EnvironmentAliasIcon = O6;
|
|
43
|
-
exports.EnvironmentIcon = G6;
|
|
44
|
-
exports.EyeClosedIcon = r1;
|
|
45
|
-
exports.EyeIcon = a1;
|
|
46
|
-
exports.FileAudioIcon = p1;
|
|
47
|
-
exports.FileCodeIcon = l1;
|
|
48
|
-
exports.FileIcon = i1;
|
|
49
|
-
exports.FilePdfIcon = s1;
|
|
50
|
-
exports.FileTextIcon = h1;
|
|
51
|
-
exports.FileVideoIcon = x1;
|
|
52
|
-
exports.FolderOpenIcon = I1;
|
|
53
|
-
exports.FolderSimpleIcon = m1;
|
|
54
|
-
exports.FolderSimplePlusIcon = u1;
|
|
55
|
-
exports.FunnelSimpleIcon = f1;
|
|
56
|
-
exports.GearSixIcon = v1;
|
|
57
|
-
exports.GlobeIcon = d1;
|
|
58
|
-
exports.HashStraightIcon = C1;
|
|
59
|
-
exports.ImageSquareIcon = g1;
|
|
60
|
-
exports.InfoIcon = S1;
|
|
61
|
-
exports.LinkSimpleHorizontalIcon = Z1;
|
|
62
|
-
exports.ListBulletsIcon = V1;
|
|
63
|
-
exports.ListIcon = T1;
|
|
64
|
-
exports.ListNumbersIcon = M1;
|
|
65
|
-
exports.LockSimpleIcon = L1;
|
|
66
|
-
exports.LockSimpleOpenIcon = H1;
|
|
67
|
-
exports.MagnifyingGlassIcon = F1;
|
|
68
|
-
exports.MapPinLineIcon = A1;
|
|
69
|
-
exports.MinusIcon = w1;
|
|
70
|
-
exports.PaperPlaneTiltIcon = k1;
|
|
71
|
-
exports.PenNibIcon = P1;
|
|
72
|
-
exports.PencilSimpleIcon = D1;
|
|
73
|
-
exports.PlusIcon = b1;
|
|
74
|
-
exports.PresentationIcon = U1;
|
|
75
|
-
exports.PuzzlePieceIcon = W1;
|
|
76
|
-
exports.QuestionIcon = y1;
|
|
77
|
-
exports.QuotesIcon = O1;
|
|
78
|
-
exports.ReceiptIcon = B1;
|
|
79
|
-
exports.ReleaseIcon = X6;
|
|
80
|
-
exports.RepeatIcon = E1;
|
|
81
|
-
exports.RichTextIcon = Y6;
|
|
82
|
-
exports.RocketLaunchIcon = z1;
|
|
83
|
-
exports.ShoppingCartSimpleIcon = G1;
|
|
84
|
-
exports.SignInIcon = q1;
|
|
85
|
-
exports.SignOutIcon = N1;
|
|
86
|
-
exports.SketchLogoIcon = Q1;
|
|
87
|
-
exports.SmileyIcon = X1;
|
|
88
|
-
exports.SortAscendingIcon = j1;
|
|
89
|
-
exports.SortDescendingIcon = J1;
|
|
90
|
-
exports.SparkleIcon = K1;
|
|
91
|
-
exports.StarIcon = Y1;
|
|
92
|
-
exports.SubtractIcon = _1;
|
|
93
|
-
exports.SwapIcon = $1;
|
|
94
|
-
exports.TableIcon = R1;
|
|
95
|
-
exports.TabsIcon = o6;
|
|
96
|
-
exports.TagIcon = t6;
|
|
97
|
-
exports.TextBIcon = e6;
|
|
98
|
-
exports.TextHFiveIcon = n6;
|
|
99
|
-
exports.TextHFourIcon = c6;
|
|
100
|
-
exports.TextHIcon = r6;
|
|
101
|
-
exports.TextHOneIcon = a6;
|
|
102
|
-
exports.TextHSixIcon = p6;
|
|
103
|
-
exports.TextHThreeIcon = l6;
|
|
104
|
-
exports.TextHTwoIcon = i6;
|
|
105
|
-
exports.TextItalicIcon = s6;
|
|
106
|
-
exports.TextSubscriptIcon = o0;
|
|
107
|
-
exports.TextSuperscriptIcon = c0;
|
|
108
|
-
exports.TextTIcon = h6;
|
|
109
|
-
exports.TextUnderlineIcon = x6;
|
|
110
|
-
exports.ThumbsDownIcon = I6;
|
|
111
|
-
exports.ThumbsUpIcon = m6;
|
|
112
|
-
exports.TrashSimpleIcon = u6;
|
|
113
|
-
exports.TreeStructureIcon = f6;
|
|
114
|
-
exports.TriangleIcon = v6;
|
|
115
|
-
exports.UserIcon = d6;
|
|
116
|
-
exports.UsersIcon = C6;
|
|
117
|
-
exports.WarningIcon = g6;
|
|
118
|
-
exports.WarningOctagonIcon = S6;
|
|
119
|
-
exports.WorkflowsIcon = l0;
|
|
120
|
-
exports.XIcon = Z6;
|
|
121
|
-
//# sourceMappingURL=out.js.map
|
|
122
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/PhosphorIcons.tsx","../src/EmbeddedBlockIcon.tsx","../src/EmbeddedLineIcon.tsx","../src/EntryIcon.tsx","../src/EnvironmentAliasIcon.tsx","../src/EnvironmentIcon.tsx","../src/ReleaseIcon.tsx","../src/RichTextIcon.tsx","../src/TextSubscriptIcon.tsx","../src/TextSuperscriptIcon.tsx","../src/WorkflowsIcon.tsx"],"names":["generateForma36Icon","ArrowCounterClockwise","ArrowDown","ArrowLeft","ArrowRight","ArrowsLeftRight","ArrowSquareOut","ArrowUp","BookmarkSimple","BracketsCurly","CalendarBlank","CaretDown","CaretLeft","CaretRight","CaretUp","CaretUpDown","Chat","Check","CheckCircle","Clock","ClockCounterClockwise","CloudArrowUp","CodeSimple","CopySimple","DotsSixVertical","DotsThree","DownloadSimple","Eye","EyeClosed","File","FileAudio","FileCode","FilePdf","FileText","FileVideo","FolderOpen","FolderSimple","FolderSimplePlus","FunnelSimple","GearSix","Globe","HashStraight","ImageSquare","Info","LinkSimpleHorizontal","List","ListBullets","ListNumbers","LockSimple","LockSimpleOpen","MagnifyingGlass","MapPinLine","Minus","PaperPlaneTilt","PencilSimple","PenNib","Plus","Presentation","PuzzlePiece","Question","Quotes","Receipt","Repeat","RocketLaunch","ShoppingCartSimple","SignIn","SignOut","SketchLogo","Smiley","SortAscending","SortDescending","Sparkle","Star","Subtract","Swap","Table","Tabs","Tag","TextB","TextH","TextHFive","TextHFour","TextHOne","TextHSix","TextHThree","TextHTwo","TextItalic","TextT","TextUnderline","ThumbsDown","ThumbsUp","TrashSimple","TreeStructure","Triangle","User","Users","Warning","WarningOctagon","X","ArrowCounterClockwiseIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowsLeftRightIcon","ArrowSquareOutIcon","ArrowUpIcon","BookmarkSimpleIcon","BracketsCurlyIcon","CalendarBlankIcon","CaretDownIcon","CaretLeftIcon","CaretRightIcon","CaretUpDownIcon","CaretUpIcon","ChatIcon","CheckCircleIcon","CheckIcon","ClockIcon","ClockCounterClockwiseIcon","CloudArrowUpIcon","CodeSimpleIcon","CopySimpleIcon","DotsSixVerticalIcon","DotsThreeIcon","DownloadSimpleIcon","EyeClosedIcon","EyeIcon","FileAudioIcon","FileCodeIcon","FileIcon","FilePdfIcon","FileTextIcon","FileVideoIcon","FolderOpenIcon","FolderSimpleIcon","FolderSimplePlusIcon","FunnelSimpleIcon","GearSixIcon","GlobeIcon","HashStraightIcon","ImageSquareIcon","InfoIcon","LinkSimpleHorizontalIcon","ListBulletsIcon","ListIcon","ListNumbersIcon","LockSimpleIcon","LockSimpleOpenIcon","MagnifyingGlassIcon","MapPinLineIcon","MinusIcon","PaperPlaneTiltIcon","PencilSimpleIcon","PenNibIcon","PlusIcon","PresentationIcon","PuzzlePieceIcon","QuestionIcon","QuotesIcon","ReceiptIcon","RepeatIcon","RocketLaunchIcon","ShoppingCartSimpleIcon","SignInIcon","SignOutIcon","SketchLogoIcon","SmileyIcon","SortAscendingIcon","SortDescendingIcon","SparkleIcon","StarIcon","SubtractIcon","SwapIcon","TableIcon","TabsIcon","TagIcon","TextBIcon","TextHFiveIcon","TextHFourIcon","TextHIcon","TextHOneIcon","TextHSixIcon","TextHThreeIcon","TextHTwoIcon","TextItalicIcon","TextTIcon","TextUnderlineIcon","ThumbsDownIcon","ThumbsUpIcon","TrashSimpleIcon","TreeStructureIcon","TriangleIcon","UserIcon","UsersIcon","WarningIcon","WarningOctagonIcon","XIcon","React","IconVariant","generateComponentWithVariants","generateIconComponent","EmbeddedBlockIcon","EmbeddedLineIcon","EntryIcon","EnvironmentAliasIcon","EnvironmentIcon","ReleaseIcon","RichTextIcon","TextSubscriptIcon","TextSuperscriptIcon","WorkflowsIcon"],"mappings":"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","sourcesContent":["import { generateForma36Icon } from '@contentful/f36-icon';\nimport {\n ArrowCounterClockwise,\n ArrowDown,\n ArrowLeft,\n ArrowRight,\n ArrowsLeftRight,\n ArrowSquareOut,\n ArrowUp,\n BookmarkSimple,\n BracketsCurly,\n CalendarBlank,\n CaretDown,\n CaretLeft,\n CaretRight,\n CaretUp,\n CaretUpDown,\n Chat,\n Check,\n CheckCircle,\n Clock,\n ClockCounterClockwise,\n CloudArrowUp,\n CodeSimple,\n CopySimple,\n DotsSixVertical,\n DotsThree,\n DownloadSimple,\n Eye,\n EyeClosed,\n File,\n FileAudio,\n FileCode,\n FilePdf,\n FileText,\n FileVideo,\n FolderOpen,\n FolderSimple,\n FolderSimplePlus,\n FunnelSimple,\n GearSix,\n Globe,\n HashStraight,\n ImageSquare,\n Info,\n LinkSimpleHorizontal,\n List,\n ListBullets,\n ListNumbers,\n LockSimple,\n LockSimpleOpen,\n MagnifyingGlass,\n MapPinLine,\n Minus,\n PaperPlaneTilt,\n PencilSimple,\n PenNib,\n Plus,\n Presentation,\n PuzzlePiece,\n Question,\n Quotes,\n Receipt,\n Repeat,\n RocketLaunch,\n ShoppingCartSimple,\n SignIn,\n SignOut,\n SketchLogo,\n Smiley,\n SortAscending,\n SortDescending,\n Sparkle,\n Star,\n Subtract,\n Swap,\n Table,\n Tabs,\n Tag,\n TextB,\n TextH,\n TextHFive,\n TextHFour,\n TextHOne,\n TextHSix,\n TextHThree,\n TextHTwo,\n TextItalic,\n TextT,\n TextUnderline,\n ThumbsDown,\n ThumbsUp,\n TrashSimple,\n TreeStructure,\n Triangle,\n User,\n Users,\n Warning,\n WarningOctagon,\n X,\n} from '@phosphor-icons/react';\n\nexport const ArrowCounterClockwiseIcon = generateForma36Icon(\n ArrowCounterClockwise,\n);\nexport const ArrowDownIcon = generateForma36Icon(ArrowDown);\nexport const ArrowLeftIcon = generateForma36Icon(ArrowLeft);\nexport const ArrowRightIcon = generateForma36Icon(ArrowRight);\nexport const ArrowsLeftRightIcon = generateForma36Icon(ArrowsLeftRight);\nexport const ArrowSquareOutIcon = generateForma36Icon(ArrowSquareOut);\nexport const ArrowUpIcon = generateForma36Icon(ArrowUp);\nexport const BookmarkSimpleIcon = generateForma36Icon(BookmarkSimple);\nexport const BracketsCurlyIcon = generateForma36Icon(BracketsCurly);\nexport const CalendarBlankIcon = generateForma36Icon(CalendarBlank);\nexport const CaretDownIcon = generateForma36Icon(CaretDown);\nexport const CaretLeftIcon = generateForma36Icon(CaretLeft);\nexport const CaretRightIcon = generateForma36Icon(CaretRight);\nexport const CaretUpDownIcon = generateForma36Icon(CaretUpDown);\nexport const CaretUpIcon = generateForma36Icon(CaretUp);\nexport const ChatIcon = generateForma36Icon(Chat);\nexport const CheckCircleIcon = generateForma36Icon(CheckCircle);\nexport const CheckIcon = generateForma36Icon(Check);\nexport const ClockIcon = generateForma36Icon(Clock);\nexport const ClockCounterClockwiseIcon = generateForma36Icon(\n ClockCounterClockwise,\n);\nexport const CloudArrowUpIcon = generateForma36Icon(CloudArrowUp);\nexport const CodeSimpleIcon = generateForma36Icon(CodeSimple);\nexport const CopySimpleIcon = generateForma36Icon(CopySimple);\nexport const DotsSixVerticalIcon = generateForma36Icon(DotsSixVertical);\nexport const DotsThreeIcon = generateForma36Icon(DotsThree);\nexport const DownloadSimpleIcon = generateForma36Icon(DownloadSimple);\nexport const EyeClosedIcon = generateForma36Icon(EyeClosed);\nexport const EyeIcon = generateForma36Icon(Eye);\nexport const FileAudioIcon = generateForma36Icon(FileAudio);\nexport const FileCodeIcon = generateForma36Icon(FileCode);\nexport const FileIcon = generateForma36Icon(File);\nexport const FilePdfIcon = generateForma36Icon(FilePdf);\nexport const FileTextIcon = generateForma36Icon(FileText);\nexport const FileVideoIcon = generateForma36Icon(FileVideo);\nexport const FolderOpenIcon = generateForma36Icon(FolderOpen);\nexport const FolderSimpleIcon = generateForma36Icon(FolderSimple);\nexport const FolderSimplePlusIcon = generateForma36Icon(FolderSimplePlus);\nexport const FunnelSimpleIcon = generateForma36Icon(FunnelSimple);\nexport const GearSixIcon = generateForma36Icon(GearSix);\nexport const GlobeIcon = generateForma36Icon(Globe);\nexport const HashStraightIcon = generateForma36Icon(HashStraight);\nexport const ImageSquareIcon = generateForma36Icon(ImageSquare);\nexport const InfoIcon = generateForma36Icon(Info);\nexport const LinkSimpleHorizontalIcon =\n generateForma36Icon(LinkSimpleHorizontal);\nexport const ListBulletsIcon = generateForma36Icon(ListBullets);\nexport const ListIcon = generateForma36Icon(List);\nexport const ListNumbersIcon = generateForma36Icon(ListNumbers);\nexport const LockSimpleIcon = generateForma36Icon(LockSimple);\nexport const LockSimpleOpenIcon = generateForma36Icon(LockSimpleOpen);\nexport const MagnifyingGlassIcon = generateForma36Icon(MagnifyingGlass);\nexport const MapPinLineIcon = generateForma36Icon(MapPinLine);\nexport const MinusIcon = generateForma36Icon(Minus);\nexport const PaperPlaneTiltIcon = generateForma36Icon(PaperPlaneTilt);\nexport const PencilSimpleIcon = generateForma36Icon(PencilSimple);\nexport const PenNibIcon = generateForma36Icon(PenNib);\nexport const PlusIcon = generateForma36Icon(Plus);\nexport const PresentationIcon = generateForma36Icon(Presentation);\nexport const PuzzlePieceIcon = generateForma36Icon(PuzzlePiece);\nexport const QuestionIcon = generateForma36Icon(Question);\nexport const QuotesIcon = generateForma36Icon(Quotes);\nexport const ReceiptIcon = generateForma36Icon(Receipt);\nexport const RepeatIcon = generateForma36Icon(Repeat);\nexport const RocketLaunchIcon = generateForma36Icon(RocketLaunch);\nexport const ShoppingCartSimpleIcon = generateForma36Icon(ShoppingCartSimple);\nexport const SignInIcon = generateForma36Icon(SignIn);\nexport const SignOutIcon = generateForma36Icon(SignOut);\nexport const SketchLogoIcon = generateForma36Icon(SketchLogo);\nexport const SmileyIcon = generateForma36Icon(Smiley);\nexport const SortAscendingIcon = generateForma36Icon(SortAscending);\nexport const SortDescendingIcon = generateForma36Icon(SortDescending);\nexport const SparkleIcon = generateForma36Icon(Sparkle);\nexport const StarIcon = generateForma36Icon(Star);\nexport const SubtractIcon = generateForma36Icon(Subtract);\nexport const SwapIcon = generateForma36Icon(Swap);\nexport const TableIcon = generateForma36Icon(Table);\nexport const TabsIcon = generateForma36Icon(Tabs);\nexport const TagIcon = generateForma36Icon(Tag);\nexport const TextBIcon = generateForma36Icon(TextB);\nexport const TextHFiveIcon = generateForma36Icon(TextHFive);\nexport const TextHFourIcon = generateForma36Icon(TextHFour);\nexport const TextHIcon = generateForma36Icon(TextH);\nexport const TextHOneIcon = generateForma36Icon(TextHOne);\nexport const TextHSixIcon = generateForma36Icon(TextHSix);\nexport const TextHThreeIcon = generateForma36Icon(TextHThree);\nexport const TextHTwoIcon = generateForma36Icon(TextHTwo);\nexport const TextItalicIcon = generateForma36Icon(TextItalic);\nexport const TextTIcon = generateForma36Icon(TextT);\nexport const TextUnderlineIcon = generateForma36Icon(TextUnderline);\nexport const ThumbsDownIcon = generateForma36Icon(ThumbsDown);\nexport const ThumbsUpIcon = generateForma36Icon(ThumbsUp);\nexport const TrashSimpleIcon = generateForma36Icon(TrashSimple);\nexport const TreeStructureIcon = generateForma36Icon(TreeStructure);\nexport const TriangleIcon = generateForma36Icon(Triangle);\nexport const UserIcon = generateForma36Icon(User);\nexport const UsersIcon = generateForma36Icon(Users);\nexport const WarningIcon = generateForma36Icon(Warning);\nexport const WarningOctagonIcon = generateForma36Icon(WarningOctagon);\nexport const XIcon = generateForma36Icon(X);\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const EmbeddedBlockIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n d=\"M4.375 3.125c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM4.375 16.875c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM3.125 6.875c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h13.75c.69 0 1.25-.56 1.25-1.25v-3.75c0-.69-.56-1.25-1.25-1.25H3.125Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <g fill=\"currentFill\">\n <path d=\"M4.375 3.125c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM4.375 16.875c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625Z\" />\n <path d=\"M3.125 6.875c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h13.75c.69 0 1.25-.56 1.25-1.25v-3.75c0-.69-.56-1.25-1.25-1.25H3.125Zm0 1.25h13.75v3.75H3.125v-3.75Z\" />\n </g>\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const EmbeddedLineIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n d=\"M5.625 2.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75ZM1.875 10c0-.345.28-.625.625-.625h15a.625.625 0 1 1 0 1.25h-15A.625.625 0 0 1 1.875 10ZM5.625 12.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <g fill=\"currentFill\">\n <path d=\"M4.375 3.75c0-.69.56-1.25 1.25-1.25h8.75c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-8.75c-.69 0-1.25-.56-1.25-1.25v-2.5Zm10 0h-8.75v2.5h8.75v-2.5Z\" />\n <path d=\"M1.875 10c0-.345.28-.625.625-.625h15a.625.625 0 1 1 0 1.25h-15A.625.625 0 0 1 1.875 10Z\" />\n <path d=\"M5.625 12.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75Zm0 1.25h8.75v2.5h-8.75v-2.5Z\" />\n </g>\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const EntryIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n d=\"M8.125 2.5c-.69 0-1.25.56-1.25 1.25V7.5c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25h-3.75ZM3.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75ZM13.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <path\n d=\"M6.875 3.75c0-.69.56-1.25 1.25-1.25h3.75c.69 0 1.25.56 1.25 1.25V7.5c0 .69-.56 1.25-1.25 1.25h-3.75c-.69 0-1.25-.56-1.25-1.25V3.75Zm5 0h-3.75V7.5h3.75V3.75ZM1.875 12.5c0-.69.56-1.25 1.25-1.25h3.75c.69 0 1.25.56 1.25 1.25v3.75c0 .69-.56 1.25-1.25 1.25h-3.75c-.69 0-1.25-.56-1.25-1.25V12.5Zm5 0h-3.75v3.75h3.75V12.5ZM13.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75Zm0 1.25h3.75v3.75h-3.75V12.5Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const EnvironmentAliasIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <g fill=\"currentFill\">\n <path d=\"M17.292 3.284a.625.625 0 0 1 .208.466V7.5a.625.625 0 0 1-1.067.442L15 6.509l-3.75 3.75a1.25 1.25 0 0 1-.884.366H6.875a.625.625 0 1 1 0-1.25h3.491l3.75-3.75-1.433-1.433a.625.625 0 0 1 .442-1.067h3.75c.16 0 .306.06.417.16ZM17.5 12.5a.625.625 0 0 0-1.067-.442L15 13.491l-2.058-2.058a.625.625 0 1 0-.884.884l2.058 2.058-1.433 1.433a.625.625 0 0 0 .442 1.067h3.75a.622.622 0 0 0 .625-.625V12.5Z\" />\n <path d=\"M8.125 14.375c-2.833 0-5-2.026-5-4.375 0-2.35 2.167-4.375 5-4.375.594 0 1.162.09 1.688.256a.625.625 0 1 0 .374-1.193 6.876 6.876 0 0 0-2.062-.313c-3.38 0-6.25 2.451-6.25 5.625s2.87 5.625 6.25 5.625c.721 0 1.415-.11 2.062-.313a.625.625 0 0 0-.374-1.193 5.625 5.625 0 0 1-1.688.256Z\" />\n </g>\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <path\n d=\"M12.5 3.75c0-.345.28-.625.625-.625h3.75c.345 0 .625.28.625.625V7.5a.625.625 0 1 1-1.25 0V5.259l-5 5a1.25 1.25 0 0 1-.884.366H6.875a.625.625 0 1 1 0-1.25h3.491l5-5h-2.241a.625.625 0 0 1-.625-.625ZM8.125 5.625c-2.833 0-5 2.026-5 4.375 0 2.35 2.167 4.375 5 4.375.594 0 1.162-.09 1.688-.256a.625.625 0 0 1 .374 1.193 6.879 6.879 0 0 1-2.062.313c-3.38 0-6.25-2.451-6.25-5.625s2.87-5.625 6.25-5.625c.721 0 1.415.11 2.062.313a.625.625 0 0 1-.374 1.193 5.627 5.627 0 0 0-1.688-.256Zm3.933 6.692a.625.625 0 1 1 .884-.884l3.308 3.308V12.5a.625.625 0 1 1 1.25 0v3.75c0 .345-.28.625-.625.625h-3.75a.625.625 0 1 1 0-1.25h2.241l-3.308-3.308Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const EnvironmentIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n d=\"M11.875 3.75a.625.625 0 0 0-.442 1.067l1.46 1.46L9.87 9.376H3.75a.625.625 0 1 0 0 1.25h6.12c.336 0 .659-.136.894-.377l3.014-3.086 1.405 1.405a.625.625 0 0 0 1.067-.442v-3.75a.623.623 0 0 0-.625-.625h-3.75ZM15.864 11.298a.625.625 0 0 1 .386.577v3.75a.622.622 0 0 1-.625.625h-3.75a.625.625 0 0 1-.442-1.067l1.433-1.433-1.433-1.433a.625.625 0 1 1 .884-.884l1.433 1.433 1.433-1.433a.625.625 0 0 1 .681-.135Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <path\n d=\"M11.875 3.75a.625.625 0 1 0 0 1.25h2.266L9.87 9.375H3.75a.625.625 0 1 0 0 1.25h6.12c.336 0 .659-.136.894-.377L15 5.91v2.215a.625.625 0 1 0 1.25 0v-3.75a.624.624 0 0 0-.186-.445l-.01-.01a.623.623 0 0 0-.429-.17h-3.75ZM15 11.875a.625.625 0 1 1 1.25 0v3.754a.623.623 0 0 1-.621.621h-3.754a.625.625 0 1 1 0-1.25h2.241l-2.683-2.683a.625.625 0 1 1 .884-.884L15 14.116v-2.241Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const ReleaseIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n d=\"M3.816 2.845a.625.625 0 0 1 .559-.345h11.25c.237 0 .453.134.559.345l1.25 2.5a.625.625 0 0 1 .066.28V16.25a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25V5.625c0-.097.023-.193.066-.28l1.25-2.5Zm.559 2.78C4.375 5.28 4.655 5 5 5h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM13.75 15a.625.625 0 1 0 0-1.25h-2.5a.625.625 0 1 0 0 1.25h2.5Z\"\n fill=\"currentFill\"\n fillRule=\"evenodd\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <path\n d=\"M3.816 2.845a.625.625 0 0 1 .559-.345h11.25c.237 0 .453.134.559.345l1.25 2.5a.625.625 0 0 1 .066.28V16.25a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25V5.625c0-.097.023-.193.066-.28l1.25-2.5Zm.945.905L4.136 5h11.728l-.625-1.25H4.76Zm11.489 2.5H3.75v10h12.5v-10Zm-5.625 7.5c0-.345.28-.625.625-.625h2.5a.625.625 0 1 1 0 1.25h-2.5a.625.625 0 0 1-.625-.625Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const RichTextIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n d=\"M1.25 4.375c0-.69.56-1.25 1.25-1.25h15c.69 0 1.25.56 1.25 1.25v11.25c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V4.375ZM5 7.5c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V10c0 .345-.28.625-.625.625h-2.5A.625.625 0 0 1 5 10V7.5Zm6.25 1.875a.625.625 0 1 0 0 1.25h3.125a.625.625 0 1 0 0-1.25H11.25ZM10.625 7.5c0-.345.28-.625.625-.625h3.125a.625.625 0 1 1 0 1.25H11.25a.625.625 0 0 1-.625-.625Zm-5 4.375a.625.625 0 1 0 0 1.25h8.75a.625.625 0 1 0 0-1.25h-8.75Z\"\n fill=\"currentFill\"\n fillRule=\"evenodd\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <g fill=\"currentFill\" fillRule=\"evenodd\">\n <path d=\"M5 7.5c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V10c0 .345-.28.625-.625.625h-2.5A.625.625 0 0 1 5 10V7.5Zm1.25.625v1.25H7.5v-1.25H6.25Z\" />\n <path d=\"M11.25 9.375a.625.625 0 1 0 0 1.25h3.125a.625.625 0 1 0 0-1.25H11.25ZM10.625 7.5c0-.345.28-.625.625-.625h3.125a.625.625 0 1 1 0 1.25H11.25a.625.625 0 0 1-.625-.625ZM5.625 11.875a.625.625 0 1 0 0 1.25h8.75a.625.625 0 1 0 0-1.25h-8.75Z\" />\n <path d=\"M2.5 3.125c-.69 0-1.25.56-1.25 1.25v11.25c0 .69.56 1.25 1.25 1.25h15c.69 0 1.25-.56 1.25-1.25V4.375c0-.69-.56-1.25-1.25-1.25h-15Zm15 1.25h-15v11.25h15V4.375Z\" />\n </g>\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const TextSubscriptIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n d=\"M3.75 2.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25H3.75Zm10.901 3.126a.25.25 0 0 0-.255.149.625.625 0 1 1-1.146-.5 1.5 1.5 0 1 1 2.573 1.502L15 7.875h.5a.625.625 0 1 1 0 1.25h-1.75a.625.625 0 0 1-.5-1l1.574-2.1a.249.249 0 0 0-.073-.366.25.25 0 0 0-.1-.033Zm-2.21 1.566a.625.625 0 1 0-.883-.884L8.5 9.366 5.442 6.308a.625.625 0 1 0-.884.884l3.058 3.058-3.058 3.058a.625.625 0 0 0 .884.884L8.5 11.134l3.058 3.058a.625.625 0 1 0 .884-.884L9.384 10.25l3.058-3.058Z\"\n fill=\"currentFill\"\n fillRule=\"evenodd\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <path\n d=\"M2.058 3.308a.625.625 0 0 1 .884 0L7.5 7.866l4.558-4.558a.625.625 0 1 1 .884.884L8.384 8.75l4.558 4.558a.625.625 0 1 1-.884.884L7.5 9.634l-4.558 4.558a.625.625 0 1 1-.884-.884L6.616 8.75 2.058 4.192a.625.625 0 0 1 0-.884Zm14.258 8.57a.624.624 0 0 0-.64.372.625.625 0 1 1-1.145-.5 1.875 1.875 0 1 1 3.217 1.877v.001l-1.498 1.997h1.25a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1-.5-1l2.248-2.998v-.001a.627.627 0 0 0-.183-.916.623.623 0 0 0-.249-.081Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const TextSuperscriptIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n d=\"M3.75 2.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25H3.75Zm10.901 3.126a.25.25 0 0 0-.255.149.625.625 0 1 1-1.146-.5 1.5 1.5 0 1 1 2.573 1.502L15 7.875h.5a.625.625 0 1 1 0 1.25h-1.75a.625.625 0 0 1-.5-1l1.574-2.1a.249.249 0 0 0-.073-.366.25.25 0 0 0-.1-.033Zm-2.21 1.566a.625.625 0 1 0-.883-.884L8.5 9.366 5.442 6.308a.625.625 0 1 0-.884.884l3.058 3.058-3.058 3.058a.625.625 0 0 0 .884.884L8.5 11.134l3.058 3.058a.625.625 0 1 0 .884-.884L9.384 10.25l3.058-3.058Z\"\n fill=\"currentFill\"\n fillRule=\"evenodd\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <path\n d=\"M16.316 4.379a.625.625 0 0 0-.64.37.625.625 0 1 1-1.145-.5 1.876 1.876 0 1 1 3.217 1.878v.001L16.25 8.125h1.25a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1-.5-1l2.248-2.998v-.001a.627.627 0 0 0-.432-.997ZM2.058 5.809a.625.625 0 0 1 .884 0L7.5 10.365l4.558-4.558a.625.625 0 1 1 .884.884L8.384 11.25l4.558 4.558a.625.625 0 1 1-.884.884L7.5 12.134l-4.558 4.558a.625.625 0 1 1-.884-.884l4.558-4.558-4.558-4.558a.625.625 0 0 1 0-.884Z\"\n fill=\"currentFill\"\n />\n ),\n }),\n },\n});\n","import React from 'react';\nimport {\n IconVariant,\n generateComponentWithVariants,\n generateIconComponent,\n} from '@contentful/f36-icon';\n\nexport const WorkflowsIcon = generateComponentWithVariants({\n variants: {\n [IconVariant.Active]: generateIconComponent({\n path: (\n <path\n fill=\"currentFill\"\n d=\"M5 6.565v4.685h1.875a.625.625 0 0 1 .442 1.067l-2.5 2.5a.625.625 0 0 1-.884 0l-2.5-2.5a.625.625 0 0 1 .442-1.067H3.75V6.56s.003-.109.007-.163c.007-.093.02-.223.046-.376.05-.305.153-.72.365-1.144.212-.426.542-.87 1.047-1.207.51-.34 1.16-.545 1.973-.545.812 0 1.463.205 1.972.545.506.337.835.781 1.047 1.207a4.076 4.076 0 0 1 .418 1.683v6.875a2.828 2.828 0 0 0 .035.339c.038.223.11.51.25.79.14.278.338.536.623.727.282.188.686.334 1.28.334.593 0 .997-.146 1.279-.334.285-.19.484-.45.622-.726a2.833 2.833 0 0 0 .286-1.13v-5.31h-1.875a.625.625 0 0 1-.442-1.067l2.5-2.5a.625.625 0 0 1 .884 0l2.5 2.5a.625.625 0 0 1-.442 1.067H16.25v5.316a4.061 4.061 0 0 1-.052.54c-.051.303-.154.72-.365 1.143-.213.425-.542.87-1.048 1.207-.509.34-1.16.544-1.972.544-.813 0-1.464-.205-1.973-.544a3.093 3.093 0 0 1-1.047-1.207 4.081 4.081 0 0 1-.418-1.68v-.005s.048.008 0 .006V6.552a2.83 2.83 0 0 0-.035-.326 2.832 2.832 0 0 0-.25-.79 1.844 1.844 0 0 0-.623-.726c-.282-.188-.686-.335-1.28-.335-.593 0-.997.147-1.279.335-.285.19-.484.449-.622.726A2.832 2.832 0 0 0 5 6.565Z\"\n />\n ),\n }),\n [IconVariant.Default]: generateIconComponent({\n path: (\n <path\n fill=\"currentFill\"\n d=\"M5 6.565v6.301l1.433-1.433a.625.625 0 1 1 .884.884l-2.5 2.5a.625.625 0 0 1-.884 0l-2.5-2.5a.625.625 0 1 1 .884-.884l1.433 1.433V6.561l.001-.05.006-.114a4.08 4.08 0 0 1 .41-1.52c.213-.426.542-.87 1.048-1.208.51-.34 1.16-.544 1.973-.544.812 0 1.463.205 1.972.544.506.337.835.782 1.047 1.208a4.083 4.083 0 0 1 .417 1.633l.001.046v6.879a2.828 2.828 0 0 0 .035.339c.038.223.11.51.25.79.14.278.338.536.623.726.282.188.686.335 1.28.335.593 0 .997-.147 1.279-.335.285-.19.484-.448.622-.726A2.833 2.833 0 0 0 15 13.448V6.51l-1.433 1.433a.625.625 0 1 1-.884-.884l2.5-2.5a.625.625 0 0 1 .884 0l2.5 2.5a.625.625 0 1 1-.884.884L16.25 6.509v6.93l-.001.05a4.061 4.061 0 0 1-.051.49 4.08 4.08 0 0 1-.365 1.144c-.213.426-.543.87-1.048 1.208-.51.34-1.16.544-1.973.544-.812 0-1.463-.205-1.972-.544a3.093 3.093 0 0 1-1.047-1.208 4.081 4.081 0 0 1-.418-1.678v-6.88a2.83 2.83 0 0 0-.035-.339 2.832 2.832 0 0 0-.25-.79 1.844 1.844 0 0 0-.623-.727c-.282-.187-.686-.334-1.28-.334-.593 0-.997.147-1.279.334-.285.19-.484.45-.622.727A2.832 2.832 0 0 0 5 6.565Z\"\n />\n ),\n }),\n },\n});\n"]}
|