@papillonarts/components 0.24.0 → 0.26.0
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/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/primer/Alert/Alert.d.ts +2 -2
- package/build/primer/Alert/Alert.d.ts.map +1 -1
- package/build/primer/Alert/Alert.js +34 -32
- package/build/primer/Alert/Alert.type.d.ts +38 -0
- package/build/primer/Alert/Alert.type.d.ts.map +1 -0
- package/build/primer/Alert/Alert.type.js +20 -0
- package/build/primer/Alert/index.d.ts +2 -1
- package/build/primer/Alert/index.d.ts.map +1 -1
- package/build/primer/Alert/index.js +3 -3
- package/build/primer/Blankslate/Blankslate.d.ts +2 -2
- package/build/primer/Blankslate/Blankslate.d.ts.map +1 -1
- package/build/primer/Blankslate/Blankslate.js +5 -5
- package/build/primer/Blankslate/Blankslate.type.d.ts +22 -0
- package/build/primer/Blankslate/Blankslate.type.d.ts.map +1 -0
- package/build/primer/Blankslate/Blankslate.type.js +18 -0
- package/build/primer/Blankslate/index.d.ts +1 -1
- package/build/primer/Blankslate/index.js +3 -3
- package/build/primer/Breadcrumb/Breadcrumb.d.ts +2 -2
- package/build/primer/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/build/primer/Breadcrumb/Breadcrumb.js +4 -4
- package/build/primer/Breadcrumb/Breadcrumb.type.d.ts +30 -0
- package/build/primer/Breadcrumb/Breadcrumb.type.d.ts.map +1 -0
- package/build/primer/Breadcrumb/Breadcrumb.type.js +16 -0
- package/build/primer/Breadcrumb/index.d.ts +1 -1
- package/build/primer/Breadcrumb/index.js +3 -3
- package/build/primer/Button/Button.d.ts +2 -2
- package/build/primer/Button/Button.d.ts.map +1 -1
- package/build/primer/Button/Button.js +23 -23
- package/build/primer/Button/Button.type.d.ts +69 -0
- package/build/primer/Button/Button.type.d.ts.map +1 -0
- package/build/primer/Button/Button.type.js +48 -0
- package/build/primer/Button/index.d.ts +1 -1
- package/build/primer/Button/index.js +13 -13
- package/build/primer/Dropdown/Dropdown.d.ts +2 -2
- package/build/primer/Dropdown/Dropdown.d.ts.map +1 -1
- package/build/primer/Dropdown/Dropdown.js +11 -9
- package/build/primer/Dropdown/Dropdown.type.d.ts +35 -0
- package/build/primer/Dropdown/Dropdown.type.d.ts.map +1 -0
- package/build/primer/Dropdown/Dropdown.type.js +20 -0
- package/build/primer/Dropdown/index.d.ts +1 -1
- package/build/primer/Dropdown/index.js +3 -3
- package/build/primer/ErrorBoundary/ErrorBoundary.d.ts +2 -2
- package/build/primer/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
- package/build/primer/ErrorBoundary/ErrorBoundary.type.d.ts +4 -0
- package/build/primer/ErrorBoundary/ErrorBoundary.type.d.ts.map +1 -0
- package/build/primer/ErrorBoundary/ErrorBoundary.type.js +5 -0
- package/build/primer/Form/Checkbox/Checkbox.d.ts +2 -2
- package/build/primer/Form/Checkbox/Checkbox.d.ts.map +1 -1
- package/build/primer/Form/Checkbox/Checkbox.js +9 -9
- package/build/primer/Form/Checkbox/Checkbox.type.d.ts +34 -0
- package/build/primer/Form/Checkbox/Checkbox.type.d.ts.map +1 -0
- package/build/primer/Form/Checkbox/Checkbox.type.js +22 -0
- package/build/primer/Form/Checkbox/index.d.ts +1 -1
- package/build/primer/Form/Checkbox/index.js +3 -3
- package/build/primer/Form/Input/Input.d.ts +2 -2
- package/build/primer/Form/Input/Input.d.ts.map +1 -1
- package/build/primer/Form/Input/Input.js +11 -11
- package/build/primer/Form/Input/Input.type.d.ts +44 -0
- package/build/primer/Form/Input/Input.type.d.ts.map +1 -0
- package/build/primer/Form/Input/Input.type.js +30 -0
- package/build/primer/Form/Input/index.d.ts +1 -1
- package/build/primer/Form/Input/index.js +5 -5
- package/build/primer/Form/Radio/Radio.d.ts +2 -2
- package/build/primer/Form/Radio/Radio.d.ts.map +1 -1
- package/build/primer/Form/Radio/Radio.js +9 -9
- package/build/primer/Form/Radio/Radio.type.d.ts +31 -0
- package/build/primer/Form/Radio/Radio.type.d.ts.map +1 -0
- package/build/primer/Form/Radio/Radio.type.js +22 -0
- package/build/primer/Form/Radio/index.d.ts +1 -1
- package/build/primer/Form/Radio/index.js +3 -3
- package/build/primer/Form/index.d.ts +4 -16
- package/build/primer/Form/index.d.ts.map +1 -1
- package/build/primer/Form/index.js +4 -4
- package/build/primer/Grid/DisplayTable/DisplayTable.d.ts +2 -2
- package/build/primer/Grid/DisplayTable/DisplayTable.d.ts.map +1 -1
- package/build/primer/Grid/DisplayTable/DisplayTable.js +4 -4
- package/build/primer/Grid/DisplayTable/DisplayTable.type.d.ts +20 -0
- package/build/primer/Grid/DisplayTable/DisplayTable.type.d.ts.map +1 -0
- package/build/primer/Grid/DisplayTable/DisplayTable.type.js +11 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.d.ts +2 -2
- package/build/primer/Grid/FlexGrid/FlexGrid.d.ts.map +1 -1
- package/build/primer/Grid/FlexGrid/FlexGrid.js +25 -20
- package/build/primer/Grid/FlexGrid/FlexGrid.type.d.ts +49 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.type.d.ts.map +1 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.type.js +30 -0
- package/build/primer/Grid/FlexGrid/index.d.ts +2 -1
- package/build/primer/Grid/FlexGrid/index.d.ts.map +1 -1
- package/build/primer/Grid/FlexGrid/index.js +5 -5
- package/build/primer/Grid/index.d.ts +3 -8
- package/build/primer/Grid/index.d.ts.map +1 -1
- package/build/primer/Grid/index.js +2 -2
- package/build/primer/Icon/Icon.d.ts +2 -2
- package/build/primer/Icon/Icon.d.ts.map +1 -1
- package/build/primer/Icon/Icon.js +15 -15
- package/build/primer/Icon/Icon.type.d.ts +686 -0
- package/build/primer/Icon/Icon.type.d.ts.map +1 -0
- package/build/primer/Icon/{Icon.prop.js → Icon.type.js} +26 -26
- package/build/primer/Icon/index.d.ts +1 -1
- package/build/primer/Icon/index.js +5 -5
- package/build/primer/Label/Label.d.ts +2 -2
- package/build/primer/Label/Label.d.ts.map +1 -1
- package/build/primer/Label/Label.js +6 -6
- package/build/primer/Label/Label.type.d.ts +32 -0
- package/build/primer/Label/Label.type.d.ts.map +1 -0
- package/build/primer/Label/Label.type.js +26 -0
- package/build/primer/Loader/Loader.d.ts +2 -2
- package/build/primer/Loader/Loader.d.ts.map +1 -1
- package/build/primer/Loader/Loader.js +6 -6
- package/build/primer/Loader/Loader.type.d.ts +17 -0
- package/build/primer/Loader/Loader.type.d.ts.map +1 -0
- package/build/primer/Loader/Loader.type.js +15 -0
- package/build/primer/Loader/index.d.ts +1 -1
- package/build/primer/Loader/index.js +3 -3
- package/build/primer/Navigation/Menu/Menu.d.ts +2 -2
- package/build/primer/Navigation/Menu/Menu.d.ts.map +1 -1
- package/build/primer/Navigation/Menu/Menu.js +5 -4
- package/build/primer/Navigation/Menu/{Menu.prop.d.ts → Menu.type.d.ts} +11 -10
- package/build/primer/Navigation/Menu/Menu.type.d.ts.map +1 -0
- package/build/primer/Navigation/Menu/Menu.type.js +12 -0
- package/build/primer/Navigation/TabNav/TabNav.d.ts +2 -2
- package/build/primer/Navigation/TabNav/TabNav.d.ts.map +1 -1
- package/build/primer/Navigation/TabNav/TabNav.js +6 -6
- package/build/primer/Navigation/TabNav/TabNav.type.d.ts +41 -0
- package/build/primer/Navigation/TabNav/TabNav.type.d.ts.map +1 -0
- package/build/primer/Navigation/TabNav/TabNav.type.js +18 -0
- package/build/primer/Navigation/TabNav/index.d.ts +1 -1
- package/build/primer/Navigation/TabNav/index.js +3 -3
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.d.ts +2 -2
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.d.ts.map +1 -1
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.js +11 -10
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.type.d.ts +43 -0
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.type.d.ts.map +1 -0
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.type.js +22 -0
- package/build/primer/Navigation/UnderlineNav/index.d.ts +1 -1
- package/build/primer/Navigation/UnderlineNav/index.js +5 -5
- package/build/primer/Navigation/index.d.ts +3 -12
- package/build/primer/Navigation/index.d.ts.map +1 -1
- package/build/primer/Navigation/index.js +3 -3
- package/build/primer/Pagination/PreviousNext/PreviousNext.d.ts +2 -2
- package/build/primer/Pagination/PreviousNext/PreviousNext.d.ts.map +1 -1
- package/build/primer/Pagination/PreviousNext/PreviousNext.js +9 -9
- package/build/primer/Pagination/PreviousNext/PreviousNext.type.d.ts +38 -0
- package/build/primer/Pagination/PreviousNext/PreviousNext.type.d.ts.map +1 -0
- package/build/primer/Pagination/PreviousNext/PreviousNext.type.js +32 -0
- package/build/primer/Pagination/PreviousNext/index.d.ts +1 -1
- package/build/primer/Pagination/PreviousNext/index.js +3 -3
- package/build/primer/Pagination/index.d.ts +1 -4
- package/build/primer/Pagination/index.d.ts.map +1 -1
- package/build/primer/Pagination/index.js +1 -1
- package/build/primer/Popover/Popover.d.ts +2 -2
- package/build/primer/Popover/Popover.d.ts.map +1 -1
- package/build/primer/Popover/Popover.js +12 -12
- package/build/primer/Popover/Popover.type.d.ts +38 -0
- package/build/primer/Popover/Popover.type.d.ts.map +1 -0
- package/build/primer/Popover/Popover.type.js +29 -0
- package/build/primer/Popover/index.d.ts +1 -1
- package/build/primer/Popover/index.js +5 -5
- package/build/primer/Progress/Progress.d.ts +2 -2
- package/build/primer/Progress/Progress.d.ts.map +1 -1
- package/build/primer/Progress/Progress.js +4 -4
- package/build/primer/Progress/Progress.type.d.ts +17 -0
- package/build/primer/Progress/Progress.type.d.ts.map +1 -0
- package/build/primer/Progress/Progress.type.js +15 -0
- package/build/primer/Progress/index.d.ts +1 -1
- package/build/primer/Progress/index.js +3 -3
- package/build/primer/Select/Select.d.ts +2 -2
- package/build/primer/Select/Select.d.ts.map +1 -1
- package/build/primer/Select/Select.js +5 -5
- package/build/primer/Select/Select.type.d.ts +27 -0
- package/build/primer/Select/Select.type.d.ts.map +1 -0
- package/build/primer/Select/Select.type.js +17 -0
- package/build/primer/Select/index.d.ts +1 -1
- package/build/primer/Select/index.js +3 -3
- package/build/primer/SelectMenu/SelectMenu.d.ts +2 -2
- package/build/primer/SelectMenu/SelectMenu.d.ts.map +1 -1
- package/build/primer/SelectMenu/SelectMenu.js +6 -4
- package/build/primer/SelectMenu/SelectMenu.type.d.ts +25 -0
- package/build/primer/SelectMenu/SelectMenu.type.d.ts.map +1 -0
- package/build/primer/SelectMenu/SelectMenu.type.js +12 -0
- package/build/primer/Subhead/Subhead.d.ts +2 -2
- package/build/primer/Subhead/Subhead.d.ts.map +1 -1
- package/build/primer/Subhead/Subhead.js +3 -3
- package/build/primer/Subhead/Subhead.type.d.ts +11 -0
- package/build/primer/Subhead/Subhead.type.d.ts.map +1 -0
- package/build/primer/Subhead/Subhead.type.js +10 -0
- package/build/primer/Toast/Toast.d.ts +2 -2
- package/build/primer/Toast/Toast.d.ts.map +1 -1
- package/build/primer/Toast/Toast.js +16 -16
- package/build/primer/Toast/Toast.type.d.ts +22 -0
- package/build/primer/Toast/Toast.type.d.ts.map +1 -0
- package/build/primer/Toast/Toast.type.js +18 -0
- package/build/primer/Toast/index.d.ts +1 -1
- package/build/primer/Toast/index.js +3 -3
- package/build/primer/index.d.ts +29 -137
- package/build/primer/index.d.ts.map +1 -1
- package/build/primer/index.js +18 -18
- package/build/primer/type.d.ts +3 -0
- package/build/primer/type.d.ts.map +1 -0
- package/build/primer/type.js +5 -0
- package/package.json +4 -4
- package/build/primer/Alert/Alert.prop.d.ts +0 -36
- package/build/primer/Alert/Alert.prop.d.ts.map +0 -1
- package/build/primer/Alert/Alert.prop.js +0 -20
- package/build/primer/Blankslate/Blankslate.prop.d.ts +0 -20
- package/build/primer/Blankslate/Blankslate.prop.d.ts.map +0 -1
- package/build/primer/Blankslate/Blankslate.prop.js +0 -18
- package/build/primer/Breadcrumb/Breadcrumb.prop.d.ts +0 -28
- package/build/primer/Breadcrumb/Breadcrumb.prop.d.ts.map +0 -1
- package/build/primer/Breadcrumb/Breadcrumb.prop.js +0 -16
- package/build/primer/Button/Button.prop.d.ts +0 -63
- package/build/primer/Button/Button.prop.d.ts.map +0 -1
- package/build/primer/Button/Button.prop.js +0 -48
- package/build/primer/Dropdown/Dropdown.prop.d.ts +0 -36
- package/build/primer/Dropdown/Dropdown.prop.d.ts.map +0 -1
- package/build/primer/Dropdown/Dropdown.prop.js +0 -20
- package/build/primer/ErrorBoundary/ErrorBoundary.prop.d.ts +0 -5
- package/build/primer/ErrorBoundary/ErrorBoundary.prop.d.ts.map +0 -1
- package/build/primer/ErrorBoundary/ErrorBoundary.prop.js +0 -7
- package/build/primer/Form/Checkbox/Checkbox.prop.d.ts +0 -31
- package/build/primer/Form/Checkbox/Checkbox.prop.d.ts.map +0 -1
- package/build/primer/Form/Checkbox/Checkbox.prop.js +0 -22
- package/build/primer/Form/Input/Input.prop.d.ts +0 -43
- package/build/primer/Form/Input/Input.prop.d.ts.map +0 -1
- package/build/primer/Form/Input/Input.prop.js +0 -30
- package/build/primer/Form/Radio/Radio.prop.d.ts +0 -28
- package/build/primer/Form/Radio/Radio.prop.d.ts.map +0 -1
- package/build/primer/Form/Radio/Radio.prop.js +0 -22
- package/build/primer/Grid/DisplayTable/DisplayTable.prop.d.ts +0 -19
- package/build/primer/Grid/DisplayTable/DisplayTable.prop.d.ts.map +0 -1
- package/build/primer/Grid/DisplayTable/DisplayTable.prop.js +0 -11
- package/build/primer/Grid/FlexGrid/FlexGrid.prop.d.ts +0 -53
- package/build/primer/Grid/FlexGrid/FlexGrid.prop.d.ts.map +0 -1
- package/build/primer/Grid/FlexGrid/FlexGrid.prop.js +0 -28
- package/build/primer/Icon/Icon.prop.d.ts +0 -684
- package/build/primer/Icon/Icon.prop.d.ts.map +0 -1
- package/build/primer/Label/Label.prop.d.ts +0 -28
- package/build/primer/Label/Label.prop.d.ts.map +0 -1
- package/build/primer/Label/Label.prop.js +0 -26
- package/build/primer/Loader/Loader.prop.d.ts +0 -15
- package/build/primer/Loader/Loader.prop.d.ts.map +0 -1
- package/build/primer/Loader/Loader.prop.js +0 -15
- package/build/primer/Navigation/Menu/Menu.prop.d.ts.map +0 -1
- package/build/primer/Navigation/Menu/Menu.prop.js +0 -12
- package/build/primer/Navigation/TabNav/TabNav.prop.d.ts +0 -38
- package/build/primer/Navigation/TabNav/TabNav.prop.d.ts.map +0 -1
- package/build/primer/Navigation/TabNav/TabNav.prop.js +0 -18
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.d.ts +0 -40
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.d.ts.map +0 -1
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.js +0 -22
- package/build/primer/Pagination/PreviousNext/PreviousNext.prop.d.ts +0 -49
- package/build/primer/Pagination/PreviousNext/PreviousNext.prop.d.ts.map +0 -1
- package/build/primer/Pagination/PreviousNext/PreviousNext.prop.js +0 -30
- package/build/primer/Popover/Popover.prop.d.ts +0 -35
- package/build/primer/Popover/Popover.prop.d.ts.map +0 -1
- package/build/primer/Popover/Popover.prop.js +0 -29
- package/build/primer/Progress/Progress.prop.d.ts +0 -15
- package/build/primer/Progress/Progress.prop.d.ts.map +0 -1
- package/build/primer/Progress/Progress.prop.js +0 -15
- package/build/primer/Select/Select.prop.d.ts +0 -25
- package/build/primer/Select/Select.prop.d.ts.map +0 -1
- package/build/primer/Select/Select.prop.js +0 -17
- package/build/primer/SelectMenu/SelectMenu.prop.d.ts +0 -25
- package/build/primer/SelectMenu/SelectMenu.prop.d.ts.map +0 -1
- package/build/primer/SelectMenu/SelectMenu.prop.js +0 -12
- package/build/primer/Subhead/Subhead.prop.d.ts +0 -10
- package/build/primer/Subhead/Subhead.prop.d.ts.map +0 -1
- package/build/primer/Subhead/Subhead.prop.js +0 -10
- package/build/primer/Toast/Toast.prop.d.ts +0 -20
- package/build/primer/Toast/Toast.prop.d.ts.map +0 -1
- package/build/primer/Toast/Toast.prop.js +0 -18
|
@@ -1,684 +0,0 @@
|
|
|
1
|
-
export declare const iconName: {
|
|
2
|
-
Accessibility16: string;
|
|
3
|
-
Accessibility24: string;
|
|
4
|
-
AccessibilityInset16: string;
|
|
5
|
-
AccessibilityInset24: string;
|
|
6
|
-
AIModel16: string;
|
|
7
|
-
AIModel24: string;
|
|
8
|
-
Alert16: string;
|
|
9
|
-
Alert24: string;
|
|
10
|
-
AlertFill12: string;
|
|
11
|
-
AlertFill16: string;
|
|
12
|
-
AlertFill24: string;
|
|
13
|
-
Apps16: string;
|
|
14
|
-
Apps24: string;
|
|
15
|
-
Archive16: string;
|
|
16
|
-
Archive24: string;
|
|
17
|
-
ArrowBoth16: string;
|
|
18
|
-
ArrowBoth24: string;
|
|
19
|
-
ArrowDown16: string;
|
|
20
|
-
ArrowDown24: string;
|
|
21
|
-
ArrowDownLeft16: string;
|
|
22
|
-
ArrowDownLeft24: string;
|
|
23
|
-
ArrowDownRight16: string;
|
|
24
|
-
ArrowDownRight24: string;
|
|
25
|
-
ArrowLeft16: string;
|
|
26
|
-
ArrowLeft24: string;
|
|
27
|
-
ArrowRight16: string;
|
|
28
|
-
ArrowRight24: string;
|
|
29
|
-
ArrowSwitch16: string;
|
|
30
|
-
ArrowSwitch24: string;
|
|
31
|
-
ArrowUp16: string;
|
|
32
|
-
ArrowUp24: string;
|
|
33
|
-
ArrowUpLeft16: string;
|
|
34
|
-
ArrowUpLeft24: string;
|
|
35
|
-
ArrowUpRight16: string;
|
|
36
|
-
ArrowUpRight24: string;
|
|
37
|
-
Beaker16: string;
|
|
38
|
-
Beaker24: string;
|
|
39
|
-
Bell16: string;
|
|
40
|
-
Bell24: string;
|
|
41
|
-
BellFill16: string;
|
|
42
|
-
BellFill24: string;
|
|
43
|
-
BellSlash16: string;
|
|
44
|
-
BellSlash24: string;
|
|
45
|
-
Blocked16: string;
|
|
46
|
-
Blocked24: string;
|
|
47
|
-
Bold16: string;
|
|
48
|
-
Bold24: string;
|
|
49
|
-
Book16: string;
|
|
50
|
-
Book24: string;
|
|
51
|
-
Bookmark16: string;
|
|
52
|
-
Bookmark24: string;
|
|
53
|
-
BookmarkFill24: string;
|
|
54
|
-
BookmarkFilled16: string;
|
|
55
|
-
BookmarkSlash16: string;
|
|
56
|
-
BookmarkSlash24: string;
|
|
57
|
-
BookmarkSlashFill16: string;
|
|
58
|
-
BookmarkSlashFill24: string;
|
|
59
|
-
Briefcase16: string;
|
|
60
|
-
Briefcase24: string;
|
|
61
|
-
Broadcast16: string;
|
|
62
|
-
Broadcast24: string;
|
|
63
|
-
Browser16: string;
|
|
64
|
-
Browser24: string;
|
|
65
|
-
Bug16: string;
|
|
66
|
-
Bug24: string;
|
|
67
|
-
Cache16: string;
|
|
68
|
-
Cache24: string;
|
|
69
|
-
Calendar16: string;
|
|
70
|
-
Calendar24: string;
|
|
71
|
-
Check16: string;
|
|
72
|
-
Check24: string;
|
|
73
|
-
CheckCircle16: string;
|
|
74
|
-
CheckCircle24: string;
|
|
75
|
-
CheckCircleFill12: string;
|
|
76
|
-
CheckCircleFill16: string;
|
|
77
|
-
CheckCircleFill24: string;
|
|
78
|
-
Checkbox16: string;
|
|
79
|
-
Checkbox24: string;
|
|
80
|
-
Checklist16: string;
|
|
81
|
-
Checklist24: string;
|
|
82
|
-
ChevronDown12: string;
|
|
83
|
-
ChevronDown16: string;
|
|
84
|
-
ChevronDown24: string;
|
|
85
|
-
ChevronLeft12: string;
|
|
86
|
-
ChevronLeft16: string;
|
|
87
|
-
ChevronLeft24: string;
|
|
88
|
-
ChevronRight12: string;
|
|
89
|
-
ChevronRight16: string;
|
|
90
|
-
ChevronRight24: string;
|
|
91
|
-
ChevronUp12: string;
|
|
92
|
-
ChevronUp16: string;
|
|
93
|
-
ChevronUp24: string;
|
|
94
|
-
Circle16: string;
|
|
95
|
-
Circle24: string;
|
|
96
|
-
CircleSlash16: string;
|
|
97
|
-
CircleSlash24: string;
|
|
98
|
-
Clock16: string;
|
|
99
|
-
Clock24: string;
|
|
100
|
-
ClockFill16: string;
|
|
101
|
-
ClockFill24: string;
|
|
102
|
-
Cloud16: string;
|
|
103
|
-
Cloud24: string;
|
|
104
|
-
CloudOffline16: string;
|
|
105
|
-
CloudOffline24: string;
|
|
106
|
-
Code16: string;
|
|
107
|
-
Code24: string;
|
|
108
|
-
CodeOfConduct16: string;
|
|
109
|
-
CodeOfConduct24: string;
|
|
110
|
-
CodeReview16: string;
|
|
111
|
-
CodeReview24: string;
|
|
112
|
-
CodeSquare16: string;
|
|
113
|
-
CodeSquare24: string;
|
|
114
|
-
Codescan16: string;
|
|
115
|
-
Codescan24: string;
|
|
116
|
-
CodescanCheckmark16: string;
|
|
117
|
-
CodescanCheckmark24: string;
|
|
118
|
-
Codespaces16: string;
|
|
119
|
-
Codespaces24: string;
|
|
120
|
-
Columns16: string;
|
|
121
|
-
Columns24: string;
|
|
122
|
-
CommandPalette16: string;
|
|
123
|
-
CommandPalette24: string;
|
|
124
|
-
Comment16: string;
|
|
125
|
-
Comment24: string;
|
|
126
|
-
CommentDiscussion16: string;
|
|
127
|
-
CommentDiscussion24: string;
|
|
128
|
-
Container16: string;
|
|
129
|
-
Container24: string;
|
|
130
|
-
Copilot16: string;
|
|
131
|
-
Copilot24: string;
|
|
132
|
-
Copilot48: string;
|
|
133
|
-
Copilot96: string;
|
|
134
|
-
CopilotError16: string;
|
|
135
|
-
CopilotWarning16: string;
|
|
136
|
-
Copy16: string;
|
|
137
|
-
Copy24: string;
|
|
138
|
-
Cpu16: string;
|
|
139
|
-
Cpu24: string;
|
|
140
|
-
CreditCard16: string;
|
|
141
|
-
CreditCard24: string;
|
|
142
|
-
CrossReference16: string;
|
|
143
|
-
CrossReference24: string;
|
|
144
|
-
Dash16: string;
|
|
145
|
-
Dash24: string;
|
|
146
|
-
Database16: string;
|
|
147
|
-
Database24: string;
|
|
148
|
-
Dependabot16: string;
|
|
149
|
-
Dependabot24: string;
|
|
150
|
-
DesktopDownload16: string;
|
|
151
|
-
DesktopDownload24: string;
|
|
152
|
-
DeviceCamera16: string;
|
|
153
|
-
DeviceCamera24: string;
|
|
154
|
-
DeviceCameraVideo16: string;
|
|
155
|
-
DeviceCameraVideo24: string;
|
|
156
|
-
DeviceDesktop16: string;
|
|
157
|
-
DeviceDesktop24: string;
|
|
158
|
-
DeviceMobile16: string;
|
|
159
|
-
DeviceMobile24: string;
|
|
160
|
-
Devices16: string;
|
|
161
|
-
Devices24: string;
|
|
162
|
-
Diamond16: string;
|
|
163
|
-
Diamond24: string;
|
|
164
|
-
Diff16: string;
|
|
165
|
-
Diff24: string;
|
|
166
|
-
DiffAdded16: string;
|
|
167
|
-
DiffAdded24: string;
|
|
168
|
-
DiffIgnored16: string;
|
|
169
|
-
DiffIgnored24: string;
|
|
170
|
-
DiffModified16: string;
|
|
171
|
-
DiffModified24: string;
|
|
172
|
-
DiffRemoved16: string;
|
|
173
|
-
DiffRemoved24: string;
|
|
174
|
-
DiffRenamed16: string;
|
|
175
|
-
DiffRenamed24: string;
|
|
176
|
-
DiscussionClosed16: string;
|
|
177
|
-
DiscussionClosed24: string;
|
|
178
|
-
DiscussionDuplicate16: string;
|
|
179
|
-
DiscussionDuplicate24: string;
|
|
180
|
-
DiscussionOutdated16: string;
|
|
181
|
-
DiscussionOutdated24: string;
|
|
182
|
-
Dot16: string;
|
|
183
|
-
Dot24: string;
|
|
184
|
-
DotFill16: string;
|
|
185
|
-
DotFill24: string;
|
|
186
|
-
Download16: string;
|
|
187
|
-
Download24: string;
|
|
188
|
-
Duplicate16: string;
|
|
189
|
-
Duplicate24: string;
|
|
190
|
-
Ellipsis16: string;
|
|
191
|
-
Ellipsis24: string;
|
|
192
|
-
Eye16: string;
|
|
193
|
-
Eye24: string;
|
|
194
|
-
EyeClosed16: string;
|
|
195
|
-
EyeClosed24: string;
|
|
196
|
-
FeedDiscussion16: string;
|
|
197
|
-
FeedForked16: string;
|
|
198
|
-
FeedHeart16: string;
|
|
199
|
-
FeedIssueClosed16: string;
|
|
200
|
-
FeedIssueDraft16: string;
|
|
201
|
-
FeedIssueOpen16: string;
|
|
202
|
-
FeedIssueReopen16: string;
|
|
203
|
-
FeedMerged16: string;
|
|
204
|
-
FeedPerson16: string;
|
|
205
|
-
FeedPlus16: string;
|
|
206
|
-
FeedPublic16: string;
|
|
207
|
-
FeedPullRequestClosed16: string;
|
|
208
|
-
FeedPullRequestDraft16: string;
|
|
209
|
-
FeedPullRequestOpen16: string;
|
|
210
|
-
FeedRepo16: string;
|
|
211
|
-
FeedRocket16: string;
|
|
212
|
-
FeedStar16: string;
|
|
213
|
-
FeedTag16: string;
|
|
214
|
-
FeedTrophy16: string;
|
|
215
|
-
File16: string;
|
|
216
|
-
File24: string;
|
|
217
|
-
FileAdded16: string;
|
|
218
|
-
FileAdded24: string;
|
|
219
|
-
FileBadge16: string;
|
|
220
|
-
FileBadge24: string;
|
|
221
|
-
FileBinary16: string;
|
|
222
|
-
FileBinary24: string;
|
|
223
|
-
FileCode16: string;
|
|
224
|
-
FileCode24: string;
|
|
225
|
-
FileDiff16: string;
|
|
226
|
-
FileDiff24: string;
|
|
227
|
-
FileDirectory16: string;
|
|
228
|
-
FileDirectory24: string;
|
|
229
|
-
FileDirectoryFill16: string;
|
|
230
|
-
FileDirectoryFill24: string;
|
|
231
|
-
FileDirectoryOpenFill16: string;
|
|
232
|
-
FileDirectoryOpenFill24: string;
|
|
233
|
-
FileDirectorySymlink16: string;
|
|
234
|
-
FileDirectorySymlink24: string;
|
|
235
|
-
FileMedia16: string;
|
|
236
|
-
FileMedia24: string;
|
|
237
|
-
FileMoved16: string;
|
|
238
|
-
FileMoved24: string;
|
|
239
|
-
FileRemoved16: string;
|
|
240
|
-
FileRemoved24: string;
|
|
241
|
-
FileSubmodule16: string;
|
|
242
|
-
FileSubmodule24: string;
|
|
243
|
-
FileSymlinkFile16: string;
|
|
244
|
-
FileSymlinkFile24: string;
|
|
245
|
-
FileZip16: string;
|
|
246
|
-
FileZip24: string;
|
|
247
|
-
Filter16: string;
|
|
248
|
-
Filter24: string;
|
|
249
|
-
FilterRemove16: string;
|
|
250
|
-
FilterRemove24: string;
|
|
251
|
-
FiscalHost16: string;
|
|
252
|
-
FiscalHost24: string;
|
|
253
|
-
Flame16: string;
|
|
254
|
-
Flame24: string;
|
|
255
|
-
Fold16: string;
|
|
256
|
-
Fold24: string;
|
|
257
|
-
FoldDown16: string;
|
|
258
|
-
FoldDown24: string;
|
|
259
|
-
FoldUp16: string;
|
|
260
|
-
FoldUp24: string;
|
|
261
|
-
Gear16: string;
|
|
262
|
-
Gear24: string;
|
|
263
|
-
Gift16: string;
|
|
264
|
-
Gift24: string;
|
|
265
|
-
GitBranch16: string;
|
|
266
|
-
GitBranch24: string;
|
|
267
|
-
GitCommit16: string;
|
|
268
|
-
GitCommit24: string;
|
|
269
|
-
GitCompare16: string;
|
|
270
|
-
GitCompare24: string;
|
|
271
|
-
GitMerge16: string;
|
|
272
|
-
GitMerge24: string;
|
|
273
|
-
GitMergeQueue16: string;
|
|
274
|
-
GitMergeQueue24: string;
|
|
275
|
-
GitPullRequest16: string;
|
|
276
|
-
GitPullRequest24: string;
|
|
277
|
-
GitPullRequestClosed16: string;
|
|
278
|
-
GitPullRequestClosed24: string;
|
|
279
|
-
GitPullRequestDraft16: string;
|
|
280
|
-
GitPullRequestDraft24: string;
|
|
281
|
-
Globe16: string;
|
|
282
|
-
Globe24: string;
|
|
283
|
-
Goal16: string;
|
|
284
|
-
Goal24: string;
|
|
285
|
-
Grabber16: string;
|
|
286
|
-
Grabber24: string;
|
|
287
|
-
Graph16: string;
|
|
288
|
-
Graph24: string;
|
|
289
|
-
Hash16: string;
|
|
290
|
-
Hash24: string;
|
|
291
|
-
Heading16: string;
|
|
292
|
-
Heading24: string;
|
|
293
|
-
Heart16: string;
|
|
294
|
-
Heart24: string;
|
|
295
|
-
HeartFill16: string;
|
|
296
|
-
HeartFill24: string;
|
|
297
|
-
History16: string;
|
|
298
|
-
History24: string;
|
|
299
|
-
Home16: string;
|
|
300
|
-
Home24: string;
|
|
301
|
-
HomeFill16: string;
|
|
302
|
-
HomeFill24: string;
|
|
303
|
-
HorizontalRule16: string;
|
|
304
|
-
HorizontalRule24: string;
|
|
305
|
-
Hourglass16: string;
|
|
306
|
-
Hourglass24: string;
|
|
307
|
-
Hubot16: string;
|
|
308
|
-
Hubot24: string;
|
|
309
|
-
IdBadge16: string;
|
|
310
|
-
IdBadge24: string;
|
|
311
|
-
Image16: string;
|
|
312
|
-
Image24: string;
|
|
313
|
-
Inbox16: string;
|
|
314
|
-
Inbox24: string;
|
|
315
|
-
Infinity16: string;
|
|
316
|
-
Infinity24: string;
|
|
317
|
-
Info16: string;
|
|
318
|
-
Info24: string;
|
|
319
|
-
IssueClosed16: string;
|
|
320
|
-
IssueClosed24: string;
|
|
321
|
-
IssueDraft16: string;
|
|
322
|
-
IssueDraft24: string;
|
|
323
|
-
IssueOpened16: string;
|
|
324
|
-
IssueOpened24: string;
|
|
325
|
-
IssueReopened16: string;
|
|
326
|
-
IssueReopened24: string;
|
|
327
|
-
IssueTrackedBy16: string;
|
|
328
|
-
IssueTrackedBy24: string;
|
|
329
|
-
IssueTracks16: string;
|
|
330
|
-
IssueTracks24: string;
|
|
331
|
-
Italic16: string;
|
|
332
|
-
Italic24: string;
|
|
333
|
-
Iterations16: string;
|
|
334
|
-
Iterations24: string;
|
|
335
|
-
KebabHorizontal16: string;
|
|
336
|
-
KebabHorizontal24: string;
|
|
337
|
-
Key16: string;
|
|
338
|
-
Key24: string;
|
|
339
|
-
KeyAsterisk16: string;
|
|
340
|
-
KeyAsterisk24: string;
|
|
341
|
-
Law16: string;
|
|
342
|
-
Law24: string;
|
|
343
|
-
LightBulb16: string;
|
|
344
|
-
LightBulb24: string;
|
|
345
|
-
Link16: string;
|
|
346
|
-
Link24: string;
|
|
347
|
-
LinkExternal16: string;
|
|
348
|
-
LinkExternal24: string;
|
|
349
|
-
ListOrdered16: string;
|
|
350
|
-
ListOrdered24: string;
|
|
351
|
-
ListUnordered16: string;
|
|
352
|
-
ListUnordered24: string;
|
|
353
|
-
Location16: string;
|
|
354
|
-
Location24: string;
|
|
355
|
-
Lock16: string;
|
|
356
|
-
Lock24: string;
|
|
357
|
-
Log16: string;
|
|
358
|
-
Log24: string;
|
|
359
|
-
LogoGist16: string;
|
|
360
|
-
LogoGist24: string;
|
|
361
|
-
LogoGithub16: string;
|
|
362
|
-
LogoGithub24: string;
|
|
363
|
-
Mail16: string;
|
|
364
|
-
Mail24: string;
|
|
365
|
-
MarkGithub16: string;
|
|
366
|
-
MarkGithub24: string;
|
|
367
|
-
Markdown16: string;
|
|
368
|
-
Markdown24: string;
|
|
369
|
-
Megaphone16: string;
|
|
370
|
-
Megaphone24: string;
|
|
371
|
-
Mention16: string;
|
|
372
|
-
Mention24: string;
|
|
373
|
-
Meter16: string;
|
|
374
|
-
Meter24: string;
|
|
375
|
-
Milestone16: string;
|
|
376
|
-
Milestone24: string;
|
|
377
|
-
Mirror16: string;
|
|
378
|
-
Mirror24: string;
|
|
379
|
-
Moon16: string;
|
|
380
|
-
Moon24: string;
|
|
381
|
-
MortarBoard16: string;
|
|
382
|
-
MortarBoard24: string;
|
|
383
|
-
MovetoBottom16: string;
|
|
384
|
-
MovetoBottom24: string;
|
|
385
|
-
MovetoEnd16: string;
|
|
386
|
-
MovetoEnd24: string;
|
|
387
|
-
MovetoStart16: string;
|
|
388
|
-
MovetoStart24: string;
|
|
389
|
-
MovetoTop16: string;
|
|
390
|
-
MovetoTop24: string;
|
|
391
|
-
MultiSelect16: string;
|
|
392
|
-
MultiSelect24: string;
|
|
393
|
-
Mute16: string;
|
|
394
|
-
Mute24: string;
|
|
395
|
-
NoEntry16: string;
|
|
396
|
-
NoEntry24: string;
|
|
397
|
-
NoEntryFill12: string;
|
|
398
|
-
NorthStar16: string;
|
|
399
|
-
NorthStar24: string;
|
|
400
|
-
Note16: string;
|
|
401
|
-
Note24: string;
|
|
402
|
-
Number16: string;
|
|
403
|
-
Number24: string;
|
|
404
|
-
Organization16: string;
|
|
405
|
-
Organization24: string;
|
|
406
|
-
Package16: string;
|
|
407
|
-
Package24: string;
|
|
408
|
-
PackageDependencies16: string;
|
|
409
|
-
PackageDependencies24: string;
|
|
410
|
-
PackageDependents16: string;
|
|
411
|
-
PackageDependents24: string;
|
|
412
|
-
Paintbrush16: string;
|
|
413
|
-
Paintbrush24: string;
|
|
414
|
-
PaperAirplane16: string;
|
|
415
|
-
PaperAirplane24: string;
|
|
416
|
-
Paperclip16: string;
|
|
417
|
-
Paperclip24: string;
|
|
418
|
-
PasskeyFill16: string;
|
|
419
|
-
PasskeyFill24: string;
|
|
420
|
-
Paste16: string;
|
|
421
|
-
Paste24: string;
|
|
422
|
-
Pencil16: string;
|
|
423
|
-
Pencil24: string;
|
|
424
|
-
People16: string;
|
|
425
|
-
People24: string;
|
|
426
|
-
Person16: string;
|
|
427
|
-
Person24: string;
|
|
428
|
-
PersonAdd16: string;
|
|
429
|
-
PersonAdd24: string;
|
|
430
|
-
PersonFill16: string;
|
|
431
|
-
PersonFill24: string;
|
|
432
|
-
Pin16: string;
|
|
433
|
-
Pin24: string;
|
|
434
|
-
PinSlash16: string;
|
|
435
|
-
PinSlash24: string;
|
|
436
|
-
PivotColumn16: string;
|
|
437
|
-
PivotColumn24: string;
|
|
438
|
-
Play16: string;
|
|
439
|
-
Play24: string;
|
|
440
|
-
Plug16: string;
|
|
441
|
-
Plug24: string;
|
|
442
|
-
Plus16: string;
|
|
443
|
-
Plus24: string;
|
|
444
|
-
PlusCircle16: string;
|
|
445
|
-
PlusCircle24: string;
|
|
446
|
-
Project16: string;
|
|
447
|
-
Project24: string;
|
|
448
|
-
ProjectRoadmap16: string;
|
|
449
|
-
ProjectRoadmap24: string;
|
|
450
|
-
ProjectSymlink16: string;
|
|
451
|
-
ProjectSymlink24: string;
|
|
452
|
-
ProjectTemplate16: string;
|
|
453
|
-
ProjectTemplate24: string;
|
|
454
|
-
Pulse16: string;
|
|
455
|
-
Pulse24: string;
|
|
456
|
-
Question16: string;
|
|
457
|
-
Question24: string;
|
|
458
|
-
Quote16: string;
|
|
459
|
-
Quote24: string;
|
|
460
|
-
Read16: string;
|
|
461
|
-
Read24: string;
|
|
462
|
-
Redo16: string;
|
|
463
|
-
Redo24: string;
|
|
464
|
-
RelFilePath16: string;
|
|
465
|
-
RelFilePath24: string;
|
|
466
|
-
Reply16: string;
|
|
467
|
-
Reply24: string;
|
|
468
|
-
Repo16: string;
|
|
469
|
-
Repo24: string;
|
|
470
|
-
RepoClone16: string;
|
|
471
|
-
RepoClone24: string;
|
|
472
|
-
RepoDelete24: string;
|
|
473
|
-
RepoDeleted16: string;
|
|
474
|
-
RepoForked16: string;
|
|
475
|
-
RepoForked24: string;
|
|
476
|
-
RepoLocked16: string;
|
|
477
|
-
RepoLocked24: string;
|
|
478
|
-
RepoPull16: string;
|
|
479
|
-
RepoPull24: string;
|
|
480
|
-
RepoPush16: string;
|
|
481
|
-
RepoPush24: string;
|
|
482
|
-
RepoTemplate16: string;
|
|
483
|
-
RepoTemplate24: string;
|
|
484
|
-
Report16: string;
|
|
485
|
-
Report24: string;
|
|
486
|
-
Rocket16: string;
|
|
487
|
-
Rocket24: string;
|
|
488
|
-
Rows16: string;
|
|
489
|
-
Rows24: string;
|
|
490
|
-
Rss16: string;
|
|
491
|
-
Rss24: string;
|
|
492
|
-
Ruby16: string;
|
|
493
|
-
Ruby24: string;
|
|
494
|
-
ScreenFull16: string;
|
|
495
|
-
ScreenFull24: string;
|
|
496
|
-
ScreenNormal16: string;
|
|
497
|
-
ScreenNormal24: string;
|
|
498
|
-
Search16: string;
|
|
499
|
-
Search24: string;
|
|
500
|
-
Server16: string;
|
|
501
|
-
Server24: string;
|
|
502
|
-
Share16: string;
|
|
503
|
-
Share24: string;
|
|
504
|
-
ShareAndroid16: string;
|
|
505
|
-
ShareAndroid24: string;
|
|
506
|
-
Shield16: string;
|
|
507
|
-
Shield24: string;
|
|
508
|
-
ShieldCheck16: string;
|
|
509
|
-
ShieldCheck24: string;
|
|
510
|
-
ShieldLock16: string;
|
|
511
|
-
ShieldLock24: string;
|
|
512
|
-
ShieldSlash16: string;
|
|
513
|
-
ShieldSlash24: string;
|
|
514
|
-
ShieldX16: string;
|
|
515
|
-
ShieldX24: string;
|
|
516
|
-
SidebarCollapse16: string;
|
|
517
|
-
SidebarCollapse24: string;
|
|
518
|
-
SidebarExpand16: string;
|
|
519
|
-
SidebarExpand24: string;
|
|
520
|
-
SignIn16: string;
|
|
521
|
-
SignIn24: string;
|
|
522
|
-
SignOut16: string;
|
|
523
|
-
SignOut24: string;
|
|
524
|
-
SingleSelect16: string;
|
|
525
|
-
SingleSelect24: string;
|
|
526
|
-
Skip16: string;
|
|
527
|
-
Skip24: string;
|
|
528
|
-
SkipFill16: string;
|
|
529
|
-
SkipFill24: string;
|
|
530
|
-
Sliders16: string;
|
|
531
|
-
Sliders24: string;
|
|
532
|
-
Smiley16: string;
|
|
533
|
-
Smiley24: string;
|
|
534
|
-
SortAsc16: string;
|
|
535
|
-
SortAsc24: string;
|
|
536
|
-
SortDesc16: string;
|
|
537
|
-
SortDesc24: string;
|
|
538
|
-
SparkleFill16: string;
|
|
539
|
-
SparkleFill24: string;
|
|
540
|
-
Sponsortiers16: string;
|
|
541
|
-
Sponsortiers24: string;
|
|
542
|
-
Square16: string;
|
|
543
|
-
Square24: string;
|
|
544
|
-
SquareFill16: string;
|
|
545
|
-
SquareFill24: string;
|
|
546
|
-
Squirrel16: string;
|
|
547
|
-
Squirrel24: string;
|
|
548
|
-
Stack16: string;
|
|
549
|
-
Stack24: string;
|
|
550
|
-
Star16: string;
|
|
551
|
-
Star24: string;
|
|
552
|
-
StarFill16: string;
|
|
553
|
-
StarFill24: string;
|
|
554
|
-
Stop16: string;
|
|
555
|
-
Stop24: string;
|
|
556
|
-
Stopwatch16: string;
|
|
557
|
-
Stopwatch24: string;
|
|
558
|
-
Strikethrough16: string;
|
|
559
|
-
Strikethrough24: string;
|
|
560
|
-
Sun16: string;
|
|
561
|
-
Sun24: string;
|
|
562
|
-
Sync16: string;
|
|
563
|
-
Sync24: string;
|
|
564
|
-
Tab16: string;
|
|
565
|
-
Tab24: string;
|
|
566
|
-
TabExternal16: string;
|
|
567
|
-
TabExternal24: string;
|
|
568
|
-
Table16: string;
|
|
569
|
-
Table24: string;
|
|
570
|
-
Tag16: string;
|
|
571
|
-
Tag24: string;
|
|
572
|
-
Tasklist16: string;
|
|
573
|
-
Tasklist24: string;
|
|
574
|
-
Telescope16: string;
|
|
575
|
-
Telescope24: string;
|
|
576
|
-
TelescopeFill16: string;
|
|
577
|
-
TelescopeFill24: string;
|
|
578
|
-
Terminal16: string;
|
|
579
|
-
Terminal24: string;
|
|
580
|
-
ThreeBars16: string;
|
|
581
|
-
ThreeBars24: string;
|
|
582
|
-
Thumbsdown16: string;
|
|
583
|
-
Thumbsdown24: string;
|
|
584
|
-
Thumbsup16: string;
|
|
585
|
-
Thumbsup24: string;
|
|
586
|
-
Tools16: string;
|
|
587
|
-
Tools24: string;
|
|
588
|
-
TrackedByClosedCompleted16: string;
|
|
589
|
-
TrackedByClosedCompleted24: string;
|
|
590
|
-
TrackedByClosedNotPlanned16: string;
|
|
591
|
-
TrackedByClosedNotPlanned24: string;
|
|
592
|
-
Trash16: string;
|
|
593
|
-
Trash24: string;
|
|
594
|
-
TriangleDown16: string;
|
|
595
|
-
TriangleDown24: string;
|
|
596
|
-
TriangleLeft16: string;
|
|
597
|
-
TriangleLeft24: string;
|
|
598
|
-
TriangleRight16: string;
|
|
599
|
-
TriangleRight24: string;
|
|
600
|
-
TriangleUp16: string;
|
|
601
|
-
TriangleUp24: string;
|
|
602
|
-
Trophy16: string;
|
|
603
|
-
Trophy24: string;
|
|
604
|
-
Typography16: string;
|
|
605
|
-
Typography24: string;
|
|
606
|
-
Undo16: string;
|
|
607
|
-
Undo24: string;
|
|
608
|
-
Unfold16: string;
|
|
609
|
-
Unfold24: string;
|
|
610
|
-
Unlink16: string;
|
|
611
|
-
Unlink24: string;
|
|
612
|
-
Unlock16: string;
|
|
613
|
-
Unlock24: string;
|
|
614
|
-
Unmute16: string;
|
|
615
|
-
Unmute24: string;
|
|
616
|
-
Unread16: string;
|
|
617
|
-
Unread24: string;
|
|
618
|
-
Unverified16: string;
|
|
619
|
-
Unverified24: string;
|
|
620
|
-
Upload16: string;
|
|
621
|
-
Upload24: string;
|
|
622
|
-
Verified16: string;
|
|
623
|
-
Verified24: string;
|
|
624
|
-
Versions16: string;
|
|
625
|
-
Versions24: string;
|
|
626
|
-
Video16: string;
|
|
627
|
-
Video24: string;
|
|
628
|
-
Webhook16: string;
|
|
629
|
-
Workflow16: string;
|
|
630
|
-
Workflow24: string;
|
|
631
|
-
X12: string;
|
|
632
|
-
X16: string;
|
|
633
|
-
X24: string;
|
|
634
|
-
XCircle16: string;
|
|
635
|
-
XCircle24: string;
|
|
636
|
-
XCircleFill12: string;
|
|
637
|
-
XCircleFill16: string;
|
|
638
|
-
XCircleFill24: string;
|
|
639
|
-
Zap16: string;
|
|
640
|
-
Zap24: string;
|
|
641
|
-
ZoomIn16: string;
|
|
642
|
-
ZoomIn24: string;
|
|
643
|
-
ZoomOut16: string;
|
|
644
|
-
ZoomOut24: string;
|
|
645
|
-
};
|
|
646
|
-
export declare const iconSize: {
|
|
647
|
-
small: number;
|
|
648
|
-
medium: number;
|
|
649
|
-
large: number;
|
|
650
|
-
};
|
|
651
|
-
export declare const iconAlign: {
|
|
652
|
-
middle: string;
|
|
653
|
-
textBottom: string;
|
|
654
|
-
textTop: string;
|
|
655
|
-
top: string;
|
|
656
|
-
unset: string;
|
|
657
|
-
};
|
|
658
|
-
export declare const defaultProps: {
|
|
659
|
-
className: string;
|
|
660
|
-
ariaLabel: any;
|
|
661
|
-
height: any;
|
|
662
|
-
width: any;
|
|
663
|
-
size: number;
|
|
664
|
-
fill: string;
|
|
665
|
-
verticalAlign: string;
|
|
666
|
-
};
|
|
667
|
-
export declare const iconNameKeys: string[];
|
|
668
|
-
export declare const iconNameKeysDefault: string;
|
|
669
|
-
export declare const iconSizeKeys: string[];
|
|
670
|
-
export declare const iconSizeKeysDefault: string;
|
|
671
|
-
export declare const iconAlignKeys: string[];
|
|
672
|
-
export declare const iconAlignKeysDefault: string;
|
|
673
|
-
export type IconNameType = typeof iconName.Accessibility16 | typeof iconName.Accessibility24 | typeof iconName.AccessibilityInset16 | typeof iconName.AccessibilityInset24 | typeof iconName.AIModel16 | typeof iconName.AIModel24 | typeof iconName.Alert16 | typeof iconName.Alert24 | typeof iconName.AlertFill12 | typeof iconName.AlertFill16 | typeof iconName.AlertFill24 | typeof iconName.Apps16 | typeof iconName.Apps24 | typeof iconName.Archive16 | typeof iconName.Archive24 | typeof iconName.ArrowBoth16 | typeof iconName.ArrowBoth24 | typeof iconName.ArrowDown16 | typeof iconName.ArrowDown24 | typeof iconName.ArrowDownLeft16 | typeof iconName.ArrowDownLeft24 | typeof iconName.ArrowDownRight16 | typeof iconName.ArrowDownRight24 | typeof iconName.ArrowLeft16 | typeof iconName.ArrowLeft24 | typeof iconName.ArrowRight16 | typeof iconName.ArrowRight24 | typeof iconName.ArrowSwitch16 | typeof iconName.ArrowSwitch24 | typeof iconName.ArrowUp16 | typeof iconName.ArrowUp24 | typeof iconName.ArrowUpLeft16 | typeof iconName.ArrowUpLeft24 | typeof iconName.ArrowUpRight16 | typeof iconName.ArrowUpRight24 | typeof iconName.Beaker16 | typeof iconName.Beaker24 | typeof iconName.Bell16 | typeof iconName.Bell24 | typeof iconName.BellFill16 | typeof iconName.BellFill24 | typeof iconName.BellSlash16 | typeof iconName.BellSlash24 | typeof iconName.Blocked16 | typeof iconName.Blocked24 | typeof iconName.Bold16 | typeof iconName.Bold24 | typeof iconName.Book16 | typeof iconName.Book24 | typeof iconName.Bookmark16 | typeof iconName.Bookmark24 | typeof iconName.BookmarkFill24 | typeof iconName.BookmarkFilled16 | typeof iconName.BookmarkSlash16 | typeof iconName.BookmarkSlash24 | typeof iconName.BookmarkSlashFill16 | typeof iconName.BookmarkSlashFill24 | typeof iconName.Briefcase16 | typeof iconName.Briefcase24 | typeof iconName.Broadcast16 | typeof iconName.Broadcast24 | typeof iconName.Browser16 | typeof iconName.Browser24 | typeof iconName.Bug16 | typeof iconName.Bug24 | typeof iconName.Cache16 | typeof iconName.Cache24 | typeof iconName.Calendar16 | typeof iconName.Calendar24 | typeof iconName.Check16 | typeof iconName.Check24 | typeof iconName.CheckCircle16 | typeof iconName.CheckCircle24 | typeof iconName.CheckCircleFill12 | typeof iconName.CheckCircleFill16 | typeof iconName.CheckCircleFill24 | typeof iconName.Checkbox16 | typeof iconName.Checkbox24 | typeof iconName.Checklist16 | typeof iconName.Checklist24 | typeof iconName.ChevronDown12 | typeof iconName.ChevronDown16 | typeof iconName.ChevronDown24 | typeof iconName.ChevronLeft12 | typeof iconName.ChevronLeft16 | typeof iconName.ChevronLeft24 | typeof iconName.ChevronRight12 | typeof iconName.ChevronRight16 | typeof iconName.ChevronRight24 | typeof iconName.ChevronUp12 | typeof iconName.ChevronUp16 | typeof iconName.ChevronUp24 | typeof iconName.Circle16 | typeof iconName.Circle24 | typeof iconName.CircleSlash16 | typeof iconName.CircleSlash24 | typeof iconName.Clock16 | typeof iconName.Clock24 | typeof iconName.ClockFill16 | typeof iconName.ClockFill24 | typeof iconName.Cloud16 | typeof iconName.Cloud24 | typeof iconName.CloudOffline16 | typeof iconName.CloudOffline24 | typeof iconName.Code16 | typeof iconName.Code24 | typeof iconName.CodeOfConduct16 | typeof iconName.CodeOfConduct24 | typeof iconName.CodeReview16 | typeof iconName.CodeReview24 | typeof iconName.CodeSquare16 | typeof iconName.CodeSquare24 | typeof iconName.Codescan16 | typeof iconName.Codescan24 | typeof iconName.CodescanCheckmark16 | typeof iconName.CodescanCheckmark24 | typeof iconName.Codespaces16 | typeof iconName.Codespaces24 | typeof iconName.Columns16 | typeof iconName.Columns24 | typeof iconName.CommandPalette16 | typeof iconName.CommandPalette24 | typeof iconName.Comment16 | typeof iconName.Comment24 | typeof iconName.CommentDiscussion16 | typeof iconName.CommentDiscussion24 | typeof iconName.Container16 | typeof iconName.Container24 | typeof iconName.Copilot16 | typeof iconName.Copilot24 | typeof iconName.Copilot48 | typeof iconName.Copilot96 | typeof iconName.CopilotError16 | typeof iconName.CopilotWarning16 | typeof iconName.Copy16 | typeof iconName.Copy24 | typeof iconName.Cpu16 | typeof iconName.Cpu24 | typeof iconName.CreditCard16 | typeof iconName.CreditCard24 | typeof iconName.CrossReference16 | typeof iconName.CrossReference24 | typeof iconName.Dash16 | typeof iconName.Dash24 | typeof iconName.Database16 | typeof iconName.Database24 | typeof iconName.Dependabot16 | typeof iconName.Dependabot24 | typeof iconName.DesktopDownload16 | typeof iconName.DesktopDownload24 | typeof iconName.DeviceCamera16 | typeof iconName.DeviceCamera24 | typeof iconName.DeviceCameraVideo16 | typeof iconName.DeviceCameraVideo24 | typeof iconName.DeviceDesktop16 | typeof iconName.DeviceDesktop24 | typeof iconName.DeviceMobile16 | typeof iconName.DeviceMobile24 | typeof iconName.Devices16 | typeof iconName.Devices24 | typeof iconName.Diamond16 | typeof iconName.Diamond24 | typeof iconName.Diff16 | typeof iconName.Diff24 | typeof iconName.DiffAdded16 | typeof iconName.DiffAdded24 | typeof iconName.DiffIgnored16 | typeof iconName.DiffIgnored24 | typeof iconName.DiffModified16 | typeof iconName.DiffModified24 | typeof iconName.DiffRemoved16 | typeof iconName.DiffRemoved24 | typeof iconName.DiffRenamed16 | typeof iconName.DiffRenamed24 | typeof iconName.DiscussionClosed16 | typeof iconName.DiscussionClosed24 | typeof iconName.DiscussionDuplicate16 | typeof iconName.DiscussionDuplicate24 | typeof iconName.DiscussionOutdated16 | typeof iconName.DiscussionOutdated24 | typeof iconName.Dot16 | typeof iconName.Dot24 | typeof iconName.DotFill16 | typeof iconName.DotFill24 | typeof iconName.Download16 | typeof iconName.Download24 | typeof iconName.Duplicate16 | typeof iconName.Duplicate24 | typeof iconName.Ellipsis16 | typeof iconName.Ellipsis24 | typeof iconName.Eye16 | typeof iconName.Eye24 | typeof iconName.EyeClosed16 | typeof iconName.EyeClosed24 | typeof iconName.FeedDiscussion16 | typeof iconName.FeedForked16 | typeof iconName.FeedHeart16 | typeof iconName.FeedIssueClosed16 | typeof iconName.FeedIssueDraft16 | typeof iconName.FeedIssueOpen16 | typeof iconName.FeedIssueReopen16 | typeof iconName.FeedMerged16 | typeof iconName.FeedPerson16 | typeof iconName.FeedPlus16 | typeof iconName.FeedPublic16 | typeof iconName.FeedPullRequestClosed16 | typeof iconName.FeedPullRequestDraft16 | typeof iconName.FeedPullRequestOpen16 | typeof iconName.FeedRepo16 | typeof iconName.FeedRocket16 | typeof iconName.FeedStar16 | typeof iconName.FeedTag16 | typeof iconName.FeedTrophy16 | typeof iconName.File16 | typeof iconName.File24 | typeof iconName.FileAdded16 | typeof iconName.FileAdded24 | typeof iconName.FileBadge16 | typeof iconName.FileBadge24 | typeof iconName.FileBinary16 | typeof iconName.FileBinary24 | typeof iconName.FileCode16 | typeof iconName.FileCode24 | typeof iconName.FileDiff16 | typeof iconName.FileDiff24 | typeof iconName.FileDirectory16 | typeof iconName.FileDirectory24 | typeof iconName.FileDirectoryFill16 | typeof iconName.FileDirectoryFill24 | typeof iconName.FileDirectoryOpenFill16 | typeof iconName.FileDirectoryOpenFill24 | typeof iconName.FileDirectorySymlink16 | typeof iconName.FileDirectorySymlink24 | typeof iconName.FileMedia16 | typeof iconName.FileMedia24 | typeof iconName.FileMoved16 | typeof iconName.FileMoved24 | typeof iconName.FileRemoved16 | typeof iconName.FileRemoved24 | typeof iconName.FileSubmodule16 | typeof iconName.FileSubmodule24 | typeof iconName.FileSymlinkFile16 | typeof iconName.FileSymlinkFile24 | typeof iconName.FileZip16 | typeof iconName.FileZip24 | typeof iconName.Filter16 | typeof iconName.Filter24 | typeof iconName.FilterRemove16 | typeof iconName.FilterRemove24 | typeof iconName.FiscalHost16 | typeof iconName.FiscalHost24 | typeof iconName.Flame16 | typeof iconName.Flame24 | typeof iconName.Fold16 | typeof iconName.Fold24 | typeof iconName.FoldDown16 | typeof iconName.FoldDown24 | typeof iconName.FoldUp16 | typeof iconName.FoldUp24 | typeof iconName.Gear16 | typeof iconName.Gear24 | typeof iconName.Gift16 | typeof iconName.Gift24 | typeof iconName.GitBranch16 | typeof iconName.GitBranch24 | typeof iconName.GitCommit16 | typeof iconName.GitCommit24 | typeof iconName.GitCompare16 | typeof iconName.GitCompare24 | typeof iconName.GitMerge16 | typeof iconName.GitMerge24 | typeof iconName.GitMergeQueue16 | typeof iconName.GitMergeQueue24 | typeof iconName.GitPullRequest16 | typeof iconName.GitPullRequest24 | typeof iconName.GitPullRequestClosed16 | typeof iconName.GitPullRequestClosed24 | typeof iconName.GitPullRequestDraft16 | typeof iconName.GitPullRequestDraft24 | typeof iconName.Globe16 | typeof iconName.Globe24 | typeof iconName.Goal16 | typeof iconName.Goal24 | typeof iconName.Grabber16 | typeof iconName.Grabber24 | typeof iconName.Graph16 | typeof iconName.Graph24 | typeof iconName.Hash16 | typeof iconName.Hash24 | typeof iconName.Heading16 | typeof iconName.Heading24 | typeof iconName.Heart16 | typeof iconName.Heart24 | typeof iconName.HeartFill16 | typeof iconName.HeartFill24 | typeof iconName.History16 | typeof iconName.History24 | typeof iconName.Home16 | typeof iconName.Home24 | typeof iconName.HomeFill16 | typeof iconName.HomeFill24 | typeof iconName.HorizontalRule16 | typeof iconName.HorizontalRule24 | typeof iconName.Hourglass16 | typeof iconName.Hourglass24 | typeof iconName.Hubot16 | typeof iconName.Hubot24 | typeof iconName.IdBadge16 | typeof iconName.IdBadge24 | typeof iconName.Image16 | typeof iconName.Image24 | typeof iconName.Inbox16 | typeof iconName.Inbox24 | typeof iconName.Infinity16 | typeof iconName.Infinity24 | typeof iconName.Info16 | typeof iconName.Info24 | typeof iconName.IssueClosed16 | typeof iconName.IssueClosed24 | typeof iconName.IssueDraft16 | typeof iconName.IssueDraft24 | typeof iconName.IssueOpened16 | typeof iconName.IssueOpened24 | typeof iconName.IssueReopened16 | typeof iconName.IssueReopened24 | typeof iconName.IssueTrackedBy16 | typeof iconName.IssueTrackedBy24 | typeof iconName.IssueTracks16 | typeof iconName.IssueTracks24 | typeof iconName.Italic16 | typeof iconName.Italic24 | typeof iconName.Iterations16 | typeof iconName.Iterations24 | typeof iconName.KebabHorizontal16 | typeof iconName.KebabHorizontal24 | typeof iconName.Key16 | typeof iconName.Key24 | typeof iconName.KeyAsterisk16 | typeof iconName.KeyAsterisk24 | typeof iconName.Law16 | typeof iconName.Law24 | typeof iconName.LightBulb16 | typeof iconName.LightBulb24 | typeof iconName.Link16 | typeof iconName.Link24 | typeof iconName.LinkExternal16 | typeof iconName.LinkExternal24 | typeof iconName.ListOrdered16 | typeof iconName.ListOrdered24 | typeof iconName.ListUnordered16 | typeof iconName.ListUnordered24 | typeof iconName.Location16 | typeof iconName.Location24 | typeof iconName.Lock16 | typeof iconName.Lock24 | typeof iconName.Log16 | typeof iconName.Log24 | typeof iconName.LogoGist16 | typeof iconName.LogoGist24 | typeof iconName.LogoGithub16 | typeof iconName.LogoGithub24 | typeof iconName.Mail16 | typeof iconName.Mail24 | typeof iconName.MarkGithub16 | typeof iconName.MarkGithub24 | typeof iconName.Markdown16 | typeof iconName.Markdown24 | typeof iconName.Megaphone16 | typeof iconName.Megaphone24 | typeof iconName.Mention16 | typeof iconName.Mention24 | typeof iconName.Meter16 | typeof iconName.Meter24 | typeof iconName.Milestone16 | typeof iconName.Milestone24 | typeof iconName.Mirror16 | typeof iconName.Mirror24 | typeof iconName.Moon16 | typeof iconName.Moon24 | typeof iconName.MortarBoard16 | typeof iconName.MortarBoard24 | typeof iconName.MovetoBottom16 | typeof iconName.MovetoBottom24 | typeof iconName.MovetoEnd16 | typeof iconName.MovetoEnd24 | typeof iconName.MovetoStart16 | typeof iconName.MovetoStart24 | typeof iconName.MovetoTop16 | typeof iconName.MovetoTop24 | typeof iconName.MultiSelect16 | typeof iconName.MultiSelect24 | typeof iconName.Mute16 | typeof iconName.Mute24 | typeof iconName.NoEntry16 | typeof iconName.NoEntry24 | typeof iconName.NoEntryFill12 | typeof iconName.NorthStar16 | typeof iconName.NorthStar24 | typeof iconName.Note16 | typeof iconName.Note24 | typeof iconName.Number16 | typeof iconName.Number24 | typeof iconName.Organization16 | typeof iconName.Organization24 | typeof iconName.Package16 | typeof iconName.Package24 | typeof iconName.PackageDependencies16 | typeof iconName.PackageDependencies24 | typeof iconName.PackageDependents16 | typeof iconName.PackageDependents24 | typeof iconName.Paintbrush16 | typeof iconName.Paintbrush24 | typeof iconName.PaperAirplane16 | typeof iconName.PaperAirplane24 | typeof iconName.Paperclip16 | typeof iconName.Paperclip24 | typeof iconName.PasskeyFill16 | typeof iconName.PasskeyFill24 | typeof iconName.Paste16 | typeof iconName.Paste24 | typeof iconName.Pencil16 | typeof iconName.Pencil24 | typeof iconName.People16 | typeof iconName.People24 | typeof iconName.Person16 | typeof iconName.Person24 | typeof iconName.PersonAdd16 | typeof iconName.PersonAdd24 | typeof iconName.PersonFill16 | typeof iconName.PersonFill24 | typeof iconName.Pin16 | typeof iconName.Pin24 | typeof iconName.PinSlash16 | typeof iconName.PinSlash24 | typeof iconName.PivotColumn16 | typeof iconName.PivotColumn24 | typeof iconName.Play16 | typeof iconName.Play24 | typeof iconName.Plug16 | typeof iconName.Plug24 | typeof iconName.Plus16 | typeof iconName.Plus24 | typeof iconName.PlusCircle16 | typeof iconName.PlusCircle24 | typeof iconName.Project16 | typeof iconName.Project24 | typeof iconName.ProjectRoadmap16 | typeof iconName.ProjectRoadmap24 | typeof iconName.ProjectSymlink16 | typeof iconName.ProjectSymlink24 | typeof iconName.ProjectTemplate16 | typeof iconName.ProjectTemplate24 | typeof iconName.Pulse16 | typeof iconName.Pulse24 | typeof iconName.Question16 | typeof iconName.Question24 | typeof iconName.Quote16 | typeof iconName.Quote24 | typeof iconName.Read16 | typeof iconName.Read24 | typeof iconName.Redo16 | typeof iconName.Redo24 | typeof iconName.RelFilePath16 | typeof iconName.RelFilePath24 | typeof iconName.Reply16 | typeof iconName.Reply24 | typeof iconName.Repo16 | typeof iconName.Repo24 | typeof iconName.RepoClone16 | typeof iconName.RepoClone24 | typeof iconName.RepoDelete24 | typeof iconName.RepoDeleted16 | typeof iconName.RepoForked16 | typeof iconName.RepoForked24 | typeof iconName.RepoLocked16 | typeof iconName.RepoLocked24 | typeof iconName.RepoPull16 | typeof iconName.RepoPull24 | typeof iconName.RepoPush16 | typeof iconName.RepoPush24 | typeof iconName.RepoTemplate16 | typeof iconName.RepoTemplate24 | typeof iconName.Report16 | typeof iconName.Report24 | typeof iconName.Rocket16 | typeof iconName.Rocket24 | typeof iconName.Rows16 | typeof iconName.Rows24 | typeof iconName.Rss16 | typeof iconName.Rss24 | typeof iconName.Ruby16 | typeof iconName.Ruby24 | typeof iconName.ScreenFull16 | typeof iconName.ScreenFull24 | typeof iconName.ScreenNormal16 | typeof iconName.ScreenNormal24 | typeof iconName.Search16 | typeof iconName.Search24 | typeof iconName.Server16 | typeof iconName.Server24 | typeof iconName.Share16 | typeof iconName.Share24 | typeof iconName.ShareAndroid16 | typeof iconName.ShareAndroid24 | typeof iconName.Shield16 | typeof iconName.Shield24 | typeof iconName.ShieldCheck16 | typeof iconName.ShieldCheck24 | typeof iconName.ShieldLock16 | typeof iconName.ShieldLock24 | typeof iconName.ShieldSlash16 | typeof iconName.ShieldSlash24 | typeof iconName.ShieldX16 | typeof iconName.ShieldX24 | typeof iconName.SidebarCollapse16 | typeof iconName.SidebarCollapse24 | typeof iconName.SidebarExpand16 | typeof iconName.SidebarExpand24 | typeof iconName.SignIn16 | typeof iconName.SignIn24 | typeof iconName.SignOut16 | typeof iconName.SignOut24 | typeof iconName.SingleSelect16 | typeof iconName.SingleSelect24 | typeof iconName.Skip16 | typeof iconName.Skip24 | typeof iconName.SkipFill16 | typeof iconName.SkipFill24 | typeof iconName.Sliders16 | typeof iconName.Sliders24 | typeof iconName.Smiley16 | typeof iconName.Smiley24 | typeof iconName.SortAsc16 | typeof iconName.SortAsc24 | typeof iconName.SortDesc16 | typeof iconName.SortDesc24 | typeof iconName.SparkleFill16 | typeof iconName.SparkleFill24 | typeof iconName.Sponsortiers16 | typeof iconName.Sponsortiers24 | typeof iconName.Square16 | typeof iconName.Square24 | typeof iconName.SquareFill16 | typeof iconName.SquareFill24 | typeof iconName.Squirrel16 | typeof iconName.Squirrel24 | typeof iconName.Stack16 | typeof iconName.Stack24 | typeof iconName.Star16 | typeof iconName.Star24 | typeof iconName.StarFill16 | typeof iconName.StarFill24 | typeof iconName.Stop16 | typeof iconName.Stop24 | typeof iconName.Stopwatch16 | typeof iconName.Stopwatch24 | typeof iconName.Strikethrough16 | typeof iconName.Strikethrough24 | typeof iconName.Sun16 | typeof iconName.Sun24 | typeof iconName.Sync16 | typeof iconName.Sync24 | typeof iconName.Tab16 | typeof iconName.Tab24 | typeof iconName.TabExternal16 | typeof iconName.TabExternal24 | typeof iconName.Table16 | typeof iconName.Table24 | typeof iconName.Tag16 | typeof iconName.Tag24 | typeof iconName.Tasklist16 | typeof iconName.Tasklist24 | typeof iconName.Telescope16 | typeof iconName.Telescope24 | typeof iconName.TelescopeFill16 | typeof iconName.TelescopeFill24 | typeof iconName.Terminal16 | typeof iconName.Terminal24 | typeof iconName.ThreeBars16 | typeof iconName.ThreeBars24 | typeof iconName.Thumbsdown16 | typeof iconName.Thumbsdown24 | typeof iconName.Thumbsup16 | typeof iconName.Thumbsup24 | typeof iconName.Tools16 | typeof iconName.Tools24 | typeof iconName.TrackedByClosedCompleted16 | typeof iconName.TrackedByClosedCompleted24 | typeof iconName.TrackedByClosedNotPlanned16 | typeof iconName.TrackedByClosedNotPlanned24 | typeof iconName.Trash16 | typeof iconName.Trash24 | typeof iconName.TriangleDown16 | typeof iconName.TriangleDown24 | typeof iconName.TriangleLeft16 | typeof iconName.TriangleLeft24 | typeof iconName.TriangleRight16 | typeof iconName.TriangleRight24 | typeof iconName.TriangleUp16 | typeof iconName.TriangleUp24 | typeof iconName.Trophy16 | typeof iconName.Trophy24 | typeof iconName.Typography16 | typeof iconName.Typography24 | typeof iconName.Undo16 | typeof iconName.Undo24 | typeof iconName.Unfold16 | typeof iconName.Unfold24 | typeof iconName.Unlink16 | typeof iconName.Unlink24 | typeof iconName.Unlock16 | typeof iconName.Unlock24 | typeof iconName.Unmute16 | typeof iconName.Unmute24 | typeof iconName.Unread16 | typeof iconName.Unread24 | typeof iconName.Unverified16 | typeof iconName.Unverified24 | typeof iconName.Upload16 | typeof iconName.Upload24 | typeof iconName.Verified16 | typeof iconName.Verified24 | typeof iconName.Versions16 | typeof iconName.Versions24 | typeof iconName.Video16 | typeof iconName.Video24 | typeof iconName.Webhook16 | typeof iconName.Workflow16 | typeof iconName.Workflow24 | typeof iconName.X12 | typeof iconName.X16 | typeof iconName.X24 | typeof iconName.XCircle16 | typeof iconName.XCircle24 | typeof iconName.XCircleFill12 | typeof iconName.XCircleFill16 | typeof iconName.XCircleFill24 | typeof iconName.Zap16 | typeof iconName.Zap24 | typeof iconName.ZoomIn16 | typeof iconName.ZoomIn24 | typeof iconName.ZoomOut16 | typeof iconName.ZoomOut24;
|
|
674
|
-
export interface IconProps {
|
|
675
|
-
className?: string;
|
|
676
|
-
ariaLabel?: string;
|
|
677
|
-
icon: IconNameType;
|
|
678
|
-
height?: number;
|
|
679
|
-
width?: number;
|
|
680
|
-
size?: typeof iconSize.small | typeof iconSize.medium | typeof iconSize.large;
|
|
681
|
-
fill?: string;
|
|
682
|
-
verticalAlign?: typeof iconAlign.middle | typeof iconAlign.textBottom | typeof iconAlign.textTop | typeof iconAlign.top | typeof iconAlign.unset;
|
|
683
|
-
}
|
|
684
|
-
//# sourceMappingURL=Icon.prop.d.ts.map
|