@forgedevstack/bear 1.1.8 → 1.2.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.
Files changed (104) hide show
  1. package/README.md +4 -4
  2. package/dist/components/AlertDialog/AlertDialog.cjs +1 -1
  3. package/dist/components/AlertDialog/AlertDialog.const.cjs +1 -1
  4. package/dist/components/AlertDialog/AlertDialog.const.d.ts +2 -2
  5. package/dist/components/AlertDialog/AlertDialog.const.js +4 -4
  6. package/dist/components/AlertDialog/AlertDialog.js +76 -62
  7. package/dist/components/BearLogo/BearLogo.d.ts +2 -7
  8. package/dist/components/BearLogo/BearLogo.types.d.ts +15 -0
  9. package/dist/components/BearLogo/EmberLogo.d.ts +1 -8
  10. package/dist/components/BearLogo/index.d.ts +1 -2
  11. package/dist/components/Biometric/Biometric.cjs +1 -0
  12. package/dist/components/Biometric/Biometric.d.ts +3 -0
  13. package/dist/components/Biometric/Biometric.js +123 -0
  14. package/dist/components/Biometric/Biometric.types.d.ts +35 -0
  15. package/dist/components/Biometric/BiometricIcon.cjs +1 -0
  16. package/dist/components/Biometric/BiometricIcon.d.ts +3 -0
  17. package/dist/components/Biometric/BiometricIcon.js +45 -0
  18. package/dist/components/Biometric/index.d.ts +3 -0
  19. package/dist/components/Biometric/useBiometric.cjs +1 -0
  20. package/dist/components/Biometric/useBiometric.d.ts +2 -0
  21. package/dist/components/Biometric/useBiometric.js +21 -0
  22. package/dist/components/Calendar/Calendar.cjs +1 -1
  23. package/dist/components/Calendar/Calendar.js +3 -2
  24. package/dist/components/CloseButton/CloseButton.cjs +1 -0
  25. package/dist/components/CloseButton/CloseButton.d.ts +4 -0
  26. package/dist/components/CloseButton/CloseButton.js +60 -0
  27. package/dist/components/CloseButton/CloseButton.types.d.ts +15 -0
  28. package/dist/components/CloseButton/index.d.ts +2 -0
  29. package/dist/components/DatePicker/DatePicker.cjs +1 -1
  30. package/dist/components/DatePicker/DatePicker.js +12 -11
  31. package/dist/components/DateRangePicker/DateRangePicker.cjs +1 -1
  32. package/dist/components/DateRangePicker/DateRangePicker.const.cjs +1 -1
  33. package/dist/components/DateRangePicker/DateRangePicker.const.js +12 -13
  34. package/dist/components/DateRangePicker/DateRangePicker.js +107 -81
  35. package/dist/components/Dropdown/Dropdown.cjs +1 -1
  36. package/dist/components/Dropdown/Dropdown.js +48 -44
  37. package/dist/components/Icon/icons/commerce.cjs +1 -0
  38. package/dist/components/Icon/icons/commerce.d.ts +25 -0
  39. package/dist/components/Icon/icons/commerce.js +124 -0
  40. package/dist/components/Icon/icons/device.cjs +1 -0
  41. package/dist/components/Icon/icons/device.d.ts +27 -0
  42. package/dist/components/Icon/icons/device.js +122 -0
  43. package/dist/components/Icon/icons/file.cjs +1 -0
  44. package/dist/components/Icon/icons/file.d.ts +25 -0
  45. package/dist/components/Icon/icons/file.js +120 -0
  46. package/dist/components/Icon/icons/social.cjs +1 -0
  47. package/dist/components/Icon/icons/social.d.ts +24 -0
  48. package/dist/components/Icon/icons/social.js +89 -0
  49. package/dist/components/Icon/index.cjs +1 -1
  50. package/dist/components/Icon/index.d.ts +93 -56
  51. package/dist/components/Icon/index.js +38 -26
  52. package/dist/components/Input/Input.cjs +1 -1
  53. package/dist/components/Input/Input.js +153 -101
  54. package/dist/components/Input/Input.types.d.ts +8 -2
  55. package/dist/components/Input/index.d.ts +1 -1
  56. package/dist/components/Overlay/Overlay.cjs +1 -0
  57. package/dist/components/Overlay/Overlay.d.ts +4 -0
  58. package/dist/components/Overlay/Overlay.js +38 -0
  59. package/dist/components/Overlay/Overlay.types.d.ts +23 -0
  60. package/dist/components/Overlay/index.d.ts +2 -0
  61. package/dist/components/Popover/Popover.cjs +1 -1
  62. package/dist/components/Popover/Popover.js +76 -76
  63. package/dist/components/Portal/Portal.cjs +1 -0
  64. package/dist/components/Portal/Portal.d.ts +11 -0
  65. package/dist/components/Portal/Portal.js +12 -0
  66. package/dist/components/Portal/index.d.ts +2 -0
  67. package/dist/components/Select/Select.cjs +1 -1
  68. package/dist/components/Select/Select.js +41 -38
  69. package/dist/components/Tabs/TabList.cjs +1 -0
  70. package/dist/components/Tabs/TabList.d.ts +3 -0
  71. package/dist/components/Tabs/TabList.js +69 -0
  72. package/dist/components/Tabs/TabPanel.cjs +1 -0
  73. package/dist/components/Tabs/TabPanel.d.ts +3 -0
  74. package/dist/components/Tabs/TabPanel.js +13 -0
  75. package/dist/components/Tabs/Tabs.cjs +1 -1
  76. package/dist/components/Tabs/Tabs.d.ts +2 -27
  77. package/dist/components/Tabs/Tabs.js +42 -61
  78. package/dist/components/Tabs/Tabs.types.d.ts +4 -0
  79. package/dist/components/Tabs/index.d.ts +3 -1
  80. package/dist/components/ThemeIcon/ThemeIcon.cjs +1 -0
  81. package/dist/components/ThemeIcon/ThemeIcon.d.ts +4 -0
  82. package/dist/components/ThemeIcon/ThemeIcon.js +54 -0
  83. package/dist/components/ThemeIcon/ThemeIcon.types.d.ts +22 -0
  84. package/dist/components/ThemeIcon/index.d.ts +2 -0
  85. package/dist/components/VisuallyHidden/VisuallyHidden.cjs +1 -0
  86. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +6 -0
  87. package/dist/components/VisuallyHidden/VisuallyHidden.js +22 -0
  88. package/dist/components/VisuallyHidden/index.d.ts +2 -0
  89. package/dist/components/index.cjs +1 -1
  90. package/dist/components/index.d.ts +15 -2
  91. package/dist/components/index.js +329 -312
  92. package/dist/hooks/bearStyled.cjs +1 -1
  93. package/dist/hooks/bearStyled.d.ts +31 -9
  94. package/dist/hooks/bearStyled.js +17 -12
  95. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +9 -1
  96. package/dist/hooks/useResponsive.cjs +1 -1
  97. package/dist/hooks/useResponsive.d.ts +2 -17
  98. package/dist/hooks/useResponsive.js +47 -41
  99. package/dist/index.cjs +1 -1
  100. package/dist/index.js +408 -391
  101. package/dist/styles/_effects.css +9 -0
  102. package/dist/styles.css +1 -1
  103. package/dist/types/theme.types.d.ts +1 -0
  104. package/package.json +1 -1
