@telepix-lab/telepix-ui 0.8.4 → 0.9.1

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 (137) hide show
  1. package/dist/cjs/client.js +650 -358
  2. package/dist/cjs/icons/Icon.d.ts +21 -0
  3. package/dist/cjs/icons/components.d.ts +1203 -1167
  4. package/dist/cjs/icons/custom/abstract/Accessibility2.d.ts +1 -0
  5. package/dist/cjs/icons/custom/abstract/CircleBackslash.d.ts +1 -0
  6. package/dist/cjs/icons/custom/abstract/Copy2.d.ts +1 -0
  7. package/dist/cjs/icons/custom/abstract/Cross2.d.ts +1 -0
  8. package/dist/cjs/icons/custom/abstract/CrossCircled.d.ts +1 -0
  9. package/dist/cjs/icons/custom/abstract/ExternalLink2.d.ts +1 -0
  10. package/dist/cjs/icons/custom/abstract/index.d.ts +7 -1
  11. package/dist/cjs/icons/custom/alignment/AlignLeft2.d.ts +1 -0
  12. package/dist/cjs/icons/custom/alignment/AlignRight2.d.ts +1 -0
  13. package/dist/cjs/icons/custom/alignment/index.d.ts +3 -1
  14. package/dist/cjs/icons/custom/components/Binary2.d.ts +1 -0
  15. package/dist/cjs/icons/custom/components/Button.d.ts +1 -0
  16. package/dist/cjs/icons/custom/components/Calendar2.d.ts +1 -0
  17. package/dist/cjs/icons/custom/components/FilePdfLine.d.ts +1 -0
  18. package/dist/cjs/icons/custom/components/FilePdfPdfFill.d.ts +1 -0
  19. package/dist/cjs/icons/custom/components/FilePdfPdfLine.d.ts +1 -0
  20. package/dist/cjs/icons/custom/components/FileSymlink2.d.ts +1 -0
  21. package/dist/cjs/icons/custom/components/index.d.ts +8 -1
  22. package/dist/cjs/icons/custom/design/BoxModel.d.ts +1 -0
  23. package/dist/cjs/icons/custom/design/Columns2.d.ts +1 -0
  24. package/dist/cjs/icons/custom/design/Component1.d.ts +1 -0
  25. package/dist/cjs/icons/custom/design/Component2.d.ts +1 -0
  26. package/dist/cjs/icons/custom/design/ComponentInstance.d.ts +1 -0
  27. package/dist/cjs/icons/custom/design/PolygonFree.d.ts +1 -0
  28. package/dist/cjs/icons/custom/design/PolygonRect.d.ts +1 -0
  29. package/dist/cjs/icons/custom/design/Value.d.ts +1 -0
  30. package/dist/cjs/icons/custom/design/ValueNone.d.ts +1 -0
  31. package/dist/cjs/icons/custom/design/index.d.ts +9 -0
  32. package/dist/cjs/icons/custom/etc1/ToggleRightFilled.d.ts +1 -0
  33. package/dist/cjs/icons/custom/etc1/index.d.ts +1 -0
  34. package/dist/cjs/icons/custom/etc3/Radiobutton.d.ts +1 -0
  35. package/dist/cjs/icons/custom/etc3/RainOrSnow2.d.ts +1 -0
  36. package/dist/cjs/icons/custom/etc3/SnowOrRain2.d.ts +1 -0
  37. package/dist/cjs/icons/custom/etc3/SunSnow2.d.ts +1 -0
  38. package/dist/cjs/icons/custom/etc3/index.d.ts +4 -0
  39. package/dist/cjs/icons/custom/logos/DNAV.d.ts +1 -0
  40. package/dist/cjs/icons/custom/logos/My.d.ts +1 -0
  41. package/dist/cjs/icons/custom/logos/index.d.ts +3 -1
  42. package/dist/cjs/icons/custom/objects/Archive2.d.ts +1 -0
  43. package/dist/cjs/icons/custom/objects/Backpack2.d.ts +1 -0
  44. package/dist/cjs/icons/custom/objects/Camera2.d.ts +1 -0
  45. package/dist/cjs/icons/custom/objects/ClipboardCopy2.d.ts +1 -0
  46. package/dist/cjs/icons/custom/objects/Cookie2.d.ts +1 -0
  47. package/dist/cjs/icons/custom/objects/Eraser2.d.ts +1 -0
  48. package/dist/cjs/icons/custom/objects/FileText2.d.ts +1 -0
  49. package/dist/cjs/icons/custom/objects/Hand2.d.ts +1 -0
  50. package/dist/cjs/icons/custom/objects/Home2.d.ts +1 -0
  51. package/dist/cjs/icons/custom/objects/Trash1.d.ts +1 -0
  52. package/dist/cjs/icons/custom/objects/index.d.ts +11 -1
  53. package/dist/cjs/icons/custom/typography/Underline2.d.ts +1 -0
  54. package/dist/cjs/icons/custom/typography/index.d.ts +2 -1
  55. package/dist/cjs/icons/data/abstract.d.ts +24 -0
  56. package/dist/cjs/icons/data/alignment.d.ts +8 -0
  57. package/dist/cjs/icons/data/component.d.ts +36 -0
  58. package/dist/cjs/icons/data/design.d.ts +36 -0
  59. package/dist/cjs/icons/data/etc1.d.ts +4 -0
  60. package/dist/cjs/icons/data/etc3.d.ts +28 -0
  61. package/dist/cjs/icons/data/logos.d.ts +8 -0
  62. package/dist/cjs/icons/data/objects.d.ts +40 -0
  63. package/dist/cjs/icons/data/typography.d.ts +4 -0
  64. package/dist/cjs/icons/iconUtils.d.ts +36 -0
  65. package/dist/cjs/icons/index.d.ts +189 -2
  66. package/dist/cjs/index.js +5395 -4364
  67. package/dist/color.css +1 -1
  68. package/dist/esm/client.js +650 -358
  69. package/dist/esm/icons/Icon.d.ts +21 -0
  70. package/dist/esm/icons/components.d.ts +1203 -1167
  71. package/dist/esm/icons/custom/abstract/Accessibility2.d.ts +1 -0
  72. package/dist/esm/icons/custom/abstract/CircleBackslash.d.ts +1 -0
  73. package/dist/esm/icons/custom/abstract/Copy2.d.ts +1 -0
  74. package/dist/esm/icons/custom/abstract/Cross2.d.ts +1 -0
  75. package/dist/esm/icons/custom/abstract/CrossCircled.d.ts +1 -0
  76. package/dist/esm/icons/custom/abstract/ExternalLink2.d.ts +1 -0
  77. package/dist/esm/icons/custom/abstract/index.d.ts +7 -1
  78. package/dist/esm/icons/custom/alignment/AlignLeft2.d.ts +1 -0
  79. package/dist/esm/icons/custom/alignment/AlignRight2.d.ts +1 -0
  80. package/dist/esm/icons/custom/alignment/index.d.ts +3 -1
  81. package/dist/esm/icons/custom/components/Binary2.d.ts +1 -0
  82. package/dist/esm/icons/custom/components/Button.d.ts +1 -0
  83. package/dist/esm/icons/custom/components/Calendar2.d.ts +1 -0
  84. package/dist/esm/icons/custom/components/FilePdfLine.d.ts +1 -0
  85. package/dist/esm/icons/custom/components/FilePdfPdfFill.d.ts +1 -0
  86. package/dist/esm/icons/custom/components/FilePdfPdfLine.d.ts +1 -0
  87. package/dist/esm/icons/custom/components/FileSymlink2.d.ts +1 -0
  88. package/dist/esm/icons/custom/components/index.d.ts +8 -1
  89. package/dist/esm/icons/custom/design/BoxModel.d.ts +1 -0
  90. package/dist/esm/icons/custom/design/Columns2.d.ts +1 -0
  91. package/dist/esm/icons/custom/design/Component1.d.ts +1 -0
  92. package/dist/esm/icons/custom/design/Component2.d.ts +1 -0
  93. package/dist/esm/icons/custom/design/ComponentInstance.d.ts +1 -0
  94. package/dist/esm/icons/custom/design/PolygonFree.d.ts +1 -0
  95. package/dist/esm/icons/custom/design/PolygonRect.d.ts +1 -0
  96. package/dist/esm/icons/custom/design/Value.d.ts +1 -0
  97. package/dist/esm/icons/custom/design/ValueNone.d.ts +1 -0
  98. package/dist/esm/icons/custom/design/index.d.ts +9 -0
  99. package/dist/esm/icons/custom/etc1/ToggleRightFilled.d.ts +1 -0
  100. package/dist/esm/icons/custom/etc1/index.d.ts +1 -0
  101. package/dist/esm/icons/custom/etc3/Radiobutton.d.ts +1 -0
  102. package/dist/esm/icons/custom/etc3/RainOrSnow2.d.ts +1 -0
  103. package/dist/esm/icons/custom/etc3/SnowOrRain2.d.ts +1 -0
  104. package/dist/esm/icons/custom/etc3/SunSnow2.d.ts +1 -0
  105. package/dist/esm/icons/custom/etc3/index.d.ts +4 -0
  106. package/dist/esm/icons/custom/logos/DNAV.d.ts +1 -0
  107. package/dist/esm/icons/custom/logos/My.d.ts +1 -0
  108. package/dist/esm/icons/custom/logos/index.d.ts +3 -1
  109. package/dist/esm/icons/custom/objects/Archive2.d.ts +1 -0
  110. package/dist/esm/icons/custom/objects/Backpack2.d.ts +1 -0
  111. package/dist/esm/icons/custom/objects/Camera2.d.ts +1 -0
  112. package/dist/esm/icons/custom/objects/ClipboardCopy2.d.ts +1 -0
  113. package/dist/esm/icons/custom/objects/Cookie2.d.ts +1 -0
  114. package/dist/esm/icons/custom/objects/Eraser2.d.ts +1 -0
  115. package/dist/esm/icons/custom/objects/FileText2.d.ts +1 -0
  116. package/dist/esm/icons/custom/objects/Hand2.d.ts +1 -0
  117. package/dist/esm/icons/custom/objects/Home2.d.ts +1 -0
  118. package/dist/esm/icons/custom/objects/Trash1.d.ts +1 -0
  119. package/dist/esm/icons/custom/objects/index.d.ts +11 -1
  120. package/dist/esm/icons/custom/typography/Underline2.d.ts +1 -0
  121. package/dist/esm/icons/custom/typography/index.d.ts +2 -1
  122. package/dist/esm/icons/data/abstract.d.ts +24 -0
  123. package/dist/esm/icons/data/alignment.d.ts +8 -0
  124. package/dist/esm/icons/data/component.d.ts +36 -0
  125. package/dist/esm/icons/data/design.d.ts +36 -0
  126. package/dist/esm/icons/data/etc1.d.ts +4 -0
  127. package/dist/esm/icons/data/etc3.d.ts +28 -0
  128. package/dist/esm/icons/data/logos.d.ts +8 -0
  129. package/dist/esm/icons/data/objects.d.ts +40 -0
  130. package/dist/esm/icons/data/typography.d.ts +4 -0
  131. package/dist/esm/icons/iconUtils.d.ts +36 -0
  132. package/dist/esm/icons/index.d.ts +189 -2
  133. package/dist/esm/index.js +5352 -4367
  134. package/dist/index.d.ts +1411 -1162
  135. package/dist/styles.css +1 -1
  136. package/dist/theme.css +1 -1
  137. package/package.json +53 -48
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import * as React$1 from 'react';
2
- import React__default, { ReactNode } from 'react';
2
+ import React__default, { ReactNode, ForwardRefExoticComponent, ComponentProps, RefAttributes } from 'react';
3
+ import { LucideIcon } from 'lucide-react';
3
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
5
 
