AK-21/Graphite-Industrial-Intelligence
0
1import * as react from 'react';2import { RefAttributes, SVGProps } from 'react';3 4/**5 * A reduced version of `SVGElementType` from @types/react. This type was added6 * with the release of React 19, and is included here in order to support usage7 * with older versions.8 */9type SVGElementType = 'circle' | 'ellipse' | 'g' | 'line' | 'path' | 'polygon' | 'polyline' | 'rect';10type IconNode = [elementName: SVGElementType, attrs: Record<string, string>][];11type SVGAttributes = Partial<SVGProps<SVGSVGElement>>;12type ElementAttributes = RefAttributes<SVGSVGElement> & SVGAttributes;13interface LucideProps extends ElementAttributes {14 size?: string | number;15 absoluteStrokeWidth?: boolean;16}17 18declare const __iconNode$rf: IconNode;19/**20 * @component @name ZoomOut21 * @description Lucide SVG icon component, renders SVG Element with children.22 *23 * @preview  - https://lucide.dev/icons/zoom-out24 * @see https://lucide.dev/guide/packages/lucide-react - Documentation25 *26 * @param {Object} props - Lucide icons props and any valid SVG attribute27 * @returns {JSX.Element} JSX Element28 *29 */30declare const ZoomOut: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;31 32declare namespace __icons_zoom_out {33 export {34 __iconNode$rf as __iconNode,35 ZoomOut as default,36 };37}38 39declare const __iconNode$re: IconNode;40/**41 * @component @name ZoomIn42 * @description Lucide SVG icon component, renders SVG Element with children.43 *44 * @preview  - https://lucide.dev/icons/zoom-in45 * @see https://lucide.dev/guide/packages/lucide-react - Documentation46 *47 * @param {Object} props - Lucide icons props and any valid SVG attribute48 * @returns {JSX.Element} JSX Element49 *50 */51declare const ZoomIn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;52 53declare namespace __icons_zoom_in {54 export {55 __iconNode$re as __iconNode,56 ZoomIn as default,57 };58}59 60declare const __iconNode$rd: IconNode;61/**62 * @component @name ZodiacVirgo63 * @description Lucide SVG icon component, renders SVG Element with children.64 *65 * @preview  - https://lucide.dev/icons/zodiac-virgo66 * @see https://lucide.dev/guide/packages/lucide-react - Documentation67 *68 * @param {Object} props - Lucide icons props and any valid SVG attribute69 * @returns {JSX.Element} JSX Element70 *71 */72declare const ZodiacVirgo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;73 74declare namespace __icons_zodiac_virgo {75 export {76 __iconNode$rd as __iconNode,77 ZodiacVirgo as default,78 };79}80 81declare const __iconNode$rc: IconNode;82/**83 * @component @name ZodiacTaurus84 * @description Lucide SVG icon component, renders SVG Element with children.85 *86 * @preview  - https://lucide.dev/icons/zodiac-taurus87 * @see https://lucide.dev/guide/packages/lucide-react - Documentation88 *89 * @param {Object} props - Lucide icons props and any valid SVG attribute90 * @returns {JSX.Element} JSX Element91 *92 */93declare const ZodiacTaurus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;94 95declare namespace __icons_zodiac_taurus {96 export {97 __iconNode$rc as __iconNode,98 ZodiacTaurus as default,99 };100}101 102declare const __iconNode$rb: IconNode;103/**104 * @component @name ZodiacScorpio105 * @description Lucide SVG icon component, renders SVG Element with children.106 *107 * @preview  - https://lucide.dev/icons/zodiac-scorpio108 * @see https://lucide.dev/guide/packages/lucide-react - Documentation109 *110 * @param {Object} props - Lucide icons props and any valid SVG attribute111 * @returns {JSX.Element} JSX Element112 *113 */114declare const ZodiacScorpio: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;115 116declare namespace __icons_zodiac_scorpio {117 export {118 __iconNode$rb as __iconNode,119 ZodiacScorpio as default,120 };121}122 123declare const __iconNode$ra: IconNode;124/**125 * @component @name ZodiacSagittarius126 * @description Lucide SVG icon component, renders SVG Element with children.127 *128 * @preview  - https://lucide.dev/icons/zodiac-sagittarius129 * @see https://lucide.dev/guide/packages/lucide-react - Documentation130 *131 * @param {Object} props - Lucide icons props and any valid SVG attribute132 * @returns {JSX.Element} JSX Element133 *134 */135declare const ZodiacSagittarius: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;136 137declare namespace __icons_zodiac_sagittarius {138 export {139 __iconNode$ra as __iconNode,140 ZodiacSagittarius as default,141 };142}143 144declare const __iconNode$r9: IconNode;145/**146 * @component @name ZodiacPisces147 * @description Lucide SVG icon component, renders SVG Element with children.148 *149 * @preview  - https://lucide.dev/icons/zodiac-pisces150 * @see https://lucide.dev/guide/packages/lucide-react - Documentation151 *152 * @param {Object} props - Lucide icons props and any valid SVG attribute153 * @returns {JSX.Element} JSX Element154 *155 */156declare const ZodiacPisces: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;157 158declare namespace __icons_zodiac_pisces {159 export {160 __iconNode$r9 as __iconNode,161 ZodiacPisces as default,162 };163}164 165declare const __iconNode$r8: IconNode;166/**167 * @component @name ZodiacOphiuchus168 * @description Lucide SVG icon component, renders SVG Element with children.169 *170 * @preview  - https://lucide.dev/icons/zodiac-ophiuchus171 * @see https://lucide.dev/guide/packages/lucide-react - Documentation172 *173 * @param {Object} props - Lucide icons props and any valid SVG attribute174 * @returns {JSX.Element} JSX Element175 *176 */177declare const ZodiacOphiuchus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;178 179declare namespace __icons_zodiac_ophiuchus {180 export {181 __iconNode$r8 as __iconNode,182 ZodiacOphiuchus as default,183 };184}185 186declare const __iconNode$r7: IconNode;187/**188 * @component @name ZodiacLibra189 * @description Lucide SVG icon component, renders SVG Element with children.190 *191 * @preview  - https://lucide.dev/icons/zodiac-libra192 * @see https://lucide.dev/guide/packages/lucide-react - Documentation193 *194 * @param {Object} props - Lucide icons props and any valid SVG attribute195 * @returns {JSX.Element} JSX Element196 *197 */198declare const ZodiacLibra: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;199 200declare namespace __icons_zodiac_libra {201 export {202 __iconNode$r7 as __iconNode,203 ZodiacLibra as default,204 };205}206 207declare const __iconNode$r6: IconNode;208/**209 * @component @name ZodiacLeo210 * @description Lucide SVG icon component, renders SVG Element with children.211 *212 * @preview  - https://lucide.dev/icons/zodiac-leo213 * @see https://lucide.dev/guide/packages/lucide-react - Documentation214 *215 * @param {Object} props - Lucide icons props and any valid SVG attribute216 * @returns {JSX.Element} JSX Element217 *218 */219declare const ZodiacLeo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;220 221declare namespace __icons_zodiac_leo {222 export {223 __iconNode$r6 as __iconNode,224 ZodiacLeo as default,225 };226}227 228declare const __iconNode$r5: IconNode;229/**230 * @component @name ZodiacGemini231 * @description Lucide SVG icon component, renders SVG Element with children.232 *233 * @preview  - https://lucide.dev/icons/zodiac-gemini234 * @see https://lucide.dev/guide/packages/lucide-react - Documentation235 *236 * @param {Object} props - Lucide icons props and any valid SVG attribute237 * @returns {JSX.Element} JSX Element238 *239 */240declare const ZodiacGemini: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;241 242declare namespace __icons_zodiac_gemini {243 export {244 __iconNode$r5 as __iconNode,245 ZodiacGemini as default,246 };247}248 249declare const __iconNode$r4: IconNode;250/**251 * @component @name ZodiacCapricorn252 * @description Lucide SVG icon component, renders SVG Element with children.253 *254 * @preview  - https://lucide.dev/icons/zodiac-capricorn255 * @see https://lucide.dev/guide/packages/lucide-react - Documentation256 *257 * @param {Object} props - Lucide icons props and any valid SVG attribute258 * @returns {JSX.Element} JSX Element259 *260 */261declare const ZodiacCapricorn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;262 263declare namespace __icons_zodiac_capricorn {264 export {265 __iconNode$r4 as __iconNode,266 ZodiacCapricorn as default,267 };268}269 270declare const __iconNode$r3: IconNode;271/**272 * @component @name ZodiacCancer273 * @description Lucide SVG icon component, renders SVG Element with children.274 *275 * @preview  - https://lucide.dev/icons/zodiac-cancer276 * @see https://lucide.dev/guide/packages/lucide-react - Documentation277 *278 * @param {Object} props - Lucide icons props and any valid SVG attribute279 * @returns {JSX.Element} JSX Element280 *281 */282declare const ZodiacCancer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;283 284declare namespace __icons_zodiac_cancer {285 export {286 __iconNode$r3 as __iconNode,287 ZodiacCancer as default,288 };289}290 291declare const __iconNode$r2: IconNode;292/**293 * @component @name ZodiacAries294 * @description Lucide SVG icon component, renders SVG Element with children.295 *296 * @preview  - https://lucide.dev/icons/zodiac-aries297 * @see https://lucide.dev/guide/packages/lucide-react - Documentation298 *299 * @param {Object} props - Lucide icons props and any valid SVG attribute300 * @returns {JSX.Element} JSX Element301 *302 */303declare const ZodiacAries: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;304 305declare namespace __icons_zodiac_aries {306 export {307 __iconNode$r2 as __iconNode,308 ZodiacAries as default,309 };310}311 312declare const __iconNode$r1: IconNode;313/**314 * @component @name ZodiacAquarius315 * @description Lucide SVG icon component, renders SVG Element with children.316 *317 * @preview  - https://lucide.dev/icons/zodiac-aquarius318 * @see https://lucide.dev/guide/packages/lucide-react - Documentation319 *320 * @param {Object} props - Lucide icons props and any valid SVG attribute321 * @returns {JSX.Element} JSX Element322 *323 */324declare const ZodiacAquarius: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;325 326declare namespace __icons_zodiac_aquarius {327 export {328 __iconNode$r1 as __iconNode,329 ZodiacAquarius as default,330 };331}332 333declare const __iconNode$r0: IconNode;334/**335 * @component @name Zap336 * @description Lucide SVG icon component, renders SVG Element with children.337 *338 * @preview  - https://lucide.dev/icons/zap339 * @see https://lucide.dev/guide/packages/lucide-react - Documentation340 *341 * @param {Object} props - Lucide icons props and any valid SVG attribute342 * @returns {JSX.Element} JSX Element343 *344 */345declare const Zap: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;346 347declare namespace __icons_zap {348 export {349 __iconNode$r0 as __iconNode,350 Zap as default,351 };352}353 354declare const __iconNode$q$: IconNode;355/**356 * @component @name ZapOff357 * @description Lucide SVG icon component, renders SVG Element with children.358 *359 * @preview  - https://lucide.dev/icons/zap-off360 * @see https://lucide.dev/guide/packages/lucide-react - Documentation361 *362 * @param {Object} props - Lucide icons props and any valid SVG attribute363 * @returns {JSX.Element} JSX Element364 *365 */366declare const ZapOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;367 368declare namespace __icons_zap_off {369 export {370 __iconNode$q$ as __iconNode,371 ZapOff as default,372 };373}374 375declare const __iconNode$q_: IconNode;376/**377 * @component @name X378 * @description Lucide SVG icon component, renders SVG Element with children.379 *380 * @preview  - https://lucide.dev/icons/x381 * @see https://lucide.dev/guide/packages/lucide-react - Documentation382 *383 * @param {Object} props - Lucide icons props and any valid SVG attribute384 * @returns {JSX.Element} JSX Element385 *386 */387declare const X: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;388 389declare namespace __icons_x {390 export {391 __iconNode$q_ as __iconNode,392 X as default,393 };394}395 396declare const __iconNode$qZ: IconNode;397/**398 * @component @name XLineTop399 * @description Lucide SVG icon component, renders SVG Element with children.400 *401 * @preview  - https://lucide.dev/icons/x-line-top402 * @see https://lucide.dev/guide/packages/lucide-react - Documentation403 *404 * @param {Object} props - Lucide icons props and any valid SVG attribute405 * @returns {JSX.Element} JSX Element406 *407 */408declare const XLineTop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;409 410declare namespace __icons_x_line_top {411 export {412 __iconNode$qZ as __iconNode,413 XLineTop as default,414 };415}416 417declare const __iconNode$qY: IconNode;418/**419 * @component @name Wrench420 * @description Lucide SVG icon component, renders SVG Element with children.421 *422 * @preview  - https://lucide.dev/icons/wrench423 * @see https://lucide.dev/guide/packages/lucide-react - Documentation424 *425 * @param {Object} props - Lucide icons props and any valid SVG attribute426 * @returns {JSX.Element} JSX Element427 *428 */429declare const Wrench: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;430 431declare namespace __icons_wrench {432 export {433 __iconNode$qY as __iconNode,434 Wrench as default,435 };436}437 438declare const __iconNode$qX: IconNode;439/**440 * @component @name WrenchOff441 * @description Lucide SVG icon component, renders SVG Element with children.442 *443 * @preview  - https://lucide.dev/icons/wrench-off444 * @see https://lucide.dev/guide/packages/lucide-react - Documentation445 *446 * @param {Object} props - Lucide icons props and any valid SVG attribute447 * @returns {JSX.Element} JSX Element448 *449 */450declare const WrenchOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;451 452declare namespace __icons_wrench_off {453 export {454 __iconNode$qX as __iconNode,455 WrenchOff as default,456 };457}458 459declare const __iconNode$qW: IconNode;460/**461 * @component @name Worm462 * @description Lucide SVG icon component, renders SVG Element with children.463 *464 * @preview  - https://lucide.dev/icons/worm465 * @see https://lucide.dev/guide/packages/lucide-react - Documentation466 *467 * @param {Object} props - Lucide icons props and any valid SVG attribute468 * @returns {JSX.Element} JSX Element469 *470 */471declare const Worm: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;472 473declare namespace __icons_worm {474 export {475 __iconNode$qW as __iconNode,476 Worm as default,477 };478}479 480declare const __iconNode$qV: IconNode;481/**482 * @component @name Workflow483 * @description Lucide SVG icon component, renders SVG Element with children.484 *485 * @preview  - https://lucide.dev/icons/workflow486 * @see https://lucide.dev/guide/packages/lucide-react - Documentation487 *488 * @param {Object} props - Lucide icons props and any valid SVG attribute489 * @returns {JSX.Element} JSX Element490 *491 */492declare const Workflow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;493 494declare namespace __icons_workflow {495 export {496 __iconNode$qV as __iconNode,497 Workflow as default,498 };499}500 501declare const __iconNode$qU: IconNode;502/**503 * @component @name Wine504 * @description Lucide SVG icon component, renders SVG Element with children.505 *506 * @preview  - https://lucide.dev/icons/wine507 * @see https://lucide.dev/guide/packages/lucide-react - Documentation508 *509 * @param {Object} props - Lucide icons props and any valid SVG attribute510 * @returns {JSX.Element} JSX Element511 *512 */513declare const Wine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;514 515declare namespace __icons_wine {516 export {517 __iconNode$qU as __iconNode,518 Wine as default,519 };520}521 522declare const __iconNode$qT: IconNode;523/**524 * @component @name WineOff525 * @description Lucide SVG icon component, renders SVG Element with children.526 *527 * @preview  - https://lucide.dev/icons/wine-off528 * @see https://lucide.dev/guide/packages/lucide-react - Documentation529 *530 * @param {Object} props - Lucide icons props and any valid SVG attribute531 * @returns {JSX.Element} JSX Element532 *533 */534declare const WineOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;535 536declare namespace __icons_wine_off {537 export {538 __iconNode$qT as __iconNode,539 WineOff as default,540 };541}542 543declare const __iconNode$qS: IconNode;544/**545 * @component @name Wind546 * @description Lucide SVG icon component, renders SVG Element with children.547 *548 * @preview  - https://lucide.dev/icons/wind549 * @see https://lucide.dev/guide/packages/lucide-react - Documentation550 *551 * @param {Object} props - Lucide icons props and any valid SVG attribute552 * @returns {JSX.Element} JSX Element553 *554 */555declare const Wind: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;556 557declare namespace __icons_wind {558 export {559 __iconNode$qS as __iconNode,560 Wind as default,561 };562}563 564declare const __iconNode$qR: IconNode;565/**566 * @component @name WindArrowDown567 * @description Lucide SVG icon component, renders SVG Element with children.568 *569 * @preview  - https://lucide.dev/icons/wind-arrow-down570 * @see https://lucide.dev/guide/packages/lucide-react - Documentation571 *572 * @param {Object} props - Lucide icons props and any valid SVG attribute573 * @returns {JSX.Element} JSX Element574 *575 */576declare const WindArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;577 578declare namespace __icons_wind_arrow_down {579 export {580 __iconNode$qR as __iconNode,581 WindArrowDown as default,582 };583}584 585declare const __iconNode$qQ: IconNode;586/**587 * @component @name Wifi588 * @description Lucide SVG icon component, renders SVG Element with children.589 *590 * @preview  - https://lucide.dev/icons/wifi591 * @see https://lucide.dev/guide/packages/lucide-react - Documentation592 *593 * @param {Object} props - Lucide icons props and any valid SVG attribute594 * @returns {JSX.Element} JSX Element595 *596 */597declare const Wifi: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;598 599declare namespace __icons_wifi {600 export {601 __iconNode$qQ as __iconNode,602 Wifi as default,603 };604}605 606declare const __iconNode$qP: IconNode;607/**608 * @component @name WifiZero609 * @description Lucide SVG icon component, renders SVG Element with children.610 *611 * @preview  - https://lucide.dev/icons/wifi-zero612 * @see https://lucide.dev/guide/packages/lucide-react - Documentation613 *614 * @param {Object} props - Lucide icons props and any valid SVG attribute615 * @returns {JSX.Element} JSX Element616 *617 */618declare const WifiZero: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;619 620declare namespace __icons_wifi_zero {621 export {622 __iconNode$qP as __iconNode,623 WifiZero as default,624 };625}626 627declare const __iconNode$qO: IconNode;628/**629 * @component @name WifiSync630 * @description Lucide SVG icon component, renders SVG Element with children.631 *632 * @preview  - https://lucide.dev/icons/wifi-sync633 * @see https://lucide.dev/guide/packages/lucide-react - Documentation634 *635 * @param {Object} props - Lucide icons props and any valid SVG attribute636 * @returns {JSX.Element} JSX Element637 *638 */639declare const WifiSync: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;640 641declare namespace __icons_wifi_sync {642 export {643 __iconNode$qO as __iconNode,644 WifiSync as default,645 };646}647 648declare const __iconNode$qN: IconNode;649/**650 * @component @name WifiPen651 * @description Lucide SVG icon component, renders SVG Element with children.652 *653 * @preview  - https://lucide.dev/icons/wifi-pen654 * @see https://lucide.dev/guide/packages/lucide-react - Documentation655 *656 * @param {Object} props - Lucide icons props and any valid SVG attribute657 * @returns {JSX.Element} JSX Element658 *659 */660declare const WifiPen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;661 662declare namespace __icons_wifi_pen {663 export {664 __iconNode$qN as __iconNode,665 WifiPen as default,666 };667}668 669declare const __iconNode$qM: IconNode;670/**671 * @component @name WifiOff672 * @description Lucide SVG icon component, renders SVG Element with children.673 *674 * @preview  - https://lucide.dev/icons/wifi-off675 * @see https://lucide.dev/guide/packages/lucide-react - Documentation676 *677 * @param {Object} props - Lucide icons props and any valid SVG attribute678 * @returns {JSX.Element} JSX Element679 *680 */681declare const WifiOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;682 683declare namespace __icons_wifi_off {684 export {685 __iconNode$qM as __iconNode,686 WifiOff as default,687 };688}689 690declare const __iconNode$qL: IconNode;691/**692 * @component @name WifiLow693 * @description Lucide SVG icon component, renders SVG Element with children.694 *695 * @preview  - https://lucide.dev/icons/wifi-low696 * @see https://lucide.dev/guide/packages/lucide-react - Documentation697 *698 * @param {Object} props - Lucide icons props and any valid SVG attribute699 * @returns {JSX.Element} JSX Element700 *701 */702declare const WifiLow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;703 704declare namespace __icons_wifi_low {705 export {706 __iconNode$qL as __iconNode,707 WifiLow as default,708 };709}710 711declare const __iconNode$qK: IconNode;712/**713 * @component @name WifiHigh714 * @description Lucide SVG icon component, renders SVG Element with children.715 *716 * @preview  - https://lucide.dev/icons/wifi-high717 * @see https://lucide.dev/guide/packages/lucide-react - Documentation718 *719 * @param {Object} props - Lucide icons props and any valid SVG attribute720 * @returns {JSX.Element} JSX Element721 *722 */723declare const WifiHigh: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;724 725declare namespace __icons_wifi_high {726 export {727 __iconNode$qK as __iconNode,728 WifiHigh as default,729 };730}731 732declare const __iconNode$qJ: IconNode;733/**734 * @component @name WifiCog735 * @description Lucide SVG icon component, renders SVG Element with children.736 *737 * @preview  - https://lucide.dev/icons/wifi-cog738 * @see https://lucide.dev/guide/packages/lucide-react - Documentation739 *740 * @param {Object} props - Lucide icons props and any valid SVG attribute741 * @returns {JSX.Element} JSX Element742 *743 */744declare const WifiCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;745 746declare namespace __icons_wifi_cog {747 export {748 __iconNode$qJ as __iconNode,749 WifiCog as default,750 };751}752 753declare const __iconNode$qI: IconNode;754/**755 * @component @name WholeWord756 * @description Lucide SVG icon component, renders SVG Element with children.757 *758 * @preview  - https://lucide.dev/icons/whole-word759 * @see https://lucide.dev/guide/packages/lucide-react - Documentation760 *761 * @param {Object} props - Lucide icons props and any valid SVG attribute762 * @returns {JSX.Element} JSX Element763 *764 */765declare const WholeWord: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;766 767declare namespace __icons_whole_word {768 export {769 __iconNode$qI as __iconNode,770 WholeWord as default,771 };772}773 774declare const __iconNode$qH: IconNode;775/**776 * @component @name Wheat777 * @description Lucide SVG icon component, renders SVG Element with children.778 *779 * @preview  - https://lucide.dev/icons/wheat780 * @see https://lucide.dev/guide/packages/lucide-react - Documentation781 *782 * @param {Object} props - Lucide icons props and any valid SVG attribute783 * @returns {JSX.Element} JSX Element784 *785 */786declare const Wheat: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;787 788declare namespace __icons_wheat {789 export {790 __iconNode$qH as __iconNode,791 Wheat as default,792 };793}794 795declare const __iconNode$qG: IconNode;796/**797 * @component @name WheatOff798 * @description Lucide SVG icon component, renders SVG Element with children.799 *800 * @preview  - https://lucide.dev/icons/wheat-off801 * @see https://lucide.dev/guide/packages/lucide-react - Documentation802 *803 * @param {Object} props - Lucide icons props and any valid SVG attribute804 * @returns {JSX.Element} JSX Element805 *806 */807declare const WheatOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;808 809declare namespace __icons_wheat_off {810 export {811 __iconNode$qG as __iconNode,812 WheatOff as default,813 };814}815 816declare const __iconNode$qF: IconNode;817/**818 * @component @name Weight819 * @description Lucide SVG icon component, renders SVG Element with children.820 *821 * @preview  - https://lucide.dev/icons/weight822 * @see https://lucide.dev/guide/packages/lucide-react - Documentation823 *824 * @param {Object} props - Lucide icons props and any valid SVG attribute825 * @returns {JSX.Element} JSX Element826 *827 */828declare const Weight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;829 830declare namespace __icons_weight {831 export {832 __iconNode$qF as __iconNode,833 Weight as default,834 };835}836 837declare const __iconNode$qE: IconNode;838/**839 * @component @name WeightTilde840 * @description Lucide SVG icon component, renders SVG Element with children.841 *842 * @preview  - https://lucide.dev/icons/weight-tilde843 * @see https://lucide.dev/guide/packages/lucide-react - Documentation844 *845 * @param {Object} props - Lucide icons props and any valid SVG attribute846 * @returns {JSX.Element} JSX Element847 *848 */849declare const WeightTilde: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;850 851declare namespace __icons_weight_tilde {852 export {853 __iconNode$qE as __iconNode,854 WeightTilde as default,855 };856}857 858declare const __iconNode$qD: IconNode;859/**860 * @component @name Webhook861 * @description Lucide SVG icon component, renders SVG Element with children.862 *863 * @preview  - https://lucide.dev/icons/webhook864 * @see https://lucide.dev/guide/packages/lucide-react - Documentation865 *866 * @param {Object} props - Lucide icons props and any valid SVG attribute867 * @returns {JSX.Element} JSX Element868 *869 */870declare const Webhook: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;871 872declare namespace __icons_webhook {873 export {874 __iconNode$qD as __iconNode,875 Webhook as default,876 };877}878 879declare const __iconNode$qC: IconNode;880/**881 * @component @name WebhookOff882 * @description Lucide SVG icon component, renders SVG Element with children.883 *884 * @preview  - https://lucide.dev/icons/webhook-off885 * @see https://lucide.dev/guide/packages/lucide-react - Documentation886 *887 * @param {Object} props - Lucide icons props and any valid SVG attribute888 * @returns {JSX.Element} JSX Element889 *890 */891declare const WebhookOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;892 893declare namespace __icons_webhook_off {894 export {895 __iconNode$qC as __iconNode,896 WebhookOff as default,897 };898}899 900declare const __iconNode$qB: IconNode;901/**902 * @component @name Webcam903 * @description Lucide SVG icon component, renders SVG Element with children.904 *905 * @preview  - https://lucide.dev/icons/webcam906 * @see https://lucide.dev/guide/packages/lucide-react - Documentation907 *908 * @param {Object} props - Lucide icons props and any valid SVG attribute909 * @returns {JSX.Element} JSX Element910 *911 */912declare const Webcam: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;913 914declare namespace __icons_webcam {915 export {916 __iconNode$qB as __iconNode,917 Webcam as default,918 };919}920 921declare const __iconNode$qA: IconNode;922/**923 * @component @name WebcamOff924 * @description Lucide SVG icon component, renders SVG Element with children.925 *926 * @preview  - https://lucide.dev/icons/webcam-off927 * @see https://lucide.dev/guide/packages/lucide-react - Documentation928 *929 * @param {Object} props - Lucide icons props and any valid SVG attribute930 * @returns {JSX.Element} JSX Element931 *932 */933declare const WebcamOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;934 935declare namespace __icons_webcam_off {936 export {937 __iconNode$qA as __iconNode,938 WebcamOff as default,939 };940}941 942declare const __iconNode$qz: IconNode;943/**944 * @component @name Waypoints945 * @description Lucide SVG icon component, renders SVG Element with children.946 *947 * @preview  - https://lucide.dev/icons/waypoints948 * @see https://lucide.dev/guide/packages/lucide-react - Documentation949 *950 * @param {Object} props - Lucide icons props and any valid SVG attribute951 * @returns {JSX.Element} JSX Element952 *953 */954declare const Waypoints: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;955 956declare namespace __icons_waypoints {957 export {958 __iconNode$qz as __iconNode,959 Waypoints as default,960 };961}962 963declare const __iconNode$qy: IconNode;964/**965 * @component @name WavesVertical966 * @description Lucide SVG icon component, renders SVG Element with children.967 *968 * @preview  - https://lucide.dev/icons/waves-vertical969 * @see https://lucide.dev/guide/packages/lucide-react - Documentation970 *971 * @param {Object} props - Lucide icons props and any valid SVG attribute972 * @returns {JSX.Element} JSX Element973 *974 */975declare const WavesVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;976 977declare namespace __icons_waves_vertical {978 export {979 __iconNode$qy as __iconNode,980 WavesVertical as default,981 };982}983 984declare const __iconNode$qx: IconNode;985/**986 * @component @name WavesLadder987 * @description Lucide SVG icon component, renders SVG Element with children.988 *989 * @preview  - https://lucide.dev/icons/waves-ladder990 * @see https://lucide.dev/guide/packages/lucide-react - Documentation991 *992 * @param {Object} props - Lucide icons props and any valid SVG attribute993 * @returns {JSX.Element} JSX Element994 *995 */996declare const WavesLadder: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;997 998declare namespace __icons_waves_ladder {999 export {1000 __iconNode$qx as __iconNode,1001 WavesLadder as default,1002 };1003}1004 1005declare const __iconNode$qw: IconNode;1006/**1007 * @component @name WavesHorizontal1008 * @description Lucide SVG icon component, renders SVG Element with children.1009 *1010 * @preview  - https://lucide.dev/icons/waves-horizontal1011 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1012 *1013 * @param {Object} props - Lucide icons props and any valid SVG attribute1014 * @returns {JSX.Element} JSX Element1015 *1016 */1017declare const WavesHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1018 1019declare namespace __icons_waves_horizontal {1020 export {1021 __iconNode$qw as __iconNode,1022 WavesHorizontal as default,1023 };1024}1025 1026declare const __iconNode$qv: IconNode;1027/**1028 * @component @name WavesArrowUp1029 * @description Lucide SVG icon component, renders SVG Element with children.1030 *1031 * @preview  - https://lucide.dev/icons/waves-arrow-up1032 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1033 *1034 * @param {Object} props - Lucide icons props and any valid SVG attribute1035 * @returns {JSX.Element} JSX Element1036 *1037 */1038declare const WavesArrowUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1039 1040declare namespace __icons_waves_arrow_up {1041 export {1042 __iconNode$qv as __iconNode,1043 WavesArrowUp as default,1044 };1045}1046 1047declare const __iconNode$qu: IconNode;1048/**1049 * @component @name WavesArrowDown1050 * @description Lucide SVG icon component, renders SVG Element with children.1051 *1052 * @preview  - https://lucide.dev/icons/waves-arrow-down1053 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1054 *1055 * @param {Object} props - Lucide icons props and any valid SVG attribute1056 * @returns {JSX.Element} JSX Element1057 *1058 */1059declare const WavesArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1060 1061declare namespace __icons_waves_arrow_down {1062 export {1063 __iconNode$qu as __iconNode,1064 WavesArrowDown as default,1065 };1066}1067 1068declare const __iconNode$qt: IconNode;1069/**1070 * @component @name Watch1071 * @description Lucide SVG icon component, renders SVG Element with children.1072 *1073 * @preview  - https://lucide.dev/icons/watch1074 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1075 *1076 * @param {Object} props - Lucide icons props and any valid SVG attribute1077 * @returns {JSX.Element} JSX Element1078 *1079 */1080declare const Watch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1081 1082declare namespace __icons_watch {1083 export {1084 __iconNode$qt as __iconNode,1085 Watch as default,1086 };1087}1088 1089declare const __iconNode$qs: IconNode;1090/**1091 * @component @name WashingMachine1092 * @description Lucide SVG icon component, renders SVG Element with children.1093 *1094 * @preview  - https://lucide.dev/icons/washing-machine1095 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1096 *1097 * @param {Object} props - Lucide icons props and any valid SVG attribute1098 * @returns {JSX.Element} JSX Element1099 *1100 */1101declare const WashingMachine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1102 1103declare namespace __icons_washing_machine {1104 export {1105 __iconNode$qs as __iconNode,1106 WashingMachine as default,1107 };1108}1109 1110declare const __iconNode$qr: IconNode;1111/**1112 * @component @name Warehouse1113 * @description Lucide SVG icon component, renders SVG Element with children.1114 *1115 * @preview  - https://lucide.dev/icons/warehouse1116 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1117 *1118 * @param {Object} props - Lucide icons props and any valid SVG attribute1119 * @returns {JSX.Element} JSX Element1120 *1121 */1122declare const Warehouse: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1123 1124declare namespace __icons_warehouse {1125 export {1126 __iconNode$qr as __iconNode,1127 Warehouse as default,1128 };1129}1130 1131declare const __iconNode$qq: IconNode;1132/**1133 * @component @name Wand1134 * @description Lucide SVG icon component, renders SVG Element with children.1135 *1136 * @preview  - https://lucide.dev/icons/wand1137 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1138 *1139 * @param {Object} props - Lucide icons props and any valid SVG attribute1140 * @returns {JSX.Element} JSX Element1141 *1142 */1143declare const Wand: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1144 1145declare namespace __icons_wand {1146 export {1147 __iconNode$qq as __iconNode,1148 Wand as default,1149 };1150}1151 1152declare const __iconNode$qp: IconNode;1153/**1154 * @component @name WandSparkles1155 * @description Lucide SVG icon component, renders SVG Element with children.1156 *1157 * @preview  - https://lucide.dev/icons/wand-sparkles1158 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1159 *1160 * @param {Object} props - Lucide icons props and any valid SVG attribute1161 * @returns {JSX.Element} JSX Element1162 *1163 */1164declare const WandSparkles: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1165 1166declare namespace __icons_wand_sparkles {1167 export {1168 __iconNode$qp as __iconNode,1169 WandSparkles as default,1170 };1171}1172 1173declare const __iconNode$qo: IconNode;1174/**1175 * @component @name Wallpaper1176 * @description Lucide SVG icon component, renders SVG Element with children.1177 *1178 * @preview  - https://lucide.dev/icons/wallpaper1179 * @see https://lucide.dev/guide/packages/lucide-react - Documentation1180 *1181 * @param {Object} props - Lucide icons props and any valid SVG attribute1182 * @returns {JSX.Element} JSX Element1183 *1184 */1185declare const Wallpaper: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;1186 1187declare namespace __icons_wallpaper {1188 export {1189 __iconNode$qo as __iconNode,1190 Wallpaper as default,1191 };1192}1193 1194declare const __iconNode$qn: IconNode;1195/**1196 * @component @name Wallet1197 * @description Lucide SVG icon component, renders SVG Element with children.1198 *1199 * @preview  - https://lucide.dev/icons/wallet1200 * @see https://lucide.dev/guide/packages/lucide-react - Documentation