@@ -0,0 +1,120 @@
1
+ import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
+ import { Icon as i } from "../Icon.js";
3
+ const e = (a) => /* @__PURE__ */ l(i, { ...a, children: [
4
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
5
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" })
6
+ ] }), c = (a) => /* @__PURE__ */ l(i, { ...a, children: [
7
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
8
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
9
+ /* @__PURE__ */ n("line", { x1: "16", y1: "13", x2: "8", y2: "13" }),
10
+ /* @__PURE__ */ n("line", { x1: "16", y1: "17", x2: "8", y2: "17" }),
11
+ /* @__PURE__ */ n("polyline", { points: "10 9 9 9 8 9" })
12
+ ] }), t = (a) => /* @__PURE__ */ l(i, { ...a, children: [
13
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
14
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
15
+ /* @__PURE__ */ n("polyline", { points: "10 12 8 14 10 16" }),
16
+ /* @__PURE__ */ n("polyline", { points: "14 12 16 14 14 16" })
17
+ ] }), p = (a) => /* @__PURE__ */ l(i, { ...a, children: [
18
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
19
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
20
+ /* @__PURE__ */ n("circle", { cx: "10", cy: "13", r: "2" }),
21
+ /* @__PURE__ */ n("path", { d: "M20 17l-1.09-1.09a2 2 0 0 0-2.82 0L10 22" })
22
+ ] }), d = (a) => /* @__PURE__ */ l(i, { ...a, children: [
23
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
24
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
25
+ /* @__PURE__ */ n("polygon", { points: "10 11 14 14 10 17 10 11" })
26
+ ] }), y = (a) => /* @__PURE__ */ l(i, { ...a, children: [
27
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
28
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
29
+ /* @__PURE__ */ n("path", { d: "M10 16s-1.5-2 0-4" }),
30
+ /* @__PURE__ */ n("path", { d: "M14 16s1.5-2 0-4" }),
31
+ /* @__PURE__ */ n("circle", { cx: "12", cy: "14", r: "1" })
32
+ ] }), s = (a) => /* @__PURE__ */ l(i, { ...a, children: [
33
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
34
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
35
+ /* @__PURE__ */ n("path", { d: "M12 12v6" }),
36
+ /* @__PURE__ */ n("path", { d: "M10 12h4" }),
37
+ /* @__PURE__ */ n("path", { d: "M10 15h4" })
38
+ ] }), r = (a) => /* @__PURE__ */ l(i, { ...a, children: [
39
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
40
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
41
+ /* @__PURE__ */ n("line", { x1: "8", y1: "13", x2: "16", y2: "13" }),
42
+ /* @__PURE__ */ n("line", { x1: "8", y1: "17", x2: "16", y2: "17" }),
43
+ /* @__PURE__ */ n("line", { x1: "12", y1: "11", x2: "12", y2: "19" })
44
+ ] }), x = (a) => /* @__PURE__ */ l(i, { ...a, children: [
45
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
46
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
47
+ /* @__PURE__ */ n("path", { d: "M9 15v-2h1.5a1.5 1.5 0 0 1 0 3H9" }),
48
+ /* @__PURE__ */ n("path", { d: "M14 13v4h1a2 2 0 0 0 2-2v0a2 2 0 0 0-2-2h-1z" })
49
+ ] }), M = (a) => /* @__PURE__ */ l(i, { ...a, children: [
50
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
51
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
52
+ /* @__PURE__ */ n("path", { d: "M8 16c0-1 .5-2 2-2" }),
53
+ /* @__PURE__ */ n("path", { d: "M14 14c1.5 0 2 1 2 2" }),
54
+ /* @__PURE__ */ n("circle", { cx: "12", cy: "15", r: "0.5" })
55
+ ] }), v = (a) => /* @__PURE__ */ l(i, { ...a, children: [
56
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
57
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
58
+ /* @__PURE__ */ n("line", { x1: "12", y1: "18", x2: "12", y2: "12" }),
59
+ /* @__PURE__ */ n("line", { x1: "9", y1: "15", x2: "15", y2: "15" })
60
+ ] }), I = (a) => /* @__PURE__ */ l(i, { ...a, children: [
61
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
62
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
63
+ /* @__PURE__ */ n("line", { x1: "9", y1: "15", x2: "15", y2: "15" })
64
+ ] }), H = (a) => /* @__PURE__ */ l(i, { ...a, children: [
65
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
66
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
67
+ /* @__PURE__ */ n("line", { x1: "9.5", y1: "12.5", x2: "14.5", y2: "17.5" }),
68
+ /* @__PURE__ */ n("line", { x1: "14.5", y1: "12.5", x2: "9.5", y2: "17.5" })
69
+ ] }), V = (a) => /* @__PURE__ */ l(i, { ...a, children: [
70
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
71
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
72
+ /* @__PURE__ */ n("polyline", { points: "9 15 11 17 15 13" })
73
+ ] }), z = (a) => /* @__PURE__ */ l(i, { ...a, children: [
74
+ /* @__PURE__ */ n("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
75
+ /* @__PURE__ */ n("polyline", { points: "14 2 14 8 20 8" }),
76
+ /* @__PURE__ */ n("circle", { cx: "11.5", cy: "14.5", r: "2.5" }),
77
+ /* @__PURE__ */ n("line", { x1: "13.25", y1: "16.25", x2: "15", y2: "18" })
78
+ ] }), F = (a) => /* @__PURE__ */ n(i, { ...a, children: /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }) }), C = (a) => /* @__PURE__ */ l(i, { ...a, children: [
79
+ /* @__PURE__ */ n("path", { d: "M5 19a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4l2 3h9a2 2 0 0 1 2 2v1" }),
80
+ /* @__PURE__ */ n("path", { d: "M20 10H8.5a2.5 2.5 0 0 0-2.4 1.8L4 19h14.2a2 2 0 0 0 1.9-1.4l2-6.6A1 1 0 0 0 21.1 10z" })
81
+ ] }), g = (a) => /* @__PURE__ */ l(i, { ...a, children: [
82
+ /* @__PURE__ */ n("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }),
83
+ /* @__PURE__ */ n("line", { x1: "12", y1: "11", x2: "12", y2: "17" }),
84
+ /* @__PURE__ */ n("line", { x1: "9", y1: "14", x2: "15", y2: "14" })
85
+ ] }), m = (a) => /* @__PURE__ */ l(i, { ...a, children: [
86
+ /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
87
+ /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" })
88
+ ] }), u = (a) => /* @__PURE__ */ l(i, { ...a, children: [
89
+ /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
90
+ /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" }),
91
+ /* @__PURE__ */ n("polyline", { points: "9 14 11 16 15 12" })
92
+ ] }), b = (a) => /* @__PURE__ */ l(i, { ...a, children: [
93
+ /* @__PURE__ */ n("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
94
+ /* @__PURE__ */ n("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" }),
95
+ /* @__PURE__ */ n("line", { x1: "8", y1: "12", x2: "16", y2: "12" }),
96
+ /* @__PURE__ */ n("line", { x1: "8", y1: "16", x2: "16", y2: "16" })
97
+ ] });
98
+ export {
99
+ u as ClipboardCheckIcon,
100
+ m as ClipboardIcon,
101
+ b as ClipboardListIcon,
102
+ s as FileArchiveIcon,
103
+ y as FileAudioIcon,
104
+ V as FileCheckIcon,
105
+ t as FileCodeIcon,
106
+ e as FileIcon,
107
+ p as FileImageIcon,
108
+ M as FileJsonIcon,
109
+ I as FileMinusIcon,
110
+ x as FilePdfIcon,
111
+ v as FilePlusIcon,
112
+ z as FileSearchIcon,
113
+ r as FileSpreadsheetIcon,
114
+ c as FileTextIcon,
115
+ d as FileVideoIcon,
116
+ H as FileXIcon,
117
+ F as FolderIcon,
118
+ C as FolderOpenIcon,
119
+ g as FolderPlusIcon
120
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),n=require("../Icon.cjs"),h=s=>c.jsx(n.Icon,{...s,children:c.jsx("path",{d:"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"})}),x=s=>c.jsx(n.Icon,{...s,children:c.jsx("path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"})}),o=s=>c.jsx(n.Icon,{...s,children:c.jsx("path",{d:"M4 4l6.5 8L4 20h2l5.5-6.8L16 20h4l-7-8.5L20 4h-2l-5 6.2L9 4H4z"})}),a=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),c.jsx("rect",{x:"2",y:"9",width:"4",height:"12"}),c.jsx("circle",{cx:"4",cy:"4",r:"2"})]}),t=s=>c.jsx(n.Icon,{...s,children:c.jsx("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"})}),j=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),c.jsx("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),c.jsx("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"})]}),e=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19.1c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.43z"}),c.jsx("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"})]}),d=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M9.5 9.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"}),c.jsx("path",{d:"M14.5 9.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"}),c.jsx("path",{d:"M7.5 16.5s1.5 2 4.5 2 4.5-2 4.5-2"}),c.jsx("path",{d:"M20.3 4.7a19.8 19.8 0 0 0-4.9-1.5l-.6 1.2a18.3 18.3 0 0 0-5.6 0L8.6 3.2a19.8 19.8 0 0 0-4.9 1.5A20 20 0 0 0 .2 17.8a20.2 20.2 0 0 0 6.1 3.1l1.4-2.2a13.1 13.1 0 0 1-2.1-1l.5-.4a14.2 14.2 0 0 0 12 0l.5.4c-.7.4-1.4.7-2.1 1l1.4 2.2a20.2 20.2 0 0 0 6.1-3.1A20 20 0 0 0 20.3 4.7z"})]}),i=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M14.5 2a2.5 2.5 0 0 0 0 5H17V4.5A2.5 2.5 0 0 0 14.5 2z"}),c.jsx("path",{d:"M20 9.5a2.5 2.5 0 0 0-5 0V12h2.5A2.5 2.5 0 0 0 20 9.5z"}),c.jsx("path",{d:"M9.5 22a2.5 2.5 0 0 0 0-5H7v2.5A2.5 2.5 0 0 0 9.5 22z"}),c.jsx("path",{d:"M4 14.5a2.5 2.5 0 0 0 5 0V12H6.5A2.5 2.5 0 0 0 4 14.5z"}),c.jsx("path",{d:"M17 14.5a2.5 2.5 0 0 1 5 0v2h-2.5a2.5 2.5 0 0 1-2.5-2.5h0z"}),c.jsx("path",{d:"M14.5 17a2.5 2.5 0 0 1 0 5H12v-2.5a2.5 2.5 0 0 1 2.5-2.5z"}),c.jsx("path",{d:"M7 9.5a2.5 2.5 0 0 1-5 0V7h2.5A2.5 2.5 0 0 1 7 9.5z"}),c.jsx("path",{d:"M9.5 7a2.5 2.5 0 0 1 0-5H12v2.5A2.5 2.5 0 0 1 9.5 7z"})]}),l=s=>c.jsx(n.Icon,{...s,children:c.jsx("path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"})}),I=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("circle",{cx:"12",cy:"14",r:"7"}),c.jsx("path",{d:"M19 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"}),c.jsx("path",{d:"M16.5 3l2 2"}),c.jsx("circle",{cx:"9",cy:"13",r:"1"}),c.jsx("circle",{cx:"15",cy:"13",r:"1"}),c.jsx("path",{d:"M9 17c1.5 1 4.5 1 6 0"})]}),r=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("rect",{x:"2",y:"5",width:"20",height:"14",rx:"0"}),c.jsx("path",{d:"M5 8v8h4v-6h2v6h2V8"}),c.jsx("path",{d:"M15 8v8h4V8h-2v6h-2V8"})]}),p=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("circle",{cx:"18",cy:"5",r:"3"}),c.jsx("circle",{cx:"6",cy:"12",r:"3"}),c.jsx("circle",{cx:"18",cy:"19",r:"3"}),c.jsx("line",{x1:"8.59",y1:"13.51",x2:"15.42",y2:"17.49"}),c.jsx("line",{x1:"15.41",y1:"6.51",x2:"8.59",y2:"10.49"})]}),M=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("polyline",{points:"7 11 12 6 17 11"}),c.jsx("path",{d:"M12 6v12"}),c.jsx("path",{d:"M5 18h14"})]}),y=s=>c.jsx(n.Icon,{...s,children:c.jsx("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"})}),v=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14z"}),c.jsx("path",{d:"M7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"})]}),z=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M10 15V19a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3H10z"}),c.jsx("path",{d:"M17 2h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"})]}),A=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("circle",{cx:"12",cy:"12",r:"4"}),c.jsx("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"})]}),H=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),c.jsx("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),c.jsx("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),c.jsx("line",{x1:"16",y1:"3",x2:"14",y2:"21"})]}),u=s=>c.jsxs(n.Icon,{...s,children:[c.jsx("path",{d:"M4 11a9 9 0 0 1 9 9"}),c.jsx("path",{d:"M4 4a16 16 0 0 1 16 16"}),c.jsx("circle",{cx:"5",cy:"19",r:"1"})]});exports.AtSignIcon=A;exports.DiscordIcon=d;exports.FacebookIcon=t;exports.GithubIcon=h;exports.HashIcon=H;exports.HeartIcon=y;exports.InstagramIcon=j;exports.LinkedInIcon=a;exports.NpmIcon=r;exports.RedditIcon=I;exports.RssIcon=u;exports.Share2Icon=M;exports.ShareIcon=p;exports.SlackIcon=i;exports.ThumbsDownIcon=z;exports.ThumbsUpIcon=v;exports.TwitchIcon=l;exports.TwitterIcon=x;exports.XSocialIcon=o;exports.YoutubeIcon=e;
@@ -0,0 +1,24 @@
1
+ import { FC } from 'react';
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 {};
@@ -0,0 +1,89 @@
1
+ import { jsxs as t, jsx as c } from "react/jsx-runtime";
2
+ import { Icon as a } from "../Icon.js";
3
+ const l = (h) => /* @__PURE__ */ c(a, { ...h, children: /* @__PURE__ */ c("path", { d: "M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22" }) }), o = (h) => /* @__PURE__ */ c(a, { ...h, children: /* @__PURE__ */ c("path", { d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" }) }), i = (h) => /* @__PURE__ */ c(a, { ...h, children: /* @__PURE__ */ c("path", { d: "M4 4l6.5 8L4 20h2l5.5-6.8L16 20h4l-7-8.5L20 4h-2l-5 6.2L9 4H4z" }) }), r = (h) => /* @__PURE__ */ t(a, { ...h, children: [
4
+ /* @__PURE__ */ c("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
5
+ /* @__PURE__ */ c("rect", { x: "2", y: "9", width: "4", height: "12" }),
6
+ /* @__PURE__ */ c("circle", { cx: "4", cy: "4", r: "2" })
7
+ ] }), e = (h) => /* @__PURE__ */ c(a, { ...h, children: /* @__PURE__ */ c("path", { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }) }), p = (h) => /* @__PURE__ */ t(a, { ...h, children: [
8
+ /* @__PURE__ */ c("rect", { x: "2", y: "2", width: "20", height: "20", rx: "5", ry: "5" }),
9
+ /* @__PURE__ */ c("path", { d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" }),
10
+ /* @__PURE__ */ c("line", { x1: "17.5", y1: "6.5", x2: "17.51", y2: "6.5" })
11
+ ] }), s = (h) => /* @__PURE__ */ t(a, { ...h, children: [
12
+ /* @__PURE__ */ c("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19.1c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.43z" }),
13
+ /* @__PURE__ */ c("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" })
14
+ ] }), M = (h) => /* @__PURE__ */ t(a, { ...h, children: [
15
+ /* @__PURE__ */ c("path", { d: "M9.5 9.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z" }),
16
+ /* @__PURE__ */ c("path", { d: "M14.5 9.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z" }),
17
+ /* @__PURE__ */ c("path", { d: "M7.5 16.5s1.5 2 4.5 2 4.5-2 4.5-2" }),
18
+ /* @__PURE__ */ c("path", { d: "M20.3 4.7a19.8 19.8 0 0 0-4.9-1.5l-.6 1.2a18.3 18.3 0 0 0-5.6 0L8.6 3.2a19.8 19.8 0 0 0-4.9 1.5A20 20 0 0 0 .2 17.8a20.2 20.2 0 0 0 6.1 3.1l1.4-2.2a13.1 13.1 0 0 1-2.1-1l.5-.4a14.2 14.2 0 0 0 12 0l.5.4c-.7.4-1.4.7-2.1 1l1.4 2.2a20.2 20.2 0 0 0 6.1-3.1A20 20 0 0 0 20.3 4.7z" })
19
+ ] }), x = (h) => /* @__PURE__ */ t(a, { ...h, children: [
20
+ /* @__PURE__ */ c("path", { d: "M14.5 2a2.5 2.5 0 0 0 0 5H17V4.5A2.5 2.5 0 0 0 14.5 2z" }),
21
+ /* @__PURE__ */ c("path", { d: "M20 9.5a2.5 2.5 0 0 0-5 0V12h2.5A2.5 2.5 0 0 0 20 9.5z" }),
22
+ /* @__PURE__ */ c("path", { d: "M9.5 22a2.5 2.5 0 0 0 0-5H7v2.5A2.5 2.5 0 0 0 9.5 22z" }),
23
+ /* @__PURE__ */ c("path", { d: "M4 14.5a2.5 2.5 0 0 0 5 0V12H6.5A2.5 2.5 0 0 0 4 14.5z" }),
24
+ /* @__PURE__ */ c("path", { d: "M17 14.5a2.5 2.5 0 0 1 5 0v2h-2.5a2.5 2.5 0 0 1-2.5-2.5h0z" }),
25
+ /* @__PURE__ */ c("path", { d: "M14.5 17a2.5 2.5 0 0 1 0 5H12v-2.5a2.5 2.5 0 0 1 2.5-2.5z" }),
26
+ /* @__PURE__ */ c("path", { d: "M7 9.5a2.5 2.5 0 0 1-5 0V7h2.5A2.5 2.5 0 0 1 7 9.5z" }),
27
+ /* @__PURE__ */ c("path", { d: "M9.5 7a2.5 2.5 0 0 1 0-5H12v2.5A2.5 2.5 0 0 1 9.5 7z" })
28
+ ] }), y = (h) => /* @__PURE__ */ c(a, { ...h, children: /* @__PURE__ */ c("path", { d: "M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7" }) }), v = (h) => /* @__PURE__ */ t(a, { ...h, children: [
29
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "14", r: "7" }),
30
+ /* @__PURE__ */ c("path", { d: "M19 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" }),
31
+ /* @__PURE__ */ c("path", { d: "M16.5 3l2 2" }),
32
+ /* @__PURE__ */ c("circle", { cx: "9", cy: "13", r: "1" }),
33
+ /* @__PURE__ */ c("circle", { cx: "15", cy: "13", r: "1" }),
34
+ /* @__PURE__ */ c("path", { d: "M9 17c1.5 1 4.5 1 6 0" })
35
+ ] }), I = (h) => /* @__PURE__ */ t(a, { ...h, children: [
36
+ /* @__PURE__ */ c("rect", { x: "2", y: "5", width: "20", height: "14", rx: "0" }),
37
+ /* @__PURE__ */ c("path", { d: "M5 8v8h4v-6h2v6h2V8" }),
38
+ /* @__PURE__ */ c("path", { d: "M15 8v8h4V8h-2v6h-2V8" })
39
+ ] }), z = (h) => /* @__PURE__ */ t(a, { ...h, children: [
40
+ /* @__PURE__ */ c("circle", { cx: "18", cy: "5", r: "3" }),
41
+ /* @__PURE__ */ c("circle", { cx: "6", cy: "12", r: "3" }),
42
+ /* @__PURE__ */ c("circle", { cx: "18", cy: "19", r: "3" }),
43
+ /* @__PURE__ */ c("line", { x1: "8.59", y1: "13.51", x2: "15.42", y2: "17.49" }),
44
+ /* @__PURE__ */ c("line", { x1: "15.41", y1: "6.51", x2: "8.59", y2: "10.49" })
45
+ ] }), A = (h) => /* @__PURE__ */ t(a, { ...h, children: [
46
+ /* @__PURE__ */ c("polyline", { points: "7 11 12 6 17 11" }),
47
+ /* @__PURE__ */ c("path", { d: "M12 6v12" }),
48
+ /* @__PURE__ */ c("path", { d: "M5 18h14" })
49
+ ] }), H = (h) => /* @__PURE__ */ c(a, { ...h, children: /* @__PURE__ */ c("path", { d: "M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" }) }), V = (h) => /* @__PURE__ */ t(a, { ...h, children: [
50
+ /* @__PURE__ */ c("path", { d: "M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14z" }),
51
+ /* @__PURE__ */ c("path", { d: "M7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3" })
52
+ ] }), m = (h) => /* @__PURE__ */ t(a, { ...h, children: [
53
+ /* @__PURE__ */ c("path", { d: "M10 15V19a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3H10z" }),
54
+ /* @__PURE__ */ c("path", { d: "M17 2h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17" })
55
+ ] }), L = (h) => /* @__PURE__ */ t(a, { ...h, children: [
56
+ /* @__PURE__ */ c("circle", { cx: "12", cy: "12", r: "4" }),
57
+ /* @__PURE__ */ c("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" })
58
+ ] }), g = (h) => /* @__PURE__ */ t(a, { ...h, children: [
59
+ /* @__PURE__ */ c("line", { x1: "4", y1: "9", x2: "20", y2: "9" }),
60
+ /* @__PURE__ */ c("line", { x1: "4", y1: "15", x2: "20", y2: "15" }),
61
+ /* @__PURE__ */ c("line", { x1: "10", y1: "3", x2: "8", y2: "21" }),
62
+ /* @__PURE__ */ c("line", { x1: "16", y1: "3", x2: "14", y2: "21" })
63
+ ] }), w = (h) => /* @__PURE__ */ t(a, { ...h, children: [
64
+ /* @__PURE__ */ c("path", { d: "M4 11a9 9 0 0 1 9 9" }),
65
+ /* @__PURE__ */ c("path", { d: "M4 4a16 16 0 0 1 16 16" }),
66
+ /* @__PURE__ */ c("circle", { cx: "5", cy: "19", r: "1" })
67
+ ] });
68
+ export {
69
+ L as AtSignIcon,
70
+ M as DiscordIcon,
71
+ e as FacebookIcon,
72
+ l as GithubIcon,
73
+ g as HashIcon,
74
+ H as HeartIcon,
75
+ p as InstagramIcon,
76
+ r as LinkedInIcon,
77
+ I as NpmIcon,
78
+ v as RedditIcon,
79
+ w as RssIcon,
80
+ A as Share2Icon,
81
+ z as ShareIcon,
82
+ x as SlackIcon,
83
+ m as ThumbsDownIcon,
84
+ V as ThumbsUpIcon,
85
+ y as TwitchIcon,
86
+ o as TwitterIcon,
87
+ i as XSocialIcon,
88
+ s as YoutubeIcon
89
+ };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");const n=require("./icons/action.cjs"),o=require("./icons/navigation.cjs"),t=require("./icons/content.cjs"),r=require("./icons/communication.cjs"),e=require("./icons/status.cjs"),i=require("./icons/media.cjs"),s=require("./icons/editor.cjs"),c=require("./icons/misc.cjs"),I=require("./icons/bear.cjs"),h=e.CheckIcon,C=o.CloseIcon,u=n.EditIcon,v=o.ChevronDownIcon,a=o.ChevronRightIcon,q=o.ChevronLeftIcon,g=o.ChevronsLeftIcon,d=o.ChevronsRightIcon,f=c.XIcon,m={...n,...o,...t,...r,...e,...i,...s,...c,...I,Action:n,Navigation:o,Content:t,Communication:r,Status:e,Media:i,Editor:s,Misc:c,Bear:I};exports.BearIcons=m;exports.CheckIcon=h;exports.ChevronDownIcon=v;exports.ChevronLeftIcon=q;exports.ChevronRightIcon=a;exports.ChevronsLeftIcon=g;exports.ChevronsRightIcon=d;exports.CloseIcon=C;exports.EditIcon=u;exports.XIcon=f;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");const n=require("./icons/action.cjs"),o=require("./icons/navigation.cjs"),t=require("./icons/content.cjs"),r=require("./icons/communication.cjs"),e=require("./icons/status.cjs"),i=require("./icons/media.cjs"),s=require("./icons/editor.cjs"),c=require("./icons/misc.cjs"),I=require("./icons/bear.cjs"),h=require("./icons/file.cjs"),C=require("./icons/social.cjs"),u=require("./icons/device.cjs"),v=require("./icons/commerce.cjs"),a=e.CheckIcon,q=o.CloseIcon,m=n.EditIcon,d=o.ChevronDownIcon,g=o.ChevronRightIcon,l=o.ChevronLeftIcon,f=o.ChevronsLeftIcon,L=o.ChevronsRightIcon,R=c.XIcon,D={...n,...o,...t,...r,...e,...i,...s,...c,...I,...h,...C,...u,...v,Action:n,Navigation:o,Content:t,Communication:r,Status:e,Media:i,Editor:s,Misc:c,Bear:I,File:h,Social:C,Device:u,Commerce:v};exports.BearIcons=D;exports.CheckIcon=a;exports.ChevronDownIcon=d;exports.ChevronLeftIcon=l;exports.ChevronRightIcon=g;exports.ChevronsLeftIcon=f;exports.ChevronsRightIcon=L;exports.CloseIcon=q;exports.EditIcon=m;exports.XIcon=R;
@@ -15,6 +15,10 @@ import * as MediaIcons from './icons/media';
15
15
  import * as EditorIcons from './icons/editor';