5
6
  declare const BUTTON_SIZES: {
@@ -110,1170 +111,1230 @@ interface IconProps {
110
111
  className?: string;
111
112
  }
112
113
 
113
- declare const Icon: React$1.ForwardRefExoticComponent<IconProps & React$1.RefAttributes<SVGSVGElement>>;
114
-
115
114
  /**
116
- * 개별 아이콘 컴포넌트
117
- * name prop 없이 직접 사용 가능
115
+ * @deprecated 트리 셰이킹이 되지 않는 동적 디스패치 컴포넌트입니다.
116
+ * 컴포넌트를 import하는 순간 전체 아이콘 맵(Lucide + Custom)이 번들에 포함됩니다.
117
+ * 개별 아이콘을 직접 import하세요.
118
118
  *
119
119
  * @example
120
- * import { Frame, Crop } from '@/icons';
121
- * <Frame size="md" color="blue" />
120
+ * // 전체 로드
121
+ * import { Icon } from "@telepix-lab/telepix-ui";
122
+ * <Icon name="Frame" />
123
+ *
124
+ * // ✅ 사용하는 아이콘만 번들에 포함
125
+ * import { Frame } from "@telepix-lab/telepix-ui";
126
+ * <Frame />
122
127
  */
123
- type NamedIconProps = Omit<IconProps, "name">;
124
- declare const Accessibility: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
125
- declare const Activity: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
126
- declare const ActivityLog: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
127
- declare const AirVent: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
128
- declare const Airplay: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
129
- declare const AlarmCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
130
- declare const AlarmClock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
131
- declare const AlarmClockOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
132
- declare const AlarmMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
133
- declare const AlarmPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
134
- declare const Album: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
135
- declare const AlertCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
136
- declare const AlertOctagon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
137
- declare const AlertTriangle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
138
- declare const AlertTriangleFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
139
- declare const AlignBaseline: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
140
- declare const AlignBottom: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
141
- declare const AlignCenter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
142
- declare const AlignCenterHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
143
- declare const AlignCenterHorizontally: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
144
- declare const AlignCenterVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
145
- declare const AlignCenterVertically: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
146
- declare const AlignEndHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
147
- declare const AlignEndVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
148
- declare const AlignHorizontalDistributeCenter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
149
- declare const AlignHorizontalDistributeEnd: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
150
- declare const AlignHorizontalDistributeStart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
151
- declare const AlignHorizontalJustifyCenter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
152
- declare const AlignHorizontalJustifyEnd: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
153
- declare const AlignHorizontalJustifyStart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
154
- declare const AlignHorizontalSpaceAround: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
155
- declare const AlignHorizontalSpaceBetween: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
156
- declare const AlignJustify: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
157
- declare const AlignLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
158
- declare const AlignRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
159
- declare const AlignStartHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
160
- declare const AlignStartVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
161
- declare const AlignTop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
162
- declare const AlignVerticalDistributeCenter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
163
- declare const AlignVerticalDistributeEnd: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
164
- declare const AlignVerticalDistributeStart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
165
- declare const AlignVerticalJustifyCenter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
166
- declare const AlignVerticalJustifyEnd: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
167
- declare const AlignVerticalJustifyStart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
168
- declare const AlignVerticalSpaceAround: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
169
- declare const AlignVerticalSpaceBetween: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
170
- declare const AllSides: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
171
- declare const Anchor: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
172
- declare const Angle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
173
- declare const Angry: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
174
- declare const Annoyed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
175
- declare const Aperture: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
176
- declare const AppWindow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
177
- declare const Apple: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
178
- declare const Archive: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
179
- declare const ArchiveRestore: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
180
- declare const Armchair: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
181
- declare const ArrowBigDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
182
- declare const ArrowBigLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
183
- declare const ArrowBigRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
184
- declare const ArrowBigUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
185
- declare const ArrowBottomLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
186
- declare const ArrowBottomRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
187
- declare const ArrowDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
188
- declare const ArrowDownCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
189
- declare const ArrowDownLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
190
- declare const ArrowDownRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
191
- declare const ArrowLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
192
- declare const ArrowLeftCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
193
- declare const ArrowLeftRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
194
- declare const ArrowRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
195
- declare const ArrowRightCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
196
- declare const ArrowTopLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
197
- declare const ArrowTopRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
198
- declare const ArrowUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
199
- declare const ArrowUpCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
200
- declare const ArrowUpDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
201
- declare const ArrowUpLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
202
- declare const ArrowUpRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
203
- declare const AspectRatio: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
204
- declare const Asterisk: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
205
- declare const AtSign: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
206
- declare const Avatar: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
207
- declare const Award: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
208
- declare const Axe: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
209
- declare const Axis3d: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
210
- declare const Baby: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
211
- declare const Backpack: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
212
- declare const Badge: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
213
- declare const BaggageClaim: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
214
- declare const Banana: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
215
- declare const Banknote: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
216
- declare const BarChart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
217
- declare const BarChart2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
218
- declare const BarChart3: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
219
- declare const BarChart4: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
220
- declare const BarChartHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
221
- declare const Baseline: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
222
- declare const Bath: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
223
- declare const Battery: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
224
- declare const BatteryCharging: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
225
- declare const BatteryFull: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
226
- declare const BatteryLow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
227
- declare const BatteryMedium: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
228
- declare const BatteryWarning: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
229
- declare const Beaker: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
230
- declare const BeanOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
231
- declare const Bed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
232
- declare const BedDouble: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
233
- declare const BedSingle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
234
- declare const Beef: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
235
- declare const Beer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
236
- declare const Bell: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
237
- declare const BellFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
238
- declare const BellMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
239
- declare const BellOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
240
- declare const BellRing: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
241
- declare const Bike: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
242
- declare const Binary: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
243
- declare const Bitcoin: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
244
- declare const BlendingMode: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
245
- declare const Bluebon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
246
- declare const Bluescope: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
247
- declare const Bluetooth: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
248
- declare const BluetoothConnected: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
249
- declare const BluetoothOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
250
- declare const BluetoothSearching: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
251
- declare const Bold: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
252
- declare const Bomb: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
253
- declare const Bone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
254
- declare const Book: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
255
- declare const BookOpen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
256
- declare const BookOpenCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
257
- declare const Bookmark: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
258
- declare const BookmarkFilled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
259
- declare const BookmarkMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
260
- declare const BookmarkPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
261
- declare const BorderAll: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
262
- declare const BorderBottom: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
263
- declare const BorderDashed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
264
- declare const BorderDotted: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
265
- declare const BorderLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
266
- declare const BorderNone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
267
- declare const BorderRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
268
- declare const BorderSolid: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
269
- declare const BorderSplit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
270
- declare const BorderStyle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
271
- declare const BorderTop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
272
- declare const BorderWidth: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
273
- declare const Bot: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
274
- declare const Box: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
275
- declare const BoxSelect: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
276
- declare const Briefcase: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
277
- declare const BriefcaseBusiness: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
278
- declare const Brush: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
279
- declare const Bug: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
280
- declare const Building: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
281
- declare const Building2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
282
- declare const Bus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
283
- declare const Cake: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
284
- declare const Calculator: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
285
- declare const Calendar: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
286
- declare const CalendarCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
287
- declare const CalendarCheck2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
288
- declare const CalendarClock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
289
- declare const CalendarDays: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
290
- declare const CalendarHeart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
291
- declare const CalendarMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
292
- declare const CalendarOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
293
- declare const CalendarPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
294
- declare const CalendarRange: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
295
- declare const CalendarSearch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
296
- declare const CalendarX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
297
- declare const CalendarX2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
298
- declare const Camera: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
299
- declare const CameraOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
300
- declare const Candy: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
301
- declare const CandyOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
302
- declare const CardStack: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
303
- declare const CardStackMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
304
- declare const CardStackPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
305
- declare const CaretDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
306
- declare const CaretLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
307
- declare const CaretRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
308
- declare const CaretSort: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
309
- declare const CaretUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
310
- declare const Carrot: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
311
- declare const CaseSensitive: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
312
- declare const Cast: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
313
- declare const Cat: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
314
- declare const Cctv1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
315
- declare const Cctv2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
316
- declare const ChatBubble: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
317
- declare const Check: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
318
- declare const CheckCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
319
- declare const CheckCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
320
- declare const CheckCircle2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
321
- declare const CheckCircled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
322
- declare const CheckSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
323
- declare const Checkbox: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
324
- declare const CheckboxFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
325
- declare const ChefHat: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
326
- declare const Cherry: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
327
- declare const ChevronDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
328
- declare const ChevronFirst: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
329
- declare const ChevronLast: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
330
- declare const ChevronLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
331
- declare const ChevronRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
332
- declare const ChevronUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
333
- declare const ChevronsDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
334
- declare const ChevronsDownUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
335
- declare const ChevronsLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
336
- declare const ChevronsLeftRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
337
- declare const ChevronsRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
338
- declare const ChevronsRightLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
339
- declare const ChevronsUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
340
- declare const ChevronsUpDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
341
- declare const Chouette: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
342
- declare const Chrome: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
343
- declare const CiFilter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
344
- declare const Cigarette: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
345
- declare const CigaretteOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
346
- declare const Circle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
347
- declare const CircleDot: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
348
- declare const CircleEllipsis: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
349
- declare const CircleFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
350
- declare const CircleSlashed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
351
- declare const CircleUserRound: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
352
- declare const CircleUserRoundFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
353
- declare const Citrus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
354
- declare const Clipboard: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
355
- declare const ClipboardCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
356
- declare const ClipboardCopy: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
357
- declare const ClipboardEdit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
358
- declare const ClipboardList: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
359
- declare const ClipboardSignature: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
360
- declare const ClipboardType: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
361
- declare const ClipboardX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
362
- declare const Clock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
363
- declare const Clock1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
364
- declare const Clock10: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
365
- declare const Clock11: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
366
- declare const Clock12: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
367
- declare const Clock2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
368
- declare const Clock3: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
369
- declare const Clock4: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
370
- declare const Clock5: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
371
- declare const Clock6: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
372
- declare const Clock7: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
373
- declare const Clock8: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
374
- declare const Clock9: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
375
- declare const Cloud: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
376
- declare const CloudAlert: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
377
- declare const CloudCog: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
378
- declare const CloudDrizzle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
379
- declare const CloudFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
380
- declare const CloudFog: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
381
- declare const CloudFog1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
382
- declare const CloudFog3: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
383
- declare const CloudHail: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
384
- declare const CloudLightning: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
385
- declare const CloudMoon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
386
- declare const CloudMoonRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
387
- declare const CloudMoonRainOrSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
388
- declare const CloudMoonSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
389
- declare const CloudMoonSnowOrRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
390
- declare const CloudOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
391
- declare const CloudRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
392
- declare const CloudRainWind: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
393
- declare const CloudSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
394
- declare const CloudSun: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
395
- declare const CloudSunRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
396
- declare const CloudSunRainOrSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
397
- declare const CloudSunSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
398
- declare const CloudSunSnowOrRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
399
- declare const Cloudy: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
400
- declare const CloudyMoon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
401
- declare const CloudyMoonRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
402
- declare const CloudyMoonRainOrSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
403
- declare const CloudyMoonSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
404
- declare const CloudyMoonSnowOrRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
405
- declare const CloudyRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
406
- declare const CloudyRainOrSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
407
- declare const CloudySnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
408
- declare const CloudySnowOrRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
409
- declare const CloudySun: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
410
- declare const CloudySunRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
411
- declare const CloudySunRainOrSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
412
- declare const CloudySunSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
413
- declare const CloudySunSnowOrRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
414
- declare const Clover: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
415
- declare const Code: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
416
- declare const Code2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
417
- declare const CodeSandboxLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
418
- declare const Codepen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
419
- declare const Codesandbox: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
420
- declare const Coffee: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
421
- declare const Cog: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
422
- declare const Coins: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
423
- declare const ColorWheel: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
424
- declare const ColumnSpacing: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
425
- declare const Columns: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
426
- declare const Command: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
427
- declare const Commit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
428
- declare const Compass: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
429
- declare const Component: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
430
- declare const ComponentBoolean: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
431
- declare const ComponentNone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
432
- declare const ComponentPlaceholder: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
433
- declare const ConciergeBell: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
434
- declare const Contact: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
435
- declare const Container: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
436
- declare const Contrast: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
437
- declare const Cookie: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
438
- declare const Copy: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
439
- declare const Copyleft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
440
- declare const Copyright: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
441
- declare const CornerBottomLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
442
- declare const CornerBottomRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
443
- declare const CornerDownLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
444
- declare const CornerDownRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
445
- declare const CornerLeftDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
446
- declare const CornerLeftUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
447
- declare const CornerRightDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
448
- declare const CornerRightUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
449
- declare const CornerTopLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
450
- declare const CornerTopRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
451
- declare const CornerUpLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
452
- declare const CornerUpRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
453
- declare const Corners: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
454
- declare const CountdownTimer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
455
- declare const CounterClockwiseClock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
456
- declare const Cpu: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
457
- declare const CreditCard: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
458
- declare const CreditCoin: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
459
- declare const CreditCoinGradient: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
460
- declare const Croissant: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
461
- declare const Crop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
462
- declare const Cross: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
463
- declare const Cross1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
464
- declare const Crosshair: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
465
- declare const Crosshair1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
466
- declare const Crosshair2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
467
- declare const Crown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
468
- declare const CrumpledPaper: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
469
- declare const Cube: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
470
- declare const CurlyBraces: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
471
- declare const Currency: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
472
- declare const CursorArrow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
473
- declare const CursorText: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
474
- declare const Dash: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
475
- declare const Dashboard: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
476
- declare const Database: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
477
- declare const DatabaseBackup: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
478
- declare const Deepseek: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
479
- declare const Delete: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
480
- declare const Desktop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
481
- declare const Diamond: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
482
- declare const Dice1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
483
- declare const Dice2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
484
- declare const Dice3: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
485
- declare const Dice4: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
486
- declare const Dice5: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
487
- declare const Dice6: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
488
- declare const Dices: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
489
- declare const Diff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
490
- declare const Dimensions: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
491
- declare const Disc: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
492
- declare const DiscordLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
493
- declare const Divide: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
494
- declare const DivideCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
495
- declare const DivideSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
496
- declare const Dna: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
497
- declare const DnaOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
498
- declare const DollarSign: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
499
- declare const Dot: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
500
- declare const DotFilled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
501
- declare const DotsHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
502
- declare const DotsVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
503
- declare const DoubleArrowDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
504
- declare const DoubleArrowLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
505
- declare const DoubleArrowRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
506
- declare const DoubleArrowUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
507
- declare const Download: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
508
- declare const DownloadCloud: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
509
- declare const DragCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
510
- declare const DragHandleDots: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
511
- declare const DragHandleDots2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
512
- declare const DragHandleHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
513
- declare const DragHandleVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
514
- declare const DragLine: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
515
- declare const DrawingPin: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
516
- declare const DrawingPinFilled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
517
- declare const Dribbble: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
518
- declare const DropdownMenu: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
519
- declare const Droplet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
520
- declare const Drumstick: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
521
- declare const Dumbbell: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
522
- declare const Ear: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
523
- declare const EarOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
524
- declare const Edit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
525
- declare const Edit2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
526
- declare const Edit3: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
527
- declare const EggFried: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
528
- declare const Enter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
529
- declare const EnterFullScreen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
530
- declare const EnvelopeClosed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
531
- declare const EnvelopeOpen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
532
- declare const Equal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
533
- declare const EqualNot: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
534
- declare const Eraser: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
535
- declare const Erpix: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
536
- declare const Euro: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
537
- declare const ExclamationTriangle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
538
- declare const Exit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
539
- declare const ExitFullScreen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
540
- declare const Expand: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
541
- declare const ExternalLink: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
542
- declare const Eye: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
543
- declare const EyeClosed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
544
- declare const EyeNone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
545
- declare const EyeOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
546
- declare const EyeOpen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
547
- declare const Face: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
548
- declare const Facebook: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
549
- declare const Factory: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
550
- declare const Fan: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
551
- declare const FastForward: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
552
- declare const Feather: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
553
- declare const Figma: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
554
- declare const FigmaLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
555
- declare const File: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
556
- declare const FileArchive: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
557
- declare const FileAudio: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
558
- declare const FileAudio2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
559
- declare const FileAxis3d: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
560
- declare const FileBadge: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
561
- declare const FileBadge2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
562
- declare const FileBarChart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
563
- declare const FileBarChart2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
564
- declare const FileBox: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
565
- declare const FileCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
566
- declare const FileCheck2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
567
- declare const FileClock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
568
- declare const FileCode: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
569
- declare const FileCog: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
570
- declare const FileCog2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
571
- declare const FileDiff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
572
- declare const FileDigit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
573
- declare const FileDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
574
- declare const FileEdit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
575
- declare const FileHeart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
576
- declare const FileImage: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
577
- declare const FileInput: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
578
- declare const FileJson: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
579
- declare const FileJson2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
580
- declare const FileKey: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
581
- declare const FileKey2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
582
- declare const FileLineChart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
583
- declare const FileLock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
584
- declare const FileLock2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
585
- declare const FileMedia: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
586
- declare const FileMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
587
- declare const FileMinus2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
588
- declare const FileOutput: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
589
- declare const FilePdf: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
590
- declare const FilePieChart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
591
- declare const FilePlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
592
- declare const FilePlus2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
593
- declare const FileQuestion: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
594
- declare const FileScan: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
595
- declare const FileSearch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
596
- declare const FileSearch2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
597
- declare const FileSignature: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
598
- declare const FileSpreadsheet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
599
- declare const FileSubmodule: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
600
- declare const FileSymlink: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
601
- declare const FileTerminal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
602
- declare const FileText: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
603
- declare const FileType: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
604
- declare const FileType2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
605
- declare const FileUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
606
- declare const FileVideo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
607
- declare const FileVideo2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
608
- declare const FileVolume: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
609
- declare const FileVolume2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
610
- declare const FileWarning: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
611
- declare const FileX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
612
- declare const FileX2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
613
- declare const Files: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
614
- declare const Film: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
615
- declare const Filter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
616
- declare const Fingerprint: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
617
- declare const Flag: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
618
- declare const FlagOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
619
- declare const FlagTriangleLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
620
- declare const FlagTriangleRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
621
- declare const Flashlight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
622
- declare const FlashlightOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
623
- declare const FlaskRound: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
624
- declare const FlipHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
625
- declare const FlipHorizontal2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
626
- declare const FlipVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
627
- declare const FlipVertical2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
628
- declare const Flower: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
629
- declare const Flower2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
630
- declare const Focus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
631
- declare const Folder: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
632
- declare const FolderArchive: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
633
- declare const FolderCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
634
- declare const FolderClock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
635
- declare const FolderClosed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
636
- declare const FolderCog: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
637
- declare const FolderCog2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
638
- declare const FolderDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
639
- declare const FolderEdit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
640
- declare const FolderHeart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
641
- declare const FolderInput: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
642
- declare const FolderKey: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
643
- declare const FolderLock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
644
- declare const FolderMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
645
- declare const FolderOutput: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
646
- declare const FolderPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
647
- declare const FolderSearch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
648
- declare const FolderSearch2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
649
- declare const FolderSymlink: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
650
- declare const FolderTree: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
651
- declare const FolderUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
652
- declare const FolderX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
653
- declare const Folders: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
654
- declare const FontBold: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
655
- declare const FontFamily: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
656
- declare const FontItalic: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
657
- declare const FontRoman: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
658
- declare const FontSize: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
659
- declare const FontStyle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
660
- declare const Footprints: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
661
- declare const FootprintsFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
662
- declare const FormInput: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
663
- declare const Forward: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
664
- declare const Frame: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
665
- declare const Framer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
666
- declare const FramerLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
667
- declare const Frown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
668
- declare const Fuel: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
669
- declare const Fullscreen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
670
- declare const FunctionSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
671
- declare const GPT: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
672
- declare const Gamepad: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
673
- declare const Gauge: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
674
- declare const Gavel: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
675
- declare const Gear: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
676
- declare const Gem: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
677
- declare const Gemini: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
678
- declare const Ghost: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
679
- declare const Gift: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
680
- declare const GitBranch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
681
- declare const GitBranchPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
682
- declare const GitCommit: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
683
- declare const GitCompare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
684
- declare const GitFork: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
685
- declare const GitHubLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
686
- declare const GitMerge: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
687
- declare const GitPullRequest: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
688
- declare const GitPullRequestClosed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
689
- declare const GitPullRequestDraft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
690
- declare const Github: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
691
- declare const Gitlab: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
692
- declare const Glasses: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
693
- declare const Globe: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
694
- declare const Globe2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
695
- declare const Grab: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
696
- declare const GraduationCap: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
697
- declare const Grape: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
698
- declare const Grid: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
699
- declare const GripHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
700
- declare const GripVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
701
- declare const Group: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
702
- declare const Half1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
703
- declare const Half2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
704
- declare const HamburgerMenu: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
705
- declare const Hand: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
706
- declare const HandMetal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
707
- declare const HardDrive: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
708
- declare const HardHat: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
709
- declare const Hash: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
710
- declare const Haze: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
711
- declare const Heading: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
712
- declare const Heading1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
713
- declare const Heading2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
714
- declare const Heading3: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
715
- declare const Heading4: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
716
- declare const Heading5: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
717
- declare const Heading6: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
718
- declare const Headphones: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
719
- declare const Heart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
720
- declare const HeartFilled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
721
- declare const HeartOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
722
- declare const Height: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
723
- declare const Highlighter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
724
- declare const History: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
725
- declare const HobbyKnife: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
726
- declare const Home: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
727
- declare const HomeFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
728
- declare const HomeFilled1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
729
- declare const HomeFilled2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
730
- declare const Hop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
731
- declare const HopOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
732
- declare const Hourglass: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
733
- declare const IceCream: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
734
- declare const IceCream2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
735
- declare const IconJarLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
736
- declare const IdCard: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
737
- declare const Image: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
738
- declare const ImageMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
739
- declare const ImageOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
740
- declare const ImagePlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
741
- declare const ImageSplitCompareVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
742
- declare const Import: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
743
- declare const Inbox: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
744
- declare const Indent: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
745
- declare const IndianRupee: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
746
- declare const Info: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
747
- declare const InfoCircled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
748
- declare const Inspect: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
749
- declare const Instagram: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
750
- declare const InstagramLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
751
- declare const Italic: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
752
- declare const JapaneseYen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
753
- declare const Joystick: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
754
- declare const Key: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
755
- declare const Keyboard: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
756
- declare const Lamp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
757
- declare const LampCeiling: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
758
- declare const LampDesk: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
759
- declare const LampFloor: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
760
- declare const LampWallDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
761
- declare const LampWallUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
762
- declare const Landmark: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
763
- declare const Languages: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
764
- declare const LapTimer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
765
- declare const Laptop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
766
- declare const Laptop2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
767
- declare const Lasso: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
768
- declare const Laugh: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
769
- declare const LaughFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
770
- declare const Layers: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
771
- declare const LayersSharp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
772
- declare const Layout: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
773
- declare const LayoutDashboard: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
774
- declare const LayoutGrid: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
775
- declare const LayoutList: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
776
- declare const LayoutTemplate: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
777
- declare const Leaf: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
778
- declare const LetterCaseCapitalize: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
779
- declare const LetterCaseLowercase: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
780
- declare const LetterCaseToggle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
781
- declare const LetterCaseUppercase: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
782
- declare const LetterSpacing: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
783
- declare const Library: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
784
- declare const LifeBuoy: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
785
- declare const Lightbulb: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
786
- declare const LightningBolt: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
787
- declare const LineChart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
788
- declare const LineHeight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
789
- declare const Link: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
790
- declare const Link1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
791
- declare const Link2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
792
- declare const Link2Off: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
793
- declare const LinkBreak1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
794
- declare const LinkBreak2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
795
- declare const LinkNone1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
796
- declare const LinkNone2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
797
- declare const LinkedInLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
798
- declare const Linkedin: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
799
- declare const List: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
800
- declare const ListBullet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
801
- declare const ListChecks: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
802
- declare const ListEnd: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
803
- declare const ListMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
804
- declare const ListMusic: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
805
- declare const ListOrdered: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
806
- declare const ListPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
807
- declare const ListStart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
808
- declare const ListVideo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
809
- declare const ListX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
810
- declare const Loader: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
811
- declare const Loader2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
812
- declare const Locate: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
813
- declare const LocateFixed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
814
- declare const LocateOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
815
- declare const Lock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
816
- declare const LockClosed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
817
- declare const LockOpen1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
818
- declare const LockOpen2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
819
- declare const LogIn: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
820
- declare const LogOut: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
821
- declare const Loop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
822
- declare const Luggage: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
823
- declare const MagicWand: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
824
- declare const Magnet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
825
- declare const MagnifyingGlass: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
826
- declare const Mail: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
827
- declare const MailCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
828
- declare const MailMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
829
- declare const MailOpen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
830
- declare const MailPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
831
- declare const MailQuestion: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
832
- declare const MailSearch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
833
- declare const MailWarning: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
834
- declare const MailX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
835
- declare const Mails: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
836
- declare const Map: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
837
- declare const MapPin: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
838
- declare const MapPinFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
839
- declare const MapPinFill2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
840
- declare const Margin: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
841
- declare const Martini: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
842
- declare const MaskOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
843
- declare const MaskOn: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
844
- declare const Maximize: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
845
- declare const Maximize2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
846
- declare const Medal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
847
- declare const Megaphone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
848
- declare const MegaphoneOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
849
- declare const Meh: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
850
- declare const Menu: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
851
- declare const MessageSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
852
- declare const MessageSquareText: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
853
- declare const Metalscope: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
854
- declare const Mic: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
855
- declare const Mic2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
856
- declare const MicOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
857
- declare const Microscope: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
858
- declare const Microwave: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
859
- declare const Milestone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
860
- declare const Milk: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
861
- declare const MilkOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
862
- declare const Minimize: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
863
- declare const Minimize2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
864
- declare const Minus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
865
- declare const MinusCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
866
- declare const MinusCircled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
867
- declare const MinusSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
868
- declare const Mix: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
869
- declare const MixerHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
870
- declare const MixerVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
871
- declare const Mobile: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
872
- declare const ModulzLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
873
- declare const Monitor: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
874
- declare const MonitorOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
875
- declare const MonitorSmartphone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
876
- declare const MonitorSpeaker: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
877
- declare const Moon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
878
- declare const MoonRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
879
- declare const MoonRainOrSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
880
- declare const MoonSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
881
- declare const MoonSnowOrRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
882
- declare const MoreHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
883
- declare const MoreVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
884
- declare const Mountain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
885
- declare const MountainSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
886
- declare const Mouse: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
887
- declare const MousePointer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
888
- declare const MousePointer2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
889
- declare const MousePointerClick: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
890
- declare const Move: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
891
- declare const Move3d: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
892
- declare const MoveDiagonal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
893
- declare const MoveDiagonal2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
894
- declare const MoveHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
895
- declare const MoveVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
896
- declare const Music: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
897
- declare const Music2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
898
- declare const Music3: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
899
- declare const Music4: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
900
- declare const Navigation: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
901
- declare const Navigation2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
902
- declare const Navigation2Off: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
903
- declare const NavigationOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
904
- declare const Network: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
905
- declare const Newspaper: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
906
- declare const North: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
907
- declare const NorthCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
908
- declare const NotionLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
909
- declare const Nut: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
910
- declare const NutOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
911
- declare const Octagon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
912
- declare const Opacity: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
913
- declare const OpenInNewWindow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
914
- declare const Option: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
915
- declare const Outdent: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
916
- declare const Overline: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
917
- declare const PackageCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
918
- declare const PackageMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
919
- declare const PackagePlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
920
- declare const PackageSearch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
921
- declare const PackageX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
922
- declare const Padding: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
923
- declare const PaintBucket: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
924
- declare const Paintbrush: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
925
- declare const Paintbrush2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
926
- declare const Palmtree: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
927
- declare const PaperPlane: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
928
- declare const PartyPopper: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
929
- declare const Pause: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
930
- declare const PauseCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
931
- declare const PauseOctagon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
932
- declare const Pdf: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
933
- declare const PenTool: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
934
- declare const Pencil: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
935
- declare const Pencil1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
936
- declare const Pencil2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
937
- declare const Percent: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
938
- declare const Person: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
939
- declare const PersonShape: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
940
- declare const PersonStanding: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
941
- declare const Phone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
942
- declare const PieChart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
943
- declare const PiggyBank: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
944
- declare const Pilcrow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
945
- declare const Pin: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
946
- declare const PinBottom: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
947
- declare const PinLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
948
- declare const PinOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
949
- declare const PinRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
950
- declare const PinTop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
951
- declare const Pipette: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
952
- declare const Pixative: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
953
- declare const Pizza: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
954
- declare const Plane: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
955
- declare const Play: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
956
- declare const PlayCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
957
- declare const Plug: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
958
- declare const Plug2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
959
- declare const PlugZap: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
960
- declare const Plus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
961
- declare const PlusCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
962
- declare const PlusCircled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
963
- declare const PlusSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
964
- declare const Pocket: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
965
- declare const Podcast: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
966
- declare const Pointer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
967
- declare const Polygon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
968
- declare const PoundSterling: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
969
- declare const Power: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
970
- declare const PowerOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
971
- declare const Printer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
972
- declare const QrCode: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
973
- declare const QuestionMark: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
974
- declare const QuestionMarkCircled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
975
- declare const Quote: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
976
- declare const Radio: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
977
- declare const RadioButton: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
978
- declare const RadioReceiver: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
979
- declare const Rain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
980
- declare const RainOrSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
981
- declare const Reader: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
982
- declare const RectangleHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
983
- declare const RectangleVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
984
- declare const Redo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
985
- declare const Redo2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
986
- declare const RefreshCcw: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
987
- declare const RefreshCw: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
988
- declare const Refrigerator: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
989
- declare const Regex: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
990
- declare const Reload: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
991
- declare const Repeat: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
992
- declare const Repeat1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
993
- declare const Reply: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
994
- declare const ReplyAll: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
995
- declare const Reset: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
996
- declare const Resume: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
997
- declare const Rewind: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
998
- declare const Rocket: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
999
- declare const RockingChair: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1000
- declare const Rotate3d: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1001
- declare const RotateCcw: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1002
- declare const RotateCw: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1003
- declare const RotateWhole: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1004
- declare const RowSpacing: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1005
- declare const Rows: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1006
- declare const Rss: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1007
- declare const Ruler: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1008
- declare const RulerHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1009
- declare const RulerSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1010
- declare const RussianRuble: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1011
- declare const SFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1012
- declare const Sailboat: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1013
- declare const Sandwich: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1014
- declare const Satchat: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1015
- declare const Satellite: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1016
- declare const Satory: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1017
- declare const Save: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1018
- declare const Scale: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1019
- declare const Scale3d: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1020
- declare const Scaling: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1021
- declare const Scan: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1022
- declare const ScanLine: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1023
- declare const Scissors: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1024
- declare const ScreenShare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1025
- declare const ScreenShareOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1026
- declare const Scroll: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1027
- declare const Search: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1028
- declare const Section: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1029
- declare const Send: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1030
- declare const SeparatorHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1031
- declare const SeparatorVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1032
- declare const Server: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1033
- declare const ServerCog: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1034
- declare const ServerCrash: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1035
- declare const ServerOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1036
- declare const Settings2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1037
- declare const SewingPin: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1038
- declare const SewingPinFilled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1039
- declare const Shadow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1040
- declare const ShadowInner: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1041
- declare const ShadowNone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1042
- declare const Share: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1043
- declare const Share1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1044
- declare const Share2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1045
- declare const Sheet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1046
- declare const Shield: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1047
- declare const ShieldAlert: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1048
- declare const ShieldCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1049
- declare const ShieldClose: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1050
- declare const ShieldOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1051
- declare const Ship: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1052
- declare const ShoppingBag: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1053
- declare const ShoppingBasket: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1054
- declare const ShoppingCart: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1055
- declare const Shovel: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1056
- declare const ShowerHead: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1057
- declare const Shrink: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1058
- declare const Shrub: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1059
- declare const Shuffle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1060
- declare const Sidebar: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1061
- declare const SidebarClose: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1062
- declare const SidebarOpen: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1063
- declare const Sigma: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1064
- declare const Signal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1065
- declare const SignalHigh: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1066
- declare const SignalLow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1067
- declare const SignalMedium: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1068
- declare const SignalZero: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1069
- declare const Siren: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1070
- declare const Size: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1071
- declare const SketchLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1072
- declare const SkipBack: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1073
- declare const SkipForward: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1074
- declare const Skull: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1075
- declare const Slack: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1076
- declare const Slash: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1077
- declare const Slice: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1078
- declare const Slider: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1079
- declare const Sliders: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1080
- declare const SlidersHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1081
- declare const Smartphone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1082
- declare const SmartphoneCharging: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1083
- declare const Smile: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1084
- declare const SmileFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1085
- declare const Snow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1086
- declare const SnowOrRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1087
- declare const Snowflake: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1088
- declare const Sofa: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1089
- declare const SortAsc: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1090
- declare const SortDesc: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1091
- declare const Soup: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1092
- declare const SpaceBetweenHorizontally: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1093
- declare const SpaceBetweenVertically: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1094
- declare const SpaceEvenlyHorizontally: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1095
- declare const SpaceEvenlyVertically: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1096
- declare const Speaker: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1097
- declare const SpeakerLoud: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1098
- declare const SpeakerModerate: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1099
- declare const SpeakerOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1100
- declare const SpeakerQuiet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1101
- declare const Spline: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1102
- declare const Sprout: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1103
- declare const Square: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1104
- declare const SquareFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1105
- declare const Stack: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1106
- declare const Stamp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1107
- declare const StampFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1108
- declare const Star: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1109
- declare const StarFilled: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1110
- declare const StarHalf: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1111
- declare const StarOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1112
- declare const Stethoscope: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1113
- declare const StickyNote: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1114
- declare const StitchesLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1115
- declare const Stop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1116
- declare const StopCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1117
- declare const Stopwatch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1118
- declare const StretchHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1119
- declare const StretchHorizontally: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1120
- declare const StretchVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1121
- declare const StretchVertically: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1122
- declare const Strikethrough: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1123
- declare const SubItem: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1124
- declare const Subscript: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1125
- declare const Subtitles: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1126
- declare const Sun: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1127
- declare const SunDim: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1128
- declare const SunMedium: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1129
- declare const SunMoon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1130
- declare const SunRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1131
- declare const SunRainOrSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1132
- declare const SunSnow: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1133
- declare const SunSnowOrRain: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1134
- declare const Sunrise: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1135
- declare const Sunset: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1136
- declare const Superscript: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1137
- declare const SwapSwitch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1138
- declare const SwissFranc: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1139
- declare const Switch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1140
- declare const SwitchCamera: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1141
- declare const Sword: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1142
- declare const Swords: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1143
- declare const Syringe: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1144
- declare const Table: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1145
- declare const Table2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1146
- declare const Tablet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1147
- declare const Tags: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1148
- declare const Target: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1149
- declare const TbDeselect: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1150
- declare const Tent: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1151
- declare const Terminal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1152
- declare const TerminalSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1153
- declare const Tetraplex: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1154
- declare const TextAlignBottom: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1155
- declare const TextAlignCenter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1156
- declare const TextAlignJustify: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1157
- declare const TextAlignLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1158
- declare const TextAlignMiddle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1159
- declare const TextAlignRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1160
- declare const TextAlignTop: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1161
- declare const TextCursor: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1162
- declare const TextCursorInput: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1163
- declare const TextNone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1164
- declare const Thermometer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1165
- declare const ThermometerSnowflake: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1166
- declare const ThermometerSun: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1167
- declare const ThickArrowDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1168
- declare const ThickArrowLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1169
- declare const ThickArrowRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1170
- declare const ThickArrowUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1171
- declare const ThumbsDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1172
- declare const ThumbsUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1173
- declare const Ticket: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1174
- declare const Timer: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1175
- declare const TimerOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1176
- declare const TimerReset: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1177
- declare const ToggleLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1178
- declare const ToggleRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1179
- declare const Toilet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1180
- declare const Tokens: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1181
- declare const Tornado: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1182
- declare const ToyBrick: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1183
- declare const TrackNext: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1184
- declare const TrackPrevious: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1185
- declare const Train: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1186
- declare const Transform: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1187
- declare const TransparencyGrid: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1188
- declare const Trash: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1189
- declare const Trash2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1190
- declare const TravelExplore: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1191
- declare const TreeDeciduous: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1192
- declare const TreePine: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1193
- declare const TreePineFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1194
- declare const Trees: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1195
- declare const Trello: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1196
- declare const TrendingDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1197
- declare const TrendingUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1198
- declare const Triangle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1199
- declare const TriangleDown: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1200
- declare const TriangleLeft: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1201
- declare const TriangleRight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1202
- declare const TriangleUp: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1203
- declare const Trophy: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1204
- declare const Tv: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1205
- declare const Tv2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1206
- declare const Twitch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1207
- declare const Twitter: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1208
- declare const TwitterLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1209
- declare const Type: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1210
- declare const Umbrella: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1211
- declare const Uncheckbox: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1212
- declare const Underline: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1213
- declare const Undo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1214
- declare const Undo2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1215
- declare const Unlink: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1216
- declare const Unlink2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1217
- declare const Unlock: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1218
- declare const Update: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1219
- declare const Upload: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1220
- declare const UploadCloud: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1221
- declare const Usb: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1222
- declare const User: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1223
- declare const UserCheck: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1224
- declare const UserCog: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1225
- declare const UserCogFill: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1226
- declare const UserMinus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1227
- declare const UserPlus: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1228
- declare const UserX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1229
- declare const Users: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1230
- declare const Utensils: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1231
- declare const UtensilsCrossed: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1232
- declare const VenetianMask: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1233
- declare const VercelLogo: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1234
- declare const Verified: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1235
- declare const Vibrate: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1236
- declare const VibrateOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1237
- declare const Video: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1238
- declare const VideoOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1239
- declare const View: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1240
- declare const ViewGrid: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1241
- declare const ViewHorizontal: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1242
- declare const ViewNone: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1243
- declare const ViewVertical: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1244
- declare const Voicemail: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1245
- declare const Volume: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1246
- declare const Volume1: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1247
- declare const Volume2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1248
- declare const VolumeX: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1249
- declare const Wallet: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1250
- declare const Wand: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1251
- declare const Wand2: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1252
- declare const Watch: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1253
- declare const WaveHeight: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1254
- declare const Waves: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1255
- declare const Webcam: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1256
- declare const Webhook: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1257
- declare const Wheat: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1258
- declare const WheatOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1259
- declare const Width: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1260
- declare const Wifi: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1261
- declare const WifiOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1262
- declare const Wind: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1263
- declare const Wine: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1264
- declare const WineOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1265
- declare const WrapText: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1266
- declare const Wrench: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1267
- declare const X: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1268
- declare const XCircle: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1269
- declare const XOctagon: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1270
- declare const XSquare: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1271
- declare const YellowDust: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1272
- declare const Youtube: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1273
- declare const Zap: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1274
- declare const ZapOff: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1275
- declare const ZoomIn: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
1276
- declare const ZoomOut: (props: NamedIconProps) => react_jsx_runtime.JSX.Element;
128
+ declare const Icon: React$1.ForwardRefExoticComponent<IconProps & React$1.RefAttributes<SVGSVGElement>>;
129
+
130
+ interface IconComponentProps extends Omit<ComponentProps<LucideIcon>, "width" | "height"> {
131
+ /** 사이즈 토큰("xs"|"sm"|"md"|"lg") 또는 픽셀 숫자 */
132
+ size?: IconSize;
133
+ /** true면 aria-hidden, false면 role="img" + aria-label 필요 */
134
+ decorative?: boolean;
135
+ "aria-label"?: string;
136
+ }
137
+ type IconComponent = ForwardRefExoticComponent<IconComponentProps & RefAttributes<SVGSVGElement>>;
138
+
139
+ declare const Activity: IconComponent;
140
+ declare const Airplay: IconComponent;
141
+ declare const AirVent: IconComponent;
142
+ declare const AlarmCheck: IconComponent;
143
+ declare const AlarmClock: IconComponent;
144
+ declare const AlarmMinus: IconComponent;
145
+ declare const AlarmPlus: IconComponent;
146
+ declare const Album: IconComponent;
147
+ declare const AlertCircle: IconComponent;
148
+ declare const AlertOctagon: IconComponent;
149
+ declare const AlertTriangle: IconComponent;
150
+ declare const AlignCenter: IconComponent;
151
+ declare const AlignCenterHorizontal: IconComponent;
152
+ declare const AlignCenterVertical: IconComponent;
153
+ declare const AlignEndHorizontal: IconComponent;
154
+ declare const AlignEndVertical: IconComponent;
155
+ declare const AlignHorizontalDistributeCenter: IconComponent;
156
+ declare const AlignHorizontalDistributeEnd: IconComponent;
157
+ declare const AlignHorizontalDistributeStart: IconComponent;
158
+ declare const AlignHorizontalJustifyCenter: IconComponent;
159
+ declare const AlignHorizontalJustifyEnd: IconComponent;
160
+ declare const AlignHorizontalJustifyStart: IconComponent;
161
+ declare const AlignHorizontalSpaceAround: IconComponent;
162
+ declare const AlignHorizontalSpaceBetween: IconComponent;
163
+ declare const AlignJustify: IconComponent;
164
+ declare const AlignStartHorizontal: IconComponent;
165
+ declare const AlignStartVertical: IconComponent;
166
+ declare const AlignVerticalDistributeCenter: IconComponent;
167
+ declare const AlignVerticalDistributeEnd: IconComponent;
168
+ declare const AlignVerticalDistributeStart: IconComponent;
169
+ declare const AlignVerticalJustifyCenter: IconComponent;
170
+ declare const AlignVerticalJustifyEnd: IconComponent;
171
+ declare const AlignVerticalJustifyStart: IconComponent;
172
+ declare const AlignVerticalSpaceAround: IconComponent;
173
+ declare const AlignVerticalSpaceBetween: IconComponent;
174
+ declare const Anchor: IconComponent;
175
+ declare const Angry: IconComponent;
176
+ declare const Annoyed: IconComponent;
177
+ declare const Aperture: IconComponent;
178
+ declare const Apple: IconComponent;
179
+ declare const AppWindow: IconComponent;
180
+ declare const ArchiveRestore: IconComponent;
181
+ declare const Armchair: IconComponent;
182
+ declare const ArrowDownCircle: IconComponent;
183
+ declare const ArrowDownLeft: IconComponent;
184
+ declare const ArrowDownRight: IconComponent;
185
+ declare const ArrowLeftCircle: IconComponent;
186
+ declare const ArrowRightCircle: IconComponent;
187
+ declare const ArrowUpCircle: IconComponent;
188
+ declare const ArrowUpLeft: IconComponent;
189
+ declare const ArrowUpRight: IconComponent;
190
+ declare const Asterisk: IconComponent;
191
+ declare const AtSign: IconComponent;
192
+ declare const Award: IconComponent;
193
+ declare const Axe: IconComponent;
194
+ declare const Baby: IconComponent;
195
+ declare const BaggageClaim: IconComponent;
196
+ declare const Banana: IconComponent;
197
+ declare const Banknote: IconComponent;
198
+ declare const BarChart2: IconComponent;
199
+ declare const BarChart3: IconComponent;
200
+ declare const BarChart4: IconComponent;
201
+ declare const BarChartHorizontal: IconComponent;
202
+ declare const Baseline: IconComponent;
203
+ declare const Bath: IconComponent;
204
+ declare const Battery: IconComponent;
205
+ declare const BatteryCharging: IconComponent;
206
+ declare const BatteryFull: IconComponent;
207
+ declare const BatteryLow: IconComponent;
208
+ declare const BatteryMedium: IconComponent;
209
+ declare const BatteryWarning: IconComponent;
210
+ declare const Beaker: IconComponent;
211
+ declare const BeanOff: IconComponent;
212
+ declare const Bed: IconComponent;
213
+ declare const BedDouble: IconComponent;
214
+ declare const BedSingle: IconComponent;
215
+ declare const Beef: IconComponent;
216
+ declare const Beer: IconComponent;
217
+ declare const BellMinus: IconComponent;
218
+ declare const BellOff: IconComponent;
219
+ declare const BellRing: IconComponent;
220
+ declare const Bike: IconComponent;
221
+ declare const Bitcoin: IconComponent;
222
+ declare const Bluetooth: IconComponent;
223
+ declare const BluetoothConnected: IconComponent;
224
+ declare const BluetoothOff: IconComponent;
225
+ declare const BluetoothSearching: IconComponent;
226
+ declare const Bold: IconComponent;
227
+ declare const Bomb: IconComponent;
228
+ declare const Bone: IconComponent;
229
+ declare const Book: IconComponent;
230
+ declare const BookmarkMinus: IconComponent;
231
+ declare const BookmarkPlus: IconComponent;
232
+ declare const BookOpen: IconComponent;
233
+ declare const BookOpenCheck: IconComponent;
234
+ declare const BoxSelect: IconComponent;
235
+ declare const Briefcase: IconComponent;
236
+ declare const BriefcaseBusiness: IconComponent;
237
+ declare const Building: IconComponent;
238
+ declare const Building2: IconComponent;
239
+ declare const Cake: IconComponent;
240
+ declare const Calculator: IconComponent;
241
+ declare const CalendarCheck: IconComponent;
242
+ declare const CalendarCheck2: IconComponent;
243
+ declare const CalendarClock: IconComponent;
244
+ declare const CalendarDays: IconComponent;
245
+ declare const CalendarHeart: IconComponent;
246
+ declare const CalendarMinus: IconComponent;
247
+ declare const CalendarOff: IconComponent;
248
+ declare const CalendarPlus: IconComponent;
249
+ declare const CalendarRange: IconComponent;
250
+ declare const CalendarSearch: IconComponent;
251
+ declare const CalendarX: IconComponent;
252
+ declare const CalendarX2: IconComponent;
253
+ declare const CameraOff: IconComponent;
254
+ declare const Candy: IconComponent;
255
+ declare const CandyOff: IconComponent;
256
+ declare const Carrot: IconComponent;
257
+ declare const CaseSensitive: IconComponent;
258
+ declare const Cast: IconComponent;
259
+ declare const Cat: IconComponent;
260
+ declare const CheckCheck: IconComponent;
261
+ declare const CheckCircle: IconComponent;
262
+ declare const CheckCircle2: IconComponent;
263
+ declare const CheckSquare: IconComponent;
264
+ declare const ChefHat: IconComponent;
265
+ declare const Cherry: IconComponent;
266
+ declare const ChevronFirst: IconComponent;
267
+ declare const ChevronLast: IconComponent;
268
+ declare const ChevronsDown: IconComponent;
269
+ declare const ChevronsDownUp: IconComponent;
270
+ declare const ChevronsLeft: IconComponent;
271
+ declare const ChevronsLeftRight: IconComponent;
272
+ declare const ChevronsRight: IconComponent;
273
+ declare const ChevronsRightLeft: IconComponent;
274
+ declare const ChevronsUp: IconComponent;
275
+ declare const ChevronsUpDown: IconComponent;
276
+ declare const Chrome: IconComponent;
277
+ declare const Circle: IconComponent;
278
+ declare const CircleDot: IconComponent;
279
+ declare const CircleEllipsis: IconComponent;
280
+ declare const CircleSlashed: IconComponent;
281
+ declare const CircleUserRound: IconComponent;
282
+ declare const Citrus: IconComponent;
283
+ declare const ClipboardCheck: IconComponent;
284
+ declare const ClipboardEdit: IconComponent;
285
+ declare const ClipboardList: IconComponent;
286
+ declare const ClipboardSignature: IconComponent;
287
+ declare const ClipboardType: IconComponent;
288
+ declare const ClipboardX: IconComponent;
289
+ declare const Clock1: IconComponent;
290
+ declare const Clock10: IconComponent;
291
+ declare const Clock11: IconComponent;
292
+ declare const Clock12: IconComponent;
293
+ declare const Clock2: IconComponent;
294
+ declare const Clock3: IconComponent;
295
+ declare const Clock4: IconComponent;
296
+ declare const Clock5: IconComponent;
297
+ declare const Clock6: IconComponent;
298
+ declare const Clock7: IconComponent;
299
+ declare const Clock8: IconComponent;
300
+ declare const Clock9: IconComponent;
301
+ declare const Cloud: IconComponent;
302
+ declare const CloudAlert: IconComponent;
303
+ declare const CloudCog: IconComponent;
304
+ declare const CloudDrizzle: IconComponent;
305
+ declare const CloudFog: IconComponent;
306
+ declare const CloudHail: IconComponent;
307
+ declare const CloudLightning: IconComponent;
308
+ declare const CloudMoon: IconComponent;
309
+ declare const CloudMoonRain: IconComponent;
310
+ declare const CloudOff: IconComponent;
311
+ declare const CloudRain: IconComponent;
312
+ declare const CloudRainWind: IconComponent;
313
+ declare const CloudSnow: IconComponent;
314
+ declare const CloudSun: IconComponent;
315
+ declare const CloudSunRain: IconComponent;
316
+ declare const Cloudy: IconComponent;
317
+ declare const Clover: IconComponent;
318
+ declare const Code2: IconComponent;
319
+ declare const Codepen: IconComponent;
320
+ declare const Codesandbox: IconComponent;
321
+ declare const Coffee: IconComponent;
322
+ declare const Coins: IconComponent;
323
+ declare const Command: IconComponent;
324
+ declare const Compass: IconComponent;
325
+ declare const Component: IconComponent;
326
+ declare const ConciergeBell: IconComponent;
327
+ declare const Contact: IconComponent;
328
+ declare const Contrast: IconComponent;
329
+ declare const Copyleft: IconComponent;
330
+ declare const Copyright: IconComponent;
331
+ declare const CornerDownLeft: IconComponent;
332
+ declare const CornerDownRight: IconComponent;
333
+ declare const CornerLeftDown: IconComponent;
334
+ declare const CornerLeftUp: IconComponent;
335
+ declare const CornerRightDown: IconComponent;
336
+ declare const CornerRightUp: IconComponent;
337
+ declare const CornerUpLeft: IconComponent;
338
+ declare const CornerUpRight: IconComponent;
339
+ declare const CreditCard: IconComponent;
340
+ declare const Croissant: IconComponent;
341
+ declare const Crop: IconComponent;
342
+ declare const Cross: IconComponent;
343
+ declare const Crosshair: IconComponent;
344
+ declare const Crown: IconComponent;
345
+ declare const CurlyBraces: IconComponent;
346
+ declare const Currency: IconComponent;
347
+ declare const Database: IconComponent;
348
+ declare const Delete: IconComponent;
349
+ declare const Diamond: IconComponent;
350
+ declare const Dice1: IconComponent;
351
+ declare const Dice2: IconComponent;
352
+ declare const Dice3: IconComponent;
353
+ declare const Dice4: IconComponent;
354
+ declare const Dice5: IconComponent;
355
+ declare const Dice6: IconComponent;
356
+ declare const Dices: IconComponent;
357
+ declare const Diff: IconComponent;
358
+ declare const Divide: IconComponent;
359
+ declare const DnaOff: IconComponent;
360
+ declare const DollarSign: IconComponent;
361
+ declare const DownloadCloud: IconComponent;
362
+ declare const Dribbble: IconComponent;
363
+ declare const Droplet: IconComponent;
364
+ declare const Drumstick: IconComponent;
365
+ declare const Dumbbell: IconComponent;
366
+ declare const Ear: IconComponent;
367
+ declare const EarOff: IconComponent;
368
+ declare const Edit: IconComponent;
369
+ declare const Edit2: IconComponent;
370
+ declare const Edit3: IconComponent;
371
+ declare const EggFried: IconComponent;
372
+ declare const Equal: IconComponent;
373
+ declare const EqualNot: IconComponent;
374
+ declare const Euro: IconComponent;
375
+ declare const Expand: IconComponent;
376
+ declare const Eye: IconComponent;
377
+ declare const EyeOff: IconComponent;
378
+ declare const Facebook: IconComponent;
379
+ declare const Factory: IconComponent;
380
+ declare const Fan: IconComponent;
381
+ declare const FastForward: IconComponent;
382
+ declare const Feather: IconComponent;
383
+ declare const Figma: IconComponent;
384
+ declare const FileArchive: IconComponent;
385
+ declare const FileAudio: IconComponent;
386
+ declare const FileAudio2: IconComponent;
387
+ declare const FileAxis3d: IconComponent;
388
+ declare const FileBadge: IconComponent;
389
+ declare const FileBadge2: IconComponent;
390
+ declare const FileBarChart: IconComponent;
391
+ declare const FileBarChart2: IconComponent;
392
+ declare const FileBox: IconComponent;
393
+ declare const FileCheck: IconComponent;
394
+ declare const FileCheck2: IconComponent;
395
+ declare const FileClock: IconComponent;
396
+ declare const FileDiff: IconComponent;
397
+ declare const FileDown: IconComponent;
398
+ declare const FileEdit: IconComponent;
399
+ declare const FileHeart: IconComponent;
400
+ declare const FileImage: IconComponent;
401
+ declare const FileInput: IconComponent;
402
+ declare const FileJson: IconComponent;
403
+ declare const FileJson2: IconComponent;
404
+ declare const FileKey: IconComponent;
405
+ declare const FileKey2: IconComponent;
406
+ declare const FileLineChart: IconComponent;
407
+ declare const FileLock: IconComponent;
408
+ declare const FileLock2: IconComponent;
409
+ declare const FileMinus2: IconComponent;
410
+ declare const FileOutput: IconComponent;
411
+ declare const FilePieChart: IconComponent;
412
+ declare const FilePlus2: IconComponent;
413
+ declare const Files: IconComponent;
414
+ declare const FileScan: IconComponent;
415
+ declare const FileSearch: IconComponent;
416
+ declare const FileSearch2: IconComponent;
417
+ declare const FileSignature: IconComponent;
418
+ declare const FileSpreadsheet: IconComponent;
419
+ declare const FileTerminal: IconComponent;
420
+ declare const FileType: IconComponent;
421
+ declare const FileType2: IconComponent;
422
+ declare const FileUp: IconComponent;
423
+ declare const FileVideo: IconComponent;
424
+ declare const FileVideo2: IconComponent;
425
+ declare const FileVolume: IconComponent;
426
+ declare const FileVolume2: IconComponent;
427
+ declare const FileWarning: IconComponent;
428
+ declare const FileX: IconComponent;
429
+ declare const FileX2: IconComponent;
430
+ declare const Film: IconComponent;
431
+ declare const Filter: IconComponent;
432
+ declare const Fingerprint: IconComponent;
433
+ declare const Flag: IconComponent;
434
+ declare const FlagOff: IconComponent;
435
+ declare const FlagTriangleLeft: IconComponent;
436
+ declare const FlagTriangleRight: IconComponent;
437
+ declare const FlashlightOff: IconComponent;
438
+ declare const FlaskRound: IconComponent;
439
+ declare const FlipHorizontal: IconComponent;
440
+ declare const FlipHorizontal2: IconComponent;
441
+ declare const FlipVertical: IconComponent;
442
+ declare const FlipVertical2: IconComponent;
443
+ declare const Flower: IconComponent;
444
+ declare const Flower2: IconComponent;
445
+ declare const Focus: IconComponent;
446
+ declare const Folder: IconComponent;
447
+ declare const FolderCheck: IconComponent;
448
+ declare const FolderClock: IconComponent;
449
+ declare const FolderClosed: IconComponent;
450
+ declare const FolderCog: IconComponent;
451
+ declare const FolderDown: IconComponent;
452
+ declare const FolderEdit: IconComponent;
453
+ declare const FolderHeart: IconComponent;
454
+ declare const FolderInput: IconComponent;
455
+ declare const FolderKey: IconComponent;
456
+ declare const FolderLock: IconComponent;
457
+ declare const FolderMinus: IconComponent;
458
+ declare const FolderOutput: IconComponent;
459
+ declare const FolderPlus: IconComponent;
460
+ declare const Folders: IconComponent;
461
+ declare const FolderSearch: IconComponent;
462
+ declare const FolderSearch2: IconComponent;
463
+ declare const FolderTree: IconComponent;
464
+ declare const FolderUp: IconComponent;
465
+ declare const FolderX: IconComponent;
466
+ declare const Footprints: IconComponent;
467
+ declare const FormInput: IconComponent;
468
+ declare const Forward: IconComponent;
469
+ declare const Frame: IconComponent;
470
+ declare const Framer: IconComponent;
471
+ declare const Frown: IconComponent;
472
+ declare const Fuel: IconComponent;
473
+ declare const Fullscreen: IconComponent;
474
+ declare const FunctionSquare: IconComponent;
475
+ declare const Gamepad: IconComponent;
476
+ declare const Gauge: IconComponent;
477
+ declare const Gavel: IconComponent;
478
+ declare const Gem: IconComponent;
479
+ declare const Ghost: IconComponent;
480
+ declare const Gift: IconComponent;
481
+ declare const GitBranch: IconComponent;
482
+ declare const GitBranchPlus: IconComponent;
483
+ declare const GitCommit: IconComponent;
484
+ declare const GitCompare: IconComponent;
485
+ declare const GitFork: IconComponent;
486
+ declare const Github: IconComponent;
487
+ declare const Gitlab: IconComponent;
488
+ declare const GitMerge: IconComponent;
489
+ declare const GitPullRequest: IconComponent;
490
+ declare const GitPullRequestClosed: IconComponent;
491
+ declare const GitPullRequestDraft: IconComponent;
492
+ declare const Glasses: IconComponent;
493
+ declare const Globe2: IconComponent;
494
+ declare const Grab: IconComponent;
495
+ declare const GraduationCap: IconComponent;
496
+ declare const Grape: IconComponent;
497
+ declare const Grid: IconComponent;
498
+ declare const GripHorizontal: IconComponent;
499
+ declare const GripVertical: IconComponent;
500
+ declare const HandMetal: IconComponent;
501
+ declare const HardDrive: IconComponent;
502
+ declare const HardHat: IconComponent;
503
+ declare const Hash: IconComponent;
504
+ declare const Haze: IconComponent;
505
+ declare const Heading1: IconComponent;
506
+ declare const Heading2: IconComponent;
507
+ declare const Heading3: IconComponent;
508
+ declare const Heading4: IconComponent;
509
+ declare const Heading5: IconComponent;
510
+ declare const Heading6: IconComponent;
511
+ declare const Headphones: IconComponent;
512
+ declare const HeartOff: IconComponent;
513
+ declare const HelpCircle: IconComponent;
514
+ declare const Highlighter: IconComponent;
515
+ declare const History: IconComponent;
516
+ declare const Hop: IconComponent;
517
+ declare const HopOff: IconComponent;
518
+ declare const Hourglass: IconComponent;
519
+ declare const IceCream: IconComponent;
520
+ declare const IceCream2: IconComponent;
521
+ declare const ImageMinus: IconComponent;
522
+ declare const ImageOff: IconComponent;
523
+ declare const ImagePlus: IconComponent;
524
+ declare const Import: IconComponent;
525
+ declare const Inbox: IconComponent;
526
+ declare const Indent: IconComponent;
527
+ declare const IndianRupee: IconComponent;
528
+ declare const Info: IconComponent;
529
+ declare const Inspect: IconComponent;
530
+ declare const Instagram: IconComponent;
531
+ declare const Italic: IconComponent;
532
+ declare const JapaneseYen: IconComponent;
533
+ declare const Joystick: IconComponent;
534
+ declare const Key: IconComponent;
535
+ declare const KeyRound: IconComponent;
536
+ declare const Lamp: IconComponent;
537
+ declare const LampCeiling: IconComponent;
538
+ declare const LampDesk: IconComponent;
539
+ declare const LampFloor: IconComponent;
540
+ declare const LampWallDown: IconComponent;
541
+ declare const LampWallUp: IconComponent;
542
+ declare const Landmark: IconComponent;
543
+ declare const Languages: IconComponent;
544
+ declare const Laptop2: IconComponent;
545
+ declare const Lasso: IconComponent;
546
+ declare const Laugh: IconComponent;
547
+ declare const Layout: IconComponent;
548
+ declare const LayoutDashboard: IconComponent;
549
+ declare const LayoutGrid: IconComponent;
550
+ declare const LayoutList: IconComponent;
551
+ declare const LayoutTemplate: IconComponent;
552
+ declare const Leaf: IconComponent;
553
+ declare const Library: IconComponent;
554
+ declare const LifeBuoy: IconComponent;
555
+ declare const Lightbulb: IconComponent;
556
+ declare const LineChart: IconComponent;
557
+ declare const Link: IconComponent;
558
+ declare const Link2Off: IconComponent;
559
+ declare const Linkedin: IconComponent;
560
+ declare const List: IconComponent;
561
+ declare const ListChecks: IconComponent;
562
+ declare const ListEnd: IconComponent;
563
+ declare const ListMinus: IconComponent;
564
+ declare const ListMusic: IconComponent;
565
+ declare const ListOrdered: IconComponent;
566
+ declare const ListPlus: IconComponent;
567
+ declare const ListStart: IconComponent;
568
+ declare const ListVideo: IconComponent;
569
+ declare const ListX: IconComponent;
570
+ declare const Loader: IconComponent;
571
+ declare const Loader2: IconComponent;
572
+ declare const Locate: IconComponent;
573
+ declare const LocateFixed: IconComponent;
574
+ declare const LocateOff: IconComponent;
575
+ declare const Lock: IconComponent;
576
+ declare const LogIn: IconComponent;
577
+ declare const LogOut: IconComponent;
578
+ declare const Luggage: IconComponent;
579
+ declare const Magnet: IconComponent;
580
+ declare const Mail: IconComponent;
581
+ declare const MailCheck: IconComponent;
582
+ declare const MailMinus: IconComponent;
583
+ declare const MailOpen: IconComponent;
584
+ declare const MailPlus: IconComponent;
585
+ declare const MailQuestion: IconComponent;
586
+ declare const Mails: IconComponent;
587
+ declare const MailSearch: IconComponent;
588
+ declare const MailWarning: IconComponent;
589
+ declare const MailX: IconComponent;
590
+ declare const Map: IconComponent;
591
+ declare const MapPin: IconComponent;
592
+ declare const Martini: IconComponent;
593
+ declare const Maximize: IconComponent;
594
+ declare const Maximize2: IconComponent;
595
+ declare const Medal: IconComponent;
596
+ declare const Megaphone: IconComponent;
597
+ declare const MegaphoneOff: IconComponent;
598
+ declare const Meh: IconComponent;
599
+ declare const Menu: IconComponent;
600
+ declare const MessageSquare: IconComponent;
601
+ declare const MessageSquareText: IconComponent;
602
+ declare const Mic: IconComponent;
603
+ declare const MicOff: IconComponent;
604
+ declare const Microscope: IconComponent;
605
+ declare const Microwave: IconComponent;
606
+ declare const Milestone: IconComponent;
607
+ declare const Milk: IconComponent;
608
+ declare const MilkOff: IconComponent;
609
+ declare const Minimize: IconComponent;
610
+ declare const Minimize2: IconComponent;
611
+ declare const Minus: IconComponent;
612
+ declare const MinusCircle: IconComponent;
613
+ declare const MinusSquare: IconComponent;
614
+ declare const Monitor: IconComponent;
615
+ declare const MonitorOff: IconComponent;
616
+ declare const MonitorSmartphone: IconComponent;
617
+ declare const MonitorSpeaker: IconComponent;
618
+ declare const MoreHorizontal: IconComponent;
619
+ declare const MoreVertical: IconComponent;
620
+ declare const Mountain: IconComponent;
621
+ declare const MountainSnow: IconComponent;
622
+ declare const Mouse: IconComponent;
623
+ declare const MousePointer: IconComponent;
624
+ declare const MousePointer2: IconComponent;
625
+ declare const Move3d: IconComponent;
626
+ declare const MoveDiagonal: IconComponent;
627
+ declare const MoveDiagonal2: IconComponent;
628
+ declare const MoveHorizontal: IconComponent;
629
+ declare const MoveVertical: IconComponent;
630
+ declare const Music: IconComponent;
631
+ declare const Music2: IconComponent;
632
+ declare const Music3: IconComponent;
633
+ declare const Music4: IconComponent;
634
+ declare const Navigation: IconComponent;
635
+ declare const Navigation2: IconComponent;
636
+ declare const Navigation2Off: IconComponent;
637
+ declare const NavigationOff: IconComponent;
638
+ declare const Network: IconComponent;
639
+ declare const Newspaper: IconComponent;
640
+ declare const Nut: IconComponent;
641
+ declare const NutOff: IconComponent;
642
+ declare const Octagon: IconComponent;
643
+ declare const Option: IconComponent;
644
+ declare const Outdent: IconComponent;
645
+ declare const PackageCheck: IconComponent;
646
+ declare const PackageMinus: IconComponent;
647
+ declare const PackagePlus: IconComponent;
648
+ declare const PackageSearch: IconComponent;
649
+ declare const PackageX: IconComponent;
650
+ declare const Paintbrush: IconComponent;
651
+ declare const Paintbrush2: IconComponent;
652
+ declare const PaintBucket: IconComponent;
653
+ declare const Palmtree: IconComponent;
654
+ declare const PartyPopper: IconComponent;
655
+ declare const PauseCircle: IconComponent;
656
+ declare const PauseOctagon: IconComponent;
657
+ declare const PenTool: IconComponent;
658
+ declare const Percent: IconComponent;
659
+ declare const PersonStanding: IconComponent;
660
+ declare const Phone: IconComponent;
661
+ declare const Pin: IconComponent;
662
+ declare const PinOff: IconComponent;
663
+ declare const Pipette: IconComponent;
664
+ declare const Plane: IconComponent;
665
+ declare const PlayCircle: IconComponent;
666
+ declare const Plug: IconComponent;
667
+ declare const Plug2: IconComponent;
668
+ declare const PlusCircle: IconComponent;
669
+ declare const PlusSquare: IconComponent;
670
+ declare const Pocket: IconComponent;
671
+ declare const Podcast: IconComponent;
672
+ declare const Pointer: IconComponent;
673
+ declare const PoundSterling: IconComponent;
674
+ declare const Power: IconComponent;
675
+ declare const PowerOff: IconComponent;
676
+ declare const Printer: IconComponent;
677
+ declare const QrCode: IconComponent;
678
+ declare const Radio: IconComponent;
679
+ declare const RectangleHorizontal: IconComponent;
680
+ declare const RectangleVertical: IconComponent;
681
+ declare const Redo: IconComponent;
682
+ declare const Redo2: IconComponent;
683
+ declare const RefreshCcw: IconComponent;
684
+ declare const RefreshCw: IconComponent;
685
+ declare const Refrigerator: IconComponent;
686
+ declare const Regex: IconComponent;
687
+ declare const Repeat: IconComponent;
688
+ declare const Repeat1: IconComponent;
689
+ declare const Reply: IconComponent;
690
+ declare const ReplyAll: IconComponent;
691
+ declare const Rewind: IconComponent;
692
+ declare const RockingChair: IconComponent;
693
+ declare const Rotate3d: IconComponent;
694
+ declare const RotateCcw: IconComponent;
695
+ declare const RotateCw: IconComponent;
696
+ declare const Rss: IconComponent;
697
+ declare const RussianRuble: IconComponent;
698
+ declare const Sailboat: IconComponent;
699
+ declare const Sandwich: IconComponent;
700
+ declare const Satellite: IconComponent;
701
+ declare const Save: IconComponent;
702
+ declare const Scale: IconComponent;
703
+ declare const Scan: IconComponent;
704
+ declare const ScanLine: IconComponent;
705
+ declare const ScreenShare: IconComponent;
706
+ declare const ScreenShareOff: IconComponent;
707
+ declare const Scroll: IconComponent;
708
+ declare const Search: IconComponent;
709
+ declare const Send: IconComponent;
710
+ declare const SeparatorHorizontal: IconComponent;
711
+ declare const SeparatorVertical: IconComponent;
712
+ declare const Server: IconComponent;
713
+ declare const ServerCog: IconComponent;
714
+ declare const ServerCrash: IconComponent;
715
+ declare const ServerOff: IconComponent;
716
+ declare const Settings: IconComponent;
717
+ declare const Settings2: IconComponent;
718
+ declare const Share: IconComponent;
719
+ declare const Sheet: IconComponent;
720
+ declare const Shield: IconComponent;
721
+ declare const ShieldAlert: IconComponent;
722
+ declare const ShieldCheck: IconComponent;
723
+ declare const ShieldClose: IconComponent;
724
+ declare const ShieldOff: IconComponent;
725
+ declare const Ship: IconComponent;
726
+ declare const ShoppingBag: IconComponent;
727
+ declare const ShoppingBasket: IconComponent;
728
+ declare const ShoppingCart: IconComponent;
729
+ declare const Shovel: IconComponent;
730
+ declare const ShowerHead: IconComponent;
731
+ declare const Shrink: IconComponent;
732
+ declare const Shrub: IconComponent;
733
+ declare const Sidebar: IconComponent;
734
+ declare const SidebarClose: IconComponent;
735
+ declare const SidebarOpen: IconComponent;
736
+ declare const Sigma: IconComponent;
737
+ declare const Signal: IconComponent;
738
+ declare const SignalHigh: IconComponent;
739
+ declare const SignalLow: IconComponent;
740
+ declare const SignalMedium: IconComponent;
741
+ declare const SignalZero: IconComponent;
742
+ declare const Siren: IconComponent;
743
+ declare const SkipBack: IconComponent;
744
+ declare const SkipForward: IconComponent;
745
+ declare const Skull: IconComponent;
746
+ declare const Slack: IconComponent;
747
+ declare const Slice: IconComponent;
748
+ declare const Sliders: IconComponent;
749
+ declare const SlidersHorizontal: IconComponent;
750
+ declare const Smartphone: IconComponent;
751
+ declare const SmartphoneCharging: IconComponent;
752
+ declare const Smile: IconComponent;
753
+ declare const Sofa: IconComponent;
754
+ declare const SortAsc: IconComponent;
755
+ declare const SortDesc: IconComponent;
756
+ declare const Soup: IconComponent;
757
+ declare const Sprout: IconComponent;
758
+ declare const Stamp: IconComponent;
759
+ declare const StarHalf: IconComponent;
760
+ declare const StarOff: IconComponent;
761
+ declare const Stethoscope: IconComponent;
762
+ declare const StickyNote: IconComponent;
763
+ declare const StopCircle: IconComponent;
764
+ declare const StretchHorizontal: IconComponent;
765
+ declare const StretchVertical: IconComponent;
766
+ declare const Subscript: IconComponent;
767
+ declare const SunDim: IconComponent;
768
+ declare const SunMedium: IconComponent;
769
+ declare const SunMoon: IconComponent;
770
+ declare const Sunrise: IconComponent;
771
+ declare const Sunset: IconComponent;
772
+ declare const SunSnow: IconComponent;
773
+ declare const Superscript: IconComponent;
774
+ declare const SwissFranc: IconComponent;
775
+ declare const SwitchCamera: IconComponent;
776
+ declare const Sword: IconComponent;
777
+ declare const Swords: IconComponent;
778
+ declare const Syringe: IconComponent;
779
+ declare const Table: IconComponent;
780
+ declare const Table2: IconComponent;
781
+ declare const Tablet: IconComponent;
782
+ declare const Tags: IconComponent;
783
+ declare const Tent: IconComponent;
784
+ declare const Terminal: IconComponent;
785
+ declare const TerminalSquare: IconComponent;
786
+ declare const TextCursor: IconComponent;
787
+ declare const TextCursorInput: IconComponent;
788
+ declare const Thermometer: IconComponent;
789
+ declare const ThermometerSun: IconComponent;
790
+ declare const ThumbsDown: IconComponent;
791
+ declare const ThumbsUp: IconComponent;
792
+ declare const Ticket: IconComponent;
793
+ declare const TimerOff: IconComponent;
794
+ declare const TimerReset: IconComponent;
795
+ declare const ToggleLeft: IconComponent;
796
+ declare const ToggleRight: IconComponent;
797
+ declare const Tornado: IconComponent;
798
+ declare const ToyBrick: IconComponent;
799
+ declare const Trash2: IconComponent;
800
+ declare const TreeDeciduous: IconComponent;
801
+ declare const TreePine: IconComponent;
802
+ declare const Trees: IconComponent;
803
+ declare const Trello: IconComponent;
804
+ declare const TrendingDown: IconComponent;
805
+ declare const TrendingUp: IconComponent;
806
+ declare const Triangle: IconComponent;
807
+ declare const Trophy: IconComponent;
808
+ declare const Tv: IconComponent;
809
+ declare const Tv2: IconComponent;
810
+ declare const Twitch: IconComponent;
811
+ declare const Twitter: IconComponent;
812
+ declare const Type: IconComponent;
813
+ declare const Umbrella: IconComponent;
814
+ declare const Undo: IconComponent;
815
+ declare const Undo2: IconComponent;
816
+ declare const Unlink: IconComponent;
817
+ declare const Unlink2: IconComponent;
818
+ declare const Unlock: IconComponent;
819
+ declare const UploadCloud: IconComponent;
820
+ declare const Usb: IconComponent;
821
+ declare const User: IconComponent;
822
+ declare const UserCheck: IconComponent;
823
+ declare const UserMinus: IconComponent;
824
+ declare const UserPlus: IconComponent;
825
+ declare const Users: IconComponent;
826
+ declare const UserX: IconComponent;
827
+ declare const Utensils: IconComponent;
828
+ declare const UtensilsCrossed: IconComponent;
829
+ declare const Verified: IconComponent;
830
+ declare const Vibrate: IconComponent;
831
+ declare const VibrateOff: IconComponent;
832
+ declare const Video: IconComponent;
833
+ declare const VideoOff: IconComponent;
834
+ declare const View: IconComponent;
835
+ declare const Voicemail: IconComponent;
836
+ declare const Volume: IconComponent;
837
+ declare const Volume1: IconComponent;
838
+ declare const Volume2: IconComponent;
839
+ declare const VolumeX: IconComponent;
840
+ declare const Wallet: IconComponent;
841
+ declare const Wand2: IconComponent;
842
+ declare const Watch: IconComponent;
843
+ declare const Waves: IconComponent;
844
+ declare const Webcam: IconComponent;
845
+ declare const Webhook: IconComponent;
846
+ declare const Wheat: IconComponent;
847
+ declare const WheatOff: IconComponent;
848
+ declare const Wifi: IconComponent;
849
+ declare const WifiOff: IconComponent;
850
+ declare const Wind: IconComponent;
851
+ declare const Wine: IconComponent;
852
+ declare const WineOff: IconComponent;
853
+ declare const WrapText: IconComponent;
854
+ declare const Wrench: IconComponent;
855
+ declare const X: IconComponent;
856
+ declare const XCircle: IconComponent;
857
+ declare const XOctagon: IconComponent;
858
+ declare const XSquare: IconComponent;
859
+ declare const Youtube: IconComponent;
860
+ declare const Zap: IconComponent;
861
+ declare const ZapOff: IconComponent;
862
+ declare const ZoomIn: IconComponent;
863
+ declare const ZoomOut: IconComponent;
864
+ declare const Accessibility: IconComponent;
865
+ declare const Accessibility2: IconComponent;
866
+ declare const ActivityLog: IconComponent;
867
+ declare const AlarmClockOff: IconComponent;
868
+ declare const AlertTriangleFill: IconComponent;
869
+ declare const AlignBaseline: IconComponent;
870
+ declare const AlignBottom: IconComponent;
871
+ declare const AlignCenterHorizontally: IconComponent;
872
+ declare const AlignCenterVertically: IconComponent;
873
+ declare const AlignLeft: IconComponent;
874
+ declare const AlignLeft2: IconComponent;
875
+ declare const AlignRight: IconComponent;
876
+ declare const AlignRight2: IconComponent;
877
+ declare const AlignTop: IconComponent;
878
+ declare const AllSides: IconComponent;
879
+ declare const Angle: IconComponent;
880
+ declare const Archive: IconComponent;
881
+ declare const Archive2: IconComponent;
882
+ declare const ArrowBigDown: IconComponent;
883
+ declare const ArrowBigLeft: IconComponent;
884
+ declare const ArrowBigRight: IconComponent;
885
+ declare const ArrowBigUp: IconComponent;
886
+ declare const ArrowBottomLeft: IconComponent;
887
+ declare const ArrowBottomRight: IconComponent;
888
+ declare const ArrowDown: IconComponent;
889
+ declare const ArrowLeft: IconComponent;
890
+ declare const ArrowLeftRight: IconComponent;
891
+ declare const ArrowRight: IconComponent;
892
+ declare const ArrowTopLeft: IconComponent;
893
+ declare const ArrowTopRight: IconComponent;
894
+ declare const ArrowUp: IconComponent;
895
+ declare const ArrowUpDown: IconComponent;
896
+ declare const AspectRatio: IconComponent;
897
+ declare const Avatar: IconComponent;
898
+ declare const Axis3d: IconComponent;
899
+ declare const Backpack: IconComponent;
900
+ declare const Backpack2: IconComponent;
901
+ declare const Badge: IconComponent;
902
+ declare const BarChart: IconComponent;
903
+ declare const Bell: IconComponent;
904
+ declare const BellFill: IconComponent;
905
+ declare const Binary: IconComponent;
906
+ declare const Binary2: IconComponent;
907
+ declare const BlendingMode: IconComponent;
908
+ declare const Bluebon: IconComponent;
909
+ declare const Bluescope: IconComponent;
910
+ declare const Bookmark: IconComponent;
911
+ declare const BookmarkFilled: IconComponent;
912
+ declare const BorderAll: IconComponent;
913
+ declare const BorderBottom: IconComponent;
914
+ declare const BorderDashed: IconComponent;
915
+ declare const BorderDotted: IconComponent;
916
+ declare const BorderLeft: IconComponent;
917
+ declare const BorderNone: IconComponent;
918
+ declare const BorderRight: IconComponent;
919
+ declare const BorderSolid: IconComponent;
920
+ declare const BorderSplit: IconComponent;
921
+ declare const BorderStyle: IconComponent;
922
+ declare const BorderTop: IconComponent;
923
+ declare const BorderWidth: IconComponent;
924
+ declare const Bot: IconComponent;
925
+ declare const Box: IconComponent;
926
+ declare const BoxModel: IconComponent;
927
+ declare const Brush: IconComponent;
928
+ declare const Bug: IconComponent;
929
+ declare const Bus: IconComponent;
930
+ declare const Calendar: IconComponent;
931
+ declare const Calendar2: IconComponent;
932
+ declare const Camera: IconComponent;
933
+ declare const Camera2: IconComponent;
934
+ declare const CardStack: IconComponent;
935
+ declare const CardStackMinus: IconComponent;
936
+ declare const CardStackPlus: IconComponent;
937
+ declare const CaretDown: IconComponent;
938
+ declare const CaretLeft: IconComponent;
939
+ declare const CaretRight: IconComponent;
940
+ declare const CaretSort: IconComponent;
941
+ declare const CaretUp: IconComponent;
942
+ declare const Cctv1: IconComponent;
943
+ declare const Cctv2: IconComponent;
944
+ declare const ChatBubble: IconComponent;
945
+ declare const Check: IconComponent;
946
+ declare const Checkbox: IconComponent;
947
+ declare const CheckboxFill: IconComponent;
948
+ declare const CheckCircled: IconComponent;
949
+ declare const ChevronDown: IconComponent;
950
+ declare const ChevronLeft: IconComponent;
951
+ declare const ChevronRight: IconComponent;
952
+ declare const ChevronUp: IconComponent;
953
+ declare const Chouette: IconComponent;
954
+ declare const CiFilter: IconComponent;
955
+ declare const Cigarette: IconComponent;
956
+ declare const CigaretteOff: IconComponent;
957
+ declare const CircleBackslash: IconComponent;
958
+ declare const CircleFill: IconComponent;
959
+ declare const CircleUserRoundFill: IconComponent;
960
+ declare const Clipboard: IconComponent;
961
+ declare const ClipboardCopy: IconComponent;
962
+ declare const ClipboardCopy2: IconComponent;
963
+ declare const Clock: IconComponent;
964
+ declare const CloudFill: IconComponent;
965
+ declare const CloudFog1: IconComponent;
966
+ declare const CloudFog3: IconComponent;
967
+ declare const CloudMoonRainOrSnow: IconComponent;
968
+ declare const CloudMoonSnow: IconComponent;
969
+ declare const CloudMoonSnowOrRain: IconComponent;
970
+ declare const CloudSunRainOrSnow: IconComponent;
971
+ declare const CloudSunSnow: IconComponent;
972
+ declare const CloudSunSnowOrRain: IconComponent;
973
+ declare const CloudyMoon: IconComponent;
974
+ declare const CloudyMoonRain: IconComponent;
975
+ declare const CloudyMoonRainOrSnow: IconComponent;
976
+ declare const CloudyMoonSnow: IconComponent;
977
+ declare const CloudyMoonSnowOrRain: IconComponent;
978
+ declare const CloudyRain: IconComponent;
979
+ declare const CloudyRainOrSnow: IconComponent;
980
+ declare const CloudySnow: IconComponent;
981
+ declare const CloudySnowOrRain: IconComponent;
982
+ declare const CloudySun: IconComponent;
983
+ declare const CloudySunRain: IconComponent;
984
+ declare const CloudySunRainOrSnow: IconComponent;
985
+ declare const CloudySunSnow: IconComponent;
986
+ declare const CloudySunSnowOrRain: IconComponent;
987
+ declare const Code: IconComponent;
988
+ declare const CodeSandboxLogo: IconComponent;
989
+ declare const Cog: IconComponent;
990
+ declare const ColorWheel: IconComponent;
991
+ declare const Columns: IconComponent;
992
+ declare const Columns2: IconComponent;
993
+ declare const ColumnSpacing: IconComponent;
994
+ declare const Commit: IconComponent;
995
+ declare const Component1: IconComponent;
996
+ declare const Component2: IconComponent;
997
+ declare const ComponentBoolean: IconComponent;
998
+ declare const ComponentInstance: IconComponent;
999
+ declare const ComponentNone: IconComponent;
1000
+ declare const ComponentPlaceholder: IconComponent;
1001
+ declare const Container: IconComponent;
1002
+ declare const Cookie: IconComponent;
1003
+ declare const Cookie2: IconComponent;
1004
+ declare const Copy: IconComponent;
1005
+ declare const Copy2: IconComponent;
1006
+ declare const CornerBottomLeft: IconComponent;
1007
+ declare const CornerBottomRight: IconComponent;
1008
+ declare const Corners: IconComponent;
1009
+ declare const CornerTopLeft: IconComponent;
1010
+ declare const CornerTopRight: IconComponent;
1011
+ declare const CountdownTimer: IconComponent;
1012
+ declare const CounterClockwiseClock: IconComponent;
1013
+ declare const Cpu: IconComponent;
1014
+ declare const CreditCoin: IconComponent;
1015
+ declare const CreditCoinGradient: IconComponent;
1016
+ declare const Cross1: IconComponent;
1017
+ declare const Cross2: IconComponent;
1018
+ declare const CrossCircled: IconComponent;
1019
+ declare const Crosshair1: IconComponent;
1020
+ declare const Crosshair2: IconComponent;
1021
+ declare const CrumpledPaper: IconComponent;
1022
+ declare const Cube: IconComponent;
1023
+ declare const CursorArrow: IconComponent;
1024
+ declare const CursorText: IconComponent;
1025
+ declare const Dash: IconComponent;
1026
+ declare const Dashboard: IconComponent;
1027
+ declare const DatabaseBackup: IconComponent;
1028
+ declare const Deepseek: IconComponent;
1029
+ declare const Desktop: IconComponent;
1030
+ declare const Dimensions: IconComponent;
1031
+ declare const Disc: IconComponent;
1032
+ declare const DiscordLogo: IconComponent;
1033
+ declare const DivideCircle: IconComponent;
1034
+ declare const DividerHorizontal: IconComponent;
1035
+ declare const DividerVertical: IconComponent;
1036
+ declare const DivideSquare: IconComponent;
1037
+ declare const Dna: IconComponent;
1038
+ declare const DNAV: IconComponent;
1039
+ declare const Dot: IconComponent;
1040
+ declare const DotFilled: IconComponent;
1041
+ declare const DotsHorizontal: IconComponent;
1042
+ declare const DotsVertical: IconComponent;
1043
+ declare const DoubleArrowDown: IconComponent;
1044
+ declare const DoubleArrowLeft: IconComponent;
1045
+ declare const DoubleArrowRight: IconComponent;
1046
+ declare const DoubleArrowUp: IconComponent;
1047
+ declare const Download: IconComponent;
1048
+ declare const DragCircle: IconComponent;
1049
+ declare const DragHandleDots: IconComponent;
1050
+ declare const DragHandleDots2: IconComponent;
1051
+ declare const DragHandleHorizontal: IconComponent;
1052
+ declare const DragHandleVertical: IconComponent;
1053
+ declare const DragLine: IconComponent;
1054
+ declare const DrawingPin: IconComponent;
1055
+ declare const DrawingPinFilled: IconComponent;
1056
+ declare const DropdownMenu: IconComponent;
1057
+ declare const Enter: IconComponent;
1058
+ declare const EnterFullScreen: IconComponent;
1059
+ declare const EnvelopeClosed: IconComponent;
1060
+ declare const EnvelopeOpen: IconComponent;
1061
+ declare const Eraser: IconComponent;
1062
+ declare const Eraser2: IconComponent;
1063
+ declare const Erpix: IconComponent;
1064
+ declare const ExclamationTriangle: IconComponent;
1065
+ declare const Exit: IconComponent;
1066
+ declare const ExitFullScreen: IconComponent;
1067
+ declare const ExternalLink: IconComponent;
1068
+ declare const ExternalLink2: IconComponent;
1069
+ declare const EyeClosed: IconComponent;
1070
+ declare const EyeNone: IconComponent;
1071
+ declare const EyeOpen: IconComponent;
1072
+ declare const Face: IconComponent;
1073
+ declare const FigmaLogo: IconComponent;
1074
+ declare const File: IconComponent;
1075
+ declare const FileCode: IconComponent;
1076
+ declare const FileCog: IconComponent;
1077
+ declare const FileCog2: IconComponent;
1078
+ declare const FileDigit: IconComponent;
1079
+ declare const FileMedia: IconComponent;
1080
+ declare const FileMinus: IconComponent;
1081
+ declare const FilePdf: IconComponent;
1082
+ declare const FilePdfLine: IconComponent;
1083
+ declare const FilePdfPdfFill: IconComponent;
1084
+ declare const FilePdfPdfLine: IconComponent;
1085
+ declare const FilePlus: IconComponent;
1086
+ declare const FileQuestion: IconComponent;
1087
+ declare const FileSubmodule: IconComponent;
1088
+ declare const FileSymlink: IconComponent;
1089
+ declare const FileSymlink2: IconComponent;
1090
+ declare const FileText: IconComponent;
1091
+ declare const FileText2: IconComponent;
1092
+ declare const Flashlight: IconComponent;
1093
+ declare const FolderArchive: IconComponent;
1094
+ declare const FolderCog2: IconComponent;
1095
+ declare const FolderSymlink: IconComponent;
1096
+ declare const FontBold: IconComponent;
1097
+ declare const FontFamily: IconComponent;
1098
+ declare const FontItalic: IconComponent;
1099
+ declare const FontRoman: IconComponent;
1100
+ declare const FontSize: IconComponent;
1101
+ declare const FontStyle: IconComponent;
1102
+ declare const FootprintsFill: IconComponent;
1103
+ declare const FramerLogo: IconComponent;
1104
+ declare const Gear: IconComponent;
1105
+ declare const Gemini: IconComponent;
1106
+ declare const GitHubLogo: IconComponent;
1107
+ declare const Globe: IconComponent;
1108
+ declare const GPT: IconComponent;
1109
+ declare const Group: IconComponent;
1110
+ declare const Half1: IconComponent;
1111
+ declare const Half2: IconComponent;
1112
+ declare const HamburgerMenu: IconComponent;
1113
+ declare const Hand: IconComponent;
1114
+ declare const Hand2: IconComponent;
1115
+ declare const Heading: IconComponent;
1116
+ declare const Heart: IconComponent;
1117
+ declare const HeartFilled: IconComponent;
1118
+ declare const Height: IconComponent;
1119
+ declare const HobbyKnife: IconComponent;
1120
+ declare const Home: IconComponent;
1121
+ declare const Home2: IconComponent;
1122
+ declare const HomeFill: IconComponent;
1123
+ declare const HomeFilled1: IconComponent;
1124
+ declare const HomeFilled2: IconComponent;
1125
+ declare const IconJarLogo: IconComponent;
1126
+ declare const IdCard: IconComponent;
1127
+ declare const Image: IconComponent;
1128
+ declare const ImageSplitCompareVertical: IconComponent;
1129
+ declare const InfoCircled: IconComponent;
1130
+ declare const InstagramLogo: IconComponent;
1131
+ declare const Keyboard: IconComponent;
1132
+ declare const LapTimer: IconComponent;
1133
+ declare const Laptop: IconComponent;
1134
+ declare const LaughFill: IconComponent;
1135
+ declare const Layers: IconComponent;
1136
+ declare const LayersSharp: IconComponent;
1137
+ declare const LetterCaseCapitalize: IconComponent;
1138
+ declare const LetterCaseLowercase: IconComponent;
1139
+ declare const LetterCaseToggle: IconComponent;
1140
+ declare const LetterCaseUppercase: IconComponent;
1141
+ declare const LetterSpacing: IconComponent;
1142
+ declare const LightningBolt: IconComponent;
1143
+ declare const LineHeight: IconComponent;
1144
+ declare const Link1: IconComponent;
1145
+ declare const Link2: IconComponent;
1146
+ declare const LinkBreak1: IconComponent;
1147
+ declare const LinkBreak2: IconComponent;
1148
+ declare const LinkedInLogo: IconComponent;
1149
+ declare const LinkNone1: IconComponent;
1150
+ declare const LinkNone2: IconComponent;
1151
+ declare const ListBullet: IconComponent;
1152
+ declare const LockClosed: IconComponent;
1153
+ declare const LockOpen1: IconComponent;
1154
+ declare const LockOpen2: IconComponent;
1155
+ declare const Loop: IconComponent;
1156
+ declare const MagicWand: IconComponent;
1157
+ declare const MagnifyingGlass: IconComponent;
1158
+ declare const MapPinFill: IconComponent;
1159
+ declare const MapPinFill2: IconComponent;
1160
+ declare const Margin: IconComponent;
1161
+ declare const MaskOff: IconComponent;
1162
+ declare const MaskOn: IconComponent;
1163
+ declare const Metalscope: IconComponent;
1164
+ declare const Mic2: IconComponent;
1165
+ declare const MinusCircled: IconComponent;
1166
+ declare const Mix: IconComponent;
1167
+ declare const MixerHorizontal: IconComponent;
1168
+ declare const MixerVertical: IconComponent;
1169
+ declare const Mobile: IconComponent;
1170
+ declare const ModulzLogo: IconComponent;
1171
+ declare const Moon: IconComponent;
1172
+ declare const MoonRain: IconComponent;
1173
+ declare const MoonRainOrSnow: IconComponent;
1174
+ declare const MoonSnow: IconComponent;
1175
+ declare const MoonSnowOrRain: IconComponent;
1176
+ declare const MousePointerClick: IconComponent;
1177
+ declare const Move: IconComponent;
1178
+ declare const My: IconComponent;
1179
+ declare const North: IconComponent;
1180
+ declare const NorthCircle: IconComponent;
1181
+ declare const NotionLogo: IconComponent;
1182
+ declare const Opacity: IconComponent;
1183
+ declare const OpenInNewWindow: IconComponent;
1184
+ declare const Overline: IconComponent;
1185
+ declare const Padding: IconComponent;
1186
+ declare const PaperPlane: IconComponent;
1187
+ declare const Pause: IconComponent;
1188
+ declare const Pdf: IconComponent;
1189
+ declare const Pencil: IconComponent;
1190
+ declare const Pencil1: IconComponent;
1191
+ declare const Pencil2: IconComponent;
1192
+ declare const Person: IconComponent;
1193
+ declare const PersonShape: IconComponent;
1194
+ declare const PieChart: IconComponent;
1195
+ declare const PiggyBank: IconComponent;
1196
+ declare const Pilcrow: IconComponent;
1197
+ declare const PinBottom: IconComponent;
1198
+ declare const PinLeft: IconComponent;
1199
+ declare const PinRight: IconComponent;
1200
+ declare const PinTop: IconComponent;
1201
+ declare const Pixative: IconComponent;
1202
+ declare const Pizza: IconComponent;
1203
+ declare const Play: IconComponent;
1204
+ declare const PlugZap: IconComponent;
1205
+ declare const Plus: IconComponent;
1206
+ declare const PlusCircled: IconComponent;
1207
+ declare const Polygon: IconComponent;
1208
+ declare const PolygonFree: IconComponent;
1209
+ declare const PolygonRect: IconComponent;
1210
+ declare const QuestionMark: IconComponent;
1211
+ declare const QuestionMarkCircled: IconComponent;
1212
+ declare const Quote: IconComponent;
1213
+ declare const Radiobutton: IconComponent;
1214
+ declare const RadioButton: IconComponent;
1215
+ declare const RadioReceiver: IconComponent;
1216
+ declare const Rain: IconComponent;
1217
+ declare const RainOrSnow: IconComponent;
1218
+ declare const RainOrSnow2: IconComponent;
1219
+ declare const Reader: IconComponent;
1220
+ declare const Reload: IconComponent;
1221
+ declare const Reset: IconComponent;
1222
+ declare const Resume: IconComponent;
1223
+ declare const Rocket: IconComponent;
1224
+ declare const RotateWhole: IconComponent;
1225
+ declare const Rows: IconComponent;
1226
+ declare const RowSpacing: IconComponent;
1227
+ declare const Ruler: IconComponent;
1228
+ declare const RulerHorizontal: IconComponent;
1229
+ declare const RulerSquare: IconComponent;
1230
+ declare const Satchat: IconComponent;
1231
+ declare const Satory: IconComponent;
1232
+ declare const Scale3d: IconComponent;
1233
+ declare const Scaling: IconComponent;
1234
+ declare const Scissors: IconComponent;
1235
+ declare const Section: IconComponent;
1236
+ declare const SewingPin: IconComponent;
1237
+ declare const SewingPinFilled: IconComponent;
1238
+ declare const SFill: IconComponent;
1239
+ declare const Shadow: IconComponent;
1240
+ declare const ShadowInner: IconComponent;
1241
+ declare const ShadowNone: IconComponent;
1242
+ declare const Share1: IconComponent;
1243
+ declare const Share2: IconComponent;
1244
+ declare const Shuffle: IconComponent;
1245
+ declare const Size: IconComponent;
1246
+ declare const SketchLogo: IconComponent;
1247
+ declare const Slash: IconComponent;
1248
+ declare const Slider: IconComponent;
1249
+ declare const SmileFill: IconComponent;
1250
+ declare const Snow: IconComponent;
1251
+ declare const Snowflake: IconComponent;
1252
+ declare const SnowOrRain: IconComponent;
1253
+ declare const SnowOrRain2: IconComponent;
1254
+ declare const SpaceBetweenHorizontally: IconComponent;
1255
+ declare const SpaceBetweenVertically: IconComponent;
1256
+ declare const SpaceEvenlyHorizontally: IconComponent;
1257
+ declare const SpaceEvenlyVertically: IconComponent;
1258
+ declare const Speaker: IconComponent;
1259
+ declare const SpeakerLoud: IconComponent;
1260
+ declare const SpeakerModerate: IconComponent;
1261
+ declare const SpeakerOff: IconComponent;
1262
+ declare const SpeakerQuiet: IconComponent;
1263
+ declare const Spline: IconComponent;
1264
+ declare const Square: IconComponent;
1265
+ declare const SquareFill: IconComponent;
1266
+ declare const Stack: IconComponent;
1267
+ declare const StampFill: IconComponent;
1268
+ declare const Star: IconComponent;
1269
+ declare const StarFilled: IconComponent;
1270
+ declare const StitchesLogo: IconComponent;
1271
+ declare const Stop: IconComponent;
1272
+ declare const Stopwatch: IconComponent;
1273
+ declare const StretchHorizontally: IconComponent;
1274
+ declare const StretchVertically: IconComponent;
1275
+ declare const Strikethrough: IconComponent;
1276
+ declare const SubItem: IconComponent;
1277
+ declare const Subtitles: IconComponent;
1278
+ declare const Sun: IconComponent;
1279
+ declare const SunRain: IconComponent;
1280
+ declare const SunRainOrSnow: IconComponent;
1281
+ declare const SunSnow2: IconComponent;
1282
+ declare const SunSnowOrRain: IconComponent;
1283
+ declare const SwapSwitch: IconComponent;
1284
+ declare const Switch: IconComponent;
1285
+ declare const Target: IconComponent;
1286
+ declare const TbDeselect: IconComponent;
1287
+ declare const Tetraplex: IconComponent;
1288
+ declare const TextAlignBottom: IconComponent;
1289
+ declare const TextAlignCenter: IconComponent;
1290
+ declare const TextAlignJustify: IconComponent;
1291
+ declare const TextAlignLeft: IconComponent;
1292
+ declare const TextAlignMiddle: IconComponent;
1293
+ declare const TextAlignRight: IconComponent;
1294
+ declare const TextAlignTop: IconComponent;
1295
+ declare const TextNone: IconComponent;
1296
+ declare const ThermometerSnowflake: IconComponent;
1297
+ declare const ThickArrowDown: IconComponent;
1298
+ declare const ThickArrowLeft: IconComponent;
1299
+ declare const ThickArrowRight: IconComponent;
1300
+ declare const ThickArrowUp: IconComponent;
1301
+ declare const Timer: IconComponent;
1302
+ declare const ToggleRightFilled: IconComponent;
1303
+ declare const Toilet: IconComponent;
1304
+ declare const Tokens: IconComponent;
1305
+ declare const TrackNext: IconComponent;
1306
+ declare const TrackPrevious: IconComponent;
1307
+ declare const Train: IconComponent;
1308
+ declare const Transform: IconComponent;
1309
+ declare const TransparencyGrid: IconComponent;
1310
+ declare const Trash: IconComponent;
1311
+ declare const Trash1: IconComponent;
1312
+ declare const TravelExplore: IconComponent;
1313
+ declare const TreePineFill: IconComponent;
1314
+ declare const TriangleDown: IconComponent;
1315
+ declare const TriangleLeft: IconComponent;
1316
+ declare const TriangleRight: IconComponent;
1317
+ declare const TriangleUp: IconComponent;
1318
+ declare const TwitterLogo: IconComponent;
1319
+ declare const Uncheckbox: IconComponent;
1320
+ declare const Underline: IconComponent;
1321
+ declare const Underline2: IconComponent;
1322
+ declare const Update: IconComponent;
1323
+ declare const Upload: IconComponent;
1324
+ declare const UserCog: IconComponent;
1325
+ declare const UserCogFill: IconComponent;
1326
+ declare const Value: IconComponent;
1327
+ declare const ValueNone: IconComponent;
1328
+ declare const VenetianMask: IconComponent;
1329
+ declare const VercelLogo: IconComponent;
1330
+ declare const ViewGrid: IconComponent;
1331
+ declare const ViewHorizontal: IconComponent;
1332
+ declare const ViewNone: IconComponent;
1333
+ declare const ViewVertical: IconComponent;
1334
+ declare const Wand: IconComponent;
1335
+ declare const WaveHeight: IconComponent;
1336
+ declare const Width: IconComponent;
1337
+ declare const YellowDust: IconComponent;
1277
1338
 
1278
1339
  declare const icons: {
1279
1340
  readonly design: {
@@ -1417,6 +1478,42 @@ declare const icons: {
1417
1478
  readonly token: "icon-polygon";
1418
1479
  readonly status: IconStatus;
1419
1480
  };
1481
+ readonly BoxModel: {
1482
+ readonly token: "icon-box-model";
1483
+ readonly status: IconStatus;
1484
+ };
1485
+ readonly Component1: {
1486
+ readonly token: "icon-component1";
1487
+ readonly status: IconStatus;
1488
+ };
1489
+ readonly Component2: {
1490
+ readonly token: "icon-component2";
1491
+ readonly status: IconStatus;
1492
+ };
1493
+ readonly ComponentInstance: {
1494
+ readonly token: "icon-component-instance";
1495
+ readonly status: IconStatus;
1496
+ };
1497
+ readonly Columns2: {
1498
+ readonly token: "icon-columns2";
1499
+ readonly status: IconStatus;
1500
+ };
1501
+ readonly PolygonFree: {
1502
+ readonly token: "icon-polygon-free";
1503
+ readonly status: IconStatus;
1504
+ };
1505
+ readonly PolygonRect: {
1506
+ readonly token: "icon-polygon-rect";
1507
+ readonly status: IconStatus;
1508
+ };
1509
+ readonly Value: {
1510
+ readonly token: "icon-value";
1511
+ readonly status: IconStatus;
1512
+ };
1513
+ readonly ValueNone: {
1514
+ readonly token: "icon-value-none";
1515
+ readonly status: IconStatus;
1516
+ };
1420
1517
  };
1421
1518
  readonly component: {
1422
1519
  readonly Box: {
@@ -1547,6 +1644,42 @@ declare const icons: {
1547
1644
  readonly token: "icon-caret-sort";
1548
1645
  readonly status: IconStatus;
1549
1646
  };
1647
+ readonly FilePdfLine: {
1648
+ readonly token: "icon-file-pdf-line";
1649
+ readonly status: IconStatus;
1650
+ };
1651
+ readonly Binary2: {
1652
+ readonly token: "icon-binary2";
1653
+ readonly status: IconStatus;
1654
+ };
1655
+ readonly Button: {
1656
+ readonly token: "icon-button";
1657
+ readonly status: IconStatus;
1658
+ };
1659
+ readonly Calendar2: {
1660
+ readonly token: "icon-calendar2";
1661
+ readonly status: IconStatus;
1662
+ };
1663
+ readonly FilePdfPdfFill: {
1664
+ readonly token: "icon-file-pdf-pdf-fill";
1665
+ readonly status: IconStatus;
1666
+ };
1667
+ readonly FilePdfPdfLine: {
1668
+ readonly token: "icon-file-pdf-pdf-line";
1669
+ readonly status: IconStatus;
1670
+ };
1671
+ readonly FileSymlink2: {
1672
+ readonly token: "icon-file-symlink2";
1673
+ readonly status: IconStatus;
1674
+ };
1675
+ readonly DividerHorizontal: {
1676
+ readonly token: "icon-divider-horizontal";
1677
+ readonly status: IconStatus;
1678
+ };
1679
+ readonly DividerVertical: {
1680
+ readonly token: "icon-divider-vertical";
1681
+ readonly status: IconStatus;
1682
+ };
1550
1683
  };
1551
1684
  readonly arrows: {
1552
1685
  readonly ArrowLeft: {
@@ -2083,6 +2216,46 @@ declare const icons: {
2083
2216
  readonly token: "icon-s-fill";
2084
2217
  readonly status: IconStatus;
2085
2218
  };
2219
+ readonly Archive2: {
2220
+ readonly token: "icon-archive2";
2221
+ readonly status: IconStatus;
2222
+ };
2223
+ readonly Backpack2: {
2224
+ readonly token: "icon-backpack2";
2225
+ readonly status: IconStatus;
2226
+ };
2227
+ readonly Camera2: {
2228
+ readonly token: "icon-camera2";
2229
+ readonly status: IconStatus;
2230
+ };
2231
+ readonly ClipboardCopy2: {
2232
+ readonly token: "icon-clipboard-copy2";
2233
+ readonly status: IconStatus;
2234
+ };
2235
+ readonly Cookie2: {
2236
+ readonly token: "icon-cookie2";
2237
+ readonly status: IconStatus;
2238
+ };
2239
+ readonly Eraser2: {
2240
+ readonly token: "icon-eraser2";
2241
+ readonly status: IconStatus;
2242
+ };
2243
+ readonly FileText2: {
2244
+ readonly token: "icon-file-text2";
2245
+ readonly status: IconStatus;
2246
+ };
2247
+ readonly Hand2: {
2248
+ readonly token: "icon-hand2";
2249
+ readonly status: IconStatus;
2250
+ };
2251
+ readonly Home2: {
2252
+ readonly token: "icon-home2";
2253
+ readonly status: IconStatus;
2254
+ };
2255
+ readonly Trash1: {
2256
+ readonly token: "icon-trash1";
2257
+ readonly status: IconStatus;
2258
+ };
2086
2259
  };
2087
2260
  readonly "icons-with-shape": {
2088
2261
  readonly PersonShape: {
@@ -2225,6 +2398,14 @@ declare const icons: {
2225
2398
  readonly token: "icon-space-between-horizontally";
2226
2399
  readonly status: IconStatus;
2227
2400
  };
2401
+ readonly AlignLeft2: {
2402
+ readonly token: "icon-align-left2";
2403
+ readonly status: IconStatus;
2404
+ };
2405
+ readonly AlignRight2: {
2406
+ readonly token: "icon-align-right2";
2407
+ readonly status: IconStatus;
2408
+ };
2228
2409
  };
2229
2410
  readonly logos: {
2230
2411
  readonly FramerLogo: {
@@ -2283,6 +2464,14 @@ declare const icons: {
2283
2464
  readonly token: "icon-code-sandbox-logo";
2284
2465
  readonly status: IconStatus;
2285
2466
  };
2467
+ readonly DNAV: {
2468
+ readonly token: "icon-dnav";
2469
+ readonly status: IconStatus;
2470
+ };
2471
+ readonly My: {
2472
+ readonly token: "icon-my";
2473
+ readonly status: IconStatus;
2474
+ };
2286
2475
  };
2287
2476
  readonly "borders-and-corners": {
2288
2477
  readonly BorderAll: {
@@ -2539,6 +2728,30 @@ declare const icons: {
2539
2728
  readonly token: "icon-sub-item";
2540
2729
  readonly status: IconStatus;
2541
2730
  };
2731
+ readonly Accessibility2: {
2732
+ readonly token: "icon-accessibility2";
2733
+ readonly status: IconStatus;
2734
+ };
2735
+ readonly CircleBackslash: {
2736
+ readonly token: "icon-circle-backslash";
2737
+ readonly status: IconStatus;
2738
+ };
2739
+ readonly Copy2: {
2740
+ readonly token: "icon-copy2";
2741
+ readonly status: IconStatus;
2742
+ };
2743
+ readonly Cross2: {
2744
+ readonly token: "icon-cross2";
2745
+ readonly status: IconStatus;
2746
+ };
2747
+ readonly CrossCircled: {
2748
+ readonly token: "icon-cross-circled";
2749
+ readonly status: IconStatus;
2750
+ };
2751
+ readonly ExternalLink2: {
2752
+ readonly token: "icon-external-link2";
2753
+ readonly status: IconStatus;
2754
+ };
2542
2755
  };
2543
2756
  readonly typography: {
2544
2757
  readonly AlignBaseline: {
@@ -2653,6 +2866,10 @@ declare const icons: {
2653
2866
  readonly token: "icon-font-roman";
2654
2867
  readonly status: IconStatus;
2655
2868
  };
2869
+ readonly Underline2: {
2870
+ readonly token: "icon-underline2";
2871
+ readonly status: IconStatus;
2872
+ };
2656
2873
  };
2657
2874
  readonly etc1: {
2658
2875
  readonly Accessibility: {
@@ -4250,6 +4467,10 @@ declare const icons: {
4250
4467
  readonly status: IconStatus;
4251
4468
  readonly alias: "BellFill";
4252
4469
  };
4470
+ readonly ToggleRightFilled: {
4471
+ readonly token: "icon-toggle-right-filled";
4472
+ readonly status: IconStatus;
4473
+ };
4253
4474
  };
4254
4475
  readonly etc2: {
4255
4476
  readonly EarOff: {
@@ -5614,6 +5835,18 @@ declare const icons: {
5614
5835
  };
5615
5836
  };
5616
5837
  readonly etc3: {
5838
+ readonly HelpCircle: {
5839
+ readonly token: "icon-help-circle";
5840
+ readonly status: IconStatus;
5841
+ };
5842
+ readonly KeyRound: {
5843
+ readonly token: "icon-key-round";
5844
+ readonly status: IconStatus;
5845
+ };
5846
+ readonly Settings: {
5847
+ readonly token: "icon-settings";
5848
+ readonly status: IconStatus;
5849
+ };
5617
5850
  readonly CloudFill: {
5618
5851
  readonly token: "icon-cloud-fill";
5619
5852
  readonly status: IconStatus;
@@ -7139,6 +7372,22 @@ declare const icons: {
7139
7372
  readonly status: IconStatus;
7140
7373
  readonly alias: "StampFill";
7141
7374
  };
7375
+ readonly RainOrSnow2: {
7376
+ readonly token: "icon-rain-or-snow2";
7377
+ readonly status: IconStatus;
7378
+ };
7379
+ readonly SnowOrRain2: {
7380
+ readonly token: "icon-snow-or-rain2";
7381
+ readonly status: IconStatus;
7382
+ };
7383
+ readonly SunSnow2: {
7384
+ readonly token: "icon-sun-snow2";
7385
+ readonly status: IconStatus;
7386
+ };
7387
+ readonly Radiobutton: {
7388
+ readonly token: "icon-radiobutton";
7389
+ readonly status: IconStatus;
7390
+ };
7142
7391
  };
7143
7392
  };
7144
7393
 
@@ -7506,5 +7755,5 @@ interface ToastContainerProps {
7506
7755
  */
7507
7756
  declare const ToastContainer: React$1.ForwardRefExoticComponent<ToastContainerProps & React$1.RefAttributes<HTMLElement>>;
7508
7757
 
7509
- export { Accessibility, Activity, ActivityLog, AirVent, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlertTriangleFill, AlignBaseline, AlignBottom, AlignCenter, AlignCenterHorizontal, AlignCenterHorizontally, AlignCenterVertical, AlignCenterVertically, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignTop, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, AllSides, Anchor, Angle, Angry, Annoyed, Aperture, AppWindow, Apple, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowBottomLeft, ArrowBottomRight, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowTopLeft, ArrowTopRight, ArrowUp, ArrowUpCircle, ArrowUpDown, ArrowUpLeft, ArrowUpRight, AspectRatio, Asterisk, AtSign, Avatar, Award, Axe, Axis3d, BUTTON_SIZES, BUTTON_VARIANTS, Baby, Backpack, Badge, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, BatteryWarning, Beaker, BeanOff, Bed, BedDouble, BedSingle, Beef, Beer, Bell, BellFill, BellMinus, BellOff, BellRing, Bike, Binary, Bitcoin, BlendingMode, Bluebon, Bluescope, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Bone, Book, BookOpen, BookOpenCheck, Bookmark, BookmarkFilled, BookmarkMinus, BookmarkPlus, BorderAll, BorderBottom, BorderDashed, BorderDotted, BorderLeft, BorderNone, BorderRight, BorderSolid, BorderSplit, BorderStyle, BorderTop, BorderWidth, Bot, Box, BoxSelect, Briefcase, BriefcaseBusiness, Brush, Bug, Building, Building2, Bus, Button, ButtonTextDim, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Candy, CandyOff, Card, CardBody, CardContent, CardFooter, CardHeader, CardStack, CardStackMinus, CardStackPlus, CaretDown, CaretLeft, CaretRight, CaretSort, CaretUp, Carrot, CaseSensitive, Cast, Cat, Cctv1, Cctv2, ChatBubble, Check, CheckCheck, CheckCircle, CheckCircle2, CheckCircled, CheckSquare, Checkbox, CheckboxFill, ChefHat, Cherry, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chouette, Chrome, CiFilter, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleFill, CircleSlashed, CircleUserRound, CircleUserRoundFill, Citrus, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudAlert, CloudCog, CloudDrizzle, CloudFill, CloudFog, CloudFog1, CloudFog3, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudMoonRainOrSnow, CloudMoonSnow, CloudMoonSnowOrRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, CloudSunRainOrSnow, CloudSunSnow, CloudSunSnowOrRain, Cloudy, CloudyMoon, CloudyMoonRain, CloudyMoonRainOrSnow, CloudyMoonSnow, CloudyMoonSnowOrRain, CloudyRain, CloudyRainOrSnow, CloudySnow, CloudySnowOrRain, CloudySun, CloudySunRain, CloudySunRainOrSnow, CloudySunSnow, CloudySunSnowOrRain, Clover, Code, Code2, CodeSandboxLogo, Codepen, Codesandbox, Coffee, Cog, Coins, ColorWheel, ColumnSpacing, Columns, Command, Commit, Compass, Component, ComponentBoolean, ComponentNone, ComponentPlaceholder, ConciergeBell, Contact, Container, Contrast, Cookie, Copy, Copyleft, Copyright, CornerBottomLeft, CornerBottomRight, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerTopLeft, CornerTopRight, CornerUpLeft, CornerUpRight, Corners, CountdownTimer, CounterClockwiseClock, Cpu, CreditCard, CreditCoin, CreditCoinGradient, Croissant, Crop, Cross, Cross1, Crosshair, Crosshair1, Crosshair2, Crown, CrumpledPaper, Cube, CurlyBraces, Currency, CursorArrow, CursorText, Dash, Dashboard, Database, DatabaseBackup, Deepseek, Delete, Desktop, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Dimensions, Disc, DiscordLogo, Divide, DivideCircle, DivideSquare, Dna, DnaOff, DollarSign, Dot, DotFilled, DotsHorizontal, DotsVertical, DoubleArrowDown, DoubleArrowLeft, DoubleArrowRight, DoubleArrowUp, Download, DownloadCloud, DragCircle, DragHandleDots, DragHandleDots2, DragHandleHorizontal, DragHandleVertical, DragLine, DrawingPin, DrawingPinFilled, Dribbble, DropdownMenu, Droplet, Drumstick, Dumbbell, Ear, EarOff, Edit, Edit2, Edit3, EggFried, Enter, EnterFullScreen, EnvelopeClosed, EnvelopeOpen, Equal, EqualNot, Eraser, Erpix, Euro, ExclamationTriangle, Exit, ExitFullScreen, Expand, ExternalLink, Eye, EyeClosed, EyeNone, EyeOff, EyeOpen, FONT_WEIGHTS, Face, Facebook, Factory, Fan, FastForward, Feather, Figma, FigmaLogo, File, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileJson, FileJson2, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMedia, FileMinus, FileMinus2, FileOutput, FilePdf, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSubmodule, FileSymlink, FileTerminal, FileText, FileType, FileType2, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flashlight, FlashlightOff, FlaskRound, FlipHorizontal, FlipHorizontal2, FlipVertical, FlipVertical2, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FontBold, FontFamily, FontItalic, FontRoman, FontSize, FontStyle, Footprints, FootprintsFill, FormInput, Forward, Frame, Framer, FramerLogo, Frown, Fuel, Fullscreen, FunctionSquare, GPT, Gamepad, Gauge, Gavel, Gear, Gem, Gemini, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitCompare, GitFork, GitHubLogo, GitMerge, GitPullRequest, GitPullRequestClosed, GitPullRequestDraft, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, GripHorizontal, GripVertical, Group, Half1, Half2, HamburgerMenu, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Headphones, Heart, HeartFilled, HeartOff, Height, Highlighter, History, HobbyKnife, Home, HomeFill, HomeFilled1, HomeFilled2, Hop, HopOff, Hourglass, INPUT_SIZES, INPUT_VARIANTS, IceCream, IceCream2, Icon, IconJarLogo, IdCard, Image, ImageMinus, ImageOff, ImagePlus, ImageSplitCompareVertical, Import, Inbox, Indent, IndianRupee, Info, InfoCircled, Input, Inspect, Instagram, InstagramLogo, Italic, JapaneseYen, Joystick, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, LapTimer, Laptop, Laptop2, Lasso, Laugh, LaughFill, Layers, LayersSharp, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, LetterCaseCapitalize, LetterCaseLowercase, LetterCaseToggle, LetterCaseUppercase, LetterSpacing, Library, LifeBuoy, Lightbulb, LightningBolt, LineChart, LineHeight, Link, Link1, Link2, Link2Off, LinkBreak1, LinkBreak2, LinkNone1, LinkNone2, LinkedInLogo, Linkedin, List, ListBullet, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LockClosed, LockOpen1, LockOpen2, LogIn, LogOut, Loop, Luggage, MagicWand, Magnet, MagnifyingGlass, Mail, MailCheck, MailMinus, MailOpen, MailPlus, MailQuestion, MailSearch, MailWarning, MailX, Mails, Map, MapPin, MapPinFill, MapPinFill2, Margin, Martini, MaskOff, MaskOn, Maximize, Maximize2, Medal, Megaphone, MegaphoneOff, Meh, Menu, MessageSquare, MessageSquareText, Metalscope, Mic, Mic2, MicOff, Microscope, Microwave, Milestone, Milk, MilkOff, Minimize, Minimize2, Minus, MinusCircle, MinusCircled, MinusSquare, Mix, MixerHorizontal, MixerVertical, Mobile, ModulzLogo, Monitor, MonitorOff, MonitorSmartphone, MonitorSpeaker, Moon, MoonRain, MoonRainOrSnow, MoonSnow, MoonSnowOrRain, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, North, NorthCircle, NotifyItem, NotionLogo, Nut, NutOff, Octagon, Opacity, OpenInNewWindow, Option, Outdent, Overline, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Padding, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PaintBucket, Paintbrush, Paintbrush2, Palmtree, PaperPlane, PartyPopper, Pause, PauseCircle, PauseOctagon, Pdf, PenTool, Pencil, Pencil1, Pencil2, Percent, Person, PersonShape, PersonStanding, Phone, PieChart, PiggyBank, Pilcrow, Pin, PinBottom, PinLeft, PinOff, PinRight, PinTop, Pipette, Pixative, Pizza, Plane, Play, PlayCircle, Plug, Plug2, PlugZap, Plus, PlusCircle, PlusCircled, PlusSquare, Pocket, Podcast, Pointer, Polygon, PoundSterling, Power, PowerOff, Printer, QrCode, QuestionMark, QuestionMarkCircled, Quote, Radio, RadioButton, RadioReceiver, Rain, RainOrSnow, Reader, RectangleHorizontal, RectangleVertical, Redo, Redo2, RefreshCcw, RefreshCw, Refrigerator, Regex, Reload, Repeat, Repeat1, Reply, ReplyAll, Reset, Resume, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, RotateWhole, RowSpacing, Rows, Rss, Ruler, RulerHorizontal, RulerSquare, RussianRuble, SFill, Sailboat, Sandwich, Satchat, Satellite, Satory, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Section, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings2, SewingPin, SewingPinFilled, Shadow, ShadowInner, ShadowNone, Share, Share1, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Ship, ShoppingBag, ShoppingBasket, ShoppingCart, Shovel, ShowerHead, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, Size, SketchLogo, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Slider, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmileFill, Snow, SnowOrRain, Snowflake, Sofa, SortAsc, SortDesc, Soup, SpaceBetweenHorizontally, SpaceBetweenVertically, SpaceEvenlyHorizontally, SpaceEvenlyVertically, Speaker, SpeakerLoud, SpeakerModerate, SpeakerOff, SpeakerQuiet, Spline, Sprout, Square, SquareFill, Stack, Stamp, StampFill, Star, StarFilled, StarHalf, StarOff, StateColorContainer, Stethoscope, StickyNote, StitchesLogo, Stop, StopCircle, Stopwatch, StretchHorizontal, StretchHorizontally, StretchVertical, StretchVertically, Strikethrough, SubItem, Subscript, Subtitles, Sun, SunDim, SunMedium, SunMoon, SunRain, SunRainOrSnow, SunSnow, SunSnowOrRain, Sunrise, Sunset, Superscript, SwapSwitch, SwissFranc, Switch, SwitchCamera, Sword, Swords, Syringe, TAG_SIZES, TAG_VARIANTS, TEXT_ALIGNMENTS, TEXT_SIZES, TEXT_VARIANTS, TOAST_COLORS, TOAST_POSITIONS, Table, Table2, Tablet, Tag, Tags, Target, TbDeselect, Tent, Terminal, TerminalSquare, Tetraplex, Text, TextAlignBottom, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignMiddle, TextAlignRight, TextAlignTop, TextArea, TextCursor, TextCursorInput, TextNone, Thermometer, ThermometerSnowflake, ThermometerSun, ThickArrowDown, ThickArrowLeft, ThickArrowRight, ThickArrowUp, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, Toast, ToastContainer, ToggleLeft, ToggleRight, Toilet, Tokens, Tornado, ToyBrick, TrackNext, TrackPrevious, Train, Transform, TransparencyGrid, Trash, Trash2, TravelExplore, TreeDeciduous, TreePine, TreePineFill, Trees, Trello, TrendingDown, TrendingUp, Triangle, TriangleDown, TriangleLeft, TriangleRight, TriangleUp, Trophy, Tv, Tv2, Twitch, Twitter, TwitterLogo, Type, Umbrella, Uncheckbox, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Update, Upload, UploadCloud, Usb, User, UserCheck, UserCog, UserCogFill, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, VercelLogo, Verified, Vibrate, VibrateOff, Video, VideoOff, View, ViewGrid, ViewHorizontal, ViewNone, ViewVertical, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Wand2, Watch, WaveHeight, Waves, Webcam, Webhook, Wheat, WheatOff, Width, Wifi, WifiOff, Wind, Wine, WineOff, WrapText, Wrench, X, XCircle, XOctagon, XSquare, YellowDust, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, useToast };
7758
+ export { Accessibility, Accessibility2, Activity, ActivityLog, AirVent, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlertTriangleFill, AlignBaseline, AlignBottom, AlignCenter, AlignCenterHorizontal, AlignCenterHorizontally, AlignCenterVertical, AlignCenterVertically, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignLeft2, AlignRight, AlignRight2, AlignStartHorizontal, AlignStartVertical, AlignTop, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, AllSides, Anchor, Angle, Angry, Annoyed, Aperture, AppWindow, Apple, Archive, Archive2, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowBottomLeft, ArrowBottomRight, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowTopLeft, ArrowTopRight, ArrowUp, ArrowUpCircle, ArrowUpDown, ArrowUpLeft, ArrowUpRight, AspectRatio, Asterisk, AtSign, Avatar, Award, Axe, Axis3d, BUTTON_SIZES, BUTTON_VARIANTS, Baby, Backpack, Backpack2, Badge, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, BatteryWarning, Beaker, BeanOff, Bed, BedDouble, BedSingle, Beef, Beer, Bell, BellFill, BellMinus, BellOff, BellRing, Bike, Binary, Binary2, Bitcoin, BlendingMode, Bluebon, Bluescope, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Bone, Book, BookOpen, BookOpenCheck, Bookmark, BookmarkFilled, BookmarkMinus, BookmarkPlus, BorderAll, BorderBottom, BorderDashed, BorderDotted, BorderLeft, BorderNone, BorderRight, BorderSolid, BorderSplit, BorderStyle, BorderTop, BorderWidth, Bot, Box, BoxModel, BoxSelect, Briefcase, BriefcaseBusiness, Brush, Bug, Building, Building2, Bus, Button, ButtonTextDim, Cake, Calculator, Calendar, Calendar2, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, Camera2, CameraOff, Candy, CandyOff, Card, CardBody, CardContent, CardFooter, CardHeader, CardStack, CardStackMinus, CardStackPlus, CaretDown, CaretLeft, CaretRight, CaretSort, CaretUp, Carrot, CaseSensitive, Cast, Cat, Cctv1, Cctv2, ChatBubble, Check, CheckCheck, CheckCircle, CheckCircle2, CheckCircled, CheckSquare, Checkbox, CheckboxFill, ChefHat, Cherry, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chouette, Chrome, CiFilter, Cigarette, CigaretteOff, Circle, CircleBackslash, CircleDot, CircleEllipsis, CircleFill, CircleSlashed, CircleUserRound, CircleUserRoundFill, Citrus, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardCopy2, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudAlert, CloudCog, CloudDrizzle, CloudFill, CloudFog, CloudFog1, CloudFog3, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudMoonRainOrSnow, CloudMoonSnow, CloudMoonSnowOrRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, CloudSunRainOrSnow, CloudSunSnow, CloudSunSnowOrRain, Cloudy, CloudyMoon, CloudyMoonRain, CloudyMoonRainOrSnow, CloudyMoonSnow, CloudyMoonSnowOrRain, CloudyRain, CloudyRainOrSnow, CloudySnow, CloudySnowOrRain, CloudySun, CloudySunRain, CloudySunRainOrSnow, CloudySunSnow, CloudySunSnowOrRain, Clover, Code, Code2, CodeSandboxLogo, Codepen, Codesandbox, Coffee, Cog, Coins, ColorWheel, ColumnSpacing, Columns, Columns2, Command, Commit, Compass, Component, Component1, Component2, ComponentBoolean, ComponentInstance, ComponentNone, ComponentPlaceholder, ConciergeBell, Contact, Container, Contrast, Cookie, Cookie2, Copy, Copy2, Copyleft, Copyright, CornerBottomLeft, CornerBottomRight, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerTopLeft, CornerTopRight, CornerUpLeft, CornerUpRight, Corners, CountdownTimer, CounterClockwiseClock, Cpu, CreditCard, CreditCoin, CreditCoinGradient, Croissant, Crop, Cross, Cross1, Cross2, CrossCircled, Crosshair, Crosshair1, Crosshair2, Crown, CrumpledPaper, Cube, CurlyBraces, Currency, CursorArrow, CursorText, DNAV, Dash, Dashboard, Database, DatabaseBackup, Deepseek, Delete, Desktop, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Dimensions, Disc, DiscordLogo, Divide, DivideCircle, DivideSquare, DividerHorizontal, DividerVertical, Dna, DnaOff, DollarSign, Dot, DotFilled, DotsHorizontal, DotsVertical, DoubleArrowDown, DoubleArrowLeft, DoubleArrowRight, DoubleArrowUp, Download, DownloadCloud, DragCircle, DragHandleDots, DragHandleDots2, DragHandleHorizontal, DragHandleVertical, DragLine, DrawingPin, DrawingPinFilled, Dribbble, DropdownMenu, Droplet, Drumstick, Dumbbell, Ear, EarOff, Edit, Edit2, Edit3, EggFried, Enter, EnterFullScreen, EnvelopeClosed, EnvelopeOpen, Equal, EqualNot, Eraser, Eraser2, Erpix, Euro, ExclamationTriangle, Exit, ExitFullScreen, Expand, ExternalLink, ExternalLink2, Eye, EyeClosed, EyeNone, EyeOff, EyeOpen, FONT_WEIGHTS, Face, Facebook, Factory, Fan, FastForward, Feather, Figma, FigmaLogo, File, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileJson, FileJson2, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMedia, FileMinus, FileMinus2, FileOutput, FilePdf, FilePdfLine, FilePdfPdfFill, FilePdfPdfLine, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSubmodule, FileSymlink, FileSymlink2, FileTerminal, FileText, FileText2, FileType, FileType2, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flashlight, FlashlightOff, FlaskRound, FlipHorizontal, FlipHorizontal2, FlipVertical, FlipVertical2, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FontBold, FontFamily, FontItalic, FontRoman, FontSize, FontStyle, Footprints, FootprintsFill, FormInput, Forward, Frame, Framer, FramerLogo, Frown, Fuel, Fullscreen, FunctionSquare, GPT, Gamepad, Gauge, Gavel, Gear, Gem, Gemini, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitCompare, GitFork, GitHubLogo, GitMerge, GitPullRequest, GitPullRequestClosed, GitPullRequestDraft, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, GripHorizontal, GripVertical, Group, Half1, Half2, HamburgerMenu, Hand, Hand2, HandMetal, HardDrive, HardHat, Hash, Haze, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Headphones, Heart, HeartFilled, HeartOff, Height, HelpCircle, Highlighter, History, HobbyKnife, Home, Home2, HomeFill, HomeFilled1, HomeFilled2, Hop, HopOff, Hourglass, INPUT_SIZES, INPUT_VARIANTS, IceCream, IceCream2, Icon, IconJarLogo, IdCard, Image, ImageMinus, ImageOff, ImagePlus, ImageSplitCompareVertical, Import, Inbox, Indent, IndianRupee, Info, InfoCircled, Input, Inspect, Instagram, InstagramLogo, Italic, JapaneseYen, Joystick, Key, KeyRound, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, LapTimer, Laptop, Laptop2, Lasso, Laugh, LaughFill, Layers, LayersSharp, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, LetterCaseCapitalize, LetterCaseLowercase, LetterCaseToggle, LetterCaseUppercase, LetterSpacing, Library, LifeBuoy, Lightbulb, LightningBolt, LineChart, LineHeight, Link, Link1, Link2, Link2Off, LinkBreak1, LinkBreak2, LinkNone1, LinkNone2, LinkedInLogo, Linkedin, List, ListBullet, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LockClosed, LockOpen1, LockOpen2, LogIn, LogOut, Loop, Luggage, MagicWand, Magnet, MagnifyingGlass, Mail, MailCheck, MailMinus, MailOpen, MailPlus, MailQuestion, MailSearch, MailWarning, MailX, Mails, Map, MapPin, MapPinFill, MapPinFill2, Margin, Martini, MaskOff, MaskOn, Maximize, Maximize2, Medal, Megaphone, MegaphoneOff, Meh, Menu, MessageSquare, MessageSquareText, Metalscope, Mic, Mic2, MicOff, Microscope, Microwave, Milestone, Milk, MilkOff, Minimize, Minimize2, Minus, MinusCircle, MinusCircled, MinusSquare, Mix, MixerHorizontal, MixerVertical, Mobile, ModulzLogo, Monitor, MonitorOff, MonitorSmartphone, MonitorSpeaker, Moon, MoonRain, MoonRainOrSnow, MoonSnow, MoonSnowOrRain, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, My, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, North, NorthCircle, NotifyItem, NotionLogo, Nut, NutOff, Octagon, Opacity, OpenInNewWindow, Option, Outdent, Overline, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Padding, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PaintBucket, Paintbrush, Paintbrush2, Palmtree, PaperPlane, PartyPopper, Pause, PauseCircle, PauseOctagon, Pdf, PenTool, Pencil, Pencil1, Pencil2, Percent, Person, PersonShape, PersonStanding, Phone, PieChart, PiggyBank, Pilcrow, Pin, PinBottom, PinLeft, PinOff, PinRight, PinTop, Pipette, Pixative, Pizza, Plane, Play, PlayCircle, Plug, Plug2, PlugZap, Plus, PlusCircle, PlusCircled, PlusSquare, Pocket, Podcast, Pointer, Polygon, PolygonFree, PolygonRect, PoundSterling, Power, PowerOff, Printer, QrCode, QuestionMark, QuestionMarkCircled, Quote, Radio, RadioButton, RadioReceiver, Radiobutton, Rain, RainOrSnow, RainOrSnow2, Reader, RectangleHorizontal, RectangleVertical, Redo, Redo2, RefreshCcw, RefreshCw, Refrigerator, Regex, Reload, Repeat, Repeat1, Reply, ReplyAll, Reset, Resume, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, RotateWhole, RowSpacing, Rows, Rss, Ruler, RulerHorizontal, RulerSquare, RussianRuble, SFill, Sailboat, Sandwich, Satchat, Satellite, Satory, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Section, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, SewingPin, SewingPinFilled, Shadow, ShadowInner, ShadowNone, Share, Share1, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Ship, ShoppingBag, ShoppingBasket, ShoppingCart, Shovel, ShowerHead, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, Size, SketchLogo, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Slider, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmileFill, Snow, SnowOrRain, SnowOrRain2, Snowflake, Sofa, SortAsc, SortDesc, Soup, SpaceBetweenHorizontally, SpaceBetweenVertically, SpaceEvenlyHorizontally, SpaceEvenlyVertically, Speaker, SpeakerLoud, SpeakerModerate, SpeakerOff, SpeakerQuiet, Spline, Sprout, Square, SquareFill, Stack, Stamp, StampFill, Star, StarFilled, StarHalf, StarOff, StateColorContainer, Stethoscope, StickyNote, StitchesLogo, Stop, StopCircle, Stopwatch, StretchHorizontal, StretchHorizontally, StretchVertical, StretchVertically, Strikethrough, SubItem, Subscript, Subtitles, Sun, SunDim, SunMedium, SunMoon, SunRain, SunRainOrSnow, SunSnow, SunSnow2, SunSnowOrRain, Sunrise, Sunset, Superscript, SwapSwitch, SwissFranc, Switch, SwitchCamera, Sword, Swords, Syringe, TAG_SIZES, TAG_VARIANTS, TEXT_ALIGNMENTS, TEXT_SIZES, TEXT_VARIANTS, TOAST_COLORS, TOAST_POSITIONS, Table, Table2, Tablet, Tag, Tags, Target, TbDeselect, Tent, Terminal, TerminalSquare, Tetraplex, Text, TextAlignBottom, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignMiddle, TextAlignRight, TextAlignTop, TextArea, TextCursor, TextCursorInput, TextNone, Thermometer, ThermometerSnowflake, ThermometerSun, ThickArrowDown, ThickArrowLeft, ThickArrowRight, ThickArrowUp, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, Toast, ToastContainer, ToggleLeft, ToggleRight, ToggleRightFilled, Toilet, Tokens, Tornado, ToyBrick, TrackNext, TrackPrevious, Train, Transform, TransparencyGrid, Trash, Trash1, Trash2, TravelExplore, TreeDeciduous, TreePine, TreePineFill, Trees, Trello, TrendingDown, TrendingUp, Triangle, TriangleDown, TriangleLeft, TriangleRight, TriangleUp, Trophy, Tv, Tv2, Twitch, Twitter, TwitterLogo, Type, Umbrella, Uncheckbox, Underline, Underline2, Undo, Undo2, Unlink, Unlink2, Unlock, Update, Upload, UploadCloud, Usb, User, UserCheck, UserCog, UserCogFill, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, Value, ValueNone, VenetianMask, VercelLogo, Verified, Vibrate, VibrateOff, Video, VideoOff, View, ViewGrid, ViewHorizontal, ViewNone, ViewVertical, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Wand2, Watch, WaveHeight, Waves, Webcam, Webhook, Wheat, WheatOff, Width, Wifi, WifiOff, Wind, Wine, WineOff, WrapText, Wrench, X, XCircle, XOctagon, XSquare, YellowDust, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, useToast };
7510
7759
  export type { ButtonSize, ButtonVariant, FontWeight, IconCategory, IconMeta, IconName, IconProps, InputSize, InputVariant, StateGroupName, TagSize, TagVariant, TextAlignment, TextSize, TextVariant, ToastColor, ToastItem, ToastOptions, ToastPosition, UseToastOptions, UseToastReturn };