lucide-react
Version:
A Lucide icon library package for React applications.
824 lines (746 loc) • 2.29 MB
TypeScript
import * as react from 'react';
import { RefAttributes, SVGProps } from 'react';
/**
* A reduced version of `SVGElementType` from @types/react. This type was added
* with the release of React 19, and is included here in order to support usage
* with older versions.
*/
type SVGElementType = 'circle' | 'ellipse' | 'g' | 'line' | 'path' | 'polygon' | 'polyline' | 'rect';
type IconNode = [elementName: SVGElementType, attrs: Record<string, string>][];
type SVGAttributes = Partial<SVGProps<SVGSVGElement>>;
type ElementAttributes = RefAttributes<SVGSVGElement> & SVGAttributes;
interface LucideProps extends ElementAttributes {
size?: string | number;
absoluteStrokeWidth?: boolean;
}
declare const __iconNode$qC: IconNode;
/**
* @component @name ZoomOut
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zoom-out
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZoomOut: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zoom_out {
export {
__iconNode$qC as __iconNode,
ZoomOut as default,
};
}
declare const __iconNode$qB: IconNode;
/**
* @component @name ZoomIn
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zoom-in
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZoomIn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zoom_in {
export {
__iconNode$qB as __iconNode,
ZoomIn as default,
};
}
declare const __iconNode$qA: IconNode;
/**
* @component @name ZodiacVirgo
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-virgo
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacVirgo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_virgo {
export {
__iconNode$qA as __iconNode,
ZodiacVirgo as default,
};
}
declare const __iconNode$qz: IconNode;
/**
* @component @name ZodiacTaurus
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-taurus
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacTaurus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_taurus {
export {
__iconNode$qz as __iconNode,
ZodiacTaurus as default,
};
}
declare const __iconNode$qy: IconNode;
/**
* @component @name ZodiacScorpio
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-scorpio
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacScorpio: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_scorpio {
export {
__iconNode$qy as __iconNode,
ZodiacScorpio as default,
};
}
declare const __iconNode$qx: IconNode;
/**
* @component @name ZodiacSagittarius
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-sagittarius
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacSagittarius: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_sagittarius {
export {
__iconNode$qx as __iconNode,
ZodiacSagittarius as default,
};
}
declare const __iconNode$qw: IconNode;
/**
* @component @name ZodiacPisces
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-pisces
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacPisces: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_pisces {
export {
__iconNode$qw as __iconNode,
ZodiacPisces as default,
};
}
declare const __iconNode$qv: IconNode;
/**
* @component @name ZodiacOphiuchus
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-ophiuchus
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacOphiuchus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_ophiuchus {
export {
__iconNode$qv as __iconNode,
ZodiacOphiuchus as default,
};
}
declare const __iconNode$qu: IconNode;
/**
* @component @name ZodiacLibra
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-libra
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacLibra: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_libra {
export {
__iconNode$qu as __iconNode,
ZodiacLibra as default,
};
}
declare const __iconNode$qt: IconNode;
/**
* @component @name ZodiacLeo
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-leo
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacLeo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_leo {
export {
__iconNode$qt as __iconNode,
ZodiacLeo as default,
};
}
declare const __iconNode$qs: IconNode;
/**
* @component @name ZodiacGemini
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-gemini
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacGemini: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_gemini {
export {
__iconNode$qs as __iconNode,
ZodiacGemini as default,
};
}
declare const __iconNode$qr: IconNode;
/**
* @component @name ZodiacCapricorn
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-capricorn
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacCapricorn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_capricorn {
export {
__iconNode$qr as __iconNode,
ZodiacCapricorn as default,
};
}
declare const __iconNode$qq: IconNode;
/**
* @component @name ZodiacCancer
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-cancer
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacCancer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_cancer {
export {
__iconNode$qq as __iconNode,
ZodiacCancer as default,
};
}
declare const __iconNode$qp: IconNode;
/**
* @component @name ZodiacAries
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-aries
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacAries: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_aries {
export {
__iconNode$qp as __iconNode,
ZodiacAries as default,
};
}
declare const __iconNode$qo: IconNode;
/**
* @component @name ZodiacAquarius
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zodiac-aquarius
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZodiacAquarius: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zodiac_aquarius {
export {
__iconNode$qo as __iconNode,
ZodiacAquarius as default,
};
}
declare const __iconNode$qn: IconNode;
/**
* @component @name Zap
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zap
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Zap: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zap {
export {
__iconNode$qn as __iconNode,
Zap as default,
};
}
declare const __iconNode$qm: IconNode;
/**
* @component @name ZapOff
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/zap-off
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const ZapOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_zap_off {
export {
__iconNode$qm as __iconNode,
ZapOff as default,
};
}
declare const __iconNode$ql: IconNode;
/**
* @component @name Youtube
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/youtube
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
* @deprecated Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=youtube instead. This icon will be removed in v1.0
*/
declare const Youtube: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_youtube {
export {
__iconNode$ql as __iconNode,
Youtube as default,
};
}
declare const __iconNode$qk: IconNode;
/**
* @component @name X
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/x
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const X: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_x {
export {
__iconNode$qk as __iconNode,
X as default,
};
}
declare const __iconNode$qj: IconNode;
/**
* @component @name XLineTop
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/x-line-top
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const XLineTop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_x_line_top {
export {
__iconNode$qj as __iconNode,
XLineTop as default,
};
}
declare const __iconNode$qi: IconNode;
/**
* @component @name Wrench
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wrench
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Wrench: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wrench {
export {
__iconNode$qi as __iconNode,
Wrench as default,
};
}
declare const __iconNode$qh: IconNode;
/**
* @component @name Worm
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/worm
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Worm: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_worm {
export {
__iconNode$qh as __iconNode,
Worm as default,
};
}
declare const __iconNode$qg: IconNode;
/**
* @component @name Workflow
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/workflow
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Workflow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_workflow {
export {
__iconNode$qg as __iconNode,
Workflow as default,
};
}
declare const __iconNode$qf: IconNode;
/**
* @component @name Wine
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wine
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Wine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wine {
export {
__iconNode$qf as __iconNode,
Wine as default,
};
}
declare const __iconNode$qe: IconNode;
/**
* @component @name WineOff
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wine-off
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WineOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wine_off {
export {
__iconNode$qe as __iconNode,
WineOff as default,
};
}
declare const __iconNode$qd: IconNode;
/**
* @component @name Wind
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wind
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Wind: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wind {
export {
__iconNode$qd as __iconNode,
Wind as default,
};
}
declare const __iconNode$qc: IconNode;
/**
* @component @name WindArrowDown
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wind-arrow-down
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WindArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wind_arrow_down {
export {
__iconNode$qc as __iconNode,
WindArrowDown as default,
};
}
declare const __iconNode$qb: IconNode;
/**
* @component @name Wifi
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wifi
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Wifi: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wifi {
export {
__iconNode$qb as __iconNode,
Wifi as default,
};
}
declare const __iconNode$qa: IconNode;
/**
* @component @name WifiZero
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wifi-zero
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WifiZero: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wifi_zero {
export {
__iconNode$qa as __iconNode,
WifiZero as default,
};
}
declare const __iconNode$q9: IconNode;
/**
* @component @name WifiSync
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wifi-sync
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WifiSync: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wifi_sync {
export {
__iconNode$q9 as __iconNode,
WifiSync as default,
};
}
declare const __iconNode$q8: IconNode;
/**
* @component @name WifiPen
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wifi-pen
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WifiPen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wifi_pen {
export {
__iconNode$q8 as __iconNode,
WifiPen as default,
};
}
declare const __iconNode$q7: IconNode;
/**
* @component @name WifiOff
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wifi-off
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WifiOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wifi_off {
export {
__iconNode$q7 as __iconNode,
WifiOff as default,
};
}
declare const __iconNode$q6: IconNode;
/**
* @component @name WifiLow
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wifi-low
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WifiLow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wifi_low {
export {
__iconNode$q6 as __iconNode,
WifiLow as default,
};
}
declare const __iconNode$q5: IconNode;
/**
* @component @name WifiHigh
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wifi-high
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WifiHigh: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wifi_high {
export {
__iconNode$q5 as __iconNode,
WifiHigh as default,
};
}
declare const __iconNode$q4: IconNode;
/**
* @component @name WifiCog
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wifi-cog
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WifiCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wifi_cog {
export {
__iconNode$q4 as __iconNode,
WifiCog as default,
};
}
declare const __iconNode$q3: IconNode;
/**
* @component @name WholeWord
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/whole-word
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WholeWord: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_whole_word {
export {
__iconNode$q3 as __iconNode,
WholeWord as default,
};
}
declare const __iconNode$q2: IconNode;
/**
* @component @name Wheat
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wheat
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const Wheat: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wheat {
export {
__iconNode$q2 as __iconNode,
Wheat as default,
};
}
declare const __iconNode$q1: IconNode;
/**
* @component @name WheatOff
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/wheat-off
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props and any valid SVG attribute
* @returns {JSX.Element} JSX Element
*
*/
declare const WheatOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
declare namespace __icons_wheat_off {
export {
__iconNode$q1 as __iconNode,
WheatOff as default,
};
}
declare const __iconNode$q0: IconNode;
/**
* @component @name Weight
* @description Lucide SVG icon component, renders SVG Element with children.
*
* @preview  - https://lucide.dev/icons/weight
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
*
* @param {Object} props - Lucide icons props