@papillonarts/components 0.10.0 → 0.12.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 +2 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +12 -0
- package/build/primer/Alert/Alert.d.ts +3 -0
- package/build/primer/Alert/Alert.d.ts.map +1 -0
- package/build/primer/Alert/Alert.js +122 -0
- package/build/primer/Alert/Alert.prop.d.ts +35 -0
- package/build/primer/Alert/Alert.prop.d.ts.map +1 -0
- package/build/primer/Alert/Alert.prop.js +19 -0
- package/build/primer/Alert/index.d.ts +3 -0
- package/build/primer/Alert/index.d.ts.map +1 -0
- package/build/primer/Alert/index.js +19 -0
- package/build/primer/Blankslate/Blankslate.d.ts +3 -0
- package/build/primer/Blankslate/Blankslate.d.ts.map +1 -0
- package/build/primer/Blankslate/Blankslate.js +30 -0
- package/build/primer/Blankslate/Blankslate.prop.d.ts +20 -0
- package/build/primer/Blankslate/Blankslate.prop.d.ts.map +1 -0
- package/build/primer/Blankslate/Blankslate.prop.js +18 -0
- package/build/primer/Blankslate/index.d.ts +3 -0
- package/build/primer/Blankslate/index.d.ts.map +1 -0
- package/build/primer/Blankslate/index.js +19 -0
- package/build/primer/Breadcrumb/Breadcrumb.d.ts +3 -0
- package/build/primer/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/build/primer/Breadcrumb/Breadcrumb.js +75 -0
- package/build/primer/Breadcrumb/Breadcrumb.prop.d.ts +25 -0
- package/build/primer/Breadcrumb/Breadcrumb.prop.d.ts.map +1 -0
- package/build/primer/Breadcrumb/Breadcrumb.prop.js +14 -0
- package/build/primer/Breadcrumb/index.d.ts +3 -0
- package/build/primer/Breadcrumb/index.d.ts.map +1 -0
- package/build/primer/Breadcrumb/index.js +19 -0
- package/build/primer/Button/Button.d.ts +3 -0
- package/build/primer/Button/Button.d.ts.map +1 -0
- package/build/primer/Button/Button.js +108 -0
- package/build/primer/Button/Button.prop.d.ts +63 -0
- package/build/primer/Button/Button.prop.d.ts.map +1 -0
- package/build/primer/Button/Button.prop.js +48 -0
- package/build/primer/Button/index.d.ts +3 -0
- package/build/primer/Button/index.d.ts.map +1 -0
- package/build/primer/Button/index.js +49 -0
- package/build/primer/Dropdown/Dropdown.d.ts +3 -0
- package/build/primer/Dropdown/Dropdown.d.ts.map +1 -0
- package/build/primer/Dropdown/Dropdown.js +102 -0
- package/build/primer/Dropdown/Dropdown.prop.d.ts +30 -0
- package/build/primer/Dropdown/Dropdown.prop.d.ts.map +1 -0
- package/build/primer/Dropdown/Dropdown.prop.js +18 -0
- package/build/primer/Dropdown/index.d.ts +3 -0
- package/build/primer/Dropdown/index.d.ts.map +1 -0
- package/build/primer/Dropdown/index.js +19 -0
- package/build/primer/ErrorBoundary/ErrorBoundary.d.ts +11 -0
- package/build/primer/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/build/primer/ErrorBoundary/ErrorBoundary.js +59 -0
- package/build/primer/ErrorBoundary/ErrorBoundary.prop.d.ts +5 -0
- package/build/primer/ErrorBoundary/ErrorBoundary.prop.d.ts.map +1 -0
- package/build/primer/ErrorBoundary/ErrorBoundary.prop.js +7 -0
- package/build/primer/ErrorBoundary/index.d.ts +2 -0
- package/build/primer/ErrorBoundary/index.d.ts.map +1 -0
- package/build/primer/ErrorBoundary/index.js +12 -0
- package/build/primer/Form/Checkbox/Checkbox.d.ts +3 -0
- package/build/primer/Form/Checkbox/Checkbox.d.ts.map +1 -0
- package/build/primer/Form/Checkbox/Checkbox.js +48 -0
- package/build/primer/Form/Checkbox/Checkbox.prop.d.ts +31 -0
- package/build/primer/Form/Checkbox/Checkbox.prop.d.ts.map +1 -0
- package/build/primer/Form/Checkbox/Checkbox.prop.js +22 -0
- package/build/primer/Form/Checkbox/index.d.ts +3 -0
- package/build/primer/Form/Checkbox/index.d.ts.map +1 -0
- package/build/primer/Form/Checkbox/index.js +19 -0
- package/build/primer/Form/Input/Input.d.ts +3 -0
- package/build/primer/Form/Input/Input.d.ts.map +1 -0
- package/build/primer/Form/Input/Input.js +55 -0
- package/build/primer/Form/Input/Input.prop.d.ts +40 -0
- package/build/primer/Form/Input/Input.prop.d.ts.map +1 -0
- package/build/primer/Form/Input/Input.prop.js +27 -0
- package/build/primer/Form/Input/index.d.ts +3 -0
- package/build/primer/Form/Input/index.d.ts.map +1 -0
- package/build/primer/Form/Input/index.js +25 -0
- package/build/primer/Form/Radio/Radio.d.ts +3 -0
- package/build/primer/Form/Radio/Radio.d.ts.map +1 -0
- package/build/primer/Form/Radio/Radio.js +47 -0
- package/build/primer/Form/Radio/Radio.prop.d.ts +28 -0
- package/build/primer/Form/Radio/Radio.prop.d.ts.map +1 -0
- package/build/primer/Form/Radio/Radio.prop.js +22 -0
- package/build/primer/Form/Radio/index.d.ts +3 -0
- package/build/primer/Form/Radio/index.d.ts.map +1 -0
- package/build/primer/Form/Radio/index.js +19 -0
- package/build/primer/Form/index.d.ts +31 -0
- package/build/primer/Form/index.d.ts.map +1 -0
- package/build/primer/Form/index.js +24 -0
- package/build/primer/Grid/DisplayTable/DisplayTable.d.ts +3 -0
- package/build/primer/Grid/DisplayTable/DisplayTable.d.ts.map +1 -0
- package/build/primer/Grid/DisplayTable/DisplayTable.js +57 -0
- package/build/primer/Grid/DisplayTable/DisplayTable.prop.d.ts +19 -0
- package/build/primer/Grid/DisplayTable/DisplayTable.prop.d.ts.map +1 -0
- package/build/primer/Grid/DisplayTable/DisplayTable.prop.js +11 -0
- package/build/primer/Grid/DisplayTable/index.d.ts +2 -0
- package/build/primer/Grid/DisplayTable/index.d.ts.map +1 -0
- package/build/primer/Grid/DisplayTable/index.js +12 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.d.ts +3 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.d.ts.map +1 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.js +249 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.prop.d.ts +53 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.prop.d.ts.map +1 -0
- package/build/primer/Grid/FlexGrid/FlexGrid.prop.js +28 -0
- package/build/primer/Grid/FlexGrid/index.d.ts +3 -0
- package/build/primer/Grid/FlexGrid/index.d.ts.map +1 -0
- package/build/primer/Grid/FlexGrid/index.js +25 -0
- package/build/primer/Grid/index.d.ts +15 -0
- package/build/primer/Grid/index.d.ts.map +1 -0
- package/build/primer/Grid/index.js +14 -0
- package/build/primer/Icon/Icon.d.ts +3 -0
- package/build/primer/Icon/Icon.d.ts.map +1 -0
- package/build/primer/Icon/Icon.js +70 -0
- package/build/primer/Icon/Icon.part.d.ts +646 -0
- package/build/primer/Icon/Icon.part.d.ts.map +1 -0
- package/build/primer/Icon/Icon.part.js +1295 -0
- package/build/primer/Icon/Icon.prop.d.ts +684 -0
- package/build/primer/Icon/Icon.prop.d.ts.map +1 -0
- package/build/primer/Icon/Icon.prop.js +678 -0
- package/build/primer/Icon/index.d.ts +3 -0
- package/build/primer/Icon/index.d.ts.map +1 -0
- package/build/primer/Icon/index.js +25 -0
- package/build/primer/Label/Label.d.ts +3 -0
- package/build/primer/Label/Label.d.ts.map +1 -0
- package/build/primer/Label/Label.js +30 -0
- package/build/primer/Label/Label.prop.d.ts +28 -0
- package/build/primer/Label/Label.prop.d.ts.map +1 -0
- package/build/primer/Label/Label.prop.js +26 -0
- package/build/primer/Label/index.d.ts +2 -0
- package/build/primer/Label/index.d.ts.map +1 -0
- package/build/primer/Label/index.js +12 -0
- package/build/primer/Loader/Loader.d.ts +3 -0
- package/build/primer/Loader/Loader.d.ts.map +1 -0
- package/build/primer/Loader/Loader.js +64 -0
- package/build/primer/Loader/Loader.prop.d.ts +15 -0
- package/build/primer/Loader/Loader.prop.d.ts.map +1 -0
- package/build/primer/Loader/Loader.prop.js +15 -0
- package/build/primer/Loader/index.d.ts +3 -0
- package/build/primer/Loader/index.d.ts.map +1 -0
- package/build/primer/Loader/index.js +19 -0
- package/build/primer/Navigation/Menu/Menu.d.ts +3 -0
- package/build/primer/Navigation/Menu/Menu.d.ts.map +1 -0
- package/build/primer/Navigation/Menu/Menu.js +69 -0
- package/build/primer/Navigation/Menu/Menu.prop.d.ts +24 -0
- package/build/primer/Navigation/Menu/Menu.prop.d.ts.map +1 -0
- package/build/primer/Navigation/Menu/Menu.prop.js +10 -0
- package/build/primer/Navigation/Menu/index.d.ts +2 -0
- package/build/primer/Navigation/Menu/index.d.ts.map +1 -0
- package/build/primer/Navigation/Menu/index.js +12 -0
- package/build/primer/Navigation/TabNav/TabNav.d.ts +3 -0
- package/build/primer/Navigation/TabNav/TabNav.d.ts.map +1 -0
- package/build/primer/Navigation/TabNav/TabNav.js +124 -0
- package/build/primer/Navigation/TabNav/TabNav.prop.d.ts +35 -0
- package/build/primer/Navigation/TabNav/TabNav.prop.d.ts.map +1 -0
- package/build/primer/Navigation/TabNav/TabNav.prop.js +16 -0
- package/build/primer/Navigation/TabNav/index.d.ts +3 -0
- package/build/primer/Navigation/TabNav/index.d.ts.map +1 -0
- package/build/primer/Navigation/TabNav/index.js +19 -0
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.d.ts +3 -0
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.d.ts.map +1 -0
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.js +122 -0
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.d.ts +37 -0
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.d.ts.map +1 -0
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.js +20 -0
- package/build/primer/Navigation/UnderlineNav/index.d.ts +3 -0
- package/build/primer/Navigation/UnderlineNav/index.d.ts.map +1 -0
- package/build/primer/Navigation/UnderlineNav/index.js +25 -0
- package/build/primer/Navigation/index.d.ts +21 -0
- package/build/primer/Navigation/index.d.ts.map +1 -0
- package/build/primer/Navigation/index.js +17 -0
- package/build/primer/Pagination/PreviousNext/PreviousNext.d.ts +3 -0
- package/build/primer/Pagination/PreviousNext/PreviousNext.d.ts.map +1 -0
- package/build/primer/Pagination/PreviousNext/PreviousNext.js +84 -0
- package/build/primer/Pagination/PreviousNext/PreviousNext.prop.d.ts +49 -0
- package/build/primer/Pagination/PreviousNext/PreviousNext.prop.d.ts.map +1 -0
- package/build/primer/Pagination/PreviousNext/PreviousNext.prop.js +30 -0
- package/build/primer/Pagination/PreviousNext/index.d.ts +3 -0
- package/build/primer/Pagination/PreviousNext/index.d.ts.map +1 -0
- package/build/primer/Pagination/PreviousNext/index.js +19 -0
- package/build/primer/Pagination/index.d.ts +9 -0
- package/build/primer/Pagination/index.d.ts.map +1 -0
- package/build/primer/Pagination/index.js +11 -0
- package/build/primer/Popover/Popover.d.ts +3 -0
- package/build/primer/Popover/Popover.d.ts.map +1 -0
- package/build/primer/Popover/Popover.js +63 -0
- package/build/primer/Popover/Popover.prop.d.ts +35 -0
- package/build/primer/Popover/Popover.prop.d.ts.map +1 -0
- package/build/primer/Popover/Popover.prop.js +29 -0
- package/build/primer/Popover/index.d.ts +3 -0
- package/build/primer/Popover/index.d.ts.map +1 -0
- package/build/primer/Popover/index.js +25 -0
- package/build/primer/Progress/Progress.d.ts +3 -0
- package/build/primer/Progress/Progress.d.ts.map +1 -0
- package/build/primer/Progress/Progress.js +30 -0
- package/build/primer/Progress/Progress.prop.d.ts +15 -0
- package/build/primer/Progress/Progress.prop.d.ts.map +1 -0
- package/build/primer/Progress/Progress.prop.js +15 -0
- package/build/primer/Progress/index.d.ts +3 -0
- package/build/primer/Progress/index.d.ts.map +1 -0
- package/build/primer/Progress/index.js +19 -0
- package/build/primer/Select/Select.d.ts +3 -0
- package/build/primer/Select/Select.d.ts.map +1 -0
- package/build/primer/Select/Select.js +67 -0
- package/build/primer/Select/Select.prop.d.ts +22 -0
- package/build/primer/Select/Select.prop.d.ts.map +1 -0
- package/build/primer/Select/Select.prop.js +15 -0
- package/build/primer/Select/index.d.ts +3 -0
- package/build/primer/Select/index.d.ts.map +1 -0
- package/build/primer/Select/index.js +19 -0
- package/build/primer/SelectMenu/SelectMenu.d.ts +3 -0
- package/build/primer/SelectMenu/SelectMenu.d.ts.map +1 -0
- package/build/primer/SelectMenu/SelectMenu.js +94 -0
- package/build/primer/SelectMenu/SelectMenu.prop.d.ts +22 -0
- package/build/primer/SelectMenu/SelectMenu.prop.d.ts.map +1 -0
- package/build/primer/SelectMenu/SelectMenu.prop.js +10 -0
- package/build/primer/SelectMenu/index.d.ts +2 -0
- package/build/primer/SelectMenu/index.d.ts.map +1 -0
- package/build/primer/SelectMenu/index.js +12 -0
- package/build/primer/Subhead/Subhead.d.ts +3 -0
- package/build/primer/Subhead/Subhead.d.ts.map +1 -0
- package/build/primer/Subhead/Subhead.js +26 -0
- package/build/primer/Subhead/Subhead.prop.d.ts +10 -0
- package/build/primer/Subhead/Subhead.prop.d.ts.map +1 -0
- package/build/primer/Subhead/Subhead.prop.js +10 -0
- package/build/primer/Subhead/index.d.ts +2 -0
- package/build/primer/Subhead/index.d.ts.map +1 -0
- package/build/primer/Subhead/index.js +12 -0
- package/build/primer/Toast/Toast.d.ts +3 -0
- package/build/primer/Toast/Toast.d.ts.map +1 -0
- package/build/primer/Toast/Toast.js +54 -0
- package/build/primer/Toast/Toast.prop.d.ts +20 -0
- package/build/primer/Toast/Toast.prop.d.ts.map +1 -0
- package/build/primer/Toast/Toast.prop.js +18 -0
- package/build/primer/Toast/index.d.ts +3 -0
- package/build/primer/Toast/index.d.ts.map +1 -0
- package/build/primer/Toast/index.js +19 -0
- package/build/primer/Typing/index.d.js +1 -0
- package/build/primer/index.d.ts +860 -0
- package/build/primer/index.d.ts.map +1 -0
- package/build/primer/index.js +87 -0
- package/package.json +8 -6
- package/build/index.ts +0 -1
- package/build/primer/Alert/Alert.prop.ts +0 -45
- package/build/primer/Alert/Alert.tsx +0 -101
- package/build/primer/Alert/__tests__/Alert.int.story.tsx +0 -86
- package/build/primer/Alert/__tests__/Alert.int.test.ts +0 -37
- package/build/primer/Alert/index.ts +0 -2
- package/build/primer/Blankslate/Blankslate.prop.ts +0 -26
- package/build/primer/Blankslate/Blankslate.tsx +0 -26
- package/build/primer/Blankslate/__tests__/Blankslate.int.story.tsx +0 -43
- package/build/primer/Blankslate/__tests__/Blankslate.int.test.ts +0 -29
- package/build/primer/Blankslate/index.ts +0 -2
- package/build/primer/Breadcrumb/Breadcrumb.prop.ts +0 -28
- package/build/primer/Breadcrumb/Breadcrumb.tsx +0 -57
- package/build/primer/Breadcrumb/__tests__/Breadcrumb.int.story.tsx +0 -40
- package/build/primer/Breadcrumb/__tests__/Breadcrumb.int.test.ts +0 -40
- package/build/primer/Breadcrumb/index.ts +0 -2
- package/build/primer/Button/Button.prop.ts +0 -77
- package/build/primer/Button/Button.tsx +0 -91
- package/build/primer/Button/__tests__/Button.int.story.tsx +0 -173
- package/build/primer/Button/__tests__/Button.int.test.ts +0 -191
- package/build/primer/Button/index.ts +0 -2
- package/build/primer/Dropdown/Dropdown.prop.ts +0 -33
- package/build/primer/Dropdown/Dropdown.tsx +0 -102
- package/build/primer/Dropdown/__tests__/Dropdown.int.story.tsx +0 -43
- package/build/primer/Dropdown/__tests__/Dropdown.int.test.ts +0 -53
- package/build/primer/Dropdown/index.ts +0 -2
- package/build/primer/ErrorBoundary/ErrorBoundary.prop.ts +0 -5
- package/build/primer/ErrorBoundary/ErrorBoundary.tsx +0 -35
- package/build/primer/ErrorBoundary/__tests__/ErrorBoundary.int.story.tsx +0 -23
- package/build/primer/ErrorBoundary/__tests__/ErrorBoundary.int.test.ts +0 -9
- package/build/primer/ErrorBoundary/index.ts +0 -1
- package/build/primer/Form/Checkbox/Checkbox.prop.ts +0 -34
- package/build/primer/Form/Checkbox/Checkbox.tsx +0 -40
- package/build/primer/Form/Checkbox/__tests__/Checkbox.int.story.tsx +0 -50
- package/build/primer/Form/Checkbox/__tests__/Checkbox.int.test.ts +0 -23
- package/build/primer/Form/Checkbox/index.ts +0 -2
- package/build/primer/Form/Input/Input.prop.ts +0 -43
- package/build/primer/Form/Input/Input.tsx +0 -43
- package/build/primer/Form/Input/__tests__/Input.int.story.tsx +0 -54
- package/build/primer/Form/Input/__tests__/Input.int.test.ts +0 -15
- package/build/primer/Form/Input/index.ts +0 -2
- package/build/primer/Form/Radio/Radio.prop.ts +0 -30
- package/build/primer/Form/Radio/Radio.tsx +0 -38
- package/build/primer/Form/Radio/__tests__/Radio.int.story.tsx +0 -42
- package/build/primer/Form/Radio/__tests__/Radio.int.test.ts +0 -13
- package/build/primer/Form/Radio/index.ts +0 -2
- package/build/primer/Form/index.ts +0 -19
- package/build/primer/Grid/DisplayTable/DisplayTable.prop.ts +0 -21
- package/build/primer/Grid/DisplayTable/DisplayTable.tsx +0 -68
- package/build/primer/Grid/DisplayTable/__tests__/DisplayTable.int.data.ts +0 -289
- package/build/primer/Grid/DisplayTable/__tests__/DisplayTable.int.story.tsx +0 -27
- package/build/primer/Grid/DisplayTable/__tests__/DisplayTable.int.test.ts +0 -9
- package/build/primer/Grid/DisplayTable/index.ts +0 -1
- package/build/primer/Grid/FlexGrid/FlexGrid.prop.ts +0 -59
- package/build/primer/Grid/FlexGrid/FlexGrid.tsx +0 -274
- package/build/primer/Grid/FlexGrid/__tests__/FlexGrid.int.data.ts +0 -289
- package/build/primer/Grid/FlexGrid/__tests__/FlexGrid.int.story.tsx +0 -146
- package/build/primer/Grid/FlexGrid/__tests__/FlexGrid.int.test.ts +0 -46
- package/build/primer/Grid/FlexGrid/index.ts +0 -2
- package/build/primer/Grid/index.ts +0 -9
- package/build/primer/Icon/Icon.part.ts +0 -1289
- package/build/primer/Icon/Icon.prop.ts +0 -1337
- package/build/primer/Icon/Icon.tsx +0 -49
- package/build/primer/Icon/__tests__/Icon.int.story.tsx +0 -58
- package/build/primer/Icon/__tests__/Icon.int.test.ts +0 -13
- package/build/primer/Icon/index.ts +0 -2
- package/build/primer/Label/Label.prop.ts +0 -31
- package/build/primer/Label/Label.tsx +0 -27
- package/build/primer/Label/__tests__/Label.int.story.tsx +0 -19
- package/build/primer/Label/__tests__/Label.int.test.ts +0 -9
- package/build/primer/Label/index.ts +0 -1
- package/build/primer/Loader/Loader.prop.ts +0 -16
- package/build/primer/Loader/Loader.tsx +0 -43
- package/build/primer/Loader/__tests__/Loader.int.story.tsx +0 -34
- package/build/primer/Loader/__tests__/Loader.int.test.ts +0 -21
- package/build/primer/Loader/index.ts +0 -2
- package/build/primer/Navigation/Menu/Menu.prop.ts +0 -26
- package/build/primer/Navigation/Menu/Menu.tsx +0 -42
- package/build/primer/Navigation/Menu/__tests__/Menu.int.story.tsx +0 -55
- package/build/primer/Navigation/Menu/__tests__/Menu.int.test.ts +0 -57
- package/build/primer/Navigation/Menu/index.ts +0 -1
- package/build/primer/Navigation/TabNav/TabNav.prop.ts +0 -39
- package/build/primer/Navigation/TabNav/TabNav.tsx +0 -105
- package/build/primer/Navigation/TabNav/__tests__/TabNav.int.story.tsx +0 -168
- package/build/primer/Navigation/TabNav/__tests__/TabNav.int.test.ts +0 -55
- package/build/primer/Navigation/TabNav/index.ts +0 -2
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.prop.ts +0 -41
- package/build/primer/Navigation/UnderlineNav/UnderlineNav.tsx +0 -106
- package/build/primer/Navigation/UnderlineNav/__tests__/UnderlineNav.int.story.tsx +0 -140
- package/build/primer/Navigation/UnderlineNav/__tests__/UnderlineNav.int.test.ts +0 -81
- package/build/primer/Navigation/UnderlineNav/index.ts +0 -2
- package/build/primer/Navigation/index.ts +0 -12
- package/build/primer/Pagination/PreviousNext/PreviousNext.prop.ts +0 -53
- package/build/primer/Pagination/PreviousNext/PreviousNext.tsx +0 -71
- package/build/primer/Pagination/PreviousNext/__tests__/PreviousNext.int.story.tsx +0 -48
- package/build/primer/Pagination/PreviousNext/__tests__/PreviousNext.int.test.ts +0 -15
- package/build/primer/Pagination/PreviousNext/index.ts +0 -2
- package/build/primer/Pagination/index.ts +0 -6
- package/build/primer/Popover/Popover.prop.ts +0 -49
- package/build/primer/Popover/Popover.tsx +0 -80
- package/build/primer/Popover/__tests__/Popover.int.story.tsx +0 -216
- package/build/primer/Popover/__tests__/Popover.int.test.ts +0 -71
- package/build/primer/Popover/index.ts +0 -2
- package/build/primer/Progress/Progress.prop.ts +0 -16
- package/build/primer/Progress/Progress.tsx +0 -19
- package/build/primer/Progress/__tests__/Progress.int.story.tsx +0 -28
- package/build/primer/Progress/__tests__/Progress.int.test.ts +0 -17
- package/build/primer/Progress/index.ts +0 -2
- package/build/primer/Select/Select.prop.ts +0 -24
- package/build/primer/Select/Select.tsx +0 -58
- package/build/primer/Select/__tests__/Select.int.story.tsx +0 -38
- package/build/primer/Select/__tests__/Select.int.test.ts +0 -42
- package/build/primer/Select/index.ts +0 -2
- package/build/primer/SelectMenu/SelectMenu.prop.ts +0 -25
- package/build/primer/SelectMenu/SelectMenu.tsx +0 -68
- package/build/primer/SelectMenu/__tests__/SelectMenu.int.story.tsx +0 -50
- package/build/primer/SelectMenu/__tests__/SelectMenu.int.test.ts +0 -56
- package/build/primer/SelectMenu/index.ts +0 -1
- package/build/primer/Subhead/Subhead.prop.ts +0 -10
- package/build/primer/Subhead/Subhead.tsx +0 -15
- package/build/primer/Subhead/__tests__/Subhead.int.story.tsx +0 -23
- package/build/primer/Subhead/__tests__/Subhead.int.test.ts +0 -13
- package/build/primer/Subhead/index.ts +0 -1
- package/build/primer/Toast/Toast.prop.ts +0 -21
- package/build/primer/Toast/Toast.tsx +0 -38
- package/build/primer/Toast/__tests__/Toast.int.story.tsx +0 -50
- package/build/primer/Toast/__tests__/Toast.int.test.ts +0 -25
- package/build/primer/Toast/index.ts +0 -2
- package/build/primer/index.ts +0 -83
|
@@ -1,1289 +0,0 @@
|
|
|
1
|
-
import Accessibility16 from '../SVG/icon/accessibility-16.svg'
|
|
2
|
-
import Accessibility24 from '../SVG/icon/accessibility-24.svg'
|
|
3
|
-
import AccessibilityInset16 from '../SVG/icon/accessibility-inset-16.svg'
|
|
4
|
-
import AccessibilityInset24 from '../SVG/icon/accessibility-inset-24.svg'
|
|
5
|
-
import AIModel16 from '../SVG/icon/ai-model-16.svg'
|
|
6
|
-
import AIModel24 from '../SVG/icon/ai-model-24.svg'
|
|
7
|
-
import Alert16 from '../SVG/icon/alert-16.svg'
|
|
8
|
-
import Alert24 from '../SVG/icon/alert-24.svg'
|
|
9
|
-
import AlertFill12 from '../SVG/icon/alert-fill-12.svg'
|
|
10
|
-
import AlertFill16 from '../SVG/icon/alert-fill-16.svg'
|
|
11
|
-
import AlertFill24 from '../SVG/icon/alert-fill-24.svg'
|
|
12
|
-
import Apps16 from '../SVG/icon/apps-16.svg'
|
|
13
|
-
import Apps24 from '../SVG/icon/apps-24.svg'
|
|
14
|
-
import Archive16 from '../SVG/icon/archive-16.svg'
|
|
15
|
-
import Archive24 from '../SVG/icon/archive-24.svg'
|
|
16
|
-
import ArrowBoth16 from '../SVG/icon/arrow-both-16.svg'
|
|
17
|
-
import ArrowBoth24 from '../SVG/icon/arrow-both-24.svg'
|
|
18
|
-
import ArrowDown16 from '../SVG/icon/arrow-down-16.svg'
|
|
19
|
-
import ArrowDown24 from '../SVG/icon/arrow-down-24.svg'
|
|
20
|
-
import ArrowDownLeft16 from '../SVG/icon/arrow-down-left-16.svg'
|
|
21
|
-
import ArrowDownLeft24 from '../SVG/icon/arrow-down-left-24.svg'
|
|
22
|
-
import ArrowDownRight16 from '../SVG/icon/arrow-down-right-16.svg'
|
|
23
|
-
import ArrowDownRight24 from '../SVG/icon/arrow-down-right-24.svg'
|
|
24
|
-
import ArrowLeft16 from '../SVG/icon/arrow-left-16.svg'
|
|
25
|
-
import ArrowLeft24 from '../SVG/icon/arrow-left-24.svg'
|
|
26
|
-
import ArrowRight16 from '../SVG/icon/arrow-right-16.svg'
|
|
27
|
-
import ArrowRight24 from '../SVG/icon/arrow-right-24.svg'
|
|
28
|
-
import ArrowSwitch16 from '../SVG/icon/arrow-switch-16.svg'
|
|
29
|
-
import ArrowSwitch24 from '../SVG/icon/arrow-switch-24.svg'
|
|
30
|
-
import ArrowUp16 from '../SVG/icon/arrow-up-16.svg'
|
|
31
|
-
import ArrowUp24 from '../SVG/icon/arrow-up-24.svg'
|
|
32
|
-
import ArrowUpLeft16 from '../SVG/icon/arrow-up-left-16.svg'
|
|
33
|
-
import ArrowUpLeft24 from '../SVG/icon/arrow-up-left-24.svg'
|
|
34
|
-
import ArrowUpRight16 from '../SVG/icon/arrow-up-right-16.svg'
|
|
35
|
-
import ArrowUpRight24 from '../SVG/icon/arrow-up-right-24.svg'
|
|
36
|
-
import Beaker16 from '../SVG/icon/beaker-16.svg'
|
|
37
|
-
import Beaker24 from '../SVG/icon/beaker-24.svg'
|
|
38
|
-
import Bell16 from '../SVG/icon/bell-16.svg'
|
|
39
|
-
import Bell24 from '../SVG/icon/bell-24.svg'
|
|
40
|
-
import BellFill16 from '../SVG/icon/bell-fill-16.svg'
|
|
41
|
-
import BellFill24 from '../SVG/icon/bell-fill-24.svg'
|
|
42
|
-
import BellSlash16 from '../SVG/icon/bell-slash-16.svg'
|
|
43
|
-
import BellSlash24 from '../SVG/icon/bell-slash-24.svg'
|
|
44
|
-
import Blocked16 from '../SVG/icon/blocked-16.svg'
|
|
45
|
-
import Blocked24 from '../SVG/icon/blocked-24.svg'
|
|
46
|
-
import Bold16 from '../SVG/icon/bold-16.svg'
|
|
47
|
-
import Bold24 from '../SVG/icon/bold-24.svg'
|
|
48
|
-
import Book16 from '../SVG/icon/book-16.svg'
|
|
49
|
-
import Book24 from '../SVG/icon/book-24.svg'
|
|
50
|
-
import Bookmark16 from '../SVG/icon/bookmark-16.svg'
|
|
51
|
-
import Bookmark24 from '../SVG/icon/bookmark-24.svg'
|
|
52
|
-
import BookmarkFill24 from '../SVG/icon/bookmark-fill-24.svg'
|
|
53
|
-
import BookmarkFilled16 from '../SVG/icon/bookmark-filled-16.svg'
|
|
54
|
-
import BookmarkSlash16 from '../SVG/icon/bookmark-slash-16.svg'
|
|
55
|
-
import BookmarkSlash24 from '../SVG/icon/bookmark-slash-24.svg'
|
|
56
|
-
import BookmarkSlashFill16 from '../SVG/icon/bookmark-slash-fill-16.svg'
|
|
57
|
-
import BookmarkSlashFill24 from '../SVG/icon/bookmark-slash-fill-24.svg'
|
|
58
|
-
import Briefcase16 from '../SVG/icon/briefcase-16.svg'
|
|
59
|
-
import Briefcase24 from '../SVG/icon/briefcase-24.svg'
|
|
60
|
-
import Broadcast16 from '../SVG/icon/broadcast-16.svg'
|
|
61
|
-
import Broadcast24 from '../SVG/icon/broadcast-24.svg'
|
|
62
|
-
import Browser16 from '../SVG/icon/browser-16.svg'
|
|
63
|
-
import Browser24 from '../SVG/icon/browser-24.svg'
|
|
64
|
-
import Bug16 from '../SVG/icon/bug-16.svg'
|
|
65
|
-
import Bug24 from '../SVG/icon/bug-24.svg'
|
|
66
|
-
import Cache16 from '../SVG/icon/cache-16.svg'
|
|
67
|
-
import Cache24 from '../SVG/icon/cache-24.svg'
|
|
68
|
-
import Calendar16 from '../SVG/icon/calendar-16.svg'
|
|
69
|
-
import Calendar24 from '../SVG/icon/calendar-24.svg'
|
|
70
|
-
import Check16 from '../SVG/icon/check-16.svg'
|
|
71
|
-
import Check24 from '../SVG/icon/check-24.svg'
|
|
72
|
-
import CheckCircle16 from '../SVG/icon/check-circle-16.svg'
|
|
73
|
-
import CheckCircle24 from '../SVG/icon/check-circle-24.svg'
|
|
74
|
-
import CheckCircleFill12 from '../SVG/icon/check-circle-fill-12.svg'
|
|
75
|
-
import CheckCircleFill16 from '../SVG/icon/check-circle-fill-16.svg'
|
|
76
|
-
import CheckCircleFill24 from '../SVG/icon/check-circle-fill-24.svg'
|
|
77
|
-
import Checkbox16 from '../SVG/icon/checkbox-16.svg'
|
|
78
|
-
import Checkbox24 from '../SVG/icon/checkbox-24.svg'
|
|
79
|
-
import Checklist16 from '../SVG/icon/checklist-16.svg'
|
|
80
|
-
import Checklist24 from '../SVG/icon/checklist-24.svg'
|
|
81
|
-
import ChevronDown12 from '../SVG/icon/chevron-down-12.svg'
|
|
82
|
-
import ChevronDown16 from '../SVG/icon/chevron-down-16.svg'
|
|
83
|
-
import ChevronDown24 from '../SVG/icon/chevron-down-24.svg'
|
|
84
|
-
import ChevronLeft12 from '../SVG/icon/chevron-left-12.svg'
|
|
85
|
-
import ChevronLeft16 from '../SVG/icon/chevron-left-16.svg'
|
|
86
|
-
import ChevronLeft24 from '../SVG/icon/chevron-left-24.svg'
|
|
87
|
-
import ChevronRight12 from '../SVG/icon/chevron-right-12.svg'
|
|
88
|
-
import ChevronRight16 from '../SVG/icon/chevron-right-16.svg'
|
|
89
|
-
import ChevronRight24 from '../SVG/icon/chevron-right-24.svg'
|
|
90
|
-
import ChevronUp12 from '../SVG/icon/chevron-up-12.svg'
|
|
91
|
-
import ChevronUp16 from '../SVG/icon/chevron-up-16.svg'
|
|
92
|
-
import ChevronUp24 from '../SVG/icon/chevron-up-24.svg'
|
|
93
|
-
import Circle16 from '../SVG/icon/circle-16.svg'
|
|
94
|
-
import Circle24 from '../SVG/icon/circle-24.svg'
|
|
95
|
-
import CircleSlash16 from '../SVG/icon/circle-slash-16.svg'
|
|
96
|
-
import CircleSlash24 from '../SVG/icon/circle-slash-24.svg'
|
|
97
|
-
import Clock16 from '../SVG/icon/clock-16.svg'
|
|
98
|
-
import Clock24 from '../SVG/icon/clock-24.svg'
|
|
99
|
-
import ClockFill16 from '../SVG/icon/clock-fill-16.svg'
|
|
100
|
-
import ClockFill24 from '../SVG/icon/clock-fill-24.svg'
|
|
101
|
-
import Cloud16 from '../SVG/icon/cloud-16.svg'
|
|
102
|
-
import Cloud24 from '../SVG/icon/cloud-24.svg'
|
|
103
|
-
import CloudOffline16 from '../SVG/icon/cloud-offline-16.svg'
|
|
104
|
-
import CloudOffline24 from '../SVG/icon/cloud-offline-24.svg'
|
|
105
|
-
import Code16 from '../SVG/icon/code-16.svg'
|
|
106
|
-
import Code24 from '../SVG/icon/code-24.svg'
|
|
107
|
-
import CodeOfConduct16 from '../SVG/icon/code-of-conduct-16.svg'
|
|
108
|
-
import CodeOfConduct24 from '../SVG/icon/code-of-conduct-24.svg'
|
|
109
|
-
import CodeReview16 from '../SVG/icon/code-review-16.svg'
|
|
110
|
-
import CodeReview24 from '../SVG/icon/code-review-24.svg'
|
|
111
|
-
import CodeSquare16 from '../SVG/icon/code-square-16.svg'
|
|
112
|
-
import CodeSquare24 from '../SVG/icon/code-square-24.svg'
|
|
113
|
-
import Codescan16 from '../SVG/icon/codescan-16.svg'
|
|
114
|
-
import Codescan24 from '../SVG/icon/codescan-24.svg'
|
|
115
|
-
import CodescanCheckmark16 from '../SVG/icon/codescan-checkmark-16.svg'
|
|
116
|
-
import CodescanCheckmark24 from '../SVG/icon/codescan-checkmark-24.svg'
|
|
117
|
-
import Codespaces16 from '../SVG/icon/codespaces-16.svg'
|
|
118
|
-
import Codespaces24 from '../SVG/icon/codespaces-24.svg'
|
|
119
|
-
import Columns16 from '../SVG/icon/columns-16.svg'
|
|
120
|
-
import Columns24 from '../SVG/icon/columns-24.svg'
|
|
121
|
-
import CommandPalette16 from '../SVG/icon/command-palette-16.svg'
|
|
122
|
-
import CommandPalette24 from '../SVG/icon/command-palette-24.svg'
|
|
123
|
-
import Comment16 from '../SVG/icon/comment-16.svg'
|
|
124
|
-
import Comment24 from '../SVG/icon/comment-24.svg'
|
|
125
|
-
import CommentDiscussion16 from '../SVG/icon/comment-discussion-16.svg'
|
|
126
|
-
import CommentDiscussion24 from '../SVG/icon/comment-discussion-24.svg'
|
|
127
|
-
import Container16 from '../SVG/icon/container-16.svg'
|
|
128
|
-
import Container24 from '../SVG/icon/container-24.svg'
|
|
129
|
-
import Copilot16 from '../SVG/icon/copilot-16.svg'
|
|
130
|
-
import Copilot24 from '../SVG/icon/copilot-24.svg'
|
|
131
|
-
import Copilot48 from '../SVG/icon/copilot-48.svg'
|
|
132
|
-
import Copilot96 from '../SVG/icon/copilot-96.svg'
|
|
133
|
-
import CopilotError16 from '../SVG/icon/copilot-error-16.svg'
|
|
134
|
-
import CopilotWarning16 from '../SVG/icon/copilot-warning-16.svg'
|
|
135
|
-
import Copy16 from '../SVG/icon/copy-16.svg'
|
|
136
|
-
import Copy24 from '../SVG/icon/copy-24.svg'
|
|
137
|
-
import Cpu16 from '../SVG/icon/cpu-16.svg'
|
|
138
|
-
import Cpu24 from '../SVG/icon/cpu-24.svg'
|
|
139
|
-
import CreditCard16 from '../SVG/icon/credit-card-16.svg'
|
|
140
|
-
import CreditCard24 from '../SVG/icon/credit-card-24.svg'
|
|
141
|
-
import CrossReference16 from '../SVG/icon/cross-reference-16.svg'
|
|
142
|
-
import CrossReference24 from '../SVG/icon/cross-reference-24.svg'
|
|
143
|
-
import Dash16 from '../SVG/icon/dash-16.svg'
|
|
144
|
-
import Dash24 from '../SVG/icon/dash-24.svg'
|
|
145
|
-
import Database16 from '../SVG/icon/database-16.svg'
|
|
146
|
-
import Database24 from '../SVG/icon/database-24.svg'
|
|
147
|
-
import Dependabot16 from '../SVG/icon/dependabot-16.svg'
|
|
148
|
-
import Dependabot24 from '../SVG/icon/dependabot-24.svg'
|
|
149
|
-
import DesktopDownload16 from '../SVG/icon/desktop-download-16.svg'
|
|
150
|
-
import DesktopDownload24 from '../SVG/icon/desktop-download-24.svg'
|
|
151
|
-
import DeviceCamera16 from '../SVG/icon/device-camera-16.svg'
|
|
152
|
-
import DeviceCamera24 from '../SVG/icon/device-camera-24.svg'
|
|
153
|
-
import DeviceCameraVideo16 from '../SVG/icon/device-camera-video-16.svg'
|
|
154
|
-
import DeviceCameraVideo24 from '../SVG/icon/device-camera-video-24.svg'
|
|
155
|
-
import DeviceDesktop16 from '../SVG/icon/device-desktop-16.svg'
|
|
156
|
-
import DeviceDesktop24 from '../SVG/icon/device-desktop-24.svg'
|
|
157
|
-
import DeviceMobile16 from '../SVG/icon/device-mobile-16.svg'
|
|
158
|
-
import DeviceMobile24 from '../SVG/icon/device-mobile-24.svg'
|
|
159
|
-
import Devices16 from '../SVG/icon/devices-16.svg'
|
|
160
|
-
import Devices24 from '../SVG/icon/devices-24.svg'
|
|
161
|
-
import Diamond16 from '../SVG/icon/diamond-16.svg'
|
|
162
|
-
import Diamond24 from '../SVG/icon/diamond-24.svg'
|
|
163
|
-
import Diff16 from '../SVG/icon/diff-16.svg'
|
|
164
|
-
import Diff24 from '../SVG/icon/diff-24.svg'
|
|
165
|
-
import DiffAdded16 from '../SVG/icon/diff-added-16.svg'
|
|
166
|
-
import DiffAdded24 from '../SVG/icon/diff-added-24.svg'
|
|
167
|
-
import DiffIgnored16 from '../SVG/icon/diff-ignored-16.svg'
|
|
168
|
-
import DiffIgnored24 from '../SVG/icon/diff-ignored-24.svg'
|
|
169
|
-
import DiffModified16 from '../SVG/icon/diff-modified-16.svg'
|
|
170
|
-
import DiffModified24 from '../SVG/icon/diff-modified-24.svg'
|
|
171
|
-
import DiffRemoved16 from '../SVG/icon/diff-removed-16.svg'
|
|
172
|
-
import DiffRemoved24 from '../SVG/icon/diff-removed-24.svg'
|
|
173
|
-
import DiffRenamed16 from '../SVG/icon/diff-renamed-16.svg'
|
|
174
|
-
import DiffRenamed24 from '../SVG/icon/diff-renamed-24.svg'
|
|
175
|
-
import DiscussionClosed16 from '../SVG/icon/discussion-closed-16.svg'
|
|
176
|
-
import DiscussionClosed24 from '../SVG/icon/discussion-closed-24.svg'
|
|
177
|
-
import DiscussionDuplicate16 from '../SVG/icon/discussion-duplicate-16.svg'
|
|
178
|
-
import DiscussionDuplicate24 from '../SVG/icon/discussion-duplicate-24.svg'
|
|
179
|
-
import DiscussionOutdated16 from '../SVG/icon/discussion-outdated-16.svg'
|
|
180
|
-
import DiscussionOutdated24 from '../SVG/icon/discussion-outdated-24.svg'
|
|
181
|
-
import Dot16 from '../SVG/icon/dot-16.svg'
|
|
182
|
-
import Dot24 from '../SVG/icon/dot-24.svg'
|
|
183
|
-
import DotFill16 from '../SVG/icon/dot-fill-16.svg'
|
|
184
|
-
import DotFill24 from '../SVG/icon/dot-fill-24.svg'
|
|
185
|
-
import Download16 from '../SVG/icon/download-16.svg'
|
|
186
|
-
import Download24 from '../SVG/icon/download-24.svg'
|
|
187
|
-
import Duplicate16 from '../SVG/icon/duplicate-16.svg'
|
|
188
|
-
import Duplicate24 from '../SVG/icon/duplicate-24.svg'
|
|
189
|
-
import Ellipsis16 from '../SVG/icon/ellipsis-16.svg'
|
|
190
|
-
import Ellipsis24 from '../SVG/icon/ellipsis-24.svg'
|
|
191
|
-
import Eye16 from '../SVG/icon/eye-16.svg'
|
|
192
|
-
import Eye24 from '../SVG/icon/eye-24.svg'
|
|
193
|
-
import EyeClosed16 from '../SVG/icon/eye-closed-16.svg'
|
|
194
|
-
import EyeClosed24 from '../SVG/icon/eye-closed-24.svg'
|
|
195
|
-
import FeedDiscussion16 from '../SVG/icon/feed-discussion-16.svg'
|
|
196
|
-
import FeedForked16 from '../SVG/icon/feed-forked-16.svg'
|
|
197
|
-
import FeedHeart16 from '../SVG/icon/feed-heart-16.svg'
|
|
198
|
-
import FeedIssueClosed16 from '../SVG/icon/feed-issue-closed-16.svg'
|
|
199
|
-
import FeedIssueDraft16 from '../SVG/icon/feed-issue-draft-16.svg'
|
|
200
|
-
import FeedIssueOpen16 from '../SVG/icon/feed-issue-open-16.svg'
|
|
201
|
-
import FeedIssueReopen16 from '../SVG/icon/feed-issue-reopen-16.svg'
|
|
202
|
-
import FeedMerged16 from '../SVG/icon/feed-merged-16.svg'
|
|
203
|
-
import FeedPerson16 from '../SVG/icon/feed-person-16.svg'
|
|
204
|
-
import FeedPlus16 from '../SVG/icon/feed-plus-16.svg'
|
|
205
|
-
import FeedPublic16 from '../SVG/icon/feed-public-16.svg'
|
|
206
|
-
import FeedPullRequestClosed16 from '../SVG/icon/feed-pull-request-closed-16.svg'
|
|
207
|
-
import FeedPullRequestDraft16 from '../SVG/icon/feed-pull-request-draft-16.svg'
|
|
208
|
-
import FeedPullRequestOpen16 from '../SVG/icon/feed-pull-request-open-16.svg'
|
|
209
|
-
import FeedRepo16 from '../SVG/icon/feed-repo-16.svg'
|
|
210
|
-
import FeedRocket16 from '../SVG/icon/feed-rocket-16.svg'
|
|
211
|
-
import FeedStar16 from '../SVG/icon/feed-star-16.svg'
|
|
212
|
-
import FeedTag16 from '../SVG/icon/feed-tag-16.svg'
|
|
213
|
-
import FeedTrophy16 from '../SVG/icon/feed-trophy-16.svg'
|
|
214
|
-
import File16 from '../SVG/icon/file-16.svg'
|
|
215
|
-
import File24 from '../SVG/icon/file-24.svg'
|
|
216
|
-
import FileAdded16 from '../SVG/icon/file-added-16.svg'
|
|
217
|
-
import FileAdded24 from '../SVG/icon/file-added-24.svg'
|
|
218
|
-
import FileBadge16 from '../SVG/icon/file-badge-16.svg'
|
|
219
|
-
import FileBadge24 from '../SVG/icon/file-badge-24.svg'
|
|
220
|
-
import FileBinary16 from '../SVG/icon/file-binary-16.svg'
|
|
221
|
-
import FileBinary24 from '../SVG/icon/file-binary-24.svg'
|
|
222
|
-
import FileCode16 from '../SVG/icon/file-code-16.svg'
|
|
223
|
-
import FileCode24 from '../SVG/icon/file-code-24.svg'
|
|
224
|
-
import FileDiff16 from '../SVG/icon/file-diff-16.svg'
|
|
225
|
-
import FileDiff24 from '../SVG/icon/file-diff-24.svg'
|
|
226
|
-
import FileDirectory16 from '../SVG/icon/file-directory-16.svg'
|
|
227
|
-
import FileDirectory24 from '../SVG/icon/file-directory-24.svg'
|
|
228
|
-
import FileDirectoryFill16 from '../SVG/icon/file-directory-fill-16.svg'
|
|
229
|
-
import FileDirectoryFill24 from '../SVG/icon/file-directory-fill-24.svg'
|
|
230
|
-
import FileDirectoryOpenFill16 from '../SVG/icon/file-directory-open-fill-16.svg'
|
|
231
|
-
import FileDirectoryOpenFill24 from '../SVG/icon/file-directory-open-fill-24.svg'
|
|
232
|
-
import FileDirectorySymlink16 from '../SVG/icon/file-directory-symlink-16.svg'
|
|
233
|
-
import FileDirectorySymlink24 from '../SVG/icon/file-directory-symlink-24.svg'
|
|
234
|
-
import FileMedia16 from '../SVG/icon/file-media-16.svg'
|
|
235
|
-
import FileMedia24 from '../SVG/icon/file-media-24.svg'
|
|
236
|
-
import FileMoved16 from '../SVG/icon/file-moved-16.svg'
|
|
237
|
-
import FileMoved24 from '../SVG/icon/file-moved-24.svg'
|
|
238
|
-
import FileRemoved16 from '../SVG/icon/file-removed-16.svg'
|
|
239
|
-
import FileRemoved24 from '../SVG/icon/file-removed-24.svg'
|
|
240
|
-
import FileSubmodule16 from '../SVG/icon/file-submodule-16.svg'
|
|
241
|
-
import FileSubmodule24 from '../SVG/icon/file-submodule-24.svg'
|
|
242
|
-
import FileSymlinkFile16 from '../SVG/icon/file-symlink-file-16.svg'
|
|
243
|
-
import FileSymlinkFile24 from '../SVG/icon/file-symlink-file-24.svg'
|
|
244
|
-
import FileZip16 from '../SVG/icon/file-zip-16.svg'
|
|
245
|
-
import FileZip24 from '../SVG/icon/file-zip-24.svg'
|
|
246
|
-
import Filter16 from '../SVG/icon/filter-16.svg'
|
|
247
|
-
import Filter24 from '../SVG/icon/filter-24.svg'
|
|
248
|
-
import FilterRemove16 from '../SVG/icon/filter-remove-16.svg'
|
|
249
|
-
import FilterRemove24 from '../SVG/icon/filter-remove-24.svg'
|
|
250
|
-
import FiscalHost16 from '../SVG/icon/fiscal-host-16.svg'
|
|
251
|
-
import FiscalHost24 from '../SVG/icon/fiscal-host-24.svg'
|
|
252
|
-
import Flame16 from '../SVG/icon/flame-16.svg'
|
|
253
|
-
import Flame24 from '../SVG/icon/flame-24.svg'
|
|
254
|
-
import Fold16 from '../SVG/icon/fold-16.svg'
|
|
255
|
-
import Fold24 from '../SVG/icon/fold-24.svg'
|
|
256
|
-
import FoldDown16 from '../SVG/icon/fold-down-16.svg'
|
|
257
|
-
import FoldDown24 from '../SVG/icon/fold-down-24.svg'
|
|
258
|
-
import FoldUp16 from '../SVG/icon/fold-up-16.svg'
|
|
259
|
-
import FoldUp24 from '../SVG/icon/fold-up-24.svg'
|
|
260
|
-
import Gear16 from '../SVG/icon/gear-16.svg'
|
|
261
|
-
import Gear24 from '../SVG/icon/gear-24.svg'
|
|
262
|
-
import Gift16 from '../SVG/icon/gift-16.svg'
|
|
263
|
-
import Gift24 from '../SVG/icon/gift-24.svg'
|
|
264
|
-
import GitBranch16 from '../SVG/icon/git-branch-16.svg'
|
|
265
|
-
import GitBranch24 from '../SVG/icon/git-branch-24.svg'
|
|
266
|
-
import GitCommit16 from '../SVG/icon/git-commit-16.svg'
|
|
267
|
-
import GitCommit24 from '../SVG/icon/git-commit-24.svg'
|
|
268
|
-
import GitCompare16 from '../SVG/icon/git-compare-16.svg'
|
|
269
|
-
import GitCompare24 from '../SVG/icon/git-compare-24.svg'
|
|
270
|
-
import GitMerge16 from '../SVG/icon/git-merge-16.svg'
|
|
271
|
-
import GitMerge24 from '../SVG/icon/git-merge-24.svg'
|
|
272
|
-
import GitMergeQueue16 from '../SVG/icon/git-merge-queue-16.svg'
|
|
273
|
-
import GitMergeQueue24 from '../SVG/icon/git-merge-queue-24.svg'
|
|
274
|
-
import GitPullRequest16 from '../SVG/icon/git-pull-request-16.svg'
|
|
275
|
-
import GitPullRequest24 from '../SVG/icon/git-pull-request-24.svg'
|
|
276
|
-
import GitPullRequestClosed16 from '../SVG/icon/git-pull-request-closed-16.svg'
|
|
277
|
-
import GitPullRequestClosed24 from '../SVG/icon/git-pull-request-closed-24.svg'
|
|
278
|
-
import GitPullRequestDraft16 from '../SVG/icon/git-pull-request-draft-16.svg'
|
|
279
|
-
import GitPullRequestDraft24 from '../SVG/icon/git-pull-request-draft-24.svg'
|
|
280
|
-
import Globe16 from '../SVG/icon/globe-16.svg'
|
|
281
|
-
import Globe24 from '../SVG/icon/globe-24.svg'
|
|
282
|
-
import Goal16 from '../SVG/icon/goal-16.svg'
|
|
283
|
-
import Goal24 from '../SVG/icon/goal-24.svg'
|
|
284
|
-
import Grabber16 from '../SVG/icon/grabber-16.svg'
|
|
285
|
-
import Grabber24 from '../SVG/icon/grabber-24.svg'
|
|
286
|
-
import Graph16 from '../SVG/icon/graph-16.svg'
|
|
287
|
-
import Graph24 from '../SVG/icon/graph-24.svg'
|
|
288
|
-
import Hash16 from '../SVG/icon/hash-16.svg'
|
|
289
|
-
import Hash24 from '../SVG/icon/hash-24.svg'
|
|
290
|
-
import Heading16 from '../SVG/icon/heading-16.svg'
|
|
291
|
-
import Heading24 from '../SVG/icon/heading-24.svg'
|
|
292
|
-
import Heart16 from '../SVG/icon/heart-16.svg'
|
|
293
|
-
import Heart24 from '../SVG/icon/heart-24.svg'
|
|
294
|
-
import HeartFill16 from '../SVG/icon/heart-fill-16.svg'
|
|
295
|
-
import HeartFill24 from '../SVG/icon/heart-fill-24.svg'
|
|
296
|
-
import History16 from '../SVG/icon/history-16.svg'
|
|
297
|
-
import History24 from '../SVG/icon/history-24.svg'
|
|
298
|
-
import Home16 from '../SVG/icon/home-16.svg'
|
|
299
|
-
import Home24 from '../SVG/icon/home-24.svg'
|
|
300
|
-
import HomeFill16 from '../SVG/icon/home-fill-16.svg'
|
|
301
|
-
import HomeFill24 from '../SVG/icon/home-fill-24.svg'
|
|
302
|
-
import HorizontalRule16 from '../SVG/icon/horizontal-rule-16.svg'
|
|
303
|
-
import HorizontalRule24 from '../SVG/icon/horizontal-rule-24.svg'
|
|
304
|
-
import Hourglass16 from '../SVG/icon/hourglass-16.svg'
|
|
305
|
-
import Hourglass24 from '../SVG/icon/hourglass-24.svg'
|
|
306
|
-
import Hubot16 from '../SVG/icon/hubot-16.svg'
|
|
307
|
-
import Hubot24 from '../SVG/icon/hubot-24.svg'
|
|
308
|
-
import IdBadge16 from '../SVG/icon/id-badge-16.svg'
|
|
309
|
-
import IdBadge24 from '../SVG/icon/id-badge-24.svg'
|
|
310
|
-
import Image16 from '../SVG/icon/image-16.svg'
|
|
311
|
-
import Image24 from '../SVG/icon/image-24.svg'
|
|
312
|
-
import Inbox16 from '../SVG/icon/inbox-16.svg'
|
|
313
|
-
import Inbox24 from '../SVG/icon/inbox-24.svg'
|
|
314
|
-
import Infinity16 from '../SVG/icon/infinity-16.svg'
|
|
315
|
-
import Infinity24 from '../SVG/icon/infinity-24.svg'
|
|
316
|
-
import Info16 from '../SVG/icon/info-16.svg'
|
|
317
|
-
import Info24 from '../SVG/icon/info-24.svg'
|
|
318
|
-
import IssueClosed16 from '../SVG/icon/issue-closed-16.svg'
|
|
319
|
-
import IssueClosed24 from '../SVG/icon/issue-closed-24.svg'
|
|
320
|
-
import IssueDraft16 from '../SVG/icon/issue-draft-16.svg'
|
|
321
|
-
import IssueDraft24 from '../SVG/icon/issue-draft-24.svg'
|
|
322
|
-
import IssueOpened16 from '../SVG/icon/issue-opened-16.svg'
|
|
323
|
-
import IssueOpened24 from '../SVG/icon/issue-opened-24.svg'
|
|
324
|
-
import IssueReopened16 from '../SVG/icon/issue-reopened-16.svg'
|
|
325
|
-
import IssueReopened24 from '../SVG/icon/issue-reopened-24.svg'
|
|
326
|
-
import IssueTrackedBy16 from '../SVG/icon/issue-tracked-by-16.svg'
|
|
327
|
-
import IssueTrackedBy24 from '../SVG/icon/issue-tracked-by-24.svg'
|
|
328
|
-
import IssueTracks16 from '../SVG/icon/issue-tracks-16.svg'
|
|
329
|
-
import IssueTracks24 from '../SVG/icon/issue-tracks-24.svg'
|
|
330
|
-
import Italic16 from '../SVG/icon/italic-16.svg'
|
|
331
|
-
import Italic24 from '../SVG/icon/italic-24.svg'
|
|
332
|
-
import Iterations16 from '../SVG/icon/iterations-16.svg'
|
|
333
|
-
import Iterations24 from '../SVG/icon/iterations-24.svg'
|
|
334
|
-
import KebabHorizontal16 from '../SVG/icon/kebab-horizontal-16.svg'
|
|
335
|
-
import KebabHorizontal24 from '../SVG/icon/kebab-horizontal-24.svg'
|
|
336
|
-
import Key16 from '../SVG/icon/key-16.svg'
|
|
337
|
-
import Key24 from '../SVG/icon/key-24.svg'
|
|
338
|
-
import KeyAsterisk16 from '../SVG/icon/key-asterisk-16.svg'
|
|
339
|
-
import KeyAsterisk24 from '../SVG/icon/key-asterisk-24.svg'
|
|
340
|
-
import Law16 from '../SVG/icon/law-16.svg'
|
|
341
|
-
import Law24 from '../SVG/icon/law-24.svg'
|
|
342
|
-
import LightBulb16 from '../SVG/icon/light-bulb-16.svg'
|
|
343
|
-
import LightBulb24 from '../SVG/icon/light-bulb-24.svg'
|
|
344
|
-
import Link16 from '../SVG/icon/link-16.svg'
|
|
345
|
-
import Link24 from '../SVG/icon/link-24.svg'
|
|
346
|
-
import LinkExternal16 from '../SVG/icon/link-external-16.svg'
|
|
347
|
-
import LinkExternal24 from '../SVG/icon/link-external-24.svg'
|
|
348
|
-
import ListOrdered16 from '../SVG/icon/list-ordered-16.svg'
|
|
349
|
-
import ListOrdered24 from '../SVG/icon/list-ordered-24.svg'
|
|
350
|
-
import ListUnordered16 from '../SVG/icon/list-unordered-16.svg'
|
|
351
|
-
import ListUnordered24 from '../SVG/icon/list-unordered-24.svg'
|
|
352
|
-
import Location16 from '../SVG/icon/location-16.svg'
|
|
353
|
-
import Location24 from '../SVG/icon/location-24.svg'
|
|
354
|
-
import Lock16 from '../SVG/icon/lock-16.svg'
|
|
355
|
-
import Lock24 from '../SVG/icon/lock-24.svg'
|
|
356
|
-
import Log16 from '../SVG/icon/log-16.svg'
|
|
357
|
-
import Log24 from '../SVG/icon/log-24.svg'
|
|
358
|
-
import LogoGist16 from '../SVG/icon/logo-gist-16.svg'
|
|
359
|
-
import LogoGist24 from '../SVG/icon/logo-gist-24.svg'
|
|
360
|
-
import LogoGithub16 from '../SVG/icon/logo-github-16.svg'
|
|
361
|
-
import LogoGithub24 from '../SVG/icon/logo-github-24.svg'
|
|
362
|
-
import Mail16 from '../SVG/icon/mail-16.svg'
|
|
363
|
-
import Mail24 from '../SVG/icon/mail-24.svg'
|
|
364
|
-
import MarkGithub16 from '../SVG/icon/mark-github-16.svg'
|
|
365
|
-
import MarkGithub24 from '../SVG/icon/mark-github-24.svg'
|
|
366
|
-
import Markdown16 from '../SVG/icon/markdown-16.svg'
|
|
367
|
-
import Markdown24 from '../SVG/icon/markdown-24.svg'
|
|
368
|
-
import Megaphone16 from '../SVG/icon/megaphone-16.svg'
|
|
369
|
-
import Megaphone24 from '../SVG/icon/megaphone-24.svg'
|
|
370
|
-
import Mention16 from '../SVG/icon/mention-16.svg'
|
|
371
|
-
import Mention24 from '../SVG/icon/mention-24.svg'
|
|
372
|
-
import Meter16 from '../SVG/icon/meter-16.svg'
|
|
373
|
-
import Meter24 from '../SVG/icon/meter-24.svg'
|
|
374
|
-
import Milestone16 from '../SVG/icon/milestone-16.svg'
|
|
375
|
-
import Milestone24 from '../SVG/icon/milestone-24.svg'
|
|
376
|
-
import Mirror16 from '../SVG/icon/mirror-16.svg'
|
|
377
|
-
import Mirror24 from '../SVG/icon/mirror-24.svg'
|
|
378
|
-
import Moon16 from '../SVG/icon/moon-16.svg'
|
|
379
|
-
import Moon24 from '../SVG/icon/moon-24.svg'
|
|
380
|
-
import MortarBoard16 from '../SVG/icon/mortar-board-16.svg'
|
|
381
|
-
import MortarBoard24 from '../SVG/icon/mortar-board-24.svg'
|
|
382
|
-
import MovetoBottom16 from '../SVG/icon/move-to-bottom-16.svg'
|
|
383
|
-
import MovetoBottom24 from '../SVG/icon/move-to-bottom-24.svg'
|
|
384
|
-
import MovetoEnd16 from '../SVG/icon/move-to-end-16.svg'
|
|
385
|
-
import MovetoEnd24 from '../SVG/icon/move-to-end-24.svg'
|
|
386
|
-
import MovetoStart16 from '../SVG/icon/move-to-start-16.svg'
|
|
387
|
-
import MovetoStart24 from '../SVG/icon/move-to-start-24.svg'
|
|
388
|
-
import MovetoTop16 from '../SVG/icon/move-to-top-16.svg'
|
|
389
|
-
import MovetoTop24 from '../SVG/icon/move-to-top-24.svg'
|
|
390
|
-
import MultiSelect16 from '../SVG/icon/multi-select-16.svg'
|
|
391
|
-
import MultiSelect24 from '../SVG/icon/multi-select-24.svg'
|
|
392
|
-
import Mute16 from '../SVG/icon/mute-16.svg'
|
|
393
|
-
import Mute24 from '../SVG/icon/mute-24.svg'
|
|
394
|
-
import NoEntry16 from '../SVG/icon/no-entry-16.svg'
|
|
395
|
-
import NoEntry24 from '../SVG/icon/no-entry-24.svg'
|
|
396
|
-
import NoEntryFill12 from '../SVG/icon/no-entry-fill-12.svg'
|
|
397
|
-
import NorthStar16 from '../SVG/icon/north-star-16.svg'
|
|
398
|
-
import NorthStar24 from '../SVG/icon/north-star-24.svg'
|
|
399
|
-
import Note16 from '../SVG/icon/note-16.svg'
|
|
400
|
-
import Note24 from '../SVG/icon/note-24.svg'
|
|
401
|
-
import Number16 from '../SVG/icon/number-16.svg'
|
|
402
|
-
import Number24 from '../SVG/icon/number-24.svg'
|
|
403
|
-
import Organization16 from '../SVG/icon/organization-16.svg'
|
|
404
|
-
import Organization24 from '../SVG/icon/organization-24.svg'
|
|
405
|
-
import Package16 from '../SVG/icon/package-16.svg'
|
|
406
|
-
import Package24 from '../SVG/icon/package-24.svg'
|
|
407
|
-
import PackageDependencies16 from '../SVG/icon/package-dependencies-16.svg'
|
|
408
|
-
import PackageDependencies24 from '../SVG/icon/package-dependencies-24.svg'
|
|
409
|
-
import PackageDependents16 from '../SVG/icon/package-dependents-16.svg'
|
|
410
|
-
import PackageDependents24 from '../SVG/icon/package-dependents-24.svg'
|
|
411
|
-
import Paintbrush16 from '../SVG/icon/paintbrush-16.svg'
|
|
412
|
-
import Paintbrush24 from '../SVG/icon/paintbrush-24.svg'
|
|
413
|
-
import PaperAirplane16 from '../SVG/icon/paper-airplane-16.svg'
|
|
414
|
-
import PaperAirplane24 from '../SVG/icon/paper-airplane-24.svg'
|
|
415
|
-
import Paperclip16 from '../SVG/icon/paperclip-16.svg'
|
|
416
|
-
import Paperclip24 from '../SVG/icon/paperclip-24.svg'
|
|
417
|
-
import PasskeyFill16 from '../SVG/icon/passkey-fill-16.svg'
|
|
418
|
-
import PasskeyFill24 from '../SVG/icon/passkey-fill-24.svg'
|
|
419
|
-
import Paste16 from '../SVG/icon/paste-16.svg'
|
|
420
|
-
import Paste24 from '../SVG/icon/paste-24.svg'
|
|
421
|
-
import Pencil16 from '../SVG/icon/pencil-16.svg'
|
|
422
|
-
import Pencil24 from '../SVG/icon/pencil-24.svg'
|
|
423
|
-
import People16 from '../SVG/icon/people-16.svg'
|
|
424
|
-
import People24 from '../SVG/icon/people-24.svg'
|
|
425
|
-
import Person16 from '../SVG/icon/person-16.svg'
|
|
426
|
-
import Person24 from '../SVG/icon/person-24.svg'
|
|
427
|
-
import PersonAdd16 from '../SVG/icon/person-add-16.svg'
|
|
428
|
-
import PersonAdd24 from '../SVG/icon/person-add-24.svg'
|
|
429
|
-
import PersonFill16 from '../SVG/icon/person-fill-16.svg'
|
|
430
|
-
import PersonFill24 from '../SVG/icon/person-fill-24.svg'
|
|
431
|
-
import Pin16 from '../SVG/icon/pin-16.svg'
|
|
432
|
-
import Pin24 from '../SVG/icon/pin-24.svg'
|
|
433
|
-
import PinSlash16 from '../SVG/icon/pin-slash-16.svg'
|
|
434
|
-
import PinSlash24 from '../SVG/icon/pin-slash-24.svg'
|
|
435
|
-
import PivotColumn16 from '../SVG/icon/pivot-column-16.svg'
|
|
436
|
-
import PivotColumn24 from '../SVG/icon/pivot-column-24.svg'
|
|
437
|
-
import Play16 from '../SVG/icon/play-16.svg'
|
|
438
|
-
import Play24 from '../SVG/icon/play-24.svg'
|
|
439
|
-
import Plug16 from '../SVG/icon/plug-16.svg'
|
|
440
|
-
import Plug24 from '../SVG/icon/plug-24.svg'
|
|
441
|
-
import Plus16 from '../SVG/icon/plus-16.svg'
|
|
442
|
-
import Plus24 from '../SVG/icon/plus-24.svg'
|
|
443
|
-
import PlusCircle16 from '../SVG/icon/plus-circle-16.svg'
|
|
444
|
-
import PlusCircle24 from '../SVG/icon/plus-circle-24.svg'
|
|
445
|
-
import Project16 from '../SVG/icon/project-16.svg'
|
|
446
|
-
import Project24 from '../SVG/icon/project-24.svg'
|
|
447
|
-
import ProjectRoadmap16 from '../SVG/icon/project-roadmap-16.svg'
|
|
448
|
-
import ProjectRoadmap24 from '../SVG/icon/project-roadmap-24.svg'
|
|
449
|
-
import ProjectSymlink16 from '../SVG/icon/project-symlink-16.svg'
|
|
450
|
-
import ProjectSymlink24 from '../SVG/icon/project-symlink-24.svg'
|
|
451
|
-
import ProjectTemplate16 from '../SVG/icon/project-template-16.svg'
|
|
452
|
-
import ProjectTemplate24 from '../SVG/icon/project-template-24.svg'
|
|
453
|
-
import Pulse16 from '../SVG/icon/pulse-16.svg'
|
|
454
|
-
import Pulse24 from '../SVG/icon/pulse-24.svg'
|
|
455
|
-
import Question16 from '../SVG/icon/question-16.svg'
|
|
456
|
-
import Question24 from '../SVG/icon/question-24.svg'
|
|
457
|
-
import Quote16 from '../SVG/icon/quote-16.svg'
|
|
458
|
-
import Quote24 from '../SVG/icon/quote-24.svg'
|
|
459
|
-
import Read16 from '../SVG/icon/read-16.svg'
|
|
460
|
-
import Read24 from '../SVG/icon/read-24.svg'
|
|
461
|
-
import Redo16 from '../SVG/icon/redo-16.svg'
|
|
462
|
-
import Redo24 from '../SVG/icon/redo-24.svg'
|
|
463
|
-
import RelFilePath16 from '../SVG/icon/rel-file-path-16.svg'
|
|
464
|
-
import RelFilePath24 from '../SVG/icon/rel-file-path-24.svg'
|
|
465
|
-
import Reply16 from '../SVG/icon/reply-16.svg'
|
|
466
|
-
import Reply24 from '../SVG/icon/reply-24.svg'
|
|
467
|
-
import Repo16 from '../SVG/icon/repo-16.svg'
|
|
468
|
-
import Repo24 from '../SVG/icon/repo-24.svg'
|
|
469
|
-
import RepoClone16 from '../SVG/icon/repo-clone-16.svg'
|
|
470
|
-
import RepoClone24 from '../SVG/icon/repo-clone-24.svg'
|
|
471
|
-
import RepoDelete24 from '../SVG/icon/repo-delete-24.svg'
|
|
472
|
-
import RepoDeleted16 from '../SVG/icon/repo-deleted-16.svg'
|
|
473
|
-
import RepoForked16 from '../SVG/icon/repo-forked-16.svg'
|
|
474
|
-
import RepoForked24 from '../SVG/icon/repo-forked-24.svg'
|
|
475
|
-
import RepoLocked16 from '../SVG/icon/repo-locked-16.svg'
|
|
476
|
-
import RepoLocked24 from '../SVG/icon/repo-locked-24.svg'
|
|
477
|
-
import RepoPull16 from '../SVG/icon/repo-pull-16.svg'
|
|
478
|
-
import RepoPull24 from '../SVG/icon/repo-pull-24.svg'
|
|
479
|
-
import RepoPush16 from '../SVG/icon/repo-push-16.svg'
|
|
480
|
-
import RepoPush24 from '../SVG/icon/repo-push-24.svg'
|
|
481
|
-
import RepoTemplate16 from '../SVG/icon/repo-template-16.svg'
|
|
482
|
-
import RepoTemplate24 from '../SVG/icon/repo-template-24.svg'
|
|
483
|
-
import Report16 from '../SVG/icon/report-16.svg'
|
|
484
|
-
import Report24 from '../SVG/icon/report-24.svg'
|
|
485
|
-
import Rocket16 from '../SVG/icon/rocket-16.svg'
|
|
486
|
-
import Rocket24 from '../SVG/icon/rocket-24.svg'
|
|
487
|
-
import Rows16 from '../SVG/icon/rows-16.svg'
|
|
488
|
-
import Rows24 from '../SVG/icon/rows-24.svg'
|
|
489
|
-
import Rss16 from '../SVG/icon/rss-16.svg'
|
|
490
|
-
import Rss24 from '../SVG/icon/rss-24.svg'
|
|
491
|
-
import Ruby16 from '../SVG/icon/ruby-16.svg'
|
|
492
|
-
import Ruby24 from '../SVG/icon/ruby-24.svg'
|
|
493
|
-
import ScreenFull16 from '../SVG/icon/screen-full-16.svg'
|
|
494
|
-
import ScreenFull24 from '../SVG/icon/screen-full-24.svg'
|
|
495
|
-
import ScreenNormal16 from '../SVG/icon/screen-normal-16.svg'
|
|
496
|
-
import ScreenNormal24 from '../SVG/icon/screen-normal-24.svg'
|
|
497
|
-
import Search16 from '../SVG/icon/search-16.svg'
|
|
498
|
-
import Search24 from '../SVG/icon/search-24.svg'
|
|
499
|
-
import Server16 from '../SVG/icon/server-16.svg'
|
|
500
|
-
import Server24 from '../SVG/icon/server-24.svg'
|
|
501
|
-
import Share16 from '../SVG/icon/share-16.svg'
|
|
502
|
-
import Share24 from '../SVG/icon/share-24.svg'
|
|
503
|
-
import ShareAndroid16 from '../SVG/icon/share-android-16.svg'
|
|
504
|
-
import ShareAndroid24 from '../SVG/icon/share-android-24.svg'
|
|
505
|
-
import Shield16 from '../SVG/icon/shield-16.svg'
|
|
506
|
-
import Shield24 from '../SVG/icon/shield-24.svg'
|
|
507
|
-
import ShieldCheck16 from '../SVG/icon/shield-check-16.svg'
|
|
508
|
-
import ShieldCheck24 from '../SVG/icon/shield-check-24.svg'
|
|
509
|
-
import ShieldLock16 from '../SVG/icon/shield-lock-16.svg'
|
|
510
|
-
import ShieldLock24 from '../SVG/icon/shield-lock-24.svg'
|
|
511
|
-
import ShieldSlash16 from '../SVG/icon/shield-slash-16.svg'
|
|
512
|
-
import ShieldSlash24 from '../SVG/icon/shield-slash-24.svg'
|
|
513
|
-
import ShieldX16 from '../SVG/icon/shield-x-16.svg'
|
|
514
|
-
import ShieldX24 from '../SVG/icon/shield-x-24.svg'
|
|
515
|
-
import SidebarCollapse16 from '../SVG/icon/sidebar-collapse-16.svg'
|
|
516
|
-
import SidebarCollapse24 from '../SVG/icon/sidebar-collapse-24.svg'
|
|
517
|
-
import SidebarExpand16 from '../SVG/icon/sidebar-expand-16.svg'
|
|
518
|
-
import SidebarExpand24 from '../SVG/icon/sidebar-expand-24.svg'
|
|
519
|
-
import SignIn16 from '../SVG/icon/sign-in-16.svg'
|
|
520
|
-
import SignIn24 from '../SVG/icon/sign-in-24.svg'
|
|
521
|
-
import SignOut16 from '../SVG/icon/sign-out-16.svg'
|
|
522
|
-
import SignOut24 from '../SVG/icon/sign-out-24.svg'
|
|
523
|
-
import SingleSelect16 from '../SVG/icon/single-select-16.svg'
|
|
524
|
-
import SingleSelect24 from '../SVG/icon/single-select-24.svg'
|
|
525
|
-
import Skip16 from '../SVG/icon/skip-16.svg'
|
|
526
|
-
import Skip24 from '../SVG/icon/skip-24.svg'
|
|
527
|
-
import SkipFill16 from '../SVG/icon/skip-fill-16.svg'
|
|
528
|
-
import SkipFill24 from '../SVG/icon/skip-fill-24.svg'
|
|
529
|
-
import Sliders16 from '../SVG/icon/sliders-16.svg'
|
|
530
|
-
import Sliders24 from '../SVG/icon/sliders-24.svg'
|
|
531
|
-
import Smiley16 from '../SVG/icon/smiley-16.svg'
|
|
532
|
-
import Smiley24 from '../SVG/icon/smiley-24.svg'
|
|
533
|
-
import SortAsc16 from '../SVG/icon/sort-asc-16.svg'
|
|
534
|
-
import SortAsc24 from '../SVG/icon/sort-asc-24.svg'
|
|
535
|
-
import SortDesc16 from '../SVG/icon/sort-desc-16.svg'
|
|
536
|
-
import SortDesc24 from '../SVG/icon/sort-desc-24.svg'
|
|
537
|
-
import SparkleFill16 from '../SVG/icon/sparkle-fill-16.svg'
|
|
538
|
-
import SparkleFill24 from '../SVG/icon/sparkle-fill-24.svg'
|
|
539
|
-
import Sponsortiers16 from '../SVG/icon/sponsor-tiers-16.svg'
|
|
540
|
-
import Sponsortiers24 from '../SVG/icon/sponsor-tiers-24.svg'
|
|
541
|
-
import Square16 from '../SVG/icon/square-16.svg'
|
|
542
|
-
import Square24 from '../SVG/icon/square-24.svg'
|
|
543
|
-
import SquareFill16 from '../SVG/icon/square-fill-16.svg'
|
|
544
|
-
import SquareFill24 from '../SVG/icon/square-fill-24.svg'
|
|
545
|
-
import Squirrel16 from '../SVG/icon/squirrel-16.svg'
|
|
546
|
-
import Squirrel24 from '../SVG/icon/squirrel-24.svg'
|
|
547
|
-
import Stack16 from '../SVG/icon/stack-16.svg'
|
|
548
|
-
import Stack24 from '../SVG/icon/stack-24.svg'
|
|
549
|
-
import Star16 from '../SVG/icon/star-16.svg'
|
|
550
|
-
import Star24 from '../SVG/icon/star-24.svg'
|
|
551
|
-
import StarFill16 from '../SVG/icon/star-fill-16.svg'
|
|
552
|
-
import StarFill24 from '../SVG/icon/star-fill-24.svg'
|
|
553
|
-
import Stop16 from '../SVG/icon/stop-16.svg'
|
|
554
|
-
import Stop24 from '../SVG/icon/stop-24.svg'
|
|
555
|
-
import Stopwatch16 from '../SVG/icon/stopwatch-16.svg'
|
|
556
|
-
import Stopwatch24 from '../SVG/icon/stopwatch-24.svg'
|
|
557
|
-
import Strikethrough16 from '../SVG/icon/strikethrough-16.svg'
|
|
558
|
-
import Strikethrough24 from '../SVG/icon/strikethrough-24.svg'
|
|
559
|
-
import Sun16 from '../SVG/icon/sun-16.svg'
|
|
560
|
-
import Sun24 from '../SVG/icon/sun-24.svg'
|
|
561
|
-
import Sync16 from '../SVG/icon/sync-16.svg'
|
|
562
|
-
import Sync24 from '../SVG/icon/sync-24.svg'
|
|
563
|
-
import Tab16 from '../SVG/icon/tab-16.svg'
|
|
564
|
-
import Tab24 from '../SVG/icon/tab-24.svg'
|
|
565
|
-
import TabExternal16 from '../SVG/icon/tab-external-16.svg'
|
|
566
|
-
import TabExternal24 from '../SVG/icon/tab-external-24.svg'
|
|
567
|
-
import Table16 from '../SVG/icon/table-16.svg'
|
|
568
|
-
import Table24 from '../SVG/icon/table-24.svg'
|
|
569
|
-
import Tag16 from '../SVG/icon/tag-16.svg'
|
|
570
|
-
import Tag24 from '../SVG/icon/tag-24.svg'
|
|
571
|
-
import Tasklist16 from '../SVG/icon/tasklist-16.svg'
|
|
572
|
-
import Tasklist24 from '../SVG/icon/tasklist-24.svg'
|
|
573
|
-
import Telescope16 from '../SVG/icon/telescope-16.svg'
|
|
574
|
-
import Telescope24 from '../SVG/icon/telescope-24.svg'
|
|
575
|
-
import TelescopeFill16 from '../SVG/icon/telescope-fill-16.svg'
|
|
576
|
-
import TelescopeFill24 from '../SVG/icon/telescope-fill-24.svg'
|
|
577
|
-
import Terminal16 from '../SVG/icon/terminal-16.svg'
|
|
578
|
-
import Terminal24 from '../SVG/icon/terminal-24.svg'
|
|
579
|
-
import ThreeBars16 from '../SVG/icon/three-bars-16.svg'
|
|
580
|
-
import ThreeBars24 from '../SVG/icon/three-bars-24.svg'
|
|
581
|
-
import Thumbsdown16 from '../SVG/icon/thumbsdown-16.svg'
|
|
582
|
-
import Thumbsdown24 from '../SVG/icon/thumbsdown-24.svg'
|
|
583
|
-
import Thumbsup16 from '../SVG/icon/thumbsup-16.svg'
|
|
584
|
-
import Thumbsup24 from '../SVG/icon/thumbsup-24.svg'
|
|
585
|
-
import Tools16 from '../SVG/icon/tools-16.svg'
|
|
586
|
-
import Tools24 from '../SVG/icon/tools-24.svg'
|
|
587
|
-
import TrackedByClosedCompleted16 from '../SVG/icon/tracked-by-closed-completed-16.svg'
|
|
588
|
-
import TrackedByClosedCompleted24 from '../SVG/icon/tracked-by-closed-completed-24.svg'
|
|
589
|
-
import TrackedByClosedNotPlanned16 from '../SVG/icon/tracked-by-closed-not-planned-16.svg'
|
|
590
|
-
import TrackedByClosedNotPlanned24 from '../SVG/icon/tracked-by-closed-not-planned-24.svg'
|
|
591
|
-
import Trash16 from '../SVG/icon/trash-16.svg'
|
|
592
|
-
import Trash24 from '../SVG/icon/trash-24.svg'
|
|
593
|
-
import TriangleDown16 from '../SVG/icon/triangle-down-16.svg'
|
|
594
|
-
import TriangleDown24 from '../SVG/icon/triangle-down-24.svg'
|
|
595
|
-
import TriangleLeft16 from '../SVG/icon/triangle-left-16.svg'
|
|
596
|
-
import TriangleLeft24 from '../SVG/icon/triangle-left-24.svg'
|
|
597
|
-
import TriangleRight16 from '../SVG/icon/triangle-right-16.svg'
|
|
598
|
-
import TriangleRight24 from '../SVG/icon/triangle-right-24.svg'
|
|
599
|
-
import TriangleUp16 from '../SVG/icon/triangle-up-16.svg'
|
|
600
|
-
import TriangleUp24 from '../SVG/icon/triangle-up-24.svg'
|
|
601
|
-
import Trophy16 from '../SVG/icon/trophy-16.svg'
|
|
602
|
-
import Trophy24 from '../SVG/icon/trophy-24.svg'
|
|
603
|
-
import Typography16 from '../SVG/icon/typography-16.svg'
|
|
604
|
-
import Typography24 from '../SVG/icon/typography-24.svg'
|
|
605
|
-
import Undo16 from '../SVG/icon/undo-16.svg'
|
|
606
|
-
import Undo24 from '../SVG/icon/undo-24.svg'
|
|
607
|
-
import Unfold16 from '../SVG/icon/unfold-16.svg'
|
|
608
|
-
import Unfold24 from '../SVG/icon/unfold-24.svg'
|
|
609
|
-
import Unlink16 from '../SVG/icon/unlink-16.svg'
|
|
610
|
-
import Unlink24 from '../SVG/icon/unlink-24.svg'
|
|
611
|
-
import Unlock16 from '../SVG/icon/unlock-16.svg'
|
|
612
|
-
import Unlock24 from '../SVG/icon/unlock-24.svg'
|
|
613
|
-
import Unmute16 from '../SVG/icon/unmute-16.svg'
|
|
614
|
-
import Unmute24 from '../SVG/icon/unmute-24.svg'
|
|
615
|
-
import Unread16 from '../SVG/icon/unread-16.svg'
|
|
616
|
-
import Unread24 from '../SVG/icon/unread-24.svg'
|
|
617
|
-
import Unverified16 from '../SVG/icon/unverified-16.svg'
|
|
618
|
-
import Unverified24 from '../SVG/icon/unverified-24.svg'
|
|
619
|
-
import Upload16 from '../SVG/icon/upload-16.svg'
|
|
620
|
-
import Upload24 from '../SVG/icon/upload-24.svg'
|
|
621
|
-
import Verified16 from '../SVG/icon/verified-16.svg'
|
|
622
|
-
import Verified24 from '../SVG/icon/verified-24.svg'
|
|
623
|
-
import Versions16 from '../SVG/icon/versions-16.svg'
|
|
624
|
-
import Versions24 from '../SVG/icon/versions-24.svg'
|
|
625
|
-
import Video16 from '../SVG/icon/video-16.svg'
|
|
626
|
-
import Video24 from '../SVG/icon/video-24.svg'
|
|
627
|
-
import Webhook16 from '../SVG/icon/webhook-16.svg'
|
|
628
|
-
import Workflow16 from '../SVG/icon/workflow-16.svg'
|
|
629
|
-
import Workflow24 from '../SVG/icon/workflow-24.svg'
|
|
630
|
-
import X12 from '../SVG/icon/x-12.svg'
|
|
631
|
-
import X16 from '../SVG/icon/x-16.svg'
|
|
632
|
-
import X24 from '../SVG/icon/x-24.svg'
|
|
633
|
-
import XCircle16 from '../SVG/icon/x-circle-16.svg'
|
|
634
|
-
import XCircle24 from '../SVG/icon/x-circle-24.svg'
|
|
635
|
-
import XCircleFill12 from '../SVG/icon/x-circle-fill-12.svg'
|
|
636
|
-
import XCircleFill16 from '../SVG/icon/x-circle-fill-16.svg'
|
|
637
|
-
import XCircleFill24 from '../SVG/icon/x-circle-fill-24.svg'
|
|
638
|
-
import Zap16 from '../SVG/icon/zap-16.svg'
|
|
639
|
-
import Zap24 from '../SVG/icon/zap-24.svg'
|
|
640
|
-
import ZoomIn16 from '../SVG/icon/zoom-in-16.svg'
|
|
641
|
-
import ZoomIn24 from '../SVG/icon/zoom-in-24.svg'
|
|
642
|
-
import ZoomOut16 from '../SVG/icon/zoom-out-16.svg'
|
|
643
|
-
import ZoomOut24 from '../SVG/icon/zoom-out-24.svg'
|
|
644
|
-
|
|
645
|
-
export const iconComponents = {
|
|
646
|
-
Accessibility16,
|
|
647
|
-
Accessibility24,
|
|
648
|
-
AccessibilityInset16,
|
|
649
|
-
AccessibilityInset24,
|
|
650
|
-
AIModel16,
|
|
651
|
-
AIModel24,
|
|
652
|
-
Alert16,
|
|
653
|
-
Alert24,
|
|
654
|
-
AlertFill12,
|
|
655
|
-
AlertFill16,
|
|
656
|
-
AlertFill24,
|
|
657
|
-
Apps16,
|
|
658
|
-
Apps24,
|
|
659
|
-
Archive16,
|
|
660
|
-
Archive24,
|
|
661
|
-
ArrowBoth16,
|
|
662
|
-
ArrowBoth24,
|
|
663
|
-
ArrowDown16,
|
|
664
|
-
ArrowDown24,
|
|
665
|
-
ArrowDownLeft16,
|
|
666
|
-
ArrowDownLeft24,
|
|
667
|
-
ArrowDownRight16,
|
|
668
|
-
ArrowDownRight24,
|
|
669
|
-
ArrowLeft16,
|
|
670
|
-
ArrowLeft24,
|
|
671
|
-
ArrowRight16,
|
|
672
|
-
ArrowRight24,
|
|
673
|
-
ArrowSwitch16,
|
|
674
|
-
ArrowSwitch24,
|
|
675
|
-
ArrowUp16,
|
|
676
|
-
ArrowUp24,
|
|
677
|
-
ArrowUpLeft16,
|
|
678
|
-
ArrowUpLeft24,
|
|
679
|
-
ArrowUpRight16,
|
|
680
|
-
ArrowUpRight24,
|
|
681
|
-
Beaker16,
|
|
682
|
-
Beaker24,
|
|
683
|
-
Bell16,
|
|
684
|
-
Bell24,
|
|
685
|
-
BellFill16,
|
|
686
|
-
BellFill24,
|
|
687
|
-
BellSlash16,
|
|
688
|
-
BellSlash24,
|
|
689
|
-
Blocked16,
|
|
690
|
-
Blocked24,
|
|
691
|
-
Bold16,
|
|
692
|
-
Bold24,
|
|
693
|
-
Book16,
|
|
694
|
-
Book24,
|
|
695
|
-
Bookmark16,
|
|
696
|
-
Bookmark24,
|
|
697
|
-
BookmarkFill24,
|
|
698
|
-
BookmarkFilled16,
|
|
699
|
-
BookmarkSlash16,
|
|
700
|
-
BookmarkSlash24,
|
|
701
|
-
BookmarkSlashFill16,
|
|
702
|
-
BookmarkSlashFill24,
|
|
703
|
-
Briefcase16,
|
|
704
|
-
Briefcase24,
|
|
705
|
-
Broadcast16,
|
|
706
|
-
Broadcast24,
|
|
707
|
-
Browser16,
|
|
708
|
-
Browser24,
|
|
709
|
-
Bug16,
|
|
710
|
-
Bug24,
|
|
711
|
-
Cache16,
|
|
712
|
-
Cache24,
|
|
713
|
-
Calendar16,
|
|
714
|
-
Calendar24,
|
|
715
|
-
Check16,
|
|
716
|
-
Check24,
|
|
717
|
-
CheckCircle16,
|
|
718
|
-
CheckCircle24,
|
|
719
|
-
CheckCircleFill12,
|
|
720
|
-
CheckCircleFill16,
|
|
721
|
-
CheckCircleFill24,
|
|
722
|
-
Checkbox16,
|
|
723
|
-
Checkbox24,
|
|
724
|
-
Checklist16,
|
|
725
|
-
Checklist24,
|
|
726
|
-
ChevronDown12,
|
|
727
|
-
ChevronDown16,
|
|
728
|
-
ChevronDown24,
|
|
729
|
-
ChevronLeft12,
|
|
730
|
-
ChevronLeft16,
|
|
731
|
-
ChevronLeft24,
|
|
732
|
-
ChevronRight12,
|
|
733
|
-
ChevronRight16,
|
|
734
|
-
ChevronRight24,
|
|
735
|
-
ChevronUp12,
|
|
736
|
-
ChevronUp16,
|
|
737
|
-
ChevronUp24,
|
|
738
|
-
Circle16,
|
|
739
|
-
Circle24,
|
|
740
|
-
CircleSlash16,
|
|
741
|
-
CircleSlash24,
|
|
742
|
-
Clock16,
|
|
743
|
-
Clock24,
|
|
744
|
-
ClockFill16,
|
|
745
|
-
ClockFill24,
|
|
746
|
-
Cloud16,
|
|
747
|
-
Cloud24,
|
|
748
|
-
CloudOffline16,
|
|
749
|
-
CloudOffline24,
|
|
750
|
-
Code16,
|
|
751
|
-
Code24,
|
|
752
|
-
CodeOfConduct16,
|
|
753
|
-
CodeOfConduct24,
|
|
754
|
-
CodeReview16,
|
|
755
|
-
CodeReview24,
|
|
756
|
-
CodeSquare16,
|
|
757
|
-
CodeSquare24,
|
|
758
|
-
Codescan16,
|
|
759
|
-
Codescan24,
|
|
760
|
-
CodescanCheckmark16,
|
|
761
|
-
CodescanCheckmark24,
|
|
762
|
-
Codespaces16,
|
|
763
|
-
Codespaces24,
|
|
764
|
-
Columns16,
|
|
765
|
-
Columns24,
|
|
766
|
-
CommandPalette16,
|
|
767
|
-
CommandPalette24,
|
|
768
|
-
Comment16,
|
|
769
|
-
Comment24,
|
|
770
|
-
CommentDiscussion16,
|
|
771
|
-
CommentDiscussion24,
|
|
772
|
-
Container16,
|
|
773
|
-
Container24,
|
|
774
|
-
Copilot16,
|
|
775
|
-
Copilot24,
|
|
776
|
-
Copilot48,
|
|
777
|
-
Copilot96,
|
|
778
|
-
CopilotError16,
|
|
779
|
-
CopilotWarning16,
|
|
780
|
-
Copy16,
|
|
781
|
-
Copy24,
|
|
782
|
-
Cpu16,
|
|
783
|
-
Cpu24,
|
|
784
|
-
CreditCard16,
|
|
785
|
-
CreditCard24,
|
|
786
|
-
CrossReference16,
|
|
787
|
-
CrossReference24,
|
|
788
|
-
Dash16,
|
|
789
|
-
Dash24,
|
|
790
|
-
Database16,
|
|
791
|
-
Database24,
|
|
792
|
-
Dependabot16,
|
|
793
|
-
Dependabot24,
|
|
794
|
-
DesktopDownload16,
|
|
795
|
-
DesktopDownload24,
|
|
796
|
-
DeviceCamera16,
|
|
797
|
-
DeviceCamera24,
|
|
798
|
-
DeviceCameraVideo16,
|
|
799
|
-
DeviceCameraVideo24,
|
|
800
|
-
DeviceDesktop16,
|
|
801
|
-
DeviceDesktop24,
|
|
802
|
-
DeviceMobile16,
|
|
803
|
-
DeviceMobile24,
|
|
804
|
-
Devices16,
|
|
805
|
-
Devices24,
|
|
806
|
-
Diamond16,
|
|
807
|
-
Diamond24,
|
|
808
|
-
Diff16,
|
|
809
|
-
Diff24,
|
|
810
|
-
DiffAdded16,
|
|
811
|
-
DiffAdded24,
|
|
812
|
-
DiffIgnored16,
|
|
813
|
-
DiffIgnored24,
|
|
814
|
-
DiffModified16,
|
|
815
|
-
DiffModified24,
|
|
816
|
-
DiffRemoved16,
|
|
817
|
-
DiffRemoved24,
|
|
818
|
-
DiffRenamed16,
|
|
819
|
-
DiffRenamed24,
|
|
820
|
-
DiscussionClosed16,
|
|
821
|
-
DiscussionClosed24,
|
|
822
|
-
DiscussionDuplicate16,
|
|
823
|
-
DiscussionDuplicate24,
|
|
824
|
-
DiscussionOutdated16,
|
|
825
|
-
DiscussionOutdated24,
|
|
826
|
-
Dot16,
|
|
827
|
-
Dot24,
|
|
828
|
-
DotFill16,
|
|
829
|
-
DotFill24,
|
|
830
|
-
Download16,
|
|
831
|
-
Download24,
|
|
832
|
-
Duplicate16,
|
|
833
|
-
Duplicate24,
|
|
834
|
-
Ellipsis16,
|
|
835
|
-
Ellipsis24,
|
|
836
|
-
Eye16,
|
|
837
|
-
Eye24,
|
|
838
|
-
EyeClosed16,
|
|
839
|
-
EyeClosed24,
|
|
840
|
-
FeedDiscussion16,
|
|
841
|
-
FeedForked16,
|
|
842
|
-
FeedHeart16,
|
|
843
|
-
FeedIssueClosed16,
|
|
844
|
-
FeedIssueDraft16,
|
|
845
|
-
FeedIssueOpen16,
|
|
846
|
-
FeedIssueReopen16,
|
|
847
|
-
FeedMerged16,
|
|
848
|
-
FeedPerson16,
|
|
849
|
-
FeedPlus16,
|
|
850
|
-
FeedPublic16,
|
|
851
|
-
FeedPullRequestClosed16,
|
|
852
|
-
FeedPullRequestDraft16,
|
|
853
|
-
FeedPullRequestOpen16,
|
|
854
|
-
FeedRepo16,
|
|
855
|
-
FeedRocket16,
|
|
856
|
-
FeedStar16,
|
|
857
|
-
FeedTag16,
|
|
858
|
-
FeedTrophy16,
|
|
859
|
-
File16,
|
|
860
|
-
File24,
|
|
861
|
-
FileAdded16,
|
|
862
|
-
FileAdded24,
|
|
863
|
-
FileBadge16,
|
|
864
|
-
FileBadge24,
|
|
865
|
-
FileBinary16,
|
|
866
|
-
FileBinary24,
|
|
867
|
-
FileCode16,
|
|
868
|
-
FileCode24,
|
|
869
|
-
FileDiff16,
|
|
870
|
-
FileDiff24,
|
|
871
|
-
FileDirectory16,
|
|
872
|
-
FileDirectory24,
|
|
873
|
-
FileDirectoryFill16,
|
|
874
|
-
FileDirectoryFill24,
|
|
875
|
-
FileDirectoryOpenFill16,
|
|
876
|
-
FileDirectoryOpenFill24,
|
|
877
|
-
FileDirectorySymlink16,
|
|
878
|
-
FileDirectorySymlink24,
|
|
879
|
-
FileMedia16,
|
|
880
|
-
FileMedia24,
|
|
881
|
-
FileMoved16,
|
|
882
|
-
FileMoved24,
|
|
883
|
-
FileRemoved16,
|
|
884
|
-
FileRemoved24,
|
|
885
|
-
FileSubmodule16,
|
|
886
|
-
FileSubmodule24,
|
|
887
|
-
FileSymlinkFile16,
|
|
888
|
-
FileSymlinkFile24,
|
|
889
|
-
FileZip16,
|
|
890
|
-
FileZip24,
|
|
891
|
-
Filter16,
|
|
892
|
-
Filter24,
|
|
893
|
-
FilterRemove16,
|
|
894
|
-
FilterRemove24,
|
|
895
|
-
FiscalHost16,
|
|
896
|
-
FiscalHost24,
|
|
897
|
-
Flame16,
|
|
898
|
-
Flame24,
|
|
899
|
-
Fold16,
|
|
900
|
-
Fold24,
|
|
901
|
-
FoldDown16,
|
|
902
|
-
FoldDown24,
|
|
903
|
-
FoldUp16,
|
|
904
|
-
FoldUp24,
|
|
905
|
-
Gear16,
|
|
906
|
-
Gear24,
|
|
907
|
-
Gift16,
|
|
908
|
-
Gift24,
|
|
909
|
-
GitBranch16,
|
|
910
|
-
GitBranch24,
|
|
911
|
-
GitCommit16,
|
|
912
|
-
GitCommit24,
|
|
913
|
-
GitCompare16,
|
|
914
|
-
GitCompare24,
|
|
915
|
-
GitMerge16,
|
|
916
|
-
GitMerge24,
|
|
917
|
-
GitMergeQueue16,
|
|
918
|
-
GitMergeQueue24,
|
|
919
|
-
GitPullRequest16,
|
|
920
|
-
GitPullRequest24,
|
|
921
|
-
GitPullRequestClosed16,
|
|
922
|
-
GitPullRequestClosed24,
|
|
923
|
-
GitPullRequestDraft16,
|
|
924
|
-
GitPullRequestDraft24,
|
|
925
|
-
Globe16,
|
|
926
|
-
Globe24,
|
|
927
|
-
Goal16,
|
|
928
|
-
Goal24,
|
|
929
|
-
Grabber16,
|
|
930
|
-
Grabber24,
|
|
931
|
-
Graph16,
|
|
932
|
-
Graph24,
|
|
933
|
-
Hash16,
|
|
934
|
-
Hash24,
|
|
935
|
-
Heading16,
|
|
936
|
-
Heading24,
|
|
937
|
-
Heart16,
|
|
938
|
-
Heart24,
|
|
939
|
-
HeartFill16,
|
|
940
|
-
HeartFill24,
|
|
941
|
-
History16,
|
|
942
|
-
History24,
|
|
943
|
-
Home16,
|
|
944
|
-
Home24,
|
|
945
|
-
HomeFill16,
|
|
946
|
-
HomeFill24,
|
|
947
|
-
HorizontalRule16,
|
|
948
|
-
HorizontalRule24,
|
|
949
|
-
Hourglass16,
|
|
950
|
-
Hourglass24,
|
|
951
|
-
Hubot16,
|
|
952
|
-
Hubot24,
|
|
953
|
-
IdBadge16,
|
|
954
|
-
IdBadge24,
|
|
955
|
-
Image16,
|
|
956
|
-
Image24,
|
|
957
|
-
Inbox16,
|
|
958
|
-
Inbox24,
|
|
959
|
-
Infinity16,
|
|
960
|
-
Infinity24,
|
|
961
|
-
Info16,
|
|
962
|
-
Info24,
|
|
963
|
-
IssueClosed16,
|
|
964
|
-
IssueClosed24,
|
|
965
|
-
IssueDraft16,
|
|
966
|
-
IssueDraft24,
|
|
967
|
-
IssueOpened16,
|
|
968
|
-
IssueOpened24,
|
|
969
|
-
IssueReopened16,
|
|
970
|
-
IssueReopened24,
|
|
971
|
-
IssueTrackedBy16,
|
|
972
|
-
IssueTrackedBy24,
|
|
973
|
-
IssueTracks16,
|
|
974
|
-
IssueTracks24,
|
|
975
|
-
Italic16,
|
|
976
|
-
Italic24,
|
|
977
|
-
Iterations16,
|
|
978
|
-
Iterations24,
|
|
979
|
-
KebabHorizontal16,
|
|
980
|
-
KebabHorizontal24,
|
|
981
|
-
Key16,
|
|
982
|
-
Key24,
|
|
983
|
-
KeyAsterisk16,
|
|
984
|
-
KeyAsterisk24,
|
|
985
|
-
Law16,
|
|
986
|
-
Law24,
|
|
987
|
-
LightBulb16,
|
|
988
|
-
LightBulb24,
|
|
989
|
-
Link16,
|
|
990
|
-
Link24,
|
|
991
|
-
LinkExternal16,
|
|
992
|
-
LinkExternal24,
|
|
993
|
-
ListOrdered16,
|
|
994
|
-
ListOrdered24,
|
|
995
|
-
ListUnordered16,
|
|
996
|
-
ListUnordered24,
|
|
997
|
-
Location16,
|
|
998
|
-
Location24,
|
|
999
|
-
Lock16,
|
|
1000
|
-
Lock24,
|
|
1001
|
-
Log16,
|
|
1002
|
-
Log24,
|
|
1003
|
-
LogoGist16,
|
|
1004
|
-
LogoGist24,
|
|
1005
|
-
LogoGithub16,
|
|
1006
|
-
LogoGithub24,
|
|
1007
|
-
Mail16,
|
|
1008
|
-
Mail24,
|
|
1009
|
-
MarkGithub16,
|
|
1010
|
-
MarkGithub24,
|
|
1011
|
-
Markdown16,
|
|
1012
|
-
Markdown24,
|
|
1013
|
-
Megaphone16,
|
|
1014
|
-
Megaphone24,
|
|
1015
|
-
Mention16,
|
|
1016
|
-
Mention24,
|
|
1017
|
-
Meter16,
|
|
1018
|
-
Meter24,
|
|
1019
|
-
Milestone16,
|
|
1020
|
-
Milestone24,
|
|
1021
|
-
Mirror16,
|
|
1022
|
-
Mirror24,
|
|
1023
|
-
Moon16,
|
|
1024
|
-
Moon24,
|
|
1025
|
-
MortarBoard16,
|
|
1026
|
-
MortarBoard24,
|
|
1027
|
-
MovetoBottom16,
|
|
1028
|
-
MovetoBottom24,
|
|
1029
|
-
MovetoEnd16,
|
|
1030
|
-
MovetoEnd24,
|
|
1031
|
-
MovetoStart16,
|
|
1032
|
-
MovetoStart24,
|
|
1033
|
-
MovetoTop16,
|
|
1034
|
-
MovetoTop24,
|
|
1035
|
-
MultiSelect16,
|
|
1036
|
-
MultiSelect24,
|
|
1037
|
-
Mute16,
|
|
1038
|
-
Mute24,
|
|
1039
|
-
NoEntry16,
|
|
1040
|
-
NoEntry24,
|
|
1041
|
-
NoEntryFill12,
|
|
1042
|
-
NorthStar16,
|
|
1043
|
-
NorthStar24,
|
|
1044
|
-
Note16,
|
|
1045
|
-
Note24,
|
|
1046
|
-
Number16,
|
|
1047
|
-
Number24,
|
|
1048
|
-
Organization16,
|
|
1049
|
-
Organization24,
|
|
1050
|
-
Package16,
|
|
1051
|
-
Package24,
|
|
1052
|
-
PackageDependencies16,
|
|
1053
|
-
PackageDependencies24,
|
|
1054
|
-
PackageDependents16,
|
|
1055
|
-
PackageDependents24,
|
|
1056
|
-
Paintbrush16,
|
|
1057
|
-
Paintbrush24,
|
|
1058
|
-
PaperAirplane16,
|
|
1059
|
-
PaperAirplane24,
|
|
1060
|
-
Paperclip16,
|
|
1061
|
-
Paperclip24,
|
|
1062
|
-
PasskeyFill16,
|
|
1063
|
-
PasskeyFill24,
|
|
1064
|
-
Paste16,
|
|
1065
|
-
Paste24,
|
|
1066
|
-
Pencil16,
|
|
1067
|
-
Pencil24,
|
|
1068
|
-
People16,
|
|
1069
|
-
People24,
|
|
1070
|
-
Person16,
|
|
1071
|
-
Person24,
|
|
1072
|
-
PersonAdd16,
|
|
1073
|
-
PersonAdd24,
|
|
1074
|
-
PersonFill16,
|
|
1075
|
-
PersonFill24,
|
|
1076
|
-
Pin16,
|
|
1077
|
-
Pin24,
|
|
1078
|
-
PinSlash16,
|
|
1079
|
-
PinSlash24,
|
|
1080
|
-
PivotColumn16,
|
|
1081
|
-
PivotColumn24,
|
|
1082
|
-
Play16,
|
|
1083
|
-
Play24,
|
|
1084
|
-
Plug16,
|
|
1085
|
-
Plug24,
|
|
1086
|
-
Plus16,
|
|
1087
|
-
Plus24,
|
|
1088
|
-
PlusCircle16,
|
|
1089
|
-
PlusCircle24,
|
|
1090
|
-
Project16,
|
|
1091
|
-
Project24,
|
|
1092
|
-
ProjectRoadmap16,
|
|
1093
|
-
ProjectRoadmap24,
|
|
1094
|
-
ProjectSymlink16,
|
|
1095
|
-
ProjectSymlink24,
|
|
1096
|
-
ProjectTemplate16,
|
|
1097
|
-
ProjectTemplate24,
|
|
1098
|
-
Pulse16,
|
|
1099
|
-
Pulse24,
|
|
1100
|
-
Question16,
|
|
1101
|
-
Question24,
|
|
1102
|
-
Quote16,
|
|
1103
|
-
Quote24,
|
|
1104
|
-
Read16,
|
|
1105
|
-
Read24,
|
|
1106
|
-
Redo16,
|
|
1107
|
-
Redo24,
|
|
1108
|
-
RelFilePath16,
|
|
1109
|
-
RelFilePath24,
|
|
1110
|
-
Reply16,
|
|
1111
|
-
Reply24,
|
|
1112
|
-
Repo16,
|
|
1113
|
-
Repo24,
|
|
1114
|
-
RepoClone16,
|
|
1115
|
-
RepoClone24,
|
|
1116
|
-
RepoDelete24,
|
|
1117
|
-
RepoDeleted16,
|
|
1118
|
-
RepoForked16,
|
|
1119
|
-
RepoForked24,
|
|
1120
|
-
RepoLocked16,
|
|
1121
|
-
RepoLocked24,
|
|
1122
|
-
RepoPull16,
|
|
1123
|
-
RepoPull24,
|
|
1124
|
-
RepoPush16,
|
|
1125
|
-
RepoPush24,
|
|
1126
|
-
RepoTemplate16,
|
|
1127
|
-
RepoTemplate24,
|
|
1128
|
-
Report16,
|
|
1129
|
-
Report24,
|
|
1130
|
-
Rocket16,
|
|
1131
|
-
Rocket24,
|
|
1132
|
-
Rows16,
|
|
1133
|
-
Rows24,
|
|
1134
|
-
Rss16,
|
|
1135
|
-
Rss24,
|
|
1136
|
-
Ruby16,
|
|
1137
|
-
Ruby24,
|
|
1138
|
-
ScreenFull16,
|
|
1139
|
-
ScreenFull24,
|
|
1140
|
-
ScreenNormal16,
|
|
1141
|
-
ScreenNormal24,
|
|
1142
|
-
Search16,
|
|
1143
|
-
Search24,
|
|
1144
|
-
Server16,
|
|
1145
|
-
Server24,
|
|
1146
|
-
Share16,
|
|
1147
|
-
Share24,
|
|
1148
|
-
ShareAndroid16,
|
|
1149
|
-
ShareAndroid24,
|
|
1150
|
-
Shield16,
|
|
1151
|
-
Shield24,
|
|
1152
|
-
ShieldCheck16,
|
|
1153
|
-
ShieldCheck24,
|
|
1154
|
-
ShieldLock16,
|
|
1155
|
-
ShieldLock24,
|
|
1156
|
-
ShieldSlash16,
|
|
1157
|
-
ShieldSlash24,
|
|
1158
|
-
ShieldX16,
|
|
1159
|
-
ShieldX24,
|
|
1160
|
-
SidebarCollapse16,
|
|
1161
|
-
SidebarCollapse24,
|
|
1162
|
-
SidebarExpand16,
|
|
1163
|
-
SidebarExpand24,
|
|
1164
|
-
SignIn16,
|
|
1165
|
-
SignIn24,
|
|
1166
|
-
SignOut16,
|
|
1167
|
-
SignOut24,
|
|
1168
|
-
SingleSelect16,
|
|
1169
|
-
SingleSelect24,
|
|
1170
|
-
Skip16,
|
|
1171
|
-
Skip24,
|
|
1172
|
-
SkipFill16,
|
|
1173
|
-
SkipFill24,
|
|
1174
|
-
Sliders16,
|
|
1175
|
-
Sliders24,
|
|
1176
|
-
Smiley16,
|
|
1177
|
-
Smiley24,
|
|
1178
|
-
SortAsc16,
|
|
1179
|
-
SortAsc24,
|
|
1180
|
-
SortDesc16,
|
|
1181
|
-
SortDesc24,
|
|
1182
|
-
SparkleFill16,
|
|
1183
|
-
SparkleFill24,
|
|
1184
|
-
Sponsortiers16,
|
|
1185
|
-
Sponsortiers24,
|
|
1186
|
-
Square16,
|
|
1187
|
-
Square24,
|
|
1188
|
-
SquareFill16,
|
|
1189
|
-
SquareFill24,
|
|
1190
|
-
Squirrel16,
|
|
1191
|
-
Squirrel24,
|
|
1192
|
-
Stack16,
|
|
1193
|
-
Stack24,
|
|
1194
|
-
Star16,
|
|
1195
|
-
Star24,
|
|
1196
|
-
StarFill16,
|
|
1197
|
-
StarFill24,
|
|
1198
|
-
Stop16,
|
|
1199
|
-
Stop24,
|
|
1200
|
-
Stopwatch16,
|
|
1201
|
-
Stopwatch24,
|
|
1202
|
-
Strikethrough16,
|
|
1203
|
-
Strikethrough24,
|
|
1204
|
-
Sun16,
|
|
1205
|
-
Sun24,
|
|
1206
|
-
Sync16,
|
|
1207
|
-
Sync24,
|
|
1208
|
-
Tab16,
|
|
1209
|
-
Tab24,
|
|
1210
|
-
TabExternal16,
|
|
1211
|
-
TabExternal24,
|
|
1212
|
-
Table16,
|
|
1213
|
-
Table24,
|
|
1214
|
-
Tag16,
|
|
1215
|
-
Tag24,
|
|
1216
|
-
Tasklist16,
|
|
1217
|
-
Tasklist24,
|
|
1218
|
-
Telescope16,
|
|
1219
|
-
Telescope24,
|
|
1220
|
-
TelescopeFill16,
|
|
1221
|
-
TelescopeFill24,
|
|
1222
|
-
Terminal16,
|
|
1223
|
-
Terminal24,
|
|
1224
|
-
ThreeBars16,
|
|
1225
|
-
ThreeBars24,
|
|
1226
|
-
Thumbsdown16,
|
|
1227
|
-
Thumbsdown24,
|
|
1228
|
-
Thumbsup16,
|
|
1229
|
-
Thumbsup24,
|
|
1230
|
-
Tools16,
|
|
1231
|
-
Tools24,
|
|
1232
|
-
TrackedByClosedCompleted16,
|
|
1233
|
-
TrackedByClosedCompleted24,
|
|
1234
|
-
TrackedByClosedNotPlanned16,
|
|
1235
|
-
TrackedByClosedNotPlanned24,
|
|
1236
|
-
Trash16,
|
|
1237
|
-
Trash24,
|
|
1238
|
-
TriangleDown16,
|
|
1239
|
-
TriangleDown24,
|
|
1240
|
-
TriangleLeft16,
|
|
1241
|
-
TriangleLeft24,
|
|
1242
|
-
TriangleRight16,
|
|
1243
|
-
TriangleRight24,
|
|
1244
|
-
TriangleUp16,
|
|
1245
|
-
TriangleUp24,
|
|
1246
|
-
Trophy16,
|
|
1247
|
-
Trophy24,
|
|
1248
|
-
Typography16,
|
|
1249
|
-
Typography24,
|
|
1250
|
-
Undo16,
|
|
1251
|
-
Undo24,
|
|
1252
|
-
Unfold16,
|
|
1253
|
-
Unfold24,
|
|
1254
|
-
Unlink16,
|
|
1255
|
-
Unlink24,
|
|
1256
|
-
Unlock16,
|
|
1257
|
-
Unlock24,
|
|
1258
|
-
Unmute16,
|
|
1259
|
-
Unmute24,
|
|
1260
|
-
Unread16,
|
|
1261
|
-
Unread24,
|
|
1262
|
-
Unverified16,
|
|
1263
|
-
Unverified24,
|
|
1264
|
-
Upload16,
|
|
1265
|
-
Upload24,
|
|
1266
|
-
Verified16,
|
|
1267
|
-
Verified24,
|
|
1268
|
-
Versions16,
|
|
1269
|
-
Versions24,
|
|
1270
|
-
Video16,
|
|
1271
|
-
Video24,
|
|
1272
|
-
Webhook16,
|
|
1273
|
-
Workflow16,
|
|
1274
|
-
Workflow24,
|
|
1275
|
-
X12,
|
|
1276
|
-
X16,
|
|
1277
|
-
X24,
|
|
1278
|
-
XCircle16,
|
|
1279
|
-
XCircle24,
|
|
1280
|
-
XCircleFill12,
|
|
1281
|
-
XCircleFill16,
|
|
1282
|
-
XCircleFill24,
|
|
1283
|
-
Zap16,
|
|
1284
|
-
Zap24,
|
|
1285
|
-
ZoomIn16,
|
|
1286
|
-
ZoomIn24,
|
|
1287
|
-
ZoomOut16,
|
|
1288
|
-
ZoomOut24,
|
|
1289
|
-
}
|