@forgedevstack/bear 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -0
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.cjs +1 -1
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.js +1 -1
- package/dist/components/Alert/Alert.cjs +1 -1
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Avatar/Avatar.cjs +1 -1
- package/dist/components/Avatar/Avatar.js +1 -1
- package/dist/components/BackTop/BackTop.cjs +1 -1
- package/dist/components/BackTop/BackTop.js +1 -1
- package/dist/components/Banner/Banner.const.cjs +1 -1
- package/dist/components/Banner/Banner.const.js +1 -1
- package/dist/components/Blockquote/Blockquote.cjs +1 -1
- package/dist/components/Blockquote/Blockquote.js +1 -1
- package/dist/components/BottomSheet/BottomSheet.cjs +1 -1
- package/dist/components/BottomSheet/BottomSheet.js +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/components/Calendar/Calendar.cjs +1 -1
- package/dist/components/Calendar/Calendar.js +1 -1
- package/dist/components/Chart/BarChart.cjs +1 -1
- package/dist/components/Chart/BarChart.d.ts +1 -2
- package/dist/components/Chart/BarChart.js +81 -61
- package/dist/components/Chart/Chart.cjs +1 -1
- package/dist/components/Chart/Chart.const.cjs +1 -1
- package/dist/components/Chart/Chart.const.d.ts +24 -3
- package/dist/components/Chart/Chart.const.js +39 -16
- package/dist/components/Chart/Chart.d.ts +1 -5
- package/dist/components/Chart/Chart.js +19 -23
- package/dist/components/Chart/Chart.types.d.ts +11 -19
- package/dist/components/Chart/Chart.utils.cjs +1 -1
- package/dist/components/Chart/Chart.utils.d.ts +8 -18
- package/dist/components/Chart/Chart.utils.js +39 -3
- package/dist/components/Chart/FunnelChart.cjs +1 -0
- package/dist/components/Chart/FunnelChart.d.ts +2 -0
- package/dist/components/Chart/FunnelChart.js +59 -0
- package/dist/components/Chart/LineChart.cjs +1 -1
- package/dist/components/Chart/LineChart.d.ts +1 -2
- package/dist/components/Chart/LineChart.js +51 -55
- package/dist/components/Chart/PieChart.cjs +1 -1
- package/dist/components/Chart/PieChart.d.ts +1 -2
- package/dist/components/Chart/PieChart.js +121 -106
- package/dist/components/Chart/PieChart.types.d.ts +8 -0
- package/dist/components/Chart/RadarChart.cjs +1 -0
- package/dist/components/Chart/RadarChart.d.ts +2 -0
- package/dist/components/Chart/RadarChart.js +100 -0
- package/dist/components/Chart/index.d.ts +3 -1
- package/dist/components/Chat/Chat.cjs +1 -1
- package/dist/components/Chat/Chat.js +1 -1
- package/dist/components/CurrencyInput/CurrencyInput.cjs +1 -1
- package/dist/components/CurrencyInput/CurrencyInput.js +1 -1
- package/dist/components/DatePicker/DatePicker.cjs +1 -1
- package/dist/components/DatePicker/DatePicker.js +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.cjs +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.js +1 -1
- package/dist/components/Drawer/Drawer.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.d.ts +2 -11
- package/dist/components/Drawer/Drawer.const.js +6 -55
- package/dist/components/Drawer/Drawer.d.ts +1 -2
- package/dist/components/Drawer/Drawer.js +87 -131
- package/dist/components/Drawer/Drawer.types.d.ts +16 -3
- package/dist/components/Drawer/Drawer.utils.d.ts +0 -4
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.js +26 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.types.d.ts +20 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderClose.js +17 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.cjs +1 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.d.ts +2 -0
- package/dist/components/Drawer/components/DrawerHeader/DrawerHeaderTitle.js +9 -0
- package/dist/components/Drawer/components/DrawerHeader/index.d.ts +2 -0
- package/dist/components/Drawer/components/index.d.ts +1 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.cjs +1 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.d.ts +2 -0
- package/dist/components/Drawer/helpers/DrawerOptionalHeader.js +9 -0
- package/dist/components/Drawer/helpers/index.d.ts +1 -0
- package/dist/components/Drawer/hooks/index.d.ts +1 -0
- package/dist/components/Drawer/hooks/useDrawer.cjs +1 -0
- package/dist/components/Drawer/hooks/useDrawer.d.ts +2 -0
- package/dist/components/Drawer/hooks/useDrawer.js +51 -0
- package/dist/components/Editable/Editable.cjs +1 -1
- package/dist/components/Editable/Editable.js +1 -1
- package/dist/components/FileTree/FileTree.cjs +1 -1
- package/dist/components/FileTree/FileTree.js +1 -1
- package/dist/components/FloatingChat/FloatingChat.cjs +1 -1
- package/dist/components/FloatingChat/FloatingChat.js +1 -1
- package/dist/components/Gauge/Gauge.cjs +1 -1
- package/dist/components/Gauge/Gauge.const.cjs +1 -1
- package/dist/components/Gauge/Gauge.const.d.ts +5 -0
- package/dist/components/Gauge/Gauge.const.js +11 -6
- package/dist/components/Gauge/Gauge.d.ts +1 -2
- package/dist/components/Gauge/Gauge.js +69 -45
- package/dist/components/Gauge/Gauge.types.d.ts +11 -2
- package/dist/components/Gauge/helpers/GaugeLinearBar.cjs +1 -0
- package/dist/components/Gauge/helpers/GaugeLinearBar.d.ts +2 -0
- package/dist/components/Gauge/helpers/GaugeLinearBar.js +40 -0
- package/dist/components/Heatmap/Heatmap.cjs +1 -1
- package/dist/components/Heatmap/Heatmap.const.cjs +1 -1
- package/dist/components/Heatmap/Heatmap.const.d.ts +2 -0
- package/dist/components/Heatmap/Heatmap.const.js +8 -6
- package/dist/components/Heatmap/Heatmap.js +51 -47
- package/dist/components/Heatmap/Heatmap.types.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +2 -39
- package/dist/components/Icon/Icon.types.d.ts +1 -17
- package/dist/components/Icon/icons/action.d.ts +1 -85
- package/dist/components/Icon/icons/bear.d.ts +1 -12
- package/dist/components/Icon/icons/charts.d.ts +1 -0
- package/dist/components/Icon/icons/commerce.d.ts +1 -25
- package/dist/components/Icon/icons/communication.d.ts +1 -48
- package/dist/components/Icon/icons/content.d.ts +1 -53
- package/dist/components/Icon/icons/device.d.ts +1 -27
- package/dist/components/Icon/icons/editor.d.ts +1 -54
- package/dist/components/Icon/icons/file.d.ts +1 -25
- package/dist/components/Icon/icons/index.d.ts +1 -9
- package/dist/components/Icon/icons/media.d.ts +1 -64
- package/dist/components/Icon/icons/misc.d.ts +1 -96
- package/dist/components/Icon/icons/navigation.d.ts +1 -56
- package/dist/components/Icon/icons/social.d.ts +1 -24
- package/dist/components/Icon/icons/status.d.ts +1 -61
- package/dist/components/Icon/index.d.ts +2 -605
- package/dist/components/ImageAnnotation/ImageAnnotation.cjs +1 -1
- package/dist/components/ImageAnnotation/ImageAnnotation.js +1 -1
- package/dist/components/JsonViewer/JsonViewer.cjs +1 -1
- package/dist/components/JsonViewer/JsonViewer.js +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.cjs +1 -1
- package/dist/components/MediaPlayer/MediaPlayer.js +1 -1
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/PageNav/PageNav.cjs +1 -1
- package/dist/components/PageNav/PageNav.js +1 -1
- package/dist/components/PasswordInput/PasswordInput.cjs +1 -1
- package/dist/components/PasswordInput/PasswordInput.js +5 -5
- package/dist/components/PropsPlayground/PropsPlayground.cjs +1 -1
- package/dist/components/PropsPlayground/PropsPlayground.js +1 -1
- package/dist/components/Rating/components/StarIcon/StarIcon.cjs +1 -1
- package/dist/components/Rating/components/StarIcon/StarIcon.js +1 -1
- package/dist/components/Result/Result.utils.cjs +1 -1
- package/dist/components/Result/Result.utils.js +1 -1
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarColorPicker/ToolbarColorPicker.js +1 -1
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarDropdown/ToolbarDropdown.js +1 -1
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarMore/ToolbarMore.js +1 -1
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.cjs +1 -1
- package/dist/components/RichEditor/components/ToolbarSignature/ToolbarSignature.js +1 -1
- package/dist/components/RichEditor/helpers/IconRender.cjs +1 -1
- package/dist/components/RichEditor/helpers/IconRender.js +16 -16
- package/dist/components/RichEditor/helpers/toolbarItemRender.cjs +1 -1
- package/dist/components/RichEditor/helpers/toolbarItemRender.js +23 -23
- package/dist/components/RingProgress/RingProgress.cjs +1 -1
- package/dist/components/RingProgress/RingProgress.const.cjs +1 -1
- package/dist/components/RingProgress/RingProgress.const.d.ts +3 -0
- package/dist/components/RingProgress/RingProgress.const.js +7 -4
- package/dist/components/RingProgress/RingProgress.js +38 -37
- package/dist/components/RingProgress/RingProgress.types.d.ts +1 -0
- package/dist/components/Select/Select.cjs +1 -1
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Sidebar/Sidebar.cjs +1 -1
- package/dist/components/Sidebar/Sidebar.js +16 -15
- package/dist/components/Sidebar/Sidebar.types.d.ts +1 -1
- package/dist/components/Sidebar/Sidebar.utils.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.utils.d.ts +2 -0
- package/dist/components/Sidebar/Sidebar.utils.js +11 -0
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.cjs +1 -1
- package/dist/components/Sidebar/components/SidebarGroup/SidebarGroup.js +1 -1
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.cjs +1 -1
- package/dist/components/Sidebar/components/SidebarItem/SidebarItem.js +55 -51
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/SliderRange/SliderRange.cjs +1 -1
- package/dist/components/SliderRange/SliderRange.js +19 -19
- package/dist/components/Sparkline/Sparkline.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.const.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.const.d.ts +5 -0
- package/dist/components/Sparkline/Sparkline.const.js +9 -4
- package/dist/components/Sparkline/Sparkline.d.ts +1 -2
- package/dist/components/Sparkline/Sparkline.js +75 -53
- package/dist/components/Sparkline/Sparkline.types.d.ts +2 -0
- package/dist/components/Sparkline/Sparkline.utils.cjs +1 -1
- package/dist/components/Sparkline/Sparkline.utils.d.ts +7 -12
- package/dist/components/Sparkline/Sparkline.utils.js +33 -20
- package/dist/components/Sparkline/index.d.ts +2 -2
- package/dist/components/Stepper/Stepper.cjs +1 -1
- package/dist/components/Stepper/Stepper.js +1 -1
- package/dist/components/Tabs/TabList.cjs +1 -1
- package/dist/components/Tabs/TabList.js +1 -1
- package/dist/components/TimePicker/TimePicker.cjs +1 -1
- package/dist/components/TimePicker/TimePicker.js +1 -1
- package/dist/components/TimelineChart/TimelineChart.cjs +1 -1
- package/dist/components/TimelineChart/TimelineChart.const.cjs +1 -1
- package/dist/components/TimelineChart/TimelineChart.const.d.ts +3 -0
- package/dist/components/TimelineChart/TimelineChart.const.js +7 -4
- package/dist/components/TimelineChart/TimelineChart.js +56 -42
- package/dist/components/TimelineChart/TimelineChart.types.d.ts +1 -1
- package/dist/components/TreeSelect/TreeSelect.cjs +1 -1
- package/dist/components/TreeSelect/TreeSelect.js +1 -1
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.cjs +1 -1
- package/dist/components/TreeSelect/components/TreeSelectExpandControl/TreeSelectExpandControl.js +1 -1
- package/dist/components/TreeView/TreeView.cjs +1 -1
- package/dist/components/TreeView/TreeView.js +3 -2
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.cjs +1 -1
- package/dist/components/TreeView/components/TreeViewExpandControl/TreeViewExpandControl.js +1 -1
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.cjs +1 -1
- package/dist/components/TreeView/components/TreeViewNodeIcon/TreeViewNodeIcon.js +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +409 -406
- package/dist/constants/generals.const.cjs +1 -1
- package/dist/constants/generals.const.d.ts +4 -0
- package/dist/constants/generals.const.js +50 -47
- package/dist/icons.cjs +1 -1
- package/dist/icons.d.ts +2 -2
- package/dist/icons.js +1 -6
- package/dist/index.cjs +1 -1
- package/dist/index.js +551 -548
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.js +14 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.js +35 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.js +26 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.js +4 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.js +130 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.js +12 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.js +18 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.cjs +1 -0
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.js +6 -0
- package/dist/styles/_drawer.css +213 -0
- package/dist/styles/_overlays.css +0 -1
- package/dist/styles/main.css +1 -0
- package/dist/styles.css +226 -25
- package/package.json +5 -1
- package/dist/components/Icon/Icon.cjs +0 -1
- package/dist/components/Icon/Icon.const.d.ts +0 -1
- package/dist/components/Icon/Icon.js +0 -45
- package/dist/components/Icon/icons/action.cjs +0 -1
- package/dist/components/Icon/icons/action.js +0 -351
- package/dist/components/Icon/icons/bear.cjs +0 -1
- package/dist/components/Icon/icons/bear.js +0 -47
- package/dist/components/Icon/icons/commerce.cjs +0 -1
- package/dist/components/Icon/icons/commerce.js +0 -124
- package/dist/components/Icon/icons/communication.cjs +0 -1
- package/dist/components/Icon/icons/communication.js +0 -184
- package/dist/components/Icon/icons/content.cjs +0 -1
- package/dist/components/Icon/icons/content.js +0 -231
- package/dist/components/Icon/icons/device.cjs +0 -1
- package/dist/components/Icon/icons/device.js +0 -122
- package/dist/components/Icon/icons/editor.cjs +0 -1
- package/dist/components/Icon/icons/editor.js +0 -285
- package/dist/components/Icon/icons/file.cjs +0 -1
- package/dist/components/Icon/icons/file.js +0 -120
- package/dist/components/Icon/icons/media.cjs +0 -1
- package/dist/components/Icon/icons/media.js +0 -306
- package/dist/components/Icon/icons/misc.cjs +0 -1
- package/dist/components/Icon/icons/misc.js +0 -450
- package/dist/components/Icon/icons/navigation.cjs +0 -1
- package/dist/components/Icon/icons/navigation.js +0 -215
- package/dist/components/Icon/icons/social.cjs +0 -1
- package/dist/components/Icon/icons/social.js +0 -89
- package/dist/components/Icon/icons/status.cjs +0 -1
- package/dist/components/Icon/icons/status.js +0 -271
- package/dist/components/Icon/index.cjs +0 -1
- package/dist/components/Icon/index.js +0 -79
|
@@ -1,85 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const AddIcon: IconComponent;
|
|
5
|
-
export declare const AddCircleIcon: IconComponent;
|
|
6
|
-
export declare const AddBoxIcon: IconComponent;
|
|
7
|
-
export declare const RemoveIcon: IconComponent;
|
|
8
|
-
export declare const RemoveCircleIcon: IconComponent;
|
|
9
|
-
export declare const DeleteIcon: IconComponent;
|
|
10
|
-
export declare const DeleteForeverIcon: IconComponent;
|
|
11
|
-
export declare const SearchIcon: IconComponent;
|
|
12
|
-
export declare const SearchOffIcon: IconComponent;
|
|
13
|
-
export declare const FindReplaceIcon: IconComponent;
|
|
14
|
-
export declare const SettingsIcon: IconComponent;
|
|
15
|
-
export declare const TuneIcon: IconComponent;
|
|
16
|
-
export declare const FilterIcon: IconComponent;
|
|
17
|
-
export declare const FilterListIcon: IconComponent;
|
|
18
|
-
export declare const SortIcon: IconComponent;
|
|
19
|
-
export declare const EditIcon: IconComponent;
|
|
20
|
-
export declare const EditNoteIcon: IconComponent;
|
|
21
|
-
export declare const CreateIcon: IconComponent;
|
|
22
|
-
export declare const SaveIcon: IconComponent;
|
|
23
|
-
export declare const SaveAltIcon: IconComponent;
|
|
24
|
-
export declare const DownloadIcon: IconComponent;
|
|
25
|
-
export declare const UploadIcon: IconComponent;
|
|
26
|
-
export declare const CloudDownloadIcon: IconComponent;
|
|
27
|
-
export declare const CloudUploadIcon: IconComponent;
|
|
28
|
-
export declare const CopyIcon: IconComponent;
|
|
29
|
-
export declare const ContentCopyIcon: IconComponent;
|
|
30
|
-
export declare const ContentPasteIcon: IconComponent;
|
|
31
|
-
export declare const ContentCutIcon: IconComponent;
|
|
32
|
-
export declare const UndoIcon: IconComponent;
|
|
33
|
-
export declare const RedoIcon: IconComponent;
|
|
34
|
-
export declare const RefreshIcon: IconComponent;
|
|
35
|
-
export declare const SyncIcon: IconComponent;
|
|
36
|
-
export declare const CachedIcon: IconComponent;
|
|
37
|
-
export declare const PowerIcon: IconComponent;
|
|
38
|
-
export declare const PowerOffIcon: IconComponent;
|
|
39
|
-
export declare const VisibilityIcon: IconComponent;
|
|
40
|
-
export declare const VisibilityOffIcon: IconComponent;
|
|
41
|
-
export declare const LockIcon: IconComponent;
|
|
42
|
-
export declare const LockOpenIcon: IconComponent;
|
|
43
|
-
export declare const KeyIcon: IconComponent;
|
|
44
|
-
export declare const PersonIcon: IconComponent;
|
|
45
|
-
export declare const PersonAddIcon: IconComponent;
|
|
46
|
-
export declare const PersonRemoveIcon: IconComponent;
|
|
47
|
-
export declare const GroupIcon: IconComponent;
|
|
48
|
-
export declare const GroupAddIcon: IconComponent;
|
|
49
|
-
export declare const ZoomInIcon: IconComponent;
|
|
50
|
-
export declare const ZoomOutIcon: IconComponent;
|
|
51
|
-
export declare const PrintIcon: IconComponent;
|
|
52
|
-
export declare const BuildIcon: IconComponent;
|
|
53
|
-
export declare const HandymanIcon: IconComponent;
|
|
54
|
-
export declare const MoreHorizIcon: IconComponent;
|
|
55
|
-
export declare const MoreVertIcon: IconComponent;
|
|
56
|
-
export declare const FullscreenIcon: IconComponent;
|
|
57
|
-
export declare const FullscreenExitIcon: IconComponent;
|
|
58
|
-
export declare const FavoriteIcon: IconComponent;
|
|
59
|
-
export declare const FavoriteBorderIcon: IconComponent;
|
|
60
|
-
export declare const StarIcon: IconComponent;
|
|
61
|
-
export declare const StarBorderIcon: IconComponent;
|
|
62
|
-
export declare const StarHalfIcon: IconComponent;
|
|
63
|
-
export declare const BookmarkIcon: IconComponent;
|
|
64
|
-
export declare const BookmarkBorderIcon: IconComponent;
|
|
65
|
-
export declare const BookmarkAddIcon: IconComponent;
|
|
66
|
-
export declare const ShareIcon: IconComponent;
|
|
67
|
-
export declare const OpenInNewIcon: IconComponent;
|
|
68
|
-
export declare const LaunchIcon: IconComponent;
|
|
69
|
-
export declare const LinkIcon: IconComponent;
|
|
70
|
-
export declare const LinkOffIcon: IconComponent;
|
|
71
|
-
export declare const ArchiveIcon: IconComponent;
|
|
72
|
-
export declare const UnarchiveIcon: IconComponent;
|
|
73
|
-
export declare const HelpIcon: IconComponent;
|
|
74
|
-
export declare const HelpOutlineIcon: IconComponent;
|
|
75
|
-
export declare const LogoutIcon: IconComponent;
|
|
76
|
-
export declare const LoginIcon: IconComponent;
|
|
77
|
-
export declare const SendIcon: IconComponent;
|
|
78
|
-
export declare const FlashOnIcon: IconComponent;
|
|
79
|
-
export declare const FlashOffIcon: IconComponent;
|
|
80
|
-
export declare const ShoppingCartIcon: IconComponent;
|
|
81
|
-
export declare const ShoppingBagIcon: IconComponent;
|
|
82
|
-
export declare const AddShoppingCartIcon: IconComponent;
|
|
83
|
-
export declare const DragHandleIcon: IconComponent;
|
|
84
|
-
export declare const DragIndicatorIcon: IconComponent;
|
|
85
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/action';
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const HoneycombIcon: IconComponent;
|
|
5
|
-
export declare const ClawIcon: IconComponent;
|
|
6
|
-
export declare const ForestIcon: IconComponent;
|
|
7
|
-
export declare const DenIcon: IconComponent;
|
|
8
|
-
export declare const SalmonIcon: IconComponent;
|
|
9
|
-
export declare const CampfireIcon: IconComponent;
|
|
10
|
-
export declare const PineTreeIcon: IconComponent;
|
|
11
|
-
export declare const MountainIcon: IconComponent;
|
|
12
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/bear';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@forgedevstack/bear-icons/charts';
|
|
@@ -1,25 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const ShoppingCartIcon: IconComponent;
|
|
5
|
-
export declare const ShoppingBagIcon: IconComponent;
|
|
6
|
-
export declare const CreditCardIcon: IconComponent;
|
|
7
|
-
export declare const DollarSignIcon: IconComponent;
|
|
8
|
-
export declare const EuroIcon: IconComponent;
|
|
9
|
-
export declare const PoundIcon: IconComponent;
|
|
10
|
-
export declare const WalletIcon: IconComponent;
|
|
11
|
-
export declare const ReceiptIcon: IconComponent;
|
|
12
|
-
export declare const TagIcon: IconComponent;
|
|
13
|
-
export declare const TagsIcon: IconComponent;
|
|
14
|
-
export declare const PercentIcon: IconComponent;
|
|
15
|
-
export declare const TrendUpIcon: IconComponent;
|
|
16
|
-
export declare const TrendDownIcon: IconComponent;
|
|
17
|
-
export declare const BarCodeIcon: IconComponent;
|
|
18
|
-
export declare const GiftIcon: IconComponent;
|
|
19
|
-
export declare const StoreIcon: IconComponent;
|
|
20
|
-
export declare const TruckIcon: IconComponent;
|
|
21
|
-
export declare const PackageIcon: IconComponent;
|
|
22
|
-
export declare const InvoiceIcon: IconComponent;
|
|
23
|
-
export declare const BriefcaseIcon: IconComponent;
|
|
24
|
-
export declare const BankIcon: IconComponent;
|
|
25
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/commerce';
|
|
@@ -1,48 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const MailIcon: IconComponent;
|
|
5
|
-
export declare const MailOpenIcon: IconComponent;
|
|
6
|
-
export declare const MailOutlineIcon: IconComponent;
|
|
7
|
-
export declare const MarkEmailReadIcon: IconComponent;
|
|
8
|
-
export declare const ForwardToInboxIcon: IconComponent;
|
|
9
|
-
export declare const ChatIcon: IconComponent;
|
|
10
|
-
export declare const ChatBubbleIcon: IconComponent;
|
|
11
|
-
export declare const ChatBubbleOutlineIcon: IconComponent;
|
|
12
|
-
export declare const MessageIcon: IconComponent;
|
|
13
|
-
export declare const MessageSquareIcon: IconComponent;
|
|
14
|
-
export declare const MessageCircleIcon: IconComponent;
|
|
15
|
-
export declare const ForumIcon: IconComponent;
|
|
16
|
-
export declare const QuestionAnswerIcon: IconComponent;
|
|
17
|
-
export declare const CommentIcon: IconComponent;
|
|
18
|
-
export declare const CommentAddIcon: IconComponent;
|
|
19
|
-
export declare const NotificationsIcon: IconComponent;
|
|
20
|
-
export declare const NotificationsActiveIcon: IconComponent;
|
|
21
|
-
export declare const NotificationsOffIcon: IconComponent;
|
|
22
|
-
export declare const NotificationsNoneIcon: IconComponent;
|
|
23
|
-
export declare const BellIcon: IconComponent;
|
|
24
|
-
export declare const BellOffIcon: IconComponent;
|
|
25
|
-
export declare const BellPlusIcon: IconComponent;
|
|
26
|
-
export declare const PhoneIcon: IconComponent;
|
|
27
|
-
export declare const PhoneInTalkIcon: IconComponent;
|
|
28
|
-
export declare const PhoneCallIcon: IconComponent;
|
|
29
|
-
export declare const PhoneOffIcon: IconComponent;
|
|
30
|
-
export declare const PhoneMissedIcon: IconComponent;
|
|
31
|
-
export declare const ContactsIcon: IconComponent;
|
|
32
|
-
export declare const ContactMailIcon: IconComponent;
|
|
33
|
-
export declare const ContactPhoneIcon: IconComponent;
|
|
34
|
-
export declare const AnnouncementIcon: IconComponent;
|
|
35
|
-
export declare const CampaignIcon: IconComponent;
|
|
36
|
-
export declare const SmsIcon: IconComponent;
|
|
37
|
-
export declare const VideoCallIcon: IconComponent;
|
|
38
|
-
export declare const VideocamIcon: IconComponent;
|
|
39
|
-
export declare const VideocamOffIcon: IconComponent;
|
|
40
|
-
export declare const ReplyIcon: IconComponent;
|
|
41
|
-
export declare const ReplyAllIcon: IconComponent;
|
|
42
|
-
export declare const ForwardIcon: IconComponent;
|
|
43
|
-
export declare const AtSignIcon: IconComponent;
|
|
44
|
-
export declare const AlternateEmailIcon: IconComponent;
|
|
45
|
-
export declare const RssIcon: IconComponent;
|
|
46
|
-
export declare const RssFeedIcon: IconComponent;
|
|
47
|
-
export declare const MegaphoneIcon: IconComponent;
|
|
48
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/communication';
|
|
@@ -1,53 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const FileIcon: IconComponent;
|
|
5
|
-
export declare const FileTextIcon: IconComponent;
|
|
6
|
-
export declare const FilePlusIcon: IconComponent;
|
|
7
|
-
export declare const FileMinusIcon: IconComponent;
|
|
8
|
-
export declare const FileCheckIcon: IconComponent;
|
|
9
|
-
export declare const FileXIcon: IconComponent;
|
|
10
|
-
export declare const FilesIcon: IconComponent;
|
|
11
|
-
export declare const FileCodeIcon: IconComponent;
|
|
12
|
-
export declare const FolderIcon: IconComponent;
|
|
13
|
-
export declare const FolderOpenIcon: IconComponent;
|
|
14
|
-
export declare const FolderPlusIcon: IconComponent;
|
|
15
|
-
export declare const FolderMinusIcon: IconComponent;
|
|
16
|
-
export declare const FolderCheckIcon: IconComponent;
|
|
17
|
-
export declare const ArticleIcon: IconComponent;
|
|
18
|
-
export declare const DescriptionIcon: IconComponent;
|
|
19
|
-
export declare const NoteIcon: IconComponent;
|
|
20
|
-
export declare const NoteAddIcon: IconComponent;
|
|
21
|
-
export declare const ClipboardIcon: IconComponent;
|
|
22
|
-
export declare const ClipboardTextIcon: IconComponent;
|
|
23
|
-
export declare const ClipboardCheckIcon: IconComponent;
|
|
24
|
-
export declare const ImageIcon: IconComponent;
|
|
25
|
-
export declare const ImageAddIcon: IconComponent;
|
|
26
|
-
export declare const ImageSearchIcon: IconComponent;
|
|
27
|
-
export declare const BrokenImageIcon: IconComponent;
|
|
28
|
-
export declare const PhotoIcon: IconComponent;
|
|
29
|
-
export declare const PhotoLibraryIcon: IconComponent;
|
|
30
|
-
export declare const PhotoCameraIcon: IconComponent;
|
|
31
|
-
export declare const AttachmentIcon: IconComponent;
|
|
32
|
-
export declare const AttachFileIcon: IconComponent;
|
|
33
|
-
export declare const BookIcon: IconComponent;
|
|
34
|
-
export declare const BookOpenIcon: IconComponent;
|
|
35
|
-
export declare const BookmarkIcon: IconComponent;
|
|
36
|
-
export declare const InboxIcon: IconComponent;
|
|
37
|
-
export declare const ArchiveIcon: IconComponent;
|
|
38
|
-
export declare const DatabaseIcon: IconComponent;
|
|
39
|
-
export declare const StorageIcon: IconComponent;
|
|
40
|
-
export declare const CloudIcon: IconComponent;
|
|
41
|
-
export declare const CloudOffIcon: IconComponent;
|
|
42
|
-
export declare const TagIcon: IconComponent;
|
|
43
|
-
export declare const TagsIcon: IconComponent;
|
|
44
|
-
export declare const LabelIcon: IconComponent;
|
|
45
|
-
export declare const TableIcon: IconComponent;
|
|
46
|
-
export declare const TableChartIcon: IconComponent;
|
|
47
|
-
export declare const CodeIcon: IconComponent;
|
|
48
|
-
export declare const CodeBlockIcon: IconComponent;
|
|
49
|
-
export declare const TerminalIcon: IconComponent;
|
|
50
|
-
export declare const HashIcon: IconComponent;
|
|
51
|
-
export declare const NumbersIcon: IconComponent;
|
|
52
|
-
export declare const FormatQuoteIcon: IconComponent;
|
|
53
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/content';
|
|
@@ -1,27 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const MonitorIcon: IconComponent;
|
|
5
|
-
export declare const LaptopIcon: IconComponent;
|
|
6
|
-
export declare const TabletIcon: IconComponent;
|
|
7
|
-
export declare const SmartphoneIcon: IconComponent;
|
|
8
|
-
export declare const WatchIcon: IconComponent;
|
|
9
|
-
export declare const TvIcon: IconComponent;
|
|
10
|
-
export declare const SpeakerIcon: IconComponent;
|
|
11
|
-
export declare const HeadphonesIcon: IconComponent;
|
|
12
|
-
export declare const CameraIcon: IconComponent;
|
|
13
|
-
export declare const PrinterIcon: IconComponent;
|
|
14
|
-
export declare const ServerIcon: IconComponent;
|
|
15
|
-
export declare const DatabaseIcon: IconComponent;
|
|
16
|
-
export declare const CloudIcon: IconComponent;
|
|
17
|
-
export declare const CloudUploadIcon: IconComponent;
|
|
18
|
-
export declare const CloudDownloadIcon: IconComponent;
|
|
19
|
-
export declare const WifiIcon: IconComponent;
|
|
20
|
-
export declare const WifiOffIcon: IconComponent;
|
|
21
|
-
export declare const BluetoothIcon: IconComponent;
|
|
22
|
-
export declare const BatteryIcon: IconComponent;
|
|
23
|
-
export declare const BatteryChargingIcon: IconComponent;
|
|
24
|
-
export declare const UsbIcon: IconComponent;
|
|
25
|
-
export declare const CpuIcon: IconComponent;
|
|
26
|
-
export declare const HardDriveIcon: IconComponent;
|
|
27
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/device';
|
|
@@ -1,54 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const BoldIcon: IconComponent;
|
|
5
|
-
export declare const ItalicIcon: IconComponent;
|
|
6
|
-
export declare const UnderlineIcon: IconComponent;
|
|
7
|
-
export declare const StrikethroughIcon: IconComponent;
|
|
8
|
-
export declare const AlignLeftIcon: IconComponent;
|
|
9
|
-
export declare const AlignCenterIcon: IconComponent;
|
|
10
|
-
export declare const AlignRightIcon: IconComponent;
|
|
11
|
-
export declare const AlignJustifyIcon: IconComponent;
|
|
12
|
-
export declare const ListIcon: IconComponent;
|
|
13
|
-
export declare const ListBulletIcon: IconComponent;
|
|
14
|
-
export declare const ListNumberedIcon: IconComponent;
|
|
15
|
-
export declare const ChecklistIcon: IconComponent;
|
|
16
|
-
export declare const IndentIncreaseIcon: IconComponent;
|
|
17
|
-
export declare const IndentDecreaseIcon: IconComponent;
|
|
18
|
-
export declare const TitleIcon: IconComponent;
|
|
19
|
-
export declare const TextFieldsIcon: IconComponent;
|
|
20
|
-
export declare const Heading1Icon: IconComponent;
|
|
21
|
-
export declare const Heading2Icon: IconComponent;
|
|
22
|
-
export declare const Heading3Icon: IconComponent;
|
|
23
|
-
export declare const ParagraphIcon: IconComponent;
|
|
24
|
-
export declare const TextIcon: IconComponent;
|
|
25
|
-
export declare const QuoteIcon: IconComponent;
|
|
26
|
-
export declare const InsertLinkIcon: IconComponent;
|
|
27
|
-
export declare const RemoveLinkIcon: IconComponent;
|
|
28
|
-
export declare const TextIncreaseIcon: IconComponent;
|
|
29
|
-
export declare const TextDecreaseIcon: IconComponent;
|
|
30
|
-
export declare const FormatColorTextIcon: IconComponent;
|
|
31
|
-
export declare const FormatColorFillIcon: IconComponent;
|
|
32
|
-
export declare const HighlightIcon: IconComponent;
|
|
33
|
-
export declare const SuperscriptIcon: IconComponent;
|
|
34
|
-
export declare const SubscriptIcon: IconComponent;
|
|
35
|
-
export declare const FormatClearIcon: IconComponent;
|
|
36
|
-
export declare const SpellcheckIcon: IconComponent;
|
|
37
|
-
export declare const TableIcon: IconComponent;
|
|
38
|
-
export declare const TableInsertRowIcon: IconComponent;
|
|
39
|
-
export declare const TableInsertColumnIcon: IconComponent;
|
|
40
|
-
export declare const CodeIcon: IconComponent;
|
|
41
|
-
export declare const CodeBlockIcon: IconComponent;
|
|
42
|
-
export declare const EmojiIcon: IconComponent;
|
|
43
|
-
export declare const EmojiHappyIcon: IconComponent;
|
|
44
|
-
export declare const EmojiSadIcon: IconComponent;
|
|
45
|
-
export declare const AtIcon: IconComponent;
|
|
46
|
-
export declare const HashtagIcon: IconComponent;
|
|
47
|
-
export declare const InsertPhotoIcon: IconComponent;
|
|
48
|
-
export declare const InsertDriveFileIcon: IconComponent;
|
|
49
|
-
export declare const InsertChartIcon: IconComponent;
|
|
50
|
-
export declare const CropIcon: IconComponent;
|
|
51
|
-
export declare const RotateLeftIcon: IconComponent;
|
|
52
|
-
export declare const RotateRightIcon: IconComponent;
|
|
53
|
-
export declare const FlipIcon: IconComponent;
|
|
54
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/editor';
|
|
@@ -1,25 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const FileIcon: IconComponent;
|
|
5
|
-
export declare const FileTextIcon: IconComponent;
|
|
6
|
-
export declare const FileCodeIcon: IconComponent;
|
|
7
|
-
export declare const FileImageIcon: IconComponent;
|
|
8
|
-
export declare const FileVideoIcon: IconComponent;
|
|
9
|
-
export declare const FileAudioIcon: IconComponent;
|
|
10
|
-
export declare const FileArchiveIcon: IconComponent;
|
|
11
|
-
export declare const FileSpreadsheetIcon: IconComponent;
|
|
12
|
-
export declare const FilePdfIcon: IconComponent;
|
|
13
|
-
export declare const FileJsonIcon: IconComponent;
|
|
14
|
-
export declare const FilePlusIcon: IconComponent;
|
|
15
|
-
export declare const FileMinusIcon: IconComponent;
|
|
16
|
-
export declare const FileXIcon: IconComponent;
|
|
17
|
-
export declare const FileCheckIcon: IconComponent;
|
|
18
|
-
export declare const FileSearchIcon: IconComponent;
|
|
19
|
-
export declare const FolderIcon: IconComponent;
|
|
20
|
-
export declare const FolderOpenIcon: IconComponent;
|
|
21
|
-
export declare const FolderPlusIcon: IconComponent;
|
|
22
|
-
export declare const ClipboardIcon: IconComponent;
|
|
23
|
-
export declare const ClipboardCheckIcon: IconComponent;
|
|
24
|
-
export declare const ClipboardListIcon: IconComponent;
|
|
25
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/file';
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* Bear Icons Library - Internal Index
|
|
3
|
-
*
|
|
4
|
-
* Note: Import icons from '@forgedevstack/bear' or '@forgedevstack/bear/components'
|
|
5
|
-
* rather than from this internal path.
|
|
6
|
-
*
|
|
7
|
-
* If you need to import from a specific category, use:
|
|
8
|
-
* import { AddIcon } from '@forgedevstack/bear/components/Icon/icons/action'
|
|
9
|
-
*/
|
|
1
|
+
export {};
|
|
@@ -1,64 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const PlayIcon: IconComponent;
|
|
5
|
-
export declare const PlayCircleIcon: IconComponent;
|
|
6
|
-
export declare const PlayArrowIcon: IconComponent;
|
|
7
|
-
export declare const PauseIcon: IconComponent;
|
|
8
|
-
export declare const PauseCircleIcon: IconComponent;
|
|
9
|
-
export declare const StopIcon: IconComponent;
|
|
10
|
-
export declare const StopCircleIcon: IconComponent;
|
|
11
|
-
export declare const SkipForwardIcon: IconComponent;
|
|
12
|
-
export declare const SkipBackIcon: IconComponent;
|
|
13
|
-
export declare const FastForwardIcon: IconComponent;
|
|
14
|
-
export declare const RewindIcon: IconComponent;
|
|
15
|
-
export declare const Replay10Icon: IconComponent;
|
|
16
|
-
export declare const Forward10Icon: IconComponent;
|
|
17
|
-
export declare const ShuffleIcon: IconComponent;
|
|
18
|
-
export declare const RepeatIcon: IconComponent;
|
|
19
|
-
export declare const RepeatOneIcon: IconComponent;
|
|
20
|
-
export declare const VolumeHighIcon: IconComponent;
|
|
21
|
-
export declare const VolumeLowIcon: IconComponent;
|
|
22
|
-
export declare const VolumeMuteIcon: IconComponent;
|
|
23
|
-
export declare const VolumeOffIcon: IconComponent;
|
|
24
|
-
export declare const VolumeUpIcon: IconComponent;
|
|
25
|
-
export declare const VolumeDownIcon: IconComponent;
|
|
26
|
-
export declare const MicIcon: IconComponent;
|
|
27
|
-
export declare const MicOffIcon: IconComponent;
|
|
28
|
-
export declare const MicNoneIcon: IconComponent;
|
|
29
|
-
export declare const CameraIcon: IconComponent;
|
|
30
|
-
export declare const CameraAltIcon: IconComponent;
|
|
31
|
-
export declare const CameraOffIcon: IconComponent;
|
|
32
|
-
export declare const PhotoCameraIcon: IconComponent;
|
|
33
|
-
export declare const SwitchCameraIcon: IconComponent;
|
|
34
|
-
export declare const VideoIcon: IconComponent;
|
|
35
|
-
export declare const VideoOffIcon: IconComponent;
|
|
36
|
-
export declare const VideocamIcon: IconComponent;
|
|
37
|
-
export declare const ScreenShareIcon: IconComponent;
|
|
38
|
-
export declare const StopScreenShareIcon: IconComponent;
|
|
39
|
-
export declare const CastIcon: IconComponent;
|
|
40
|
-
export declare const CastConnectedIcon: IconComponent;
|
|
41
|
-
export declare const HeadphonesIcon: IconComponent;
|
|
42
|
-
export declare const HeadsetIcon: IconComponent;
|
|
43
|
-
export declare const SpeakerIcon: IconComponent;
|
|
44
|
-
export declare const RadioIcon: IconComponent;
|
|
45
|
-
export declare const MusicNoteIcon: IconComponent;
|
|
46
|
-
export declare const MusicOffIcon: IconComponent;
|
|
47
|
-
export declare const LibraryMusicIcon: IconComponent;
|
|
48
|
-
export declare const QueueMusicIcon: IconComponent;
|
|
49
|
-
export declare const PlaylistPlayIcon: IconComponent;
|
|
50
|
-
export declare const PlaylistAddIcon: IconComponent;
|
|
51
|
-
export declare const PlaylistAddCheckIcon: IconComponent;
|
|
52
|
-
export declare const EqualizerIcon: IconComponent;
|
|
53
|
-
export declare const GraphicEqIcon: IconComponent;
|
|
54
|
-
export declare const MovieIcon: IconComponent;
|
|
55
|
-
export declare const FilmIcon: IconComponent;
|
|
56
|
-
export declare const TheatersIcon: IconComponent;
|
|
57
|
-
export declare const TvIcon: IconComponent;
|
|
58
|
-
export declare const MonitorIcon: IconComponent;
|
|
59
|
-
export declare const SubtitlesIcon: IconComponent;
|
|
60
|
-
export declare const ClosedCaptionIcon: IconComponent;
|
|
61
|
-
export declare const BrightnessHighIcon: IconComponent;
|
|
62
|
-
export declare const BrightnessLowIcon: IconComponent;
|
|
63
|
-
export declare const BrightnessAutoIcon: IconComponent;
|
|
64
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/media';
|
|
@@ -1,96 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const SunIcon: IconComponent;
|
|
5
|
-
export declare const MoonIcon: IconComponent;
|
|
6
|
-
export declare const CloudIcon: IconComponent;
|
|
7
|
-
export declare const CloudRainIcon: IconComponent;
|
|
8
|
-
export declare const CloudSnowIcon: IconComponent;
|
|
9
|
-
export declare const CloudLightningIcon: IconComponent;
|
|
10
|
-
export declare const WindIcon: IconComponent;
|
|
11
|
-
export declare const DropletIcon: IconComponent;
|
|
12
|
-
export declare const ThermometerIcon: IconComponent;
|
|
13
|
-
export declare const UmbrellaIcon: IconComponent;
|
|
14
|
-
export declare const SmartphoneIcon: IconComponent;
|
|
15
|
-
export declare const TabletIcon: IconComponent;
|
|
16
|
-
export declare const LaptopIcon: IconComponent;
|
|
17
|
-
export declare const DesktopIcon: IconComponent;
|
|
18
|
-
export declare const WatchIcon: IconComponent;
|
|
19
|
-
export declare const TvIcon: IconComponent;
|
|
20
|
-
export declare const PrinterIcon: IconComponent;
|
|
21
|
-
export declare const KeyboardIcon: IconComponent;
|
|
22
|
-
export declare const MouseIcon: IconComponent;
|
|
23
|
-
export declare const HardDriveIcon: IconComponent;
|
|
24
|
-
export declare const ServerIcon: IconComponent;
|
|
25
|
-
export declare const CpuIcon: IconComponent;
|
|
26
|
-
export declare const BluetoothIcon: IconComponent;
|
|
27
|
-
export declare const UsbIcon: IconComponent;
|
|
28
|
-
export declare const BellIcon: IconComponent;
|
|
29
|
-
export declare const CalendarIcon: IconComponent;
|
|
30
|
-
export declare const ClockIcon: IconComponent;
|
|
31
|
-
export declare const AlarmClockIcon: IconComponent;
|
|
32
|
-
export declare const GiftIcon: IconComponent;
|
|
33
|
-
export declare const HeartIcon: IconComponent;
|
|
34
|
-
export declare const CoffeeIcon: IconComponent;
|
|
35
|
-
export declare const ZapIcon: IconComponent;
|
|
36
|
-
export declare const AnchorIcon: IconComponent;
|
|
37
|
-
export declare const ApertureIcon: IconComponent;
|
|
38
|
-
export declare const AwardIcon: IconComponent;
|
|
39
|
-
export declare const CompassIcon: IconComponent;
|
|
40
|
-
export declare const TargetIcon: IconComponent;
|
|
41
|
-
export declare const CrosshairIcon: IconComponent;
|
|
42
|
-
export declare const MapIcon: IconComponent;
|
|
43
|
-
export declare const MapPinIcon: IconComponent;
|
|
44
|
-
export declare const NavigationIcon: IconComponent;
|
|
45
|
-
export declare const GlobeIcon: IconComponent;
|
|
46
|
-
export declare const LifeBuoyIcon: IconComponent;
|
|
47
|
-
export declare const PackageIcon: IconComponent;
|
|
48
|
-
export declare const BoxIcon: IconComponent;
|
|
49
|
-
export declare const TruckIcon: IconComponent;
|
|
50
|
-
export declare const ActivityIcon: IconComponent;
|
|
51
|
-
export declare const PieChartIcon: IconComponent;
|
|
52
|
-
export declare const BarChartIcon: IconComponent;
|
|
53
|
-
export declare const TrendingUpIcon: IconComponent;
|
|
54
|
-
export declare const TrendingDownIcon: IconComponent;
|
|
55
|
-
export declare const DollarSignIcon: IconComponent;
|
|
56
|
-
export declare const CreditCardIcon: IconComponent;
|
|
57
|
-
export declare const BriefcaseIcon: IconComponent;
|
|
58
|
-
export declare const SlashIcon: IconComponent;
|
|
59
|
-
export declare const FeatherIcon: IconComponent;
|
|
60
|
-
export declare const ScissorsIcon: IconComponent;
|
|
61
|
-
export declare const GitBranchIcon: IconComponent;
|
|
62
|
-
export declare const GitCommitIcon: IconComponent;
|
|
63
|
-
export declare const GitMergeIcon: IconComponent;
|
|
64
|
-
export declare const GitPullRequestIcon: IconComponent;
|
|
65
|
-
export declare const TerminalIcon: IconComponent;
|
|
66
|
-
export declare const HashIcon: IconComponent;
|
|
67
|
-
export declare const GithubIcon: IconComponent;
|
|
68
|
-
export declare const TwitterIcon: IconComponent;
|
|
69
|
-
export declare const LinkedinIcon: IconComponent;
|
|
70
|
-
export declare const FacebookIcon: IconComponent;
|
|
71
|
-
export declare const InstagramIcon: IconComponent;
|
|
72
|
-
export declare const YoutubeIcon: IconComponent;
|
|
73
|
-
export declare const SlackIcon: IconComponent;
|
|
74
|
-
export declare const DiscordIcon: IconComponent;
|
|
75
|
-
export declare const UserIcon: IconComponent;
|
|
76
|
-
export declare const UsersIcon: IconComponent;
|
|
77
|
-
export declare const UserPlusIcon: IconComponent;
|
|
78
|
-
export declare const UserMinusIcon: IconComponent;
|
|
79
|
-
export declare const UserCheckIcon: IconComponent;
|
|
80
|
-
export declare const UserXIcon: IconComponent;
|
|
81
|
-
export declare const PlusIcon: IconComponent;
|
|
82
|
-
export declare const MinusIcon: IconComponent;
|
|
83
|
-
export declare const XIcon: IconComponent;
|
|
84
|
-
export declare const BearPawIcon: IconComponent;
|
|
85
|
-
export declare const BearFaceIcon: IconComponent;
|
|
86
|
-
export declare const GridIcon: IconComponent;
|
|
87
|
-
export declare const PaletteIcon: IconComponent;
|
|
88
|
-
export declare const WrenchIcon: IconComponent;
|
|
89
|
-
export declare const AccessibilityIcon: IconComponent;
|
|
90
|
-
export declare const TypeScriptIcon: IconComponent;
|
|
91
|
-
export declare const SparklesIcon: IconComponent;
|
|
92
|
-
export declare const RocketIcon: IconComponent;
|
|
93
|
-
export declare const ToggleButtonIcon: IconComponent;
|
|
94
|
-
export declare const FormControlIcon: IconComponent;
|
|
95
|
-
export declare const SnackbarIcon: IconComponent;
|
|
96
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/misc';
|
|
@@ -1,56 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const ArrowUpIcon: IconComponent;
|
|
5
|
-
export declare const ArrowDownIcon: IconComponent;
|
|
6
|
-
export declare const ArrowLeftIcon: IconComponent;
|
|
7
|
-
export declare const ArrowRightIcon: IconComponent;
|
|
8
|
-
export declare const ArrowUpwardIcon: IconComponent;
|
|
9
|
-
export declare const ArrowDownwardIcon: IconComponent;
|
|
10
|
-
export declare const ArrowBackIcon: IconComponent;
|
|
11
|
-
export declare const ArrowForwardIcon: IconComponent;
|
|
12
|
-
export declare const ArrowCircleUpIcon: IconComponent;
|
|
13
|
-
export declare const ArrowCircleDownIcon: IconComponent;
|
|
14
|
-
export declare const ArrowCircleLeftIcon: IconComponent;
|
|
15
|
-
export declare const ArrowCircleRightIcon: IconComponent;
|
|
16
|
-
export declare const ChevronUpIcon: IconComponent;
|
|
17
|
-
export declare const ChevronDownIcon: IconComponent;
|
|
18
|
-
export declare const ChevronLeftIcon: IconComponent;
|
|
19
|
-
export declare const ChevronRightIcon: IconComponent;
|
|
20
|
-
export declare const ChevronsUpIcon: IconComponent;
|
|
21
|
-
export declare const ChevronsDownIcon: IconComponent;
|
|
22
|
-
export declare const ChevronsLeftIcon: IconComponent;
|
|
23
|
-
export declare const ChevronsRightIcon: IconComponent;
|
|
24
|
-
export declare const ExpandMoreIcon: IconComponent;
|
|
25
|
-
export declare const ExpandLessIcon: IconComponent;
|
|
26
|
-
export declare const UnfoldMoreIcon: IconComponent;
|
|
27
|
-
export declare const UnfoldLessIcon: IconComponent;
|
|
28
|
-
export declare const MenuIcon: IconComponent;
|
|
29
|
-
export declare const MenuOpenIcon: IconComponent;
|
|
30
|
-
export declare const CloseIcon: IconComponent;
|
|
31
|
-
export declare const HomeIcon: IconComponent;
|
|
32
|
-
export declare const DashboardIcon: IconComponent;
|
|
33
|
-
export declare const AppsIcon: IconComponent;
|
|
34
|
-
export declare const FirstPageIcon: IconComponent;
|
|
35
|
-
export declare const LastPageIcon: IconComponent;
|
|
36
|
-
export declare const NavigateBeforeIcon: IconComponent;
|
|
37
|
-
export declare const NavigateNextIcon: IconComponent;
|
|
38
|
-
export declare const SubdirectoryArrowLeftIcon: IconComponent;
|
|
39
|
-
export declare const SubdirectoryArrowRightIcon: IconComponent;
|
|
40
|
-
export declare const SwapHorizIcon: IconComponent;
|
|
41
|
-
export declare const SwapVertIcon: IconComponent;
|
|
42
|
-
export declare const TrendingUpIcon: IconComponent;
|
|
43
|
-
export declare const TrendingDownIcon: IconComponent;
|
|
44
|
-
export declare const TrendingFlatIcon: IconComponent;
|
|
45
|
-
export declare const CornerDownLeftIcon: IconComponent;
|
|
46
|
-
export declare const CornerDownRightIcon: IconComponent;
|
|
47
|
-
export declare const CornerUpLeftIcon: IconComponent;
|
|
48
|
-
export declare const CornerUpRightIcon: IconComponent;
|
|
49
|
-
export declare const MaximizeIcon: IconComponent;
|
|
50
|
-
export declare const MinimizeIcon: IconComponent;
|
|
51
|
-
export declare const MoveIcon: IconComponent;
|
|
52
|
-
export declare const LayersIcon: IconComponent;
|
|
53
|
-
export declare const GridViewIcon: IconComponent;
|
|
54
|
-
export declare const ListViewIcon: IconComponent;
|
|
55
|
-
export declare const ExternalLinkIcon: IconComponent;
|
|
56
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/navigation';
|
|
@@ -1,24 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { IconProps } from '../Icon.types';
|
|
3
|
-
type IconComponent = FC<Omit<IconProps, 'children'>>;
|
|
4
|
-
export declare const GithubIcon: IconComponent;
|
|
5
|
-
export declare const TwitterIcon: IconComponent;
|
|
6
|
-
export declare const XSocialIcon: IconComponent;
|
|
7
|
-
export declare const LinkedInIcon: IconComponent;
|
|
8
|
-
export declare const FacebookIcon: IconComponent;
|
|
9
|
-
export declare const InstagramIcon: IconComponent;
|
|
10
|
-
export declare const YoutubeIcon: IconComponent;
|
|
11
|
-
export declare const DiscordIcon: IconComponent;
|
|
12
|
-
export declare const SlackIcon: IconComponent;
|
|
13
|
-
export declare const TwitchIcon: IconComponent;
|
|
14
|
-
export declare const RedditIcon: IconComponent;
|
|
15
|
-
export declare const NpmIcon: IconComponent;
|
|
16
|
-
export declare const ShareIcon: IconComponent;
|
|
17
|
-
export declare const Share2Icon: IconComponent;
|
|
18
|
-
export declare const HeartIcon: IconComponent;
|
|
19
|
-
export declare const ThumbsUpIcon: IconComponent;
|
|
20
|
-
export declare const ThumbsDownIcon: IconComponent;
|
|
21
|
-
export declare const AtSignIcon: IconComponent;
|
|
22
|
-
export declare const HashIcon: IconComponent;
|
|
23
|
-
export declare const RssIcon: IconComponent;
|
|
24
|
-
export {};
|
|
1
|
+
export * from '@forgedevstack/bear-icons/social';
|