magick-icons 0.1.216 → 0.1.217

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -2016,6 +2016,132 @@ interface FolderOpenBoldProps extends React.SVGProps<SVGSVGElement> {
2016
2016
  */
2017
2017
  declare const FolderOpenBold: React.ForwardRefExoticComponent<Omit<FolderOpenBoldProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
2018
2018
 
2019
+ /**
2020
+ * Props for the Forbidden1 icon component
2021
+ * @property {number | string} [size] - Size of the icon (default: 24)
2022
+ */
2023
+ interface Forbidden1Props extends React.SVGProps<SVGSVGElement> {
2024
+ size?: number | string;
2025
+ }
2026
+ /**
2027
+ * Forbidden1 icon component
2028
+ * @example
2029
+ * ```tsx
2030
+ * import { Forbidden1 } from 'magick-icons';
2031
+ *
2032
+ * <Forbidden1 size={24} className="text-blue-500" strokeWidth={2} />
2033
+ * ```
2034
+ */
2035
+ declare const Forbidden1: React.ForwardRefExoticComponent<Omit<Forbidden1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2036
+
2037
+ /**
2038
+ * Props for the Forbidden11 icon component
2039
+ * @property {number | string} [size] - Size of the icon (default: 24)
2040
+ */
2041
+ interface Forbidden11Props extends React.SVGProps<SVGSVGElement> {
2042
+ size?: number | string;
2043
+ }
2044
+ /**
2045
+ * Forbidden11 icon component
2046
+ * @example
2047
+ * ```tsx
2048
+ * import { Forbidden11 } from 'magick-icons';
2049
+ *
2050
+ * <Forbidden11 size={24} className="text-blue-500" strokeWidth={2} />
2051
+ * ```
2052
+ */
2053
+ declare const Forbidden11: React.ForwardRefExoticComponent<Omit<Forbidden11Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2054
+
2055
+ /**
2056
+ * Props for the Forbidden21 icon component
2057
+ * @property {number | string} [size] - Size of the icon (default: 24)
2058
+ */
2059
+ interface Forbidden21Props extends React.SVGProps<SVGSVGElement> {
2060
+ size?: number | string;
2061
+ }
2062
+ /**
2063
+ * Forbidden21 icon component
2064
+ * @example
2065
+ * ```tsx
2066
+ * import { Forbidden21 } from 'magick-icons';
2067
+ *
2068
+ * <Forbidden21 size={24} className="text-blue-500" strokeWidth={2} />
2069
+ * ```
2070
+ */
2071
+ declare const Forbidden21: React.ForwardRefExoticComponent<Omit<Forbidden21Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2072
+
2073
+ /**
2074
+ * Props for the Forbidden211 icon component
2075
+ * @property {number | string} [size] - Size of the icon (default: 24)
2076
+ */
2077
+ interface Forbidden211Props extends React.SVGProps<SVGSVGElement> {
2078
+ size?: number | string;
2079
+ }
2080
+ /**
2081
+ * Forbidden211 icon component
2082
+ * @example
2083
+ * ```tsx
2084
+ * import { Forbidden211 } from 'magick-icons';
2085
+ *
2086
+ * <Forbidden211 size={24} className="text-blue-500" strokeWidth={2} />
2087
+ * ```
2088
+ */
2089
+ declare const Forbidden211: React.ForwardRefExoticComponent<Omit<Forbidden211Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2090
+
2091
+ /**
2092
+ * Props for the FormatCircle1 icon component
2093
+ * @property {number | string} [size] - Size of the icon (default: 24)
2094
+ */
2095
+ interface FormatCircle1Props extends React.SVGProps<SVGSVGElement> {
2096
+ size?: number | string;
2097
+ }
2098
+ /**
2099
+ * FormatCircle1 icon component
2100
+ * @example
2101
+ * ```tsx
2102
+ * import { FormatCircle1 } from 'magick-icons';
2103
+ *
2104
+ * <FormatCircle1 size={24} className="text-blue-500" strokeWidth={2} />
2105
+ * ```
2106
+ */
2107
+ declare const FormatCircle1: React.ForwardRefExoticComponent<Omit<FormatCircle1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2108
+
2109
+ /**
2110
+ * Props for the FormatSquare1 icon component
2111
+ * @property {number | string} [size] - Size of the icon (default: 24)
2112
+ */
2113
+ interface FormatSquare1Props extends React.SVGProps<SVGSVGElement> {
2114
+ size?: number | string;
2115
+ }
2116
+ /**
2117
+ * FormatSquare1 icon component
2118
+ * @example
2119
+ * ```tsx
2120
+ * import { FormatSquare1 } from 'magick-icons';
2121
+ *
2122
+ * <FormatSquare1 size={24} className="text-blue-500" strokeWidth={2} />
2123
+ * ```
2124
+ */
2125
+ declare const FormatSquare1: React.ForwardRefExoticComponent<Omit<FormatSquare1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2126
+
2127
+ /**
2128
+ * Props for the ForwardItem1 icon component
2129
+ * @property {number | string} [size] - Size of the icon (default: 24)
2130
+ */
2131
+ interface ForwardItem1Props extends React.SVGProps<SVGSVGElement> {
2132
+ size?: number | string;
2133
+ }
2134
+ /**
2135
+ * ForwardItem1 icon component
2136
+ * @example
2137
+ * ```tsx
2138
+ * import { ForwardItem1 } from 'magick-icons';
2139
+ *
2140
+ * <ForwardItem1 size={24} className="text-blue-500" strokeWidth={2} />
2141
+ * ```
2142
+ */
2143
+ declare const ForwardItem1: React.ForwardRefExoticComponent<Omit<ForwardItem1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2144
+
2019
2145
  /**
2020
2146
  * Props for the GeneralMagicko icon component
2021
2147
  * @property {number | string} [size] - Size of the icon (default: 24)
@@ -2034,6 +2160,168 @@ interface GeneralMagickoProps extends React.SVGProps<SVGSVGElement> {
2034
2160
  */
2035
2161
  declare const GeneralMagicko: React.ForwardRefExoticComponent<Omit<GeneralMagickoProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
2036
2162
 
2163
+ /**
2164
+ * Props for the Glass1 icon component
2165
+ * @property {number | string} [size] - Size of the icon (default: 24)
2166
+ */
2167
+ interface Glass1Props extends React.SVGProps<SVGSVGElement> {
2168
+ size?: number | string;
2169
+ }
2170
+ /**
2171
+ * Glass1 icon component
2172
+ * @example
2173
+ * ```tsx
2174
+ * import { Glass1 } from 'magick-icons';
2175
+ *
2176
+ * <Glass1 size={24} className="text-blue-500" strokeWidth={2} />
2177
+ * ```
2178
+ */
2179
+ declare const Glass1: React.ForwardRefExoticComponent<Omit<Glass1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2180
+
2181
+ /**
2182
+ * Props for the Glass11 icon component
2183
+ * @property {number | string} [size] - Size of the icon (default: 24)
2184
+ */
2185
+ interface Glass11Props extends React.SVGProps<SVGSVGElement> {
2186
+ size?: number | string;
2187
+ }
2188
+ /**
2189
+ * Glass11 icon component
2190
+ * @example
2191
+ * ```tsx
2192
+ * import { Glass11 } from 'magick-icons';
2193
+ *
2194
+ * <Glass11 size={24} className="text-blue-500" strokeWidth={2} />
2195
+ * ```
2196
+ */
2197
+ declare const Glass11: React.ForwardRefExoticComponent<Omit<Glass11Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2198
+
2199
+ /**
2200
+ * Props for the GlobalEdit1 icon component
2201
+ * @property {number | string} [size] - Size of the icon (default: 24)
2202
+ */
2203
+ interface GlobalEdit1Props extends React.SVGProps<SVGSVGElement> {
2204
+ size?: number | string;
2205
+ }
2206
+ /**
2207
+ * GlobalEdit1 icon component
2208
+ * @example
2209
+ * ```tsx
2210
+ * import { GlobalEdit1 } from 'magick-icons';
2211
+ *
2212
+ * <GlobalEdit1 size={24} className="text-blue-500" strokeWidth={2} />
2213
+ * ```
2214
+ */
2215
+ declare const GlobalEdit1: React.ForwardRefExoticComponent<Omit<GlobalEdit1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2216
+
2217
+ /**
2218
+ * Props for the GlobalRefresh1 icon component
2219
+ * @property {number | string} [size] - Size of the icon (default: 24)
2220
+ */
2221
+ interface GlobalRefresh1Props extends React.SVGProps<SVGSVGElement> {
2222
+ size?: number | string;
2223
+ }
2224
+ /**
2225
+ * GlobalRefresh1 icon component
2226
+ * @example
2227
+ * ```tsx
2228
+ * import { GlobalRefresh1 } from 'magick-icons';
2229
+ *
2230
+ * <GlobalRefresh1 size={24} className="text-blue-500" strokeWidth={2} />
2231
+ * ```
2232
+ */
2233
+ declare const GlobalRefresh1: React.ForwardRefExoticComponent<Omit<GlobalRefresh1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2234
+
2235
+ /**
2236
+ * Props for the GlobalSearch1 icon component
2237
+ * @property {number | string} [size] - Size of the icon (default: 24)
2238
+ */
2239
+ interface GlobalSearch1Props extends React.SVGProps<SVGSVGElement> {
2240
+ size?: number | string;
2241
+ }
2242
+ /**
2243
+ * GlobalSearch1 icon component
2244
+ * @example
2245
+ * ```tsx
2246
+ * import { GlobalSearch1 } from 'magick-icons';
2247
+ *
2248
+ * <GlobalSearch1 size={24} className="text-blue-500" strokeWidth={2} />
2249
+ * ```
2250
+ */
2251
+ declare const GlobalSearch1: React.ForwardRefExoticComponent<Omit<GlobalSearch1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2252
+
2253
+ /**
2254
+ * Props for the GridEdit1 icon component
2255
+ * @property {number | string} [size] - Size of the icon (default: 24)
2256
+ */
2257
+ interface GridEdit1Props extends React.SVGProps<SVGSVGElement> {
2258
+ size?: number | string;
2259
+ }
2260
+ /**
2261
+ * GridEdit1 icon component
2262
+ * @example
2263
+ * ```tsx
2264
+ * import { GridEdit1 } from 'magick-icons';
2265
+ *
2266
+ * <GridEdit1 size={24} className="text-blue-500" strokeWidth={2} />
2267
+ * ```
2268
+ */
2269
+ declare const GridEdit1: React.ForwardRefExoticComponent<Omit<GridEdit1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2270
+
2271
+ /**
2272
+ * Props for the GridEraser1 icon component
2273
+ * @property {number | string} [size] - Size of the icon (default: 24)
2274
+ */
2275
+ interface GridEraser1Props extends React.SVGProps<SVGSVGElement> {
2276
+ size?: number | string;
2277
+ }
2278
+ /**
2279
+ * GridEraser1 icon component
2280
+ * @example
2281
+ * ```tsx
2282
+ * import { GridEraser1 } from 'magick-icons';
2283
+ *
2284
+ * <GridEraser1 size={24} className="text-blue-500" strokeWidth={2} />
2285
+ * ```
2286
+ */
2287
+ declare const GridEraser1: React.ForwardRefExoticComponent<Omit<GridEraser1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2288
+
2289
+ /**
2290
+ * Props for the GridLock1 icon component
2291
+ * @property {number | string} [size] - Size of the icon (default: 24)
2292
+ */
2293
+ interface GridLock1Props extends React.SVGProps<SVGSVGElement> {
2294
+ size?: number | string;
2295
+ }
2296
+ /**
2297
+ * GridLock1 icon component
2298
+ * @example
2299
+ * ```tsx
2300
+ * import { GridLock1 } from 'magick-icons';
2301
+ *
2302
+ * <GridLock1 size={24} className="text-blue-500" strokeWidth={2} />
2303
+ * ```
2304
+ */
2305
+ declare const GridLock1: React.ForwardRefExoticComponent<Omit<GridLock1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2306
+
2307
+ /**
2308
+ * Props for the GridLock11 icon component
2309
+ * @property {number | string} [size] - Size of the icon (default: 24)
2310
+ */
2311
+ interface GridLock11Props extends React.SVGProps<SVGSVGElement> {
2312
+ size?: number | string;
2313
+ }
2314
+ /**
2315
+ * GridLock11 icon component
2316
+ * @example
2317
+ * ```tsx
2318
+ * import { GridLock11 } from 'magick-icons';
2319
+ *
2320
+ * <GridLock11 size={24} className="text-blue-500" strokeWidth={2} />
2321
+ * ```
2322
+ */
2323
+ declare const GridLock11: React.ForwardRefExoticComponent<Omit<GridLock11Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2324
+
2037
2325
  /**
2038
2326
  * Props for the GripVertical icon component
2039
2327
  * @property {number | string} [size] - Size of the icon (default: 24)
@@ -2070,6 +2358,114 @@ interface HeartBoldProps extends React.SVGProps<SVGSVGElement> {
2070
2358
  */
2071
2359
  declare const HeartBold: React.ForwardRefExoticComponent<Omit<HeartBoldProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
2072
2360
 
2361
+ /**
2362
+ * Props for the Home1 icon component
2363
+ * @property {number | string} [size] - Size of the icon (default: 24)
2364
+ */
2365
+ interface Home1Props extends React.SVGProps<SVGSVGElement> {
2366
+ size?: number | string;
2367
+ }
2368
+ /**
2369
+ * Home1 icon component
2370
+ * @example
2371
+ * ```tsx
2372
+ * import { Home1 } from 'magick-icons';
2373
+ *
2374
+ * <Home1 size={24} className="text-blue-500" strokeWidth={2} />
2375
+ * ```
2376
+ */
2377
+ declare const Home1: React.ForwardRefExoticComponent<Omit<Home1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2378
+
2379
+ /**
2380
+ * Props for the Home11 icon component
2381
+ * @property {number | string} [size] - Size of the icon (default: 24)
2382
+ */
2383
+ interface Home11Props extends React.SVGProps<SVGSVGElement> {
2384
+ size?: number | string;
2385
+ }
2386
+ /**
2387
+ * Home11 icon component
2388
+ * @example
2389
+ * ```tsx
2390
+ * import { Home11 } from 'magick-icons';
2391
+ *
2392
+ * <Home11 size={24} className="text-blue-500" strokeWidth={2} />
2393
+ * ```
2394
+ */
2395
+ declare const Home11: React.ForwardRefExoticComponent<Omit<Home11Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2396
+
2397
+ /**
2398
+ * Props for the Home21 icon component
2399
+ * @property {number | string} [size] - Size of the icon (default: 24)
2400
+ */
2401
+ interface Home21Props extends React.SVGProps<SVGSVGElement> {
2402
+ size?: number | string;
2403
+ }
2404
+ /**
2405
+ * Home21 icon component
2406
+ * @example
2407
+ * ```tsx
2408
+ * import { Home21 } from 'magick-icons';
2409
+ *
2410
+ * <Home21 size={24} className="text-blue-500" strokeWidth={2} />
2411
+ * ```
2412
+ */
2413
+ declare const Home21: React.ForwardRefExoticComponent<Omit<Home21Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2414
+
2415
+ /**
2416
+ * Props for the Home31 icon component
2417
+ * @property {number | string} [size] - Size of the icon (default: 24)
2418
+ */
2419
+ interface Home31Props extends React.SVGProps<SVGSVGElement> {
2420
+ size?: number | string;
2421
+ }
2422
+ /**
2423
+ * Home31 icon component
2424
+ * @example
2425
+ * ```tsx
2426
+ * import { Home31 } from 'magick-icons';
2427
+ *
2428
+ * <Home31 size={24} className="text-blue-500" strokeWidth={2} />
2429
+ * ```
2430
+ */
2431
+ declare const Home31: React.ForwardRefExoticComponent<Omit<Home31Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2432
+
2433
+ /**
2434
+ * Props for the Home311 icon component
2435
+ * @property {number | string} [size] - Size of the icon (default: 24)
2436
+ */
2437
+ interface Home311Props extends React.SVGProps<SVGSVGElement> {
2438
+ size?: number | string;
2439
+ }
2440
+ /**
2441
+ * Home311 icon component
2442
+ * @example
2443
+ * ```tsx
2444
+ * import { Home311 } from 'magick-icons';
2445
+ *
2446
+ * <Home311 size={24} className="text-blue-500" strokeWidth={2} />
2447
+ * ```
2448
+ */
2449
+ declare const Home311: React.ForwardRefExoticComponent<Omit<Home311Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2450
+
2451
+ /**
2452
+ * Props for the HomeWifi1 icon component
2453
+ * @property {number | string} [size] - Size of the icon (default: 24)
2454
+ */
2455
+ interface HomeWifi1Props extends React.SVGProps<SVGSVGElement> {
2456
+ size?: number | string;
2457
+ }
2458
+ /**
2459
+ * HomeWifi1 icon component
2460
+ * @example
2461
+ * ```tsx
2462
+ * import { HomeWifi1 } from 'magick-icons';
2463
+ *
2464
+ * <HomeWifi1 size={24} className="text-blue-500" strokeWidth={2} />
2465
+ * ```
2466
+ */
2467
+ declare const HomeWifi1: React.ForwardRefExoticComponent<Omit<HomeWifi1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
2468
+
2073
2469
  /**
2074
2470
  * Props for the Hr icon component
2075
2471
  * @property {number | string} [size] - Size of the icon (default: 24)
@@ -2808,4 +3204,4 @@ interface XProps extends React.SVGProps<SVGSVGElement> {
2808
3204
  */
2809
3205
  declare const X: React.ForwardRefExoticComponent<Omit<XProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
2810
3206
 
2811
- export { AiIcon, type AiIconProps, ArchiveBold, type ArchiveBoldProps, ArrowDownBold, type ArrowDownBoldProps, ArrowRightBold, type ArrowRightBoldProps, ArrowUpBold, type ArrowUpBoldProps, Autobrightness1, type Autobrightness1Props, Bezier1, type Bezier1Props, Blend1, Blend11, type Blend11Props, type Blend1Props, Blend21, type Blend21Props, Blur1, type Blur1Props, BookmarkFilled, type BookmarkFilledProps, Box21, type Box21Props, BoxAdd1, type BoxAdd1Props, BoxRemove1, type BoxRemove1Props, BoxSearch1, type BoxSearch1Props, BoxTick1, type BoxTick1Props, BoxTime1, type BoxTime1Props, Brush1, Brush11, type Brush11Props, type Brush1Props, Brush21, type Brush21Props, Brush31, type Brush31Props, Brush41, type Brush41Props, BrushSquare1, type BrushSquare1Props, Bubble1, type Bubble1Props, Bucket1, type Bucket1Props, BucketCircle1, type BucketCircle1Props, BucketSquare1, type BucketSquare1Props, Cake1, type Cake1Props, Calendar, type CalendarProps, CardEdit1, type CardEdit1Props, CardPos1, type CardPos1Props, CardReceive1, type CardReceive1Props, CardRemove1, CardRemove11, type CardRemove11Props, type CardRemove1Props, CardSend1, type CardSend1Props, CardTick1, CardTick11, type CardTick11Props, type CardTick1Props, CardanoAda, type CardanoAdaProps, Cards1, Cards11, type Cards11Props, type Cards1Props, Cd1, type Cd1Props, Centralized1, type Centralized1Props, ChatFullScreen, type ChatFullScreenProps, ChatMaximize, type ChatMaximizeProps, ChatMinimize, type ChatMinimizeProps, ChevronDown, type ChevronDownProps, ChevronLeft, type ChevronLeftProps, ChevronRight, type ChevronRightProps, ChevronUp, type ChevronUpProps, ChevronsUpDown, type ChevronsUpDownProps, Chrome1, Chrome11, type Chrome11Props, type Chrome1Props, CircleCheckFill, type CircleCheckFillProps, CloseCircle1, type CloseCircle1Props, Coffee1, Coffee11, type Coffee11Props, type Coffee1Props, Coin1, type Coin1Props, Coins1, type Coins1Props, ColorSwatch1, type ColorSwatch1Props, Colorfilter1, type Colorfilter1Props, ColorsSquare1, type ColorsSquare1Props, Component1, type Component1Props, Computing1, type Computing1Props, Convert3dCube1, type Convert3dCube1Props, ConvertCard1, type ConvertCard1Props, Convertshape1, type Convertshape1Props, Convertshape21, type Convertshape21Props, Crop1, Crop11, type Crop11Props, type Crop1Props, Crown1, Crown11, type Crown11Props, type Crown1Props, Cup1, Cup11, type Cup11Props, type Cup1Props, Danger1, type Danger1Props, Designtools1, type Designtools1Props, DeviceMessage1, type DeviceMessage1Props, Diamonds1, Diamonds11, type Diamonds11Props, type Diamonds1Props, DiscountShape1, type DiscountShape1Props, Discover1, Discover11, type Discover11Props, type Discover1Props, DislikeBold, type DislikeBoldProps, Doc, type DocProps, DocumentTextBold, type DocumentTextBoldProps, DocumentUpload, type DocumentUploadProps, EmptyWalletAdd1, type EmptyWalletAdd1Props, EmptyWalletChange1, type EmptyWalletChange1Props, EmptyWalletRemove1, type EmptyWalletRemove1Props, EmptyWalletTick1, type EmptyWalletTick1Props, EmptyWalletTime1, type EmptyWalletTime1Props, Enter, type EnterProps, Excel, type ExcelProps, File, type FileProps, Filter1, type Filter1Props, FilterAdd1, type FilterAdd1Props, FilterEdit1, type FilterEdit1Props, FilterRemove1, type FilterRemove1Props, FilterSearch1, type FilterSearch1Props, FilterSquare1, type FilterSquare1Props, FilterTick1, type FilterTick1Props, Finance, type FinanceProps, Flag, Flag1, type Flag1Props, Flag21, type Flag21Props, type FlagProps, Flash1, type Flash1Props, FlashCircle1, FlashCircle11, type FlashCircle11Props, type FlashCircle1Props, Folder2, type Folder2Props, FolderDrawerOpen, FolderDrawerOpenAddBold, type FolderDrawerOpenAddBoldProps, type FolderDrawerOpenProps, FolderOpenBold, type FolderOpenBoldProps, GeneralMagicko, type GeneralMagickoProps, GripVertical, type GripVerticalProps, HeartBold, type HeartBoldProps, Hr, type HrProps, HrSystem, type HrSystemProps, Icon3dcube1, type Icon3dcube1Props, IconsaxAiScienceBold, type IconsaxAiScienceBoldProps, IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps, IconsaxBrainBold, type IconsaxBrainBoldProps, IconsaxMonetizeBold, type IconsaxMonetizeBoldProps, IconsaxPenBrushBold, type IconsaxPenBrushBoldProps, IconsaxPeopleBold, type IconsaxPeopleBoldProps, IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps, IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps, IconsaxWord, type IconsaxWordProps, InProgress, type InProgressProps, InfoCircleBold, type InfoCircleBoldProps, Legal, type LegalProps, LikeBold, type LikeBoldProps, Line, type LineProps, LinkSquare, type LinkSquareProps, List, ListEnd, type ListEndProps, ListOrdered, type ListOrderedProps, type ListProps, ListTodo, type ListTodoProps, Lock, type LockProps, MagickPotion, type MagickPotionProps, MagickoCheck, type MagickoCheckProps, Marketing, type MarketingProps, MessageEdit, type MessageEditProps, Network, type NetworkProps, NotiDot, type NotiDotProps, PA, type PAProps, PauseSquare, type PauseSquareProps, Pdf, type PdfProps, PlayFilled, type PlayFilledProps, Signature, type SignatureProps, SperateDot, type SperateDotProps, SquarePen1, type SquarePen1Props, Strikethrough, type StrikethroughProps, Tasks, type TasksProps, Trash, type TrashProps, Video, type VideoProps, X, type XProps };
3207
+ export { AiIcon, type AiIconProps, ArchiveBold, type ArchiveBoldProps, ArrowDownBold, type ArrowDownBoldProps, ArrowRightBold, type ArrowRightBoldProps, ArrowUpBold, type ArrowUpBoldProps, Autobrightness1, type Autobrightness1Props, Bezier1, type Bezier1Props, Blend1, Blend11, type Blend11Props, type Blend1Props, Blend21, type Blend21Props, Blur1, type Blur1Props, BookmarkFilled, type BookmarkFilledProps, Box21, type Box21Props, BoxAdd1, type BoxAdd1Props, BoxRemove1, type BoxRemove1Props, BoxSearch1, type BoxSearch1Props, BoxTick1, type BoxTick1Props, BoxTime1, type BoxTime1Props, Brush1, Brush11, type Brush11Props, type Brush1Props, Brush21, type Brush21Props, Brush31, type Brush31Props, Brush41, type Brush41Props, BrushSquare1, type BrushSquare1Props, Bubble1, type Bubble1Props, Bucket1, type Bucket1Props, BucketCircle1, type BucketCircle1Props, BucketSquare1, type BucketSquare1Props, Cake1, type Cake1Props, Calendar, type CalendarProps, CardEdit1, type CardEdit1Props, CardPos1, type CardPos1Props, CardReceive1, type CardReceive1Props, CardRemove1, CardRemove11, type CardRemove11Props, type CardRemove1Props, CardSend1, type CardSend1Props, CardTick1, CardTick11, type CardTick11Props, type CardTick1Props, CardanoAda, type CardanoAdaProps, Cards1, Cards11, type Cards11Props, type Cards1Props, Cd1, type Cd1Props, Centralized1, type Centralized1Props, ChatFullScreen, type ChatFullScreenProps, ChatMaximize, type ChatMaximizeProps, ChatMinimize, type ChatMinimizeProps, ChevronDown, type ChevronDownProps, ChevronLeft, type ChevronLeftProps, ChevronRight, type ChevronRightProps, ChevronUp, type ChevronUpProps, ChevronsUpDown, type ChevronsUpDownProps, Chrome1, Chrome11, type Chrome11Props, type Chrome1Props, CircleCheckFill, type CircleCheckFillProps, CloseCircle1, type CloseCircle1Props, Coffee1, Coffee11, type Coffee11Props, type Coffee1Props, Coin1, type Coin1Props, Coins1, type Coins1Props, ColorSwatch1, type ColorSwatch1Props, Colorfilter1, type Colorfilter1Props, ColorsSquare1, type ColorsSquare1Props, Component1, type Component1Props, Computing1, type Computing1Props, Convert3dCube1, type Convert3dCube1Props, ConvertCard1, type ConvertCard1Props, Convertshape1, type Convertshape1Props, Convertshape21, type Convertshape21Props, Crop1, Crop11, type Crop11Props, type Crop1Props, Crown1, Crown11, type Crown11Props, type Crown1Props, Cup1, Cup11, type Cup11Props, type Cup1Props, Danger1, type Danger1Props, Designtools1, type Designtools1Props, DeviceMessage1, type DeviceMessage1Props, Diamonds1, Diamonds11, type Diamonds11Props, type Diamonds1Props, DiscountShape1, type DiscountShape1Props, Discover1, Discover11, type Discover11Props, type Discover1Props, DislikeBold, type DislikeBoldProps, Doc, type DocProps, DocumentTextBold, type DocumentTextBoldProps, DocumentUpload, type DocumentUploadProps, EmptyWalletAdd1, type EmptyWalletAdd1Props, EmptyWalletChange1, type EmptyWalletChange1Props, EmptyWalletRemove1, type EmptyWalletRemove1Props, EmptyWalletTick1, type EmptyWalletTick1Props, EmptyWalletTime1, type EmptyWalletTime1Props, Enter, type EnterProps, Excel, type ExcelProps, File, type FileProps, Filter1, type Filter1Props, FilterAdd1, type FilterAdd1Props, FilterEdit1, type FilterEdit1Props, FilterRemove1, type FilterRemove1Props, FilterSearch1, type FilterSearch1Props, FilterSquare1, type FilterSquare1Props, FilterTick1, type FilterTick1Props, Finance, type FinanceProps, Flag, Flag1, type Flag1Props, Flag21, type Flag21Props, type FlagProps, Flash1, type Flash1Props, FlashCircle1, FlashCircle11, type FlashCircle11Props, type FlashCircle1Props, Folder2, type Folder2Props, FolderDrawerOpen, FolderDrawerOpenAddBold, type FolderDrawerOpenAddBoldProps, type FolderDrawerOpenProps, FolderOpenBold, type FolderOpenBoldProps, Forbidden1, Forbidden11, type Forbidden11Props, type Forbidden1Props, Forbidden21, Forbidden211, type Forbidden211Props, type Forbidden21Props, FormatCircle1, type FormatCircle1Props, FormatSquare1, type FormatSquare1Props, ForwardItem1, type ForwardItem1Props, GeneralMagicko, type GeneralMagickoProps, Glass1, Glass11, type Glass11Props, type Glass1Props, GlobalEdit1, type GlobalEdit1Props, GlobalRefresh1, type GlobalRefresh1Props, GlobalSearch1, type GlobalSearch1Props, GridEdit1, type GridEdit1Props, GridEraser1, type GridEraser1Props, GridLock1, GridLock11, type GridLock11Props, type GridLock1Props, GripVertical, type GripVerticalProps, HeartBold, type HeartBoldProps, Home1, Home11, type Home11Props, type Home1Props, Home21, type Home21Props, Home31, Home311, type Home311Props, type Home31Props, HomeWifi1, type HomeWifi1Props, Hr, type HrProps, HrSystem, type HrSystemProps, Icon3dcube1, type Icon3dcube1Props, IconsaxAiScienceBold, type IconsaxAiScienceBoldProps, IconsaxAttachCircleBold, type IconsaxAttachCircleBoldProps, IconsaxBrainBold, type IconsaxBrainBoldProps, IconsaxMonetizeBold, type IconsaxMonetizeBoldProps, IconsaxPenBrushBold, type IconsaxPenBrushBoldProps, IconsaxPeopleBold, type IconsaxPeopleBoldProps, IconsaxTaskSquareBold, type IconsaxTaskSquareBoldProps, IconsaxVideoCameraBold, type IconsaxVideoCameraBoldProps, IconsaxWord, type IconsaxWordProps, InProgress, type InProgressProps, InfoCircleBold, type InfoCircleBoldProps, Legal, type LegalProps, LikeBold, type LikeBoldProps, Line, type LineProps, LinkSquare, type LinkSquareProps, List, ListEnd, type ListEndProps, ListOrdered, type ListOrderedProps, type ListProps, ListTodo, type ListTodoProps, Lock, type LockProps, MagickPotion, type MagickPotionProps, MagickoCheck, type MagickoCheckProps, Marketing, type MarketingProps, MessageEdit, type MessageEditProps, Network, type NetworkProps, NotiDot, type NotiDotProps, PA, type PAProps, PauseSquare, type PauseSquareProps, Pdf, type PdfProps, PlayFilled, type PlayFilledProps, Signature, type SignatureProps, SperateDot, type SperateDotProps, SquarePen1, type SquarePen1Props, Strikethrough, type StrikethroughProps, Tasks, type TasksProps, Trash, type TrashProps, Video, type VideoProps, X, type XProps };