16
16
  import * as MiscIcons from './icons/misc';
17
17
  import * as BearCategoryIcons from './icons/bear';
18
+ import * as FileIcons from './icons/file';
19
+ import * as SocialIcons from './icons/social';
20
+ import * as DeviceIcons from './icons/device';
21
+ import * as CommerceIcons from './icons/commerce';
18
22
  export declare const CheckIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
19
23
  export declare const CloseIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
20
24
  export declare const EditIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -75,6 +79,95 @@ export declare const BearIcons: {
75
79
  Editor: typeof EditorIcons;
76
80
  Misc: typeof MiscIcons;
77
81
  Bear: typeof BearCategoryIcons;
82
+ File: typeof FileIcons;
83
+ Social: typeof SocialIcons;
84
+ Device: typeof DeviceIcons;
85
+ Commerce: typeof CommerceIcons;
86
+ ShoppingCartIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
87
+ ShoppingBagIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
88
+ CreditCardIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
89
+ DollarSignIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
90
+ EuroIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
91
+ PoundIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
92
+ WalletIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
93
+ ReceiptIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
94
+ TagIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
95
+ TagsIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
96
+ PercentIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
97
+ TrendUpIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
98
+ TrendDownIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
99
+ BarCodeIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
100
+ GiftIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
101
+ StoreIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
102
+ TruckIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
103
+ PackageIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
104
+ InvoiceIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
105
+ BriefcaseIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
106
+ BankIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
107
+ MonitorIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
108
+ LaptopIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
109
+ TabletIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
110
+ SmartphoneIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
111
+ WatchIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
112
+ TvIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
113
+ SpeakerIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
114
+ HeadphonesIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
115
+ CameraIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
116
+ PrinterIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
117
+ ServerIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
118
+ DatabaseIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
119
+ CloudIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
120
+ CloudUploadIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
121
+ CloudDownloadIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
122
+ WifiIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
123
+ WifiOffIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
124
+ BluetoothIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
125
+ BatteryIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
126
+ BatteryChargingIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
127
+ UsbIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
128
+ CpuIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
129
+ HardDriveIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
130
+ GithubIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
131
+ TwitterIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
132
+ XSocialIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
133
+ LinkedInIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
134
+ FacebookIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
135
+ InstagramIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
136
+ YoutubeIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
137
+ DiscordIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
138
+ SlackIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
139
+ TwitchIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
140
+ RedditIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
141
+ NpmIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
142
+ ShareIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
143
+ Share2Icon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
144
+ HeartIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
145
+ ThumbsUpIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
146
+ ThumbsDownIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
147
+ AtSignIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
148
+ HashIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
149
+ RssIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
150
+ FileIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
151
+ FileTextIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
152
+ FileCodeIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
153
+ FileImageIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
154
+ FileVideoIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
155
+ FileAudioIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
156
+ FileArchiveIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
157
+ FileSpreadsheetIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
158
+ FilePdfIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
159
+ FileJsonIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
160
+ FilePlusIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
161
+ FileMinusIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
162
+ FileXIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
163
+ FileCheckIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
164
+ FileSearchIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
165
+ FolderIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
166
+ FolderOpenIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
167
+ FolderPlusIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
168
+ ClipboardIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
169
+ ClipboardCheckIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
170
+ ClipboardListIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
78
171
  HoneycombIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
79
172
  ClawIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
80
173
  ForestIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -85,7 +178,6 @@ export declare const BearIcons: {
85
178
  MountainIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
86
179
  SunIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
87
180
  MoonIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
88
- CloudIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
89
181
  CloudRainIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
90
182
  CloudSnowIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
91
183
  CloudLightningIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -93,26 +185,13 @@ export declare const BearIcons: {
93
185
  DropletIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
94
186
  ThermometerIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
95
187
  UmbrellaIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
96
- SmartphoneIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
97
- TabletIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
98
- LaptopIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
99
188
  DesktopIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
100
- WatchIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
101
- TvIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
102
- PrinterIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
103
189
  KeyboardIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
104
190
  MouseIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
105
- HardDriveIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
106
- ServerIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
107
- CpuIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
108
- BluetoothIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
109
- UsbIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
110
191
  BellIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
111
192
  CalendarIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
112
193
  ClockIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
113
194
  AlarmClockIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
114
- GiftIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
115
- HeartIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
116
195
  CoffeeIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
117
196
  ZapIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
118
197
  AnchorIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -126,17 +205,12 @@ export declare const BearIcons: {
126
205
  NavigationIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
127
206
  GlobeIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
128
207
  LifeBuoyIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
129
- PackageIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
130
208
  BoxIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
131
- TruckIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
132
209
  ActivityIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
133
210
  PieChartIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
134
211
  BarChartIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
135
212
  TrendingUpIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
136
213
  TrendingDownIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
137
- DollarSignIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
138
- CreditCardIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
139
- BriefcaseIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
140
214
  SlashIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
141
215
  FeatherIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
142
216
  ScissorsIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -145,15 +219,7 @@ export declare const BearIcons: {
145
219
  GitMergeIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
146
220
  GitPullRequestIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
147
221
  TerminalIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
148
- HashIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
149
- GithubIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
150
- TwitterIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
151
222
  LinkedinIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
152
- FacebookIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
153
- InstagramIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
154
- YoutubeIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
155
- SlackIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
156
- DiscordIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
157
223
  UserIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
158
224
  UsersIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
159
225
  UserPlusIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -247,7 +313,6 @@ export declare const BearIcons: {
247
313
  MicIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
248
314
  MicOffIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
249
315
  MicNoneIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
250
- CameraIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
251
316
  CameraAltIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
252
317
  CameraOffIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
253
318
  PhotoCameraIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -259,9 +324,7 @@ export declare const BearIcons: {
259
324
  StopScreenShareIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
260
325
  CastIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
261
326
  CastConnectedIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
262
- HeadphonesIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
263
327
  HeadsetIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
264
- SpeakerIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
265
328
  RadioIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
266
329
  MusicNoteIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
267
330
  MusicOffIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -275,7 +338,6 @@ export declare const BearIcons: {
275
338
  MovieIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
276
339
  FilmIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
277
340
  TheatersIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
278
- MonitorIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
279
341
  SubtitlesIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
280
342
  ClosedCaptionIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
281
343
  BrightnessHighIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -331,13 +393,10 @@ export declare const BearIcons: {
331
393
  FlagFilledIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
332
394
  TimerIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
333
395
  TimerOffIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
334
- WifiIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
335
- WifiOffIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
336
396
  SignalIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
337
397
  SignalLowIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
338
398
  BatteryFullIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
339
399
  BatteryLowIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
340
- BatteryChargingIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
341
400
  MailIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
342
401
  MailOpenIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
343
402
  MailOutlineIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -375,31 +434,17 @@ export declare const BearIcons: {
375
434
  ReplyIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
376
435
  ReplyAllIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
377
436
  ForwardIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
378
- AtSignIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
379
437
  AlternateEmailIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
380
- RssIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
381
438
  RssFeedIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
382
439
  MegaphoneIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
383
- FileIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
384
- FileTextIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
385
- FilePlusIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
386
- FileMinusIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
387
- FileCheckIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
388
- FileXIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
389
440
  FilesIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
390
- FileCodeIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
391
- FolderIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
392
- FolderOpenIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
393
- FolderPlusIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
394
441
  FolderMinusIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
395
442
  FolderCheckIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
396
443
  ArticleIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
397
444
  DescriptionIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
398
445
  NoteIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
399
446
  NoteAddIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
400
- ClipboardIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
401
447
  ClipboardTextIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
402
- ClipboardCheckIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
403
448
  ImageIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
404
449
  ImageAddIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
405
450
  ImageSearchIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -413,10 +458,7 @@ export declare const BearIcons: {
413
458
  BookmarkIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
414
459
  InboxIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
415
460
  ArchiveIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
416
- DatabaseIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
417
461
  StorageIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
418
- TagIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
419
- TagsIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
420
462
  LabelIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
421
463
  TableChartIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
422
464
  NumbersIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -492,8 +534,6 @@ export declare const BearIcons: {
492
534
  SaveAltIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
493
535
  DownloadIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
494
536
  UploadIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
495
- CloudDownloadIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
496
- CloudUploadIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
497
537
  CopyIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
498
538
  ContentCopyIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
499
539
  ContentPasteIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -531,7 +571,6 @@ export declare const BearIcons: {
531
571
  StarHalfIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
532
572
  BookmarkBorderIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
533
573
  BookmarkAddIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
534
- ShareIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
535
574
  OpenInNewIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
536
575
  LaunchIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
537
576
  LinkIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
@@ -542,8 +581,6 @@ export declare const BearIcons: {
542
581
  SendIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
543
582
  FlashOnIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
544
583
  FlashOffIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
545
- ShoppingCartIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
546
- ShoppingBagIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
547
584
  AddShoppingCartIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
548
585
  DragHandleIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;
549
586
  DragIndicatorIcon: import('react').FunctionComponent<Omit<import('./Icon.types').IconProps, "children">>;