- Create dedicated service classes for separated concerns: * AgentService: Agent management and health monitoring * WorkflowService: Workflow parsing and execution tracking * PerformanceService: Metrics and load balancing * BackgroundService: Background processes and cleanup * TaskService: Database persistence (already existed) - Refactor UnifiedCoordinator into UnifiedCoordinatorRefactored * Clean separation of responsibilities * Improved maintainability and testability * Dependency injection pattern for services * Clear service boundaries and interfaces - Maintain backward compatibility through re-exports - Update main.py to use refactored coordinator 🚀 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
27627 lines
1.8 MiB
27627 lines
1.8 MiB
import * as react from 'react';
|
|
import { RefAttributes, SVGProps } from 'react';
|
|
|
|
type SVGAttributes = Partial<SVGProps<SVGSVGElement>>;
|
|
type ElementAttributes = RefAttributes<SVGSVGElement> & SVGAttributes;
|
|
interface LucideProps extends ElementAttributes {
|
|
size?: string | number;
|
|
absoluteStrokeWidth?: boolean;
|
|
}
|
|
|
|
/**
|
|
* @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 { ZoomOut as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { ZoomIn as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Zap as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { ZapOff as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Youtube as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { X as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Wrench as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name WrapText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wrap-text
|
|
* @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 WrapText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_wrap_text {
|
|
export { WrapText as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Worm as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Workflow as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Wine as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { WineOff as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Wind as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Wifi as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { WifiZero as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { WifiOff as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { WifiLow as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { WifiHigh as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { WholeWord as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { Wheat as default };
|
|
}
|
|
|
|
/**
|
|
* @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 { WheatOff as default };
|
|
}
|
|
|
|
/**
|
|
* @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 and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Weight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_weight {
|
|
export { Weight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Webhook
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/webhook
|
|
* @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 Webhook: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_webhook {
|
|
export { Webhook as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name WebhookOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/webhook-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 WebhookOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_webhook_off {
|
|
export { WebhookOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Webcam
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/webcam
|
|
* @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 Webcam: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_webcam {
|
|
export { Webcam as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Waypoints
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/waypoints
|
|
* @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 Waypoints: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_waypoints {
|
|
export { Waypoints as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Waves
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/waves
|
|
* @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 Waves: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_waves {
|
|
export { Waves as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Watch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/watch
|
|
* @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 Watch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_watch {
|
|
export { Watch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name WashingMachine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/washing-machine
|
|
* @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 WashingMachine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_washing_machine {
|
|
export { WashingMachine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Warehouse
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/warehouse
|
|
* @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 Warehouse: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_warehouse {
|
|
export { Warehouse as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Wand
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wand
|
|
* @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 Wand: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_wand {
|
|
export { Wand as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name WandSparkles
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wand-sparkles
|
|
* @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 WandSparkles: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_wand_sparkles {
|
|
export { WandSparkles as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Wallpaper
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wallpaper
|
|
* @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 Wallpaper: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_wallpaper {
|
|
export { Wallpaper as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Wallet
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wallet
|
|
* @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 Wallet: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_wallet {
|
|
export { Wallet as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name WalletMinimal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wallet-minimal
|
|
* @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 WalletMinimal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_wallet_minimal {
|
|
export { WalletMinimal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name WalletCards
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wallet-cards
|
|
* @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 WalletCards: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_wallet_cards {
|
|
export { WalletCards as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Vote
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/vote
|
|
* @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 Vote: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_vote {
|
|
export { Vote as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Volume
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/volume
|
|
* @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 Volume: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_volume {
|
|
export { Volume as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name VolumeX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/volume-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 VolumeX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_volume_x {
|
|
export { VolumeX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name VolumeOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/volume-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 VolumeOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_volume_off {
|
|
export { VolumeOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Volume2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/volume-2
|
|
* @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 Volume2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_volume_2 {
|
|
export { Volume2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Volume1
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/volume-1
|
|
* @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 Volume1: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_volume_1 {
|
|
export { Volume1 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Volleyball
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/volleyball
|
|
* @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 Volleyball: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_volleyball {
|
|
export { Volleyball as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Voicemail
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/voicemail
|
|
* @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 Voicemail: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_voicemail {
|
|
export { Voicemail as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name View
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/view
|
|
* @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 View: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_view {
|
|
export { View as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Videotape
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/videotape
|
|
* @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 Videotape: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_videotape {
|
|
export { Videotape as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Video
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/video
|
|
* @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 Video: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_video {
|
|
export { Video as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name VideoOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/video-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 VideoOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_video_off {
|
|
export { VideoOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Vibrate
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/vibrate
|
|
* @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 Vibrate: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_vibrate {
|
|
export { Vibrate as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name VibrateOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/vibrate-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 VibrateOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_vibrate_off {
|
|
export { VibrateOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name VenetianMask
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/venetian-mask
|
|
* @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 VenetianMask: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_venetian_mask {
|
|
export { VenetianMask as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Vegan
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/vegan
|
|
* @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 Vegan: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_vegan {
|
|
export { Vegan as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Vault
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/vault
|
|
* @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 Vault: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_vault {
|
|
export { Vault as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Variable
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/variable
|
|
* @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 Variable: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_variable {
|
|
export { Variable as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UtilityPole
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/utility-pole
|
|
* @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 UtilityPole: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_utility_pole {
|
|
export { UtilityPole as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Utensils
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/utensils
|
|
* @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 Utensils: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_utensils {
|
|
export { Utensils as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UtensilsCrossed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/utensils-crossed
|
|
* @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 UtensilsCrossed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_utensils_crossed {
|
|
export { UtensilsCrossed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Users
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/users
|
|
* @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 Users: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_users {
|
|
export { Users as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UsersRound
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/users-round
|
|
* @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 UsersRound: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_users_round {
|
|
export { UsersRound as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name User
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user
|
|
* @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 User: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user {
|
|
export { User as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-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 UserX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_x {
|
|
export { UserX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-search
|
|
* @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 UserSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_search {
|
|
export { UserSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserRound
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-round
|
|
* @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 UserRound: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_round {
|
|
export { UserRound as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserRoundX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-round-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 UserRoundX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_round_x {
|
|
export { UserRoundX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserRoundSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-round-search
|
|
* @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 UserRoundSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_round_search {
|
|
export { UserRoundSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserRoundPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-round-plus
|
|
* @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 UserRoundPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_round_plus {
|
|
export { UserRoundPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserRoundPen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-round-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 UserRoundPen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_round_pen {
|
|
export { UserRoundPen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserRoundMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-round-minus
|
|
* @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 UserRoundMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_round_minus {
|
|
export { UserRoundMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserRoundCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-round-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 UserRoundCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_round_cog {
|
|
export { UserRoundCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserRoundCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-round-check
|
|
* @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 UserRoundCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_round_check {
|
|
export { UserRoundCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-plus
|
|
* @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 UserPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_plus {
|
|
export { UserPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserPen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-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 UserPen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_pen {
|
|
export { UserPen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-minus
|
|
* @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 UserMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_minus {
|
|
export { UserMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-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 UserCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_cog {
|
|
export { UserCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UserCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/user-check
|
|
* @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 UserCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_user_check {
|
|
export { UserCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Usb
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/usb
|
|
* @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 Usb: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_usb {
|
|
export { Usb as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Upload
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/upload
|
|
* @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 Upload: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_upload {
|
|
export { Upload as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Unplug
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/unplug
|
|
* @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 Unplug: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_unplug {
|
|
export { Unplug as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Unlink
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/unlink
|
|
* @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 Unlink: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_unlink {
|
|
export { Unlink as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Unlink2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/unlink-2
|
|
* @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 Unlink2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_unlink_2 {
|
|
export { Unlink2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name University
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/university
|
|
* @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 University: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_university {
|
|
export { University as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ungroup
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ungroup
|
|
* @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 Ungroup: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ungroup {
|
|
export { Ungroup as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UnfoldVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/unfold-vertical
|
|
* @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 UnfoldVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_unfold_vertical {
|
|
export { UnfoldVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UnfoldHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/unfold-horizontal
|
|
* @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 UnfoldHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_unfold_horizontal {
|
|
export { UnfoldHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Undo
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/undo
|
|
* @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 Undo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_undo {
|
|
export { Undo as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UndoDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/undo-dot
|
|
* @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 UndoDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_undo_dot {
|
|
export { UndoDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Undo2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/undo-2
|
|
* @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 Undo2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_undo_2 {
|
|
export { Undo2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Underline
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/underline
|
|
* @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 Underline: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_underline {
|
|
export { Underline as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Umbrella
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/umbrella
|
|
* @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 Umbrella: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_umbrella {
|
|
export { Umbrella as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name UmbrellaOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/umbrella-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 UmbrellaOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_umbrella_off {
|
|
export { UmbrellaOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Type
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/type
|
|
* @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 Type: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_type {
|
|
export { Type as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TypeOutline
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/type-outline
|
|
* @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 TypeOutline: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_type_outline {
|
|
export { TypeOutline as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Twitter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/twitter
|
|
* @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=twitter instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Twitter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_twitter {
|
|
export { Twitter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Twitch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/twitch
|
|
* @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=twitch instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Twitch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_twitch {
|
|
export { Twitch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tv
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tv
|
|
* @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 Tv: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tv {
|
|
export { Tv as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TvMinimal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tv-minimal
|
|
* @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 TvMinimal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tv_minimal {
|
|
export { TvMinimal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TvMinimalPlay
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tv-minimal-play
|
|
* @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 TvMinimalPlay: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tv_minimal_play {
|
|
export { TvMinimalPlay as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Turtle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/turtle
|
|
* @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 Turtle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_turtle {
|
|
export { Turtle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Truck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/truck
|
|
* @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 Truck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_truck {
|
|
export { Truck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Trophy
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/trophy
|
|
* @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 Trophy: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_trophy {
|
|
export { Trophy as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Triangle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/triangle
|
|
* @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 Triangle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_triangle {
|
|
export { Triangle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TriangleRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/triangle-right
|
|
* @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 TriangleRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_triangle_right {
|
|
export { TriangleRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TriangleAlert
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/triangle-alert
|
|
* @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 TriangleAlert: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_triangle_alert {
|
|
export { TriangleAlert as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TrendingUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/trending-up
|
|
* @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 TrendingUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_trending_up {
|
|
export { TrendingUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TrendingUpDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/trending-up-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 TrendingUpDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_trending_up_down {
|
|
export { TrendingUpDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TrendingDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/trending-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 TrendingDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_trending_down {
|
|
export { TrendingDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Trello
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/trello
|
|
* @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=trello instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Trello: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_trello {
|
|
export { Trello as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Trees
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/trees
|
|
* @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 Trees: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_trees {
|
|
export { Trees as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TreePine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tree-pine
|
|
* @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 TreePine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tree_pine {
|
|
export { TreePine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TreePalm
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tree-palm
|
|
* @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 TreePalm: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tree_palm {
|
|
export { TreePalm as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TreeDeciduous
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tree-deciduous
|
|
* @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 TreeDeciduous: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tree_deciduous {
|
|
export { TreeDeciduous as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Trash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/trash
|
|
* @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 Trash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_trash {
|
|
export { Trash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Trash2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/trash-2
|
|
* @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 Trash2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_trash_2 {
|
|
export { Trash2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TramFront
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tram-front
|
|
* @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 TramFront: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tram_front {
|
|
export { TramFront as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TrainTrack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/train-track
|
|
* @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 TrainTrack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_train_track {
|
|
export { TrainTrack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TrainFront
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/train-front
|
|
* @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 TrainFront: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_train_front {
|
|
export { TrainFront as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TrainFrontTunnel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/train-front-tunnel
|
|
* @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 TrainFrontTunnel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_train_front_tunnel {
|
|
export { TrainFrontTunnel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TrafficCone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/traffic-cone
|
|
* @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 TrafficCone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_traffic_cone {
|
|
export { TrafficCone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tractor
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tractor
|
|
* @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 Tractor: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tractor {
|
|
export { Tractor as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ToyBrick
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/toy-brick
|
|
* @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 ToyBrick: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_toy_brick {
|
|
export { ToyBrick as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TowerControl
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tower-control
|
|
* @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 TowerControl: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tower_control {
|
|
export { TowerControl as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Touchpad
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/touchpad
|
|
* @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 Touchpad: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_touchpad {
|
|
export { Touchpad as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TouchpadOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/touchpad-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 TouchpadOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_touchpad_off {
|
|
export { TouchpadOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Torus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/torus
|
|
* @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 Torus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_torus {
|
|
export { Torus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tornado
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tornado
|
|
* @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 Tornado: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tornado {
|
|
export { Tornado as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ToggleRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/toggle-right
|
|
* @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 ToggleRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_toggle_right {
|
|
export { ToggleRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ToggleLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/toggle-left
|
|
* @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 ToggleLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_toggle_left {
|
|
export { ToggleLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Timer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/timer
|
|
* @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 Timer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_timer {
|
|
export { Timer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TimerReset
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/timer-reset
|
|
* @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 TimerReset: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_timer_reset {
|
|
export { TimerReset as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TimerOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/timer-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 TimerOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_timer_off {
|
|
export { TimerOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tickets
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tickets
|
|
* @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 Tickets: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tickets {
|
|
export { Tickets as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TicketsPlane
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tickets-plane
|
|
* @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 TicketsPlane: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tickets_plane {
|
|
export { TicketsPlane as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ticket
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ticket
|
|
* @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 Ticket: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ticket {
|
|
export { Ticket as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TicketX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ticket-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 TicketX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ticket_x {
|
|
export { TicketX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TicketSlash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ticket-slash
|
|
* @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 TicketSlash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ticket_slash {
|
|
export { TicketSlash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TicketPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ticket-plus
|
|
* @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 TicketPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ticket_plus {
|
|
export { TicketPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TicketPercent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ticket-percent
|
|
* @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 TicketPercent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ticket_percent {
|
|
export { TicketPercent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TicketMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ticket-minus
|
|
* @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 TicketMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ticket_minus {
|
|
export { TicketMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TicketCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ticket-check
|
|
* @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 TicketCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ticket_check {
|
|
export { TicketCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ThumbsUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/thumbs-up
|
|
* @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 ThumbsUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_thumbs_up {
|
|
export { ThumbsUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ThumbsDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/thumbs-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 ThumbsDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_thumbs_down {
|
|
export { ThumbsDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Thermometer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/thermometer
|
|
* @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 Thermometer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_thermometer {
|
|
export { Thermometer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ThermometerSun
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/thermometer-sun
|
|
* @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 ThermometerSun: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_thermometer_sun {
|
|
export { ThermometerSun as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ThermometerSnowflake
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/thermometer-snowflake
|
|
* @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 ThermometerSnowflake: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_thermometer_snowflake {
|
|
export { ThermometerSnowflake as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Theater
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/theater
|
|
* @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 Theater: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_theater {
|
|
export { Theater as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Text
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/text
|
|
* @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 Text: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_text {
|
|
export { Text as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TextSelect
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/text-select
|
|
* @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 TextSelect: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_text_select {
|
|
export { TextSelect as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TextSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/text-search
|
|
* @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 TextSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_text_search {
|
|
export { TextSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TextQuote
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/text-quote
|
|
* @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 TextQuote: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_text_quote {
|
|
export { TextQuote as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TextCursor
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/text-cursor
|
|
* @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 TextCursor: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_text_cursor {
|
|
export { TextCursor as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TextCursorInput
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/text-cursor-input
|
|
* @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 TextCursorInput: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_text_cursor_input {
|
|
export { TextCursorInput as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TestTubes
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/test-tubes
|
|
* @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 TestTubes: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_test_tubes {
|
|
export { TestTubes as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TestTube
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/test-tube
|
|
* @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 TestTube: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_test_tube {
|
|
export { TestTube as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TestTubeDiagonal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/test-tube-diagonal
|
|
* @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 TestTubeDiagonal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_test_tube_diagonal {
|
|
export { TestTubeDiagonal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Terminal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/terminal
|
|
* @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 Terminal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_terminal {
|
|
export { Terminal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tent
|
|
* @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 Tent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tent {
|
|
export { Tent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TentTree
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tent-tree
|
|
* @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 TentTree: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tent_tree {
|
|
export { TentTree as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Telescope
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/telescope
|
|
* @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 Telescope: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_telescope {
|
|
export { Telescope as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Target
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/target
|
|
* @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 Target: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_target {
|
|
export { Target as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tangent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tangent
|
|
* @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 Tangent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tangent {
|
|
export { Tangent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tally5
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tally-5
|
|
* @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 Tally5: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tally_5 {
|
|
export { Tally5 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tally4
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tally-4
|
|
* @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 Tally4: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tally_4 {
|
|
export { Tally4 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tally3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tally-3
|
|
* @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 Tally3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tally_3 {
|
|
export { Tally3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tally2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tally-2
|
|
* @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 Tally2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tally_2 {
|
|
export { Tally2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tally1
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tally-1
|
|
* @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 Tally1: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tally_1 {
|
|
export { Tally1 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tags
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tags
|
|
* @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 Tags: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tags {
|
|
export { Tags as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tag
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tag
|
|
* @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 Tag: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tag {
|
|
export { Tag as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tablets
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tablets
|
|
* @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 Tablets: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tablets {
|
|
export { Tablets as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Tablet
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tablet
|
|
* @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 Tablet: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tablet {
|
|
export { Tablet as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TabletSmartphone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tablet-smartphone
|
|
* @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 TabletSmartphone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_tablet_smartphone {
|
|
export { TabletSmartphone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Table
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/table
|
|
* @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 Table: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_table {
|
|
export { Table as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TableRowsSplit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/table-rows-split
|
|
* @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 TableRowsSplit: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_table_rows_split {
|
|
export { TableRowsSplit as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TableProperties
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/table-properties
|
|
* @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 TableProperties: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_table_properties {
|
|
export { TableProperties as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TableOfContents
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/table-of-contents
|
|
* @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 TableOfContents: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_table_of_contents {
|
|
export { TableOfContents as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TableColumnsSplit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/table-columns-split
|
|
* @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 TableColumnsSplit: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_table_columns_split {
|
|
export { TableColumnsSplit as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TableCellsSplit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/table-cells-split
|
|
* @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 TableCellsSplit: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_table_cells_split {
|
|
export { TableCellsSplit as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name TableCellsMerge
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/table-cells-merge
|
|
* @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 TableCellsMerge: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_table_cells_merge {
|
|
export { TableCellsMerge as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Table2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/table-2
|
|
* @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 Table2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_table_2 {
|
|
export { Table2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Syringe
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/syringe
|
|
* @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 Syringe: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_syringe {
|
|
export { Syringe as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Swords
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/swords
|
|
* @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 Swords: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_swords {
|
|
export { Swords as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sword
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sword
|
|
* @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 Sword: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sword {
|
|
export { Sword as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SwitchCamera
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/switch-camera
|
|
* @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 SwitchCamera: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_switch_camera {
|
|
export { SwitchCamera as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SwissFranc
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/swiss-franc
|
|
* @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 SwissFranc: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_swiss_franc {
|
|
export { SwissFranc as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SwatchBook
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/swatch-book
|
|
* @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 SwatchBook: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_swatch_book {
|
|
export { SwatchBook as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Superscript
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/superscript
|
|
* @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 Superscript: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_superscript {
|
|
export { Superscript as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sunset
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sunset
|
|
* @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 Sunset: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sunset {
|
|
export { Sunset as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sunrise
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sunrise
|
|
* @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 Sunrise: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sunrise {
|
|
export { Sunrise as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sun
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sun
|
|
* @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 Sun: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sun {
|
|
export { Sun as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SunSnow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sun-snow
|
|
* @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 SunSnow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sun_snow {
|
|
export { SunSnow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SunMoon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sun-moon
|
|
* @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 SunMoon: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sun_moon {
|
|
export { SunMoon as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SunMedium
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sun-medium
|
|
* @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 SunMedium: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sun_medium {
|
|
export { SunMedium as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SunDim
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sun-dim
|
|
* @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 SunDim: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sun_dim {
|
|
export { SunDim as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Subscript
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/subscript
|
|
* @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 Subscript: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_subscript {
|
|
export { Subscript as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Strikethrough
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/strikethrough
|
|
* @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 Strikethrough: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_strikethrough {
|
|
export { Strikethrough as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name StretchVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/stretch-vertical
|
|
* @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 StretchVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_stretch_vertical {
|
|
export { StretchVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name StretchHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/stretch-horizontal
|
|
* @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 StretchHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_stretch_horizontal {
|
|
export { StretchHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Store
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/store
|
|
* @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 Store: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_store {
|
|
export { Store as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name StickyNote
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sticky-note
|
|
* @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 StickyNote: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sticky_note {
|
|
export { StickyNote as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sticker
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sticker
|
|
* @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 Sticker: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sticker {
|
|
export { Sticker as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Stethoscope
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/stethoscope
|
|
* @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 Stethoscope: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_stethoscope {
|
|
export { Stethoscope as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name StepForward
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/step-forward
|
|
* @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 StepForward: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_step_forward {
|
|
export { StepForward as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name StepBack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/step-back
|
|
* @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 StepBack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_step_back {
|
|
export { StepBack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Star
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/star
|
|
* @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 Star: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_star {
|
|
export { Star as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name StarOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/star-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 StarOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_star_off {
|
|
export { StarOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name StarHalf
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/star-half
|
|
* @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 StarHalf: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_star_half {
|
|
export { StarHalf as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Stamp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/stamp
|
|
* @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 Stamp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_stamp {
|
|
export { Stamp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Squirrel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/squirrel
|
|
* @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 Squirrel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_squirrel {
|
|
export { Squirrel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Squircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/squircle
|
|
* @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 Squircle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_squircle {
|
|
export { Squircle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Square
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square
|
|
* @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 Square: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square {
|
|
export { Square as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-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 SquareX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_x {
|
|
export { SquareX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareUser
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-user
|
|
* @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 SquareUser: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_user {
|
|
export { SquareUser as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareUserRound
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-user-round
|
|
* @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 SquareUserRound: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_user_round {
|
|
export { SquareUserRound as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareTerminal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-terminal
|
|
* @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 SquareTerminal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_terminal {
|
|
export { SquareTerminal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareStack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-stack
|
|
* @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 SquareStack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_stack {
|
|
export { SquareStack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-square
|
|
* @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 SquareSquare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_square {
|
|
export { SquareSquare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareSplitVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-split-vertical
|
|
* @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 SquareSplitVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_split_vertical {
|
|
export { SquareSplitVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareSplitHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-split-horizontal
|
|
* @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 SquareSplitHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_split_horizontal {
|
|
export { SquareSplitHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareSlash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-slash
|
|
* @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 SquareSlash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_slash {
|
|
export { SquareSlash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareSigma
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-sigma
|
|
* @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 SquareSigma: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_sigma {
|
|
export { SquareSigma as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareScissors
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-scissors
|
|
* @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 SquareScissors: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_scissors {
|
|
export { SquareScissors as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareRadical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-radical
|
|
* @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 SquareRadical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_radical {
|
|
export { SquareRadical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquarePower
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-power
|
|
* @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 SquarePower: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_power {
|
|
export { SquarePower as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquarePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-plus
|
|
* @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 SquarePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_plus {
|
|
export { SquarePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquarePlay
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-play
|
|
* @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 SquarePlay: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_play {
|
|
export { SquarePlay as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquarePilcrow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-pilcrow
|
|
* @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 SquarePilcrow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_pilcrow {
|
|
export { SquarePilcrow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquarePi
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-pi
|
|
* @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 SquarePi: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_pi {
|
|
export { SquarePi as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquarePercent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-percent
|
|
* @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 SquarePercent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_percent {
|
|
export { SquarePercent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquarePen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-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 SquarePen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_pen {
|
|
export { SquarePen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareParking
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-parking
|
|
* @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 SquareParking: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_parking {
|
|
export { SquareParking as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareParkingOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-parking-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 SquareParkingOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_parking_off {
|
|
export { SquareParkingOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareMousePointer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-mouse-pointer
|
|
* @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 SquareMousePointer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_mouse_pointer {
|
|
export { SquareMousePointer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-minus
|
|
* @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 SquareMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_minus {
|
|
export { SquareMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareMenu
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-menu
|
|
* @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 SquareMenu: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_menu {
|
|
export { SquareMenu as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareM
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-m
|
|
* @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 SquareM: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_m {
|
|
export { SquareM as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareLibrary
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-library
|
|
* @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 SquareLibrary: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_library {
|
|
export { SquareLibrary as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareKanban
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-kanban
|
|
* @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 SquareKanban: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_kanban {
|
|
export { SquareKanban as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareFunction
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-function
|
|
* @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 SquareFunction: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_function {
|
|
export { SquareFunction as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareEqual
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-equal
|
|
* @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 SquareEqual: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_equal {
|
|
export { SquareEqual as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-dot
|
|
* @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 SquareDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_dot {
|
|
export { SquareDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareDivide
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-divide
|
|
* @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 SquareDivide: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_divide {
|
|
export { SquareDivide as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-dashed
|
|
* @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 SquareDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_dashed {
|
|
export { SquareDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareDashedMousePointer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-dashed-mouse-pointer
|
|
* @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 SquareDashedMousePointer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_dashed_mouse_pointer {
|
|
export { SquareDashedMousePointer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareDashedKanban
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-dashed-kanban
|
|
* @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 SquareDashedKanban: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_dashed_kanban {
|
|
export { SquareDashedKanban as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareDashedBottom
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-dashed-bottom
|
|
* @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 SquareDashedBottom: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_dashed_bottom {
|
|
export { SquareDashedBottom as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareDashedBottomCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-dashed-bottom-code
|
|
* @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 SquareDashedBottomCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_dashed_bottom_code {
|
|
export { SquareDashedBottomCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-code
|
|
* @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 SquareCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_code {
|
|
export { SquareCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareChevronUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-chevron-up
|
|
* @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 SquareChevronUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_chevron_up {
|
|
export { SquareChevronUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareChevronRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-chevron-right
|
|
* @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 SquareChevronRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_chevron_right {
|
|
export { SquareChevronRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareChevronLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-chevron-left
|
|
* @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 SquareChevronLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_chevron_left {
|
|
export { SquareChevronLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareChevronDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-chevron-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 SquareChevronDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_chevron_down {
|
|
export { SquareChevronDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-check
|
|
* @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 SquareCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_check {
|
|
export { SquareCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareCheckBig
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-check-big
|
|
* @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 SquareCheckBig: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_check_big {
|
|
export { SquareCheckBig as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareChartGantt
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-chart-gantt
|
|
* @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 SquareChartGantt: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_chart_gantt {
|
|
export { SquareChartGantt as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareBottomDashedScissors
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-bottom-dashed-scissors
|
|
* @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 SquareBottomDashedScissors: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_bottom_dashed_scissors {
|
|
export { SquareBottomDashedScissors as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareAsterisk
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-asterisk
|
|
* @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 SquareAsterisk: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_asterisk {
|
|
export { SquareAsterisk as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-up
|
|
* @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 SquareArrowUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_up {
|
|
export { SquareArrowUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowUpRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-up-right
|
|
* @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 SquareArrowUpRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_up_right {
|
|
export { SquareArrowUpRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowUpLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-up-left
|
|
* @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 SquareArrowUpLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_up_left {
|
|
export { SquareArrowUpLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-right
|
|
* @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 SquareArrowRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_right {
|
|
export { SquareArrowRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowOutUpRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-out-up-right
|
|
* @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 SquareArrowOutUpRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_out_up_right {
|
|
export { SquareArrowOutUpRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowOutUpLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-out-up-left
|
|
* @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 SquareArrowOutUpLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_out_up_left {
|
|
export { SquareArrowOutUpLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowOutDownRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-out-down-right
|
|
* @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 SquareArrowOutDownRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_out_down_right {
|
|
export { SquareArrowOutDownRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowOutDownLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-out-down-left
|
|
* @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 SquareArrowOutDownLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_out_down_left {
|
|
export { SquareArrowOutDownLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-left
|
|
* @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 SquareArrowLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_left {
|
|
export { SquareArrowLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-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 SquareArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_down {
|
|
export { SquareArrowDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowDownRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-down-right
|
|
* @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 SquareArrowDownRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_down_right {
|
|
export { SquareArrowDownRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareArrowDownLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-arrow-down-left
|
|
* @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 SquareArrowDownLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_arrow_down_left {
|
|
export { SquareArrowDownLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SquareActivity
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/square-activity
|
|
* @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 SquareActivity: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_square_activity {
|
|
export { SquareActivity as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sprout
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sprout
|
|
* @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 Sprout: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sprout {
|
|
export { Sprout as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SprayCan
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/spray-can
|
|
* @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 SprayCan: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_spray_can {
|
|
export { SprayCan as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Split
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/split
|
|
* @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 Split: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_split {
|
|
export { Split as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Spline
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/spline
|
|
* @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 Spline: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_spline {
|
|
export { Spline as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SpellCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/spell-check
|
|
* @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 SpellCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_spell_check {
|
|
export { SpellCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SpellCheck2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/spell-check-2
|
|
* @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 SpellCheck2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_spell_check_2 {
|
|
export { SpellCheck2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Speech
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/speech
|
|
* @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 Speech: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_speech {
|
|
export { Speech as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Speaker
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/speaker
|
|
* @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 Speaker: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_speaker {
|
|
export { Speaker as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sparkles
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sparkles
|
|
* @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 Sparkles: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sparkles {
|
|
export { Sparkles as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sparkle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sparkle
|
|
* @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 Sparkle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sparkle {
|
|
export { Sparkle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Spade
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/spade
|
|
* @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 Spade: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_spade {
|
|
export { Spade as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Space
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/space
|
|
* @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 Space: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_space {
|
|
export { Space as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Soup
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/soup
|
|
* @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 Soup: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_soup {
|
|
export { Soup as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sofa
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sofa
|
|
* @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 Sofa: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sofa {
|
|
export { Sofa as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Snowflake
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/snowflake
|
|
* @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 Snowflake: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_snowflake {
|
|
export { Snowflake as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Snail
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/snail
|
|
* @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 Snail: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_snail {
|
|
export { Snail as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Smile
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/smile
|
|
* @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 Smile: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_smile {
|
|
export { Smile as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SmilePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/smile-plus
|
|
* @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 SmilePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_smile_plus {
|
|
export { SmilePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Smartphone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/smartphone
|
|
* @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 Smartphone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_smartphone {
|
|
export { Smartphone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SmartphoneNfc
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/smartphone-nfc
|
|
* @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 SmartphoneNfc: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_smartphone_nfc {
|
|
export { SmartphoneNfc as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SmartphoneCharging
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/smartphone-charging
|
|
* @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 SmartphoneCharging: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_smartphone_charging {
|
|
export { SmartphoneCharging as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SlidersVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sliders-vertical
|
|
* @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 SlidersVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sliders_vertical {
|
|
export { SlidersVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SlidersHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sliders-horizontal
|
|
* @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 SlidersHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sliders_horizontal {
|
|
export { SlidersHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Slice
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/slice
|
|
* @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 Slice: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_slice {
|
|
export { Slice as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Slash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/slash
|
|
* @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 Slash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_slash {
|
|
export { Slash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Slack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/slack
|
|
* @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=slack instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Slack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_slack {
|
|
export { Slack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Skull
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/skull
|
|
* @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 Skull: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_skull {
|
|
export { Skull as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SkipForward
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/skip-forward
|
|
* @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 SkipForward: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_skip_forward {
|
|
export { SkipForward as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SkipBack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/skip-back
|
|
* @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 SkipBack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_skip_back {
|
|
export { SkipBack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Siren
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/siren
|
|
* @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 Siren: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_siren {
|
|
export { Siren as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Signpost
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/signpost
|
|
* @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 Signpost: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_signpost {
|
|
export { Signpost as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SignpostBig
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/signpost-big
|
|
* @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 SignpostBig: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_signpost_big {
|
|
export { SignpostBig as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Signature
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/signature
|
|
* @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 Signature: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_signature {
|
|
export { Signature as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Signal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/signal
|
|
* @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 Signal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_signal {
|
|
export { Signal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SignalZero
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/signal-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 SignalZero: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_signal_zero {
|
|
export { SignalZero as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SignalMedium
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/signal-medium
|
|
* @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 SignalMedium: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_signal_medium {
|
|
export { SignalMedium as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SignalLow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/signal-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 SignalLow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_signal_low {
|
|
export { SignalLow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SignalHigh
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/signal-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 SignalHigh: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_signal_high {
|
|
export { SignalHigh as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sigma
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sigma
|
|
* @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 Sigma: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sigma {
|
|
export { Sigma as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Shuffle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shuffle
|
|
* @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 Shuffle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shuffle {
|
|
export { Shuffle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Shrub
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shrub
|
|
* @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 Shrub: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shrub {
|
|
export { Shrub as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Shrink
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shrink
|
|
* @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 Shrink: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shrink {
|
|
export { Shrink as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShowerHead
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shower-head
|
|
* @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 ShowerHead: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shower_head {
|
|
export { ShowerHead as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Shovel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shovel
|
|
* @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 Shovel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shovel {
|
|
export { Shovel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShoppingCart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shopping-cart
|
|
* @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 ShoppingCart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shopping_cart {
|
|
export { ShoppingCart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShoppingBasket
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shopping-basket
|
|
* @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 ShoppingBasket: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shopping_basket {
|
|
export { ShoppingBasket as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShoppingBag
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shopping-bag
|
|
* @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 ShoppingBag: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shopping_bag {
|
|
export { ShoppingBag as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Shirt
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shirt
|
|
* @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 Shirt: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shirt {
|
|
export { Shirt as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ship
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ship
|
|
* @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 Ship: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ship {
|
|
export { Ship as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShipWheel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ship-wheel
|
|
* @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 ShipWheel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ship_wheel {
|
|
export { ShipWheel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Shield
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield
|
|
* @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 Shield: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield {
|
|
export { Shield as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-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 ShieldX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_x {
|
|
export { ShieldX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldQuestion
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-question
|
|
* @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 ShieldQuestion: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_question {
|
|
export { ShieldQuestion as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-plus
|
|
* @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 ShieldPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_plus {
|
|
export { ShieldPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-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 ShieldOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_off {
|
|
export { ShieldOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-minus
|
|
* @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 ShieldMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_minus {
|
|
export { ShieldMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldHalf
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-half
|
|
* @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 ShieldHalf: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_half {
|
|
export { ShieldHalf as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldEllipsis
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-ellipsis
|
|
* @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 ShieldEllipsis: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_ellipsis {
|
|
export { ShieldEllipsis as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-check
|
|
* @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 ShieldCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_check {
|
|
export { ShieldCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldBan
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-ban
|
|
* @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 ShieldBan: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_ban {
|
|
export { ShieldBan as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ShieldAlert
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shield-alert
|
|
* @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 ShieldAlert: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shield_alert {
|
|
export { ShieldAlert as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Shell
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shell
|
|
* @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 Shell: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shell {
|
|
export { Shell as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sheet
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sheet
|
|
* @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 Sheet: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sheet {
|
|
export { Sheet as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Share
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/share
|
|
* @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 Share: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_share {
|
|
export { Share as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Share2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/share-2
|
|
* @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 Share2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_share_2 {
|
|
export { Share2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Shapes
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/shapes
|
|
* @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 Shapes: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_shapes {
|
|
export { Shapes as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Settings
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/settings
|
|
* @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 Settings: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_settings {
|
|
export { Settings as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Settings2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/settings-2
|
|
* @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 Settings2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_settings_2 {
|
|
export { Settings2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Server
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/server
|
|
* @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 Server: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_server {
|
|
export { Server as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ServerOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/server-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 ServerOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_server_off {
|
|
export { ServerOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ServerCrash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/server-crash
|
|
* @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 ServerCrash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_server_crash {
|
|
export { ServerCrash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ServerCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/server-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 ServerCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_server_cog {
|
|
export { ServerCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SeparatorVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/separator-vertical
|
|
* @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 SeparatorVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_separator_vertical {
|
|
export { SeparatorVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SeparatorHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/separator-horizontal
|
|
* @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 SeparatorHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_separator_horizontal {
|
|
export { SeparatorHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Send
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/send
|
|
* @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 Send: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_send {
|
|
export { Send as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SendToBack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/send-to-back
|
|
* @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 SendToBack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_send_to_back {
|
|
export { SendToBack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SendHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/send-horizontal
|
|
* @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 SendHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_send_horizontal {
|
|
export { SendHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Section
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/section
|
|
* @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 Section: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_section {
|
|
export { Section as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Search
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/search
|
|
* @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 Search: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_search {
|
|
export { Search as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SearchX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/search-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 SearchX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_search_x {
|
|
export { SearchX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SearchSlash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/search-slash
|
|
* @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 SearchSlash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_search_slash {
|
|
export { SearchSlash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SearchCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/search-code
|
|
* @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 SearchCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_search_code {
|
|
export { SearchCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SearchCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/search-check
|
|
* @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 SearchCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_search_check {
|
|
export { SearchCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Scroll
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scroll
|
|
* @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 Scroll: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scroll {
|
|
export { Scroll as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScrollText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scroll-text
|
|
* @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 ScrollText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scroll_text {
|
|
export { ScrollText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScreenShare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/screen-share
|
|
* @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 ScreenShare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_screen_share {
|
|
export { ScreenShare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScreenShareOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/screen-share-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 ScreenShareOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_screen_share_off {
|
|
export { ScreenShareOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Scissors
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scissors
|
|
* @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 Scissors: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scissors {
|
|
export { Scissors as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScissorsLineDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scissors-line-dashed
|
|
* @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 ScissorsLineDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scissors_line_dashed {
|
|
export { ScissorsLineDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name School
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/school
|
|
* @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 School: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_school {
|
|
export { School as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Scan
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scan
|
|
* @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 Scan: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scan {
|
|
export { Scan as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScanText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scan-text
|
|
* @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 ScanText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scan_text {
|
|
export { ScanText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScanSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scan-search
|
|
* @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 ScanSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scan_search {
|
|
export { ScanSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScanQrCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scan-qr-code
|
|
* @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 ScanQrCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scan_qr_code {
|
|
export { ScanQrCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScanLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scan-line
|
|
* @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 ScanLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scan_line {
|
|
export { ScanLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScanFace
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scan-face
|
|
* @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 ScanFace: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scan_face {
|
|
export { ScanFace as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScanEye
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scan-eye
|
|
* @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 ScanEye: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scan_eye {
|
|
export { ScanEye as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ScanBarcode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scan-barcode
|
|
* @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 ScanBarcode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scan_barcode {
|
|
export { ScanBarcode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Scaling
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scaling
|
|
* @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 Scaling: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scaling {
|
|
export { Scaling as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Scale
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scale
|
|
* @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 Scale: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scale {
|
|
export { Scale as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Scale3d
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scale-3d
|
|
* @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 Scale3d: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_scale_3d {
|
|
export { Scale3d as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Save
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/save
|
|
* @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 Save: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_save {
|
|
export { Save as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SaveOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/save-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 SaveOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_save_off {
|
|
export { SaveOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SaveAll
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/save-all
|
|
* @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 SaveAll: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_save_all {
|
|
export { SaveAll as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Satellite
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/satellite
|
|
* @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 Satellite: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_satellite {
|
|
export { Satellite as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name SatelliteDish
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/satellite-dish
|
|
* @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 SatelliteDish: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_satellite_dish {
|
|
export { SatelliteDish as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sandwich
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sandwich
|
|
* @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 Sandwich: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sandwich {
|
|
export { Sandwich as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Salad
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/salad
|
|
* @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 Salad: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_salad {
|
|
export { Salad as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Sailboat
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sailboat
|
|
* @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 Sailboat: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_sailboat {
|
|
export { Sailboat as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RussianRuble
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/russian-ruble
|
|
* @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 RussianRuble: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_russian_ruble {
|
|
export { RussianRuble as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ruler
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ruler
|
|
* @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 Ruler: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ruler {
|
|
export { Ruler as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rss
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rss
|
|
* @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 Rss: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rss {
|
|
export { Rss as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rows4
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rows-4
|
|
* @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 Rows4: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rows_4 {
|
|
export { Rows4 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rows3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rows-3
|
|
* @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 Rows3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rows_3 {
|
|
export { Rows3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rows2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rows-2
|
|
* @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 Rows2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rows_2 {
|
|
export { Rows2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Router
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/router
|
|
* @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 Router: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_router {
|
|
export { Router as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Route
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/route
|
|
* @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 Route: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_route {
|
|
export { Route as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RouteOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/route-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 RouteOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_route_off {
|
|
export { RouteOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RotateCw
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rotate-cw
|
|
* @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 RotateCw: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rotate_cw {
|
|
export { RotateCw as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RotateCwSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rotate-cw-square
|
|
* @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 RotateCwSquare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rotate_cw_square {
|
|
export { RotateCwSquare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RotateCcw
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rotate-ccw
|
|
* @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 RotateCcw: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rotate_ccw {
|
|
export { RotateCcw as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RotateCcwSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rotate-ccw-square
|
|
* @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 RotateCcwSquare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rotate_ccw_square {
|
|
export { RotateCcwSquare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rotate3d
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rotate-3d
|
|
* @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 Rotate3d: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rotate_3d {
|
|
export { Rotate3d as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RollerCoaster
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/roller-coaster
|
|
* @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 RollerCoaster: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_roller_coaster {
|
|
export { RollerCoaster as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RockingChair
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rocking-chair
|
|
* @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 RockingChair: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rocking_chair {
|
|
export { RockingChair as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rocket
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rocket
|
|
* @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 Rocket: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rocket {
|
|
export { Rocket as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ribbon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ribbon
|
|
* @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 Ribbon: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ribbon {
|
|
export { Ribbon as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rewind
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rewind
|
|
* @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 Rewind: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rewind {
|
|
export { Rewind as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Reply
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/reply
|
|
* @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 Reply: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_reply {
|
|
export { Reply as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReplyAll
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/reply-all
|
|
* @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 ReplyAll: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_reply_all {
|
|
export { ReplyAll as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Replace
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/replace
|
|
* @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 Replace: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_replace {
|
|
export { Replace as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReplaceAll
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/replace-all
|
|
* @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 ReplaceAll: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_replace_all {
|
|
export { ReplaceAll as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Repeat
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/repeat
|
|
* @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 Repeat: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_repeat {
|
|
export { Repeat as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Repeat2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/repeat-2
|
|
* @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 Repeat2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_repeat_2 {
|
|
export { Repeat2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Repeat1
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/repeat-1
|
|
* @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 Repeat1: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_repeat_1 {
|
|
export { Repeat1 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RemoveFormatting
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/remove-formatting
|
|
* @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 RemoveFormatting: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_remove_formatting {
|
|
export { RemoveFormatting as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Regex
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/regex
|
|
* @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 Regex: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_regex {
|
|
export { Regex as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Refrigerator
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/refrigerator
|
|
* @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 Refrigerator: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_refrigerator {
|
|
export { Refrigerator as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RefreshCw
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/refresh-cw
|
|
* @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 RefreshCw: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_refresh_cw {
|
|
export { RefreshCw as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RefreshCwOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/refresh-cw-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 RefreshCwOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_refresh_cw_off {
|
|
export { RefreshCwOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RefreshCcw
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/refresh-ccw
|
|
* @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 RefreshCcw: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_refresh_ccw {
|
|
export { RefreshCcw as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RefreshCcwDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/refresh-ccw-dot
|
|
* @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 RefreshCcwDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_refresh_ccw_dot {
|
|
export { RefreshCcwDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Redo
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/redo
|
|
* @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 Redo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_redo {
|
|
export { Redo as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RedoDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/redo-dot
|
|
* @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 RedoDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_redo_dot {
|
|
export { RedoDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Redo2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/redo-2
|
|
* @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 Redo2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_redo_2 {
|
|
export { Redo2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Recycle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/recycle
|
|
* @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 Recycle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_recycle {
|
|
export { Recycle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RectangleVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rectangle-vertical
|
|
* @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 RectangleVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rectangle_vertical {
|
|
export { RectangleVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RectangleHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rectangle-horizontal
|
|
* @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 RectangleHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rectangle_horizontal {
|
|
export { RectangleHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RectangleEllipsis
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rectangle-ellipsis
|
|
* @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 RectangleEllipsis: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rectangle_ellipsis {
|
|
export { RectangleEllipsis as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Receipt
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt
|
|
* @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 Receipt: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt {
|
|
export { Receipt as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReceiptText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt-text
|
|
* @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 ReceiptText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt_text {
|
|
export { ReceiptText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReceiptSwissFranc
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt-swiss-franc
|
|
* @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 ReceiptSwissFranc: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt_swiss_franc {
|
|
export { ReceiptSwissFranc as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReceiptRussianRuble
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt-russian-ruble
|
|
* @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 ReceiptRussianRuble: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt_russian_ruble {
|
|
export { ReceiptRussianRuble as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReceiptPoundSterling
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt-pound-sterling
|
|
* @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 ReceiptPoundSterling: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt_pound_sterling {
|
|
export { ReceiptPoundSterling as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReceiptJapaneseYen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt-japanese-yen
|
|
* @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 ReceiptJapaneseYen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt_japanese_yen {
|
|
export { ReceiptJapaneseYen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReceiptIndianRupee
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt-indian-rupee
|
|
* @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 ReceiptIndianRupee: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt_indian_rupee {
|
|
export { ReceiptIndianRupee as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReceiptEuro
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt-euro
|
|
* @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 ReceiptEuro: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt_euro {
|
|
export { ReceiptEuro as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ReceiptCent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/receipt-cent
|
|
* @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 ReceiptCent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_receipt_cent {
|
|
export { ReceiptCent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ratio
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ratio
|
|
* @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 Ratio: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ratio {
|
|
export { Ratio as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rat
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rat
|
|
* @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 Rat: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rat {
|
|
export { Rat as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rainbow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rainbow
|
|
* @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 Rainbow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rainbow {
|
|
export { Rainbow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RailSymbol
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rail-symbol
|
|
* @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 RailSymbol: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rail_symbol {
|
|
export { RailSymbol as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Radius
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/radius
|
|
* @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 Radius: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_radius {
|
|
export { Radius as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Radio
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/radio
|
|
* @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 Radio: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_radio {
|
|
export { Radio as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RadioTower
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/radio-tower
|
|
* @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 RadioTower: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_radio_tower {
|
|
export { RadioTower as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name RadioReceiver
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/radio-receiver
|
|
* @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 RadioReceiver: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_radio_receiver {
|
|
export { RadioReceiver as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Radical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/radical
|
|
* @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 Radical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_radical {
|
|
export { Radical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Radiation
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/radiation
|
|
* @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 Radiation: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_radiation {
|
|
export { Radiation as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Radar
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/radar
|
|
* @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 Radar: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_radar {
|
|
export { Radar as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Rabbit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rabbit
|
|
* @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 Rabbit: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_rabbit {
|
|
export { Rabbit as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Quote
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/quote
|
|
* @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 Quote: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_quote {
|
|
export { Quote as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name QrCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/qr-code
|
|
* @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 QrCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_qr_code {
|
|
export { QrCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pyramid
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pyramid
|
|
* @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 Pyramid: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pyramid {
|
|
export { Pyramid as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Puzzle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/puzzle
|
|
* @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 Puzzle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_puzzle {
|
|
export { Puzzle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Proportions
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/proportions
|
|
* @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 Proportions: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_proportions {
|
|
export { Proportions as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Projector
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/projector
|
|
* @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 Projector: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_projector {
|
|
export { Projector as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Printer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/printer
|
|
* @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 Printer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_printer {
|
|
export { Printer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PrinterCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/printer-check
|
|
* @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 PrinterCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_printer_check {
|
|
export { PrinterCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Presentation
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/presentation
|
|
* @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 Presentation: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_presentation {
|
|
export { Presentation as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Power
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/power
|
|
* @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 Power: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_power {
|
|
export { Power as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PowerOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/power-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 PowerOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_power_off {
|
|
export { PowerOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PoundSterling
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pound-sterling
|
|
* @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 PoundSterling: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pound_sterling {
|
|
export { PoundSterling as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Popsicle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/popsicle
|
|
* @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 Popsicle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_popsicle {
|
|
export { Popsicle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Popcorn
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/popcorn
|
|
* @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 Popcorn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_popcorn {
|
|
export { Popcorn as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pointer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pointer
|
|
* @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 Pointer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pointer {
|
|
export { Pointer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PointerOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pointer-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 PointerOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pointer_off {
|
|
export { PointerOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Podcast
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/podcast
|
|
* @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 Podcast: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_podcast {
|
|
export { Podcast as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pocket
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pocket
|
|
* @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=pocket instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Pocket: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pocket {
|
|
export { Pocket as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PocketKnife
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pocket-knife
|
|
* @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 PocketKnife: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pocket_knife {
|
|
export { PocketKnife as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Plus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plus
|
|
* @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 Plus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_plus {
|
|
export { Plus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Plug
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plug
|
|
* @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 Plug: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_plug {
|
|
export { Plug as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PlugZap
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plug-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 PlugZap: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_plug_zap {
|
|
export { PlugZap as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Plug2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plug-2
|
|
* @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 Plug2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_plug_2 {
|
|
export { Plug2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Play
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/play
|
|
* @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 Play: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_play {
|
|
export { Play as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Plane
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plane
|
|
* @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 Plane: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_plane {
|
|
export { Plane as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PlaneTakeoff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plane-takeoff
|
|
* @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 PlaneTakeoff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_plane_takeoff {
|
|
export { PlaneTakeoff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PlaneLanding
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plane-landing
|
|
* @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 PlaneLanding: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_plane_landing {
|
|
export { PlaneLanding as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pizza
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pizza
|
|
* @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 Pizza: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pizza {
|
|
export { Pizza as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pipette
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pipette
|
|
* @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 Pipette: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pipette {
|
|
export { Pipette as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pin
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pin
|
|
* @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 Pin: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pin {
|
|
export { Pin as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PinOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pin-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 PinOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pin_off {
|
|
export { PinOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pill
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pill
|
|
* @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 Pill: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pill {
|
|
export { Pill as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PillBottle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pill-bottle
|
|
* @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 PillBottle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pill_bottle {
|
|
export { PillBottle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pilcrow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pilcrow
|
|
* @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 Pilcrow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pilcrow {
|
|
export { Pilcrow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PilcrowRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pilcrow-right
|
|
* @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 PilcrowRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pilcrow_right {
|
|
export { PilcrowRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PilcrowLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pilcrow-left
|
|
* @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 PilcrowLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pilcrow_left {
|
|
export { PilcrowLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PiggyBank
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/piggy-bank
|
|
* @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 PiggyBank: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_piggy_bank {
|
|
export { PiggyBank as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PictureInPicture
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/picture-in-picture
|
|
* @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 PictureInPicture: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_picture_in_picture {
|
|
export { PictureInPicture as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PictureInPicture2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/picture-in-picture-2
|
|
* @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 PictureInPicture2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_picture_in_picture_2 {
|
|
export { PictureInPicture2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pickaxe
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pickaxe
|
|
* @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 Pickaxe: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pickaxe {
|
|
export { Pickaxe as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Piano
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/piano
|
|
* @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 Piano: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_piano {
|
|
export { Piano as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pi
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pi
|
|
* @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 Pi: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pi {
|
|
export { Pi as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Phone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/phone
|
|
* @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 Phone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_phone {
|
|
export { Phone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PhoneOutgoing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/phone-outgoing
|
|
* @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 PhoneOutgoing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_phone_outgoing {
|
|
export { PhoneOutgoing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PhoneOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/phone-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 PhoneOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_phone_off {
|
|
export { PhoneOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PhoneMissed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/phone-missed
|
|
* @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 PhoneMissed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_phone_missed {
|
|
export { PhoneMissed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PhoneIncoming
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/phone-incoming
|
|
* @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 PhoneIncoming: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_phone_incoming {
|
|
export { PhoneIncoming as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PhoneForwarded
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/phone-forwarded
|
|
* @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 PhoneForwarded: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_phone_forwarded {
|
|
export { PhoneForwarded as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PhoneCall
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/phone-call
|
|
* @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 PhoneCall: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_phone_call {
|
|
export { PhoneCall as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PhilippinePeso
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/philippine-peso
|
|
* @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 PhilippinePeso: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_philippine_peso {
|
|
export { PhilippinePeso as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PersonStanding
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/person-standing
|
|
* @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 PersonStanding: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_person_standing {
|
|
export { PersonStanding as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Percent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/percent
|
|
* @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 Percent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_percent {
|
|
export { Percent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pentagon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pentagon
|
|
* @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 Pentagon: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pentagon {
|
|
export { Pentagon as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pencil
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pencil
|
|
* @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 Pencil: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pencil {
|
|
export { Pencil as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PencilRuler
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pencil-ruler
|
|
* @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 PencilRuler: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pencil_ruler {
|
|
export { PencilRuler as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PencilOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pencil-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 PencilOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pencil_off {
|
|
export { PencilOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PencilLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pencil-line
|
|
* @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 PencilLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pencil_line {
|
|
export { PencilLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/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 Pen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pen {
|
|
export { Pen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PenTool
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pen-tool
|
|
* @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 PenTool: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pen_tool {
|
|
export { PenTool as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PenOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pen-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 PenOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pen_off {
|
|
export { PenOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PenLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pen-line
|
|
* @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 PenLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pen_line {
|
|
export { PenLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PcCase
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pc-case
|
|
* @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 PcCase: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pc_case {
|
|
export { PcCase as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PawPrint
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/paw-print
|
|
* @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 PawPrint: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_paw_print {
|
|
export { PawPrint as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Pause
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pause
|
|
* @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 Pause: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_pause {
|
|
export { Pause as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PartyPopper
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/party-popper
|
|
* @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 PartyPopper: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_party_popper {
|
|
export { PartyPopper as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ParkingMeter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/parking-meter
|
|
* @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 ParkingMeter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_parking_meter {
|
|
export { ParkingMeter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Parentheses
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/parentheses
|
|
* @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 Parentheses: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_parentheses {
|
|
export { Parentheses as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Paperclip
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/paperclip
|
|
* @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 Paperclip: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_paperclip {
|
|
export { Paperclip as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelsTopLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panels-top-left
|
|
* @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 PanelsTopLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panels_top_left {
|
|
export { PanelsTopLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelsRightBottom
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panels-right-bottom
|
|
* @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 PanelsRightBottom: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panels_right_bottom {
|
|
export { PanelsRightBottom as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelsLeftBottom
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panels-left-bottom
|
|
* @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 PanelsLeftBottom: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panels_left_bottom {
|
|
export { PanelsLeftBottom as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelTop
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-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 PanelTop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_top {
|
|
export { PanelTop as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelTopOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-top-open
|
|
* @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 PanelTopOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_top_open {
|
|
export { PanelTopOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelTopDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-top-dashed
|
|
* @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 PanelTopDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_top_dashed {
|
|
export { PanelTopDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelTopClose
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-top-close
|
|
* @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 PanelTopClose: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_top_close {
|
|
export { PanelTopClose as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-right
|
|
* @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 PanelRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_right {
|
|
export { PanelRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelRightOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-right-open
|
|
* @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 PanelRightOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_right_open {
|
|
export { PanelRightOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelRightDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-right-dashed
|
|
* @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 PanelRightDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_right_dashed {
|
|
export { PanelRightDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelRightClose
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-right-close
|
|
* @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 PanelRightClose: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_right_close {
|
|
export { PanelRightClose as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-left
|
|
* @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 PanelLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_left {
|
|
export { PanelLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelLeftOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-left-open
|
|
* @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 PanelLeftOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_left_open {
|
|
export { PanelLeftOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelLeftDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-left-dashed
|
|
* @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 PanelLeftDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_left_dashed {
|
|
export { PanelLeftDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelLeftClose
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-left-close
|
|
* @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 PanelLeftClose: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_left_close {
|
|
export { PanelLeftClose as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelBottom
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-bottom
|
|
* @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 PanelBottom: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_bottom {
|
|
export { PanelBottom as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelBottomOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-bottom-open
|
|
* @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 PanelBottomOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_bottom_open {
|
|
export { PanelBottomOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelBottomDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-bottom-dashed
|
|
* @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 PanelBottomDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_bottom_dashed {
|
|
export { PanelBottomDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelBottomClose
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-bottom-close
|
|
* @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 PanelBottomClose: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_panel_bottom_close {
|
|
export { PanelBottomClose as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Palette
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/palette
|
|
* @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 Palette: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_palette {
|
|
export { Palette as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Paintbrush
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/paintbrush
|
|
* @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 Paintbrush: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_paintbrush {
|
|
export { Paintbrush as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PaintbrushVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/paintbrush-vertical
|
|
* @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 PaintbrushVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_paintbrush_vertical {
|
|
export { PaintbrushVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PaintRoller
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/paint-roller
|
|
* @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 PaintRoller: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_paint_roller {
|
|
export { PaintRoller as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PaintBucket
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/paint-bucket
|
|
* @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 PaintBucket: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_paint_bucket {
|
|
export { PaintBucket as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Package
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/package
|
|
* @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 Package: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_package {
|
|
export { Package as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PackageX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/package-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 PackageX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_package_x {
|
|
export { PackageX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PackageSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/package-search
|
|
* @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 PackageSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_package_search {
|
|
export { PackageSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PackagePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/package-plus
|
|
* @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 PackagePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_package_plus {
|
|
export { PackagePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PackageOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/package-open
|
|
* @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 PackageOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_package_open {
|
|
export { PackageOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PackageMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/package-minus
|
|
* @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 PackageMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_package_minus {
|
|
export { PackageMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name PackageCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/package-check
|
|
* @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 PackageCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_package_check {
|
|
export { PackageCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Package2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/package-2
|
|
* @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 Package2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_package_2 {
|
|
export { Package2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Origami
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/origami
|
|
* @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 Origami: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_origami {
|
|
export { Origami as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Orbit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/orbit
|
|
* @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 Orbit: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_orbit {
|
|
export { Orbit as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Option
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/option
|
|
* @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 Option: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_option {
|
|
export { Option as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Omega
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/omega
|
|
* @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 Omega: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_omega {
|
|
export { Omega as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Octagon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/octagon
|
|
* @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 Octagon: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_octagon {
|
|
export { Octagon as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name OctagonX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/octagon-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 OctagonX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_octagon_x {
|
|
export { OctagonX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name OctagonPause
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/octagon-pause
|
|
* @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 OctagonPause: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_octagon_pause {
|
|
export { OctagonPause as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name OctagonMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/octagon-minus
|
|
* @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 OctagonMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_octagon_minus {
|
|
export { OctagonMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name OctagonAlert
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/octagon-alert
|
|
* @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 OctagonAlert: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_octagon_alert {
|
|
export { OctagonAlert as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Nut
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/nut
|
|
* @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 Nut: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_nut {
|
|
export { Nut as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name NutOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/nut-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 NutOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_nut_off {
|
|
export { NutOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name NotepadText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/notepad-text
|
|
* @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 NotepadText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_notepad_text {
|
|
export { NotepadText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name NotepadTextDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/notepad-text-dashed
|
|
* @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 NotepadTextDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_notepad_text_dashed {
|
|
export { NotepadTextDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Notebook
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/notebook
|
|
* @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 Notebook: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_notebook {
|
|
export { Notebook as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name NotebookText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/notebook-text
|
|
* @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 NotebookText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_notebook_text {
|
|
export { NotebookText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name NotebookTabs
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/notebook-tabs
|
|
* @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 NotebookTabs: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_notebook_tabs {
|
|
export { NotebookTabs as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name NotebookPen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/notebook-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 NotebookPen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_notebook_pen {
|
|
export { NotebookPen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Nfc
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/nfc
|
|
* @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 Nfc: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_nfc {
|
|
export { Nfc as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Newspaper
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/newspaper
|
|
* @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 Newspaper: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_newspaper {
|
|
export { Newspaper as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Network
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/network
|
|
* @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 Network: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_network {
|
|
export { Network as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Navigation
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/navigation
|
|
* @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 Navigation: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_navigation {
|
|
export { Navigation as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name NavigationOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/navigation-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 NavigationOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_navigation_off {
|
|
export { NavigationOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Navigation2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/navigation-2
|
|
* @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 Navigation2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_navigation_2 {
|
|
export { Navigation2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Navigation2Off
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/navigation-2-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 Navigation2Off: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_navigation_2_off {
|
|
export { Navigation2Off as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Music
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/music
|
|
* @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 Music: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_music {
|
|
export { Music as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Music4
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/music-4
|
|
* @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 Music4: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_music_4 {
|
|
export { Music4 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Music3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/music-3
|
|
* @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 Music3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_music_3 {
|
|
export { Music3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Music2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/music-2
|
|
* @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 Music2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_music_2 {
|
|
export { Music2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Move
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move
|
|
* @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 Move: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move {
|
|
export { Move as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-vertical
|
|
* @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 MoveVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_vertical {
|
|
export { MoveVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-up
|
|
* @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 MoveUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_up {
|
|
export { MoveUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveUpRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-up-right
|
|
* @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 MoveUpRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_up_right {
|
|
export { MoveUpRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveUpLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-up-left
|
|
* @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 MoveUpLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_up_left {
|
|
export { MoveUpLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-right
|
|
* @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 MoveRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_right {
|
|
export { MoveRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-left
|
|
* @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 MoveLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_left {
|
|
export { MoveLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-horizontal
|
|
* @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 MoveHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_horizontal {
|
|
export { MoveHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-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 MoveDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_down {
|
|
export { MoveDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveDownRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-down-right
|
|
* @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 MoveDownRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_down_right {
|
|
export { MoveDownRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveDownLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-down-left
|
|
* @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 MoveDownLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_down_left {
|
|
export { MoveDownLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveDiagonal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-diagonal
|
|
* @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 MoveDiagonal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_diagonal {
|
|
export { MoveDiagonal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoveDiagonal2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-diagonal-2
|
|
* @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 MoveDiagonal2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_diagonal_2 {
|
|
export { MoveDiagonal2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Move3d
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/move-3d
|
|
* @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 Move3d: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_move_3d {
|
|
export { Move3d as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Mouse
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mouse
|
|
* @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 Mouse: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mouse {
|
|
export { Mouse as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MousePointer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mouse-pointer
|
|
* @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 MousePointer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mouse_pointer {
|
|
export { MousePointer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MousePointerClick
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mouse-pointer-click
|
|
* @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 MousePointerClick: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mouse_pointer_click {
|
|
export { MousePointerClick as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MousePointerBan
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mouse-pointer-ban
|
|
* @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 MousePointerBan: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mouse_pointer_ban {
|
|
export { MousePointerBan as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MousePointer2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mouse-pointer-2
|
|
* @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 MousePointer2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mouse_pointer_2 {
|
|
export { MousePointer2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MouseOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mouse-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 MouseOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mouse_off {
|
|
export { MouseOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Mountain
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mountain
|
|
* @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 Mountain: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mountain {
|
|
export { Mountain as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MountainSnow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mountain-snow
|
|
* @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 MountainSnow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mountain_snow {
|
|
export { MountainSnow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Moon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/moon
|
|
* @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 Moon: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_moon {
|
|
export { Moon as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MoonStar
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/moon-star
|
|
* @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 MoonStar: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_moon_star {
|
|
export { MoonStar as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Monitor
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor
|
|
* @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 Monitor: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor {
|
|
export { Monitor as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-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 MonitorX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_x {
|
|
export { MonitorX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-up
|
|
* @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 MonitorUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_up {
|
|
export { MonitorUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorStop
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-stop
|
|
* @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 MonitorStop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_stop {
|
|
export { MonitorStop as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorSpeaker
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-speaker
|
|
* @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 MonitorSpeaker: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_speaker {
|
|
export { MonitorSpeaker as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorSmartphone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-smartphone
|
|
* @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 MonitorSmartphone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_smartphone {
|
|
export { MonitorSmartphone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorPlay
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-play
|
|
* @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 MonitorPlay: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_play {
|
|
export { MonitorPlay as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorPause
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-pause
|
|
* @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 MonitorPause: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_pause {
|
|
export { MonitorPause as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-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 MonitorOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_off {
|
|
export { MonitorOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-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 MonitorDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_down {
|
|
export { MonitorDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-dot
|
|
* @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 MonitorDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_dot {
|
|
export { MonitorDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-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 MonitorCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_cog {
|
|
export { MonitorCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MonitorCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/monitor-check
|
|
* @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 MonitorCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_monitor_check {
|
|
export { MonitorCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Minus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/minus
|
|
* @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 Minus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_minus {
|
|
export { Minus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Minimize
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/minimize
|
|
* @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 Minimize: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_minimize {
|
|
export { Minimize as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Minimize2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/minimize-2
|
|
* @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 Minimize2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_minimize_2 {
|
|
export { Minimize2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Milk
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/milk
|
|
* @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 Milk: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_milk {
|
|
export { Milk as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MilkOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/milk-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 MilkOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_milk_off {
|
|
export { MilkOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Milestone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/milestone
|
|
* @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 Milestone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_milestone {
|
|
export { Milestone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Microwave
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/microwave
|
|
* @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 Microwave: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_microwave {
|
|
export { Microwave as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Microscope
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/microscope
|
|
* @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 Microscope: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_microscope {
|
|
export { Microscope as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Microchip
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/microchip
|
|
* @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 Microchip: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_microchip {
|
|
export { Microchip as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Mic
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mic
|
|
* @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 Mic: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mic {
|
|
export { Mic as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MicVocal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mic-vocal
|
|
* @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 MicVocal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mic_vocal {
|
|
export { MicVocal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MicOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mic-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 MicOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mic_off {
|
|
export { MicOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessagesSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/messages-square
|
|
* @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 MessagesSquare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_messages_square {
|
|
export { MessagesSquare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square
|
|
* @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 MessageSquare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square {
|
|
export { MessageSquare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-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 MessageSquareX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_x {
|
|
export { MessageSquareX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareWarning
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-warning
|
|
* @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 MessageSquareWarning: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_warning {
|
|
export { MessageSquareWarning as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-text
|
|
* @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 MessageSquareText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_text {
|
|
export { MessageSquareText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareShare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-share
|
|
* @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 MessageSquareShare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_share {
|
|
export { MessageSquareShare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareReply
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-reply
|
|
* @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 MessageSquareReply: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_reply {
|
|
export { MessageSquareReply as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareQuote
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-quote
|
|
* @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 MessageSquareQuote: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_quote {
|
|
export { MessageSquareQuote as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquarePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-plus
|
|
* @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 MessageSquarePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_plus {
|
|
export { MessageSquarePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-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 MessageSquareOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_off {
|
|
export { MessageSquareOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareMore
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-more
|
|
* @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 MessageSquareMore: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_more {
|
|
export { MessageSquareMore as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareLock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-lock
|
|
* @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 MessageSquareLock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_lock {
|
|
export { MessageSquareLock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareHeart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-heart
|
|
* @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 MessageSquareHeart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_heart {
|
|
export { MessageSquareHeart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-dot
|
|
* @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 MessageSquareDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_dot {
|
|
export { MessageSquareDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareDiff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-diff
|
|
* @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 MessageSquareDiff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_diff {
|
|
export { MessageSquareDiff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-dashed
|
|
* @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 MessageSquareDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_dashed {
|
|
export { MessageSquareDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageSquareCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-square-code
|
|
* @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 MessageSquareCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_square_code {
|
|
export { MessageSquareCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle
|
|
* @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 MessageCircle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle {
|
|
export { MessageCircle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-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 MessageCircleX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_x {
|
|
export { MessageCircleX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleWarning
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-warning
|
|
* @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 MessageCircleWarning: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_warning {
|
|
export { MessageCircleWarning as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleReply
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-reply
|
|
* @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 MessageCircleReply: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_reply {
|
|
export { MessageCircleReply as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleQuestion
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-question
|
|
* @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 MessageCircleQuestion: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_question {
|
|
export { MessageCircleQuestion as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCirclePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-plus
|
|
* @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 MessageCirclePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_plus {
|
|
export { MessageCirclePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-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 MessageCircleOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_off {
|
|
export { MessageCircleOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleMore
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-more
|
|
* @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 MessageCircleMore: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_more {
|
|
export { MessageCircleMore as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleHeart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-heart
|
|
* @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 MessageCircleHeart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_heart {
|
|
export { MessageCircleHeart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-dashed
|
|
* @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 MessageCircleDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_dashed {
|
|
export { MessageCircleDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MessageCircleCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/message-circle-code
|
|
* @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 MessageCircleCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_message_circle_code {
|
|
export { MessageCircleCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Merge
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/merge
|
|
* @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 Merge: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_merge {
|
|
export { Merge as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Menu
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/menu
|
|
* @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 Menu: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_menu {
|
|
export { Menu as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MemoryStick
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/memory-stick
|
|
* @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 MemoryStick: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_memory_stick {
|
|
export { MemoryStick as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Meh
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/meh
|
|
* @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 Meh: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_meh {
|
|
export { Meh as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Megaphone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/megaphone
|
|
* @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 Megaphone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_megaphone {
|
|
export { Megaphone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MegaphoneOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/megaphone-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 MegaphoneOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_megaphone_off {
|
|
export { MegaphoneOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Medal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/medal
|
|
* @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 Medal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_medal {
|
|
export { Medal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Maximize
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/maximize
|
|
* @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 Maximize: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_maximize {
|
|
export { Maximize as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Maximize2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/maximize-2
|
|
* @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 Maximize2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_maximize_2 {
|
|
export { Maximize2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Martini
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/martini
|
|
* @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 Martini: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_martini {
|
|
export { Martini as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Map
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map
|
|
* @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 Map: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map {
|
|
export { Map as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinned
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pinned
|
|
* @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 MapPinned: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pinned {
|
|
export { MapPinned as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPin
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin
|
|
* @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 MapPin: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin {
|
|
export { MapPin as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-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 MapPinX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_x {
|
|
export { MapPinX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinXInside
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-x-inside
|
|
* @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 MapPinXInside: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_x_inside {
|
|
export { MapPinXInside as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-plus
|
|
* @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 MapPinPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_plus {
|
|
export { MapPinPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinPlusInside
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-plus-inside
|
|
* @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 MapPinPlusInside: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_plus_inside {
|
|
export { MapPinPlusInside as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-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 MapPinOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_off {
|
|
export { MapPinOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-minus
|
|
* @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 MapPinMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_minus {
|
|
export { MapPinMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinMinusInside
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-minus-inside
|
|
* @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 MapPinMinusInside: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_minus_inside {
|
|
export { MapPinMinusInside as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinHouse
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-house
|
|
* @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 MapPinHouse: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_house {
|
|
export { MapPinHouse as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-check
|
|
* @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 MapPinCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_check {
|
|
export { MapPinCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MapPinCheckInside
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/map-pin-check-inside
|
|
* @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 MapPinCheckInside: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_map_pin_check_inside {
|
|
export { MapPinCheckInside as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Mails
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mails
|
|
* @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 Mails: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mails {
|
|
export { Mails as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Mailbox
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mailbox
|
|
* @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 Mailbox: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mailbox {
|
|
export { Mailbox as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Mail
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail
|
|
* @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 Mail: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail {
|
|
export { Mail as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MailX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail-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 MailX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail_x {
|
|
export { MailX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MailWarning
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail-warning
|
|
* @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 MailWarning: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail_warning {
|
|
export { MailWarning as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MailSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail-search
|
|
* @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 MailSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail_search {
|
|
export { MailSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MailQuestion
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail-question
|
|
* @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 MailQuestion: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail_question {
|
|
export { MailQuestion as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MailPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail-plus
|
|
* @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 MailPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail_plus {
|
|
export { MailPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MailOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail-open
|
|
* @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 MailOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail_open {
|
|
export { MailOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MailMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail-minus
|
|
* @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 MailMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail_minus {
|
|
export { MailMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name MailCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mail-check
|
|
* @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 MailCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_mail_check {
|
|
export { MailCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Magnet
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/magnet
|
|
* @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 Magnet: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_magnet {
|
|
export { Magnet as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Luggage
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/luggage
|
|
* @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 Luggage: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_luggage {
|
|
export { Luggage as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Lollipop
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lollipop
|
|
* @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 Lollipop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lollipop {
|
|
export { Lollipop as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Logs
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/logs
|
|
* @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 Logs: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_logs {
|
|
export { Logs as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LogOut
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/log-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 LogOut: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_log_out {
|
|
export { LogOut as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LogIn
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/log-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 LogIn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_log_in {
|
|
export { LogIn as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Lock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lock
|
|
* @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 Lock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lock {
|
|
export { Lock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LockOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lock-open
|
|
* @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 LockOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lock_open {
|
|
export { LockOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LockKeyhole
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lock-keyhole
|
|
* @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 LockKeyhole: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lock_keyhole {
|
|
export { LockKeyhole as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LockKeyholeOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lock-keyhole-open
|
|
* @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 LockKeyholeOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lock_keyhole_open {
|
|
export { LockKeyholeOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Locate
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/locate
|
|
* @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 Locate: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_locate {
|
|
export { Locate as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LocateOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/locate-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 LocateOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_locate_off {
|
|
export { LocateOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LocateFixed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/locate-fixed
|
|
* @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 LocateFixed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_locate_fixed {
|
|
export { LocateFixed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Loader
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/loader
|
|
* @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 Loader: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_loader {
|
|
export { Loader as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LoaderPinwheel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/loader-pinwheel
|
|
* @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 LoaderPinwheel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_loader_pinwheel {
|
|
export { LoaderPinwheel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LoaderCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/loader-circle
|
|
* @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 LoaderCircle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_loader_circle {
|
|
export { LoaderCircle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name List
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list
|
|
* @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 List: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list {
|
|
export { List as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-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 ListX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_x {
|
|
export { ListX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListVideo
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-video
|
|
* @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 ListVideo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_video {
|
|
export { ListVideo as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListTree
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-tree
|
|
* @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 ListTree: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_tree {
|
|
export { ListTree as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListTodo
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-todo
|
|
* @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 ListTodo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_todo {
|
|
export { ListTodo as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListStart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-start
|
|
* @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 ListStart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_start {
|
|
export { ListStart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListRestart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-restart
|
|
* @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 ListRestart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_restart {
|
|
export { ListRestart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-plus
|
|
* @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 ListPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_plus {
|
|
export { ListPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListOrdered
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-ordered
|
|
* @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 ListOrdered: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_ordered {
|
|
export { ListOrdered as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListMusic
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-music
|
|
* @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 ListMusic: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_music {
|
|
export { ListMusic as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-minus
|
|
* @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 ListMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_minus {
|
|
export { ListMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListFilter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-filter
|
|
* @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 ListFilter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_filter {
|
|
export { ListFilter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-end
|
|
* @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 ListEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_end {
|
|
export { ListEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListCollapse
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-collapse
|
|
* @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 ListCollapse: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_collapse {
|
|
export { ListCollapse as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListChecks
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-checks
|
|
* @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 ListChecks: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_checks {
|
|
export { ListChecks as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ListCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/list-check
|
|
* @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 ListCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_list_check {
|
|
export { ListCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Linkedin
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/linkedin
|
|
* @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=linkedin instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Linkedin: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_linkedin {
|
|
export { Linkedin as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Link
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/link
|
|
* @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 Link: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_link {
|
|
export { Link as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Link2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/link-2
|
|
* @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 Link2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_link_2 {
|
|
export { Link2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Link2Off
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/link-2-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 Link2Off: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_link_2_off {
|
|
export { Link2Off as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Lightbulb
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lightbulb
|
|
* @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 Lightbulb: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lightbulb {
|
|
export { Lightbulb as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LightbulbOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lightbulb-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 LightbulbOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lightbulb_off {
|
|
export { LightbulbOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ligature
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ligature
|
|
* @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 Ligature: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ligature {
|
|
export { Ligature as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LifeBuoy
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/life-buoy
|
|
* @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 LifeBuoy: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_life_buoy {
|
|
export { LifeBuoy as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Library
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/library
|
|
* @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 Library: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_library {
|
|
export { Library as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LibraryBig
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/library-big
|
|
* @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 LibraryBig: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_library_big {
|
|
export { LibraryBig as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LetterText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/letter-text
|
|
* @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 LetterText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_letter_text {
|
|
export { LetterText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Lectern
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lectern
|
|
* @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 Lectern: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lectern {
|
|
export { Lectern as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LeafyGreen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/leafy-green
|
|
* @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 LeafyGreen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_leafy_green {
|
|
export { LeafyGreen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Leaf
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/leaf
|
|
* @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 Leaf: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_leaf {
|
|
export { Leaf as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LayoutTemplate
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layout-template
|
|
* @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 LayoutTemplate: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layout_template {
|
|
export { LayoutTemplate as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LayoutPanelTop
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layout-panel-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 LayoutPanelTop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layout_panel_top {
|
|
export { LayoutPanelTop as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LayoutPanelLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layout-panel-left
|
|
* @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 LayoutPanelLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layout_panel_left {
|
|
export { LayoutPanelLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LayoutList
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layout-list
|
|
* @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 LayoutList: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layout_list {
|
|
export { LayoutList as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LayoutGrid
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layout-grid
|
|
* @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 LayoutGrid: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layout_grid {
|
|
export { LayoutGrid as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LayoutDashboard
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layout-dashboard
|
|
* @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 LayoutDashboard: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layout_dashboard {
|
|
export { LayoutDashboard as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Layers
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layers
|
|
* @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 Layers: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layers {
|
|
export { Layers as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Layers3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layers-3
|
|
* @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 Layers3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layers_3 {
|
|
export { Layers3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Layers2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layers-2
|
|
* @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 Layers2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_layers_2 {
|
|
export { Layers2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Laugh
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/laugh
|
|
* @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 Laugh: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_laugh {
|
|
export { Laugh as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Lasso
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lasso
|
|
* @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 Lasso: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lasso {
|
|
export { Lasso as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LassoSelect
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lasso-select
|
|
* @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 LassoSelect: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lasso_select {
|
|
export { LassoSelect as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Laptop
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/laptop
|
|
* @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 Laptop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_laptop {
|
|
export { Laptop as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LaptopMinimal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/laptop-minimal
|
|
* @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 LaptopMinimal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_laptop_minimal {
|
|
export { LaptopMinimal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Languages
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/languages
|
|
* @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 Languages: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_languages {
|
|
export { Languages as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Landmark
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/landmark
|
|
* @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 Landmark: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_landmark {
|
|
export { Landmark as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LandPlot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/land-plot
|
|
* @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 LandPlot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_land_plot {
|
|
export { LandPlot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Lamp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lamp
|
|
* @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 Lamp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lamp {
|
|
export { Lamp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LampWallUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lamp-wall-up
|
|
* @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 LampWallUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lamp_wall_up {
|
|
export { LampWallUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LampWallDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lamp-wall-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 LampWallDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lamp_wall_down {
|
|
export { LampWallDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LampFloor
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lamp-floor
|
|
* @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 LampFloor: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lamp_floor {
|
|
export { LampFloor as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LampDesk
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lamp-desk
|
|
* @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 LampDesk: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lamp_desk {
|
|
export { LampDesk as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name LampCeiling
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/lamp-ceiling
|
|
* @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 LampCeiling: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_lamp_ceiling {
|
|
export { LampCeiling as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Keyboard
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/keyboard
|
|
* @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 Keyboard: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_keyboard {
|
|
export { Keyboard as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name KeyboardOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/keyboard-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 KeyboardOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_keyboard_off {
|
|
export { KeyboardOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name KeyboardMusic
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/keyboard-music
|
|
* @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 KeyboardMusic: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_keyboard_music {
|
|
export { KeyboardMusic as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Key
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/key
|
|
* @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 Key: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_key {
|
|
export { Key as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name KeySquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/key-square
|
|
* @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 KeySquare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_key_square {
|
|
export { KeySquare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name KeyRound
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/key-round
|
|
* @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 KeyRound: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_key_round {
|
|
export { KeyRound as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Kanban
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/kanban
|
|
* @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 Kanban: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_kanban {
|
|
export { Kanban as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Joystick
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/joystick
|
|
* @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 Joystick: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_joystick {
|
|
export { Joystick as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name JapaneseYen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/japanese-yen
|
|
* @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 JapaneseYen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_japanese_yen {
|
|
export { JapaneseYen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name IterationCw
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/iteration-cw
|
|
* @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 IterationCw: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_iteration_cw {
|
|
export { IterationCw as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name IterationCcw
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/iteration-ccw
|
|
* @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 IterationCcw: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_iteration_ccw {
|
|
export { IterationCcw as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Italic
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/italic
|
|
* @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 Italic: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_italic {
|
|
export { Italic as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Instagram
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/instagram
|
|
* @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=instagram instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Instagram: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_instagram {
|
|
export { Instagram as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name InspectionPanel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/inspection-panel
|
|
* @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 InspectionPanel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_inspection_panel {
|
|
export { InspectionPanel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Info
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/info
|
|
* @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 Info: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_info {
|
|
export { Info as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Infinity
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/infinity
|
|
* @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 Infinity: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_infinity {
|
|
export { Infinity as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name IndianRupee
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/indian-rupee
|
|
* @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 IndianRupee: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_indian_rupee {
|
|
export { IndianRupee as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name IndentIncrease
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/indent-increase
|
|
* @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 IndentIncrease: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_indent_increase {
|
|
export { IndentIncrease as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name IndentDecrease
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/indent-decrease
|
|
* @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 IndentDecrease: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_indent_decrease {
|
|
export { IndentDecrease as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Inbox
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/inbox
|
|
* @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 Inbox: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_inbox {
|
|
export { Inbox as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Import
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/import
|
|
* @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 Import: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_import {
|
|
export { Import as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Images
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/images
|
|
* @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 Images: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_images {
|
|
export { Images as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Image
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/image
|
|
* @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 Image: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_image {
|
|
export { Image as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ImageUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/image-up
|
|
* @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 ImageUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_image_up {
|
|
export { ImageUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ImagePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/image-plus
|
|
* @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 ImagePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_image_plus {
|
|
export { ImagePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ImagePlay
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/image-play
|
|
* @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 ImagePlay: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_image_play {
|
|
export { ImagePlay as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ImageOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/image-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 ImageOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_image_off {
|
|
export { ImageOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ImageMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/image-minus
|
|
* @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 ImageMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_image_minus {
|
|
export { ImageMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ImageDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/image-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 ImageDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_image_down {
|
|
export { ImageDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name IdCard
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/id-card
|
|
* @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 IdCard: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_id_card {
|
|
export { IdCard as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name IceCreamCone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ice-cream-cone
|
|
* @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 IceCreamCone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ice_cream_cone {
|
|
export { IceCreamCone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name IceCreamBowl
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ice-cream-bowl
|
|
* @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 IceCreamBowl: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ice_cream_bowl {
|
|
export { IceCreamBowl as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name House
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/house
|
|
* @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 House: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_house {
|
|
export { House as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HousePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/house-plus
|
|
* @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 HousePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_house_plus {
|
|
export { HousePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HousePlug
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/house-plug
|
|
* @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 HousePlug: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_house_plug {
|
|
export { HousePlug as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Hourglass
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hourglass
|
|
* @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 Hourglass: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hourglass {
|
|
export { Hourglass as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Hotel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hotel
|
|
* @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 Hotel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hotel {
|
|
export { Hotel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Hospital
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hospital
|
|
* @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 Hospital: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hospital {
|
|
export { Hospital as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Hop
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hop
|
|
* @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 Hop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hop {
|
|
export { Hop as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HopOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hop-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 HopOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hop_off {
|
|
export { HopOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name History
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/history
|
|
* @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 History: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_history {
|
|
export { History as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Highlighter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/highlighter
|
|
* @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 Highlighter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_highlighter {
|
|
export { Highlighter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Hexagon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hexagon
|
|
* @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 Hexagon: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hexagon {
|
|
export { Hexagon as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heater
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heater
|
|
* @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 Heater: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heater {
|
|
export { Heater as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heart
|
|
* @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 Heart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heart {
|
|
export { Heart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HeartPulse
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heart-pulse
|
|
* @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 HeartPulse: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heart_pulse {
|
|
export { HeartPulse as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HeartOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heart-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 HeartOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heart_off {
|
|
export { HeartOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HeartHandshake
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heart-handshake
|
|
* @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 HeartHandshake: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heart_handshake {
|
|
export { HeartHandshake as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HeartCrack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heart-crack
|
|
* @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 HeartCrack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heart_crack {
|
|
export { HeartCrack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Headset
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/headset
|
|
* @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 Headset: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_headset {
|
|
export { Headset as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Headphones
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/headphones
|
|
* @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 Headphones: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_headphones {
|
|
export { Headphones as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HeadphoneOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/headphone-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 HeadphoneOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_headphone_off {
|
|
export { HeadphoneOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heading
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heading
|
|
* @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 Heading: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heading {
|
|
export { Heading as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heading6
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heading-6
|
|
* @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 Heading6: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heading_6 {
|
|
export { Heading6 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heading5
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heading-5
|
|
* @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 Heading5: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heading_5 {
|
|
export { Heading5 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heading4
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heading-4
|
|
* @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 Heading4: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heading_4 {
|
|
export { Heading4 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heading3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heading-3
|
|
* @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 Heading3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heading_3 {
|
|
export { Heading3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heading2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heading-2
|
|
* @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 Heading2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heading_2 {
|
|
export { Heading2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Heading1
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/heading-1
|
|
* @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 Heading1: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_heading_1 {
|
|
export { Heading1 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HdmiPort
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hdmi-port
|
|
* @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 HdmiPort: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hdmi_port {
|
|
export { HdmiPort as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Haze
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/haze
|
|
* @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 Haze: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_haze {
|
|
export { Haze as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Hash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hash
|
|
* @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 Hash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hash {
|
|
export { Hash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HardHat
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hard-hat
|
|
* @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 HardHat: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hard_hat {
|
|
export { HardHat as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HardDrive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hard-drive
|
|
* @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 HardDrive: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hard_drive {
|
|
export { HardDrive as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HardDriveUpload
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hard-drive-upload
|
|
* @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 HardDriveUpload: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hard_drive_upload {
|
|
export { HardDriveUpload as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HardDriveDownload
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hard-drive-download
|
|
* @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 HardDriveDownload: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hard_drive_download {
|
|
export { HardDriveDownload as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Handshake
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/handshake
|
|
* @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 Handshake: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_handshake {
|
|
export { Handshake as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Hand
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hand
|
|
* @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 Hand: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hand {
|
|
export { Hand as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HandPlatter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hand-platter
|
|
* @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 HandPlatter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hand_platter {
|
|
export { HandPlatter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HandMetal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hand-metal
|
|
* @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 HandMetal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hand_metal {
|
|
export { HandMetal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HandHelping
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hand-helping
|
|
* @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 HandHelping: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hand_helping {
|
|
export { HandHelping as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HandHeart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hand-heart
|
|
* @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 HandHeart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hand_heart {
|
|
export { HandHeart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name HandCoins
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hand-coins
|
|
* @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 HandCoins: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hand_coins {
|
|
export { HandCoins as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Hammer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/hammer
|
|
* @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 Hammer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_hammer {
|
|
export { Hammer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ham
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ham
|
|
* @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 Ham: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ham {
|
|
export { Ham as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Guitar
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/guitar
|
|
* @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 Guitar: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_guitar {
|
|
export { Guitar as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Group
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/group
|
|
* @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 Group: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_group {
|
|
export { Group as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Grip
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grip
|
|
* @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 Grip: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grip {
|
|
export { Grip as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GripVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grip-vertical
|
|
* @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 GripVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grip_vertical {
|
|
export { GripVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GripHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grip-horizontal
|
|
* @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 GripHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grip_horizontal {
|
|
export { GripHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Grid3x3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grid-3x3
|
|
* @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 Grid3x3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grid_3x3 {
|
|
export { Grid3x3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Grid2x2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grid-2x2
|
|
* @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 Grid2x2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grid_2x2 {
|
|
export { Grid2x2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Grid2x2X
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grid-2x2-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 Grid2x2X: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grid_2x2_x {
|
|
export { Grid2x2X as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Grid2x2Plus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grid-2x2-plus
|
|
* @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 Grid2x2Plus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grid_2x2_plus {
|
|
export { Grid2x2Plus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Grid2x2Check
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grid-2x2-check
|
|
* @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 Grid2x2Check: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grid_2x2_check {
|
|
export { Grid2x2Check as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Grape
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grape
|
|
* @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 Grape: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grape {
|
|
export { Grape as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GraduationCap
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/graduation-cap
|
|
* @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 GraduationCap: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_graduation_cap {
|
|
export { GraduationCap as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Grab
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/grab
|
|
* @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 Grab: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_grab {
|
|
export { Grab as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Goal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/goal
|
|
* @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 Goal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_goal {
|
|
export { Goal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Globe
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/globe
|
|
* @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 Globe: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_globe {
|
|
export { Globe as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GlobeLock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/globe-lock
|
|
* @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 GlobeLock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_globe_lock {
|
|
export { GlobeLock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Glasses
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/glasses
|
|
* @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 Glasses: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_glasses {
|
|
export { Glasses as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GlassWater
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/glass-water
|
|
* @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 GlassWater: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_glass_water {
|
|
export { GlassWater as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Gitlab
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gitlab
|
|
* @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=gitlab instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Gitlab: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gitlab {
|
|
export { Gitlab as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Github
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/github
|
|
* @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=github instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Github: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_github {
|
|
export { Github as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitPullRequest
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-pull-request
|
|
* @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 GitPullRequest: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_pull_request {
|
|
export { GitPullRequest as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitPullRequestDraft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-pull-request-draft
|
|
* @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 GitPullRequestDraft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_pull_request_draft {
|
|
export { GitPullRequestDraft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitPullRequestCreate
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-pull-request-create
|
|
* @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 GitPullRequestCreate: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_pull_request_create {
|
|
export { GitPullRequestCreate as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitPullRequestCreateArrow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-pull-request-create-arrow
|
|
* @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 GitPullRequestCreateArrow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_pull_request_create_arrow {
|
|
export { GitPullRequestCreateArrow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitPullRequestClosed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-pull-request-closed
|
|
* @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 GitPullRequestClosed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_pull_request_closed {
|
|
export { GitPullRequestClosed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitPullRequestArrow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-pull-request-arrow
|
|
* @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 GitPullRequestArrow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_pull_request_arrow {
|
|
export { GitPullRequestArrow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitMerge
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-merge
|
|
* @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 GitMerge: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_merge {
|
|
export { GitMerge as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitGraph
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-graph
|
|
* @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 GitGraph: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_graph {
|
|
export { GitGraph as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitFork
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-fork
|
|
* @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 GitFork: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_fork {
|
|
export { GitFork as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitCompare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-compare
|
|
* @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 GitCompare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_compare {
|
|
export { GitCompare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitCompareArrows
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-compare-arrows
|
|
* @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 GitCompareArrows: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_compare_arrows {
|
|
export { GitCompareArrows as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitCommitVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-commit-vertical
|
|
* @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 GitCommitVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_commit_vertical {
|
|
export { GitCommitVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitCommitHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-commit-horizontal
|
|
* @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 GitCommitHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_commit_horizontal {
|
|
export { GitCommitHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitBranch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-branch
|
|
* @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 GitBranch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_branch {
|
|
export { GitBranch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GitBranchPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/git-branch-plus
|
|
* @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 GitBranchPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_git_branch_plus {
|
|
export { GitBranchPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Gift
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gift
|
|
* @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 Gift: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gift {
|
|
export { Gift as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ghost
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ghost
|
|
* @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 Ghost: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ghost {
|
|
export { Ghost as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Gem
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gem
|
|
* @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 Gem: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gem {
|
|
export { Gem as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Gavel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gavel
|
|
* @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 Gavel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gavel {
|
|
export { Gavel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Gauge
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gauge
|
|
* @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 Gauge: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gauge {
|
|
export { Gauge as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Gamepad
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gamepad
|
|
* @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 Gamepad: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gamepad {
|
|
export { Gamepad as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Gamepad2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gamepad-2
|
|
* @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 Gamepad2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gamepad_2 {
|
|
export { Gamepad2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GalleryVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gallery-vertical
|
|
* @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 GalleryVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gallery_vertical {
|
|
export { GalleryVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GalleryVerticalEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gallery-vertical-end
|
|
* @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 GalleryVerticalEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gallery_vertical_end {
|
|
export { GalleryVerticalEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GalleryThumbnails
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gallery-thumbnails
|
|
* @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 GalleryThumbnails: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gallery_thumbnails {
|
|
export { GalleryThumbnails as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GalleryHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gallery-horizontal
|
|
* @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 GalleryHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gallery_horizontal {
|
|
export { GalleryHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name GalleryHorizontalEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gallery-horizontal-end
|
|
* @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 GalleryHorizontalEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_gallery_horizontal_end {
|
|
export { GalleryHorizontalEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Fullscreen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fullscreen
|
|
* @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 Fullscreen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fullscreen {
|
|
export { Fullscreen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Fuel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fuel
|
|
* @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 Fuel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fuel {
|
|
export { Fuel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Frown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/frown
|
|
* @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 Frown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_frown {
|
|
export { Frown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Framer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/framer
|
|
* @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=framer instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Framer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_framer {
|
|
export { Framer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Frame
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/frame
|
|
* @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 Frame: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_frame {
|
|
export { Frame as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Forward
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/forward
|
|
* @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 Forward: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_forward {
|
|
export { Forward as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Forklift
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/forklift
|
|
* @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 Forklift: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_forklift {
|
|
export { Forklift as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Footprints
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/footprints
|
|
* @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 Footprints: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_footprints {
|
|
export { Footprints as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Folders
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folders
|
|
* @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 Folders: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folders {
|
|
export { Folders as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Folder
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder
|
|
* @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 Folder: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder {
|
|
export { Folder as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-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 FolderX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_x {
|
|
export { FolderX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-up
|
|
* @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 FolderUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_up {
|
|
export { FolderUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderTree
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-tree
|
|
* @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 FolderTree: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_tree {
|
|
export { FolderTree as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderSync
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-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 FolderSync: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_sync {
|
|
export { FolderSync as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderSymlink
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-symlink
|
|
* @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 FolderSymlink: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_symlink {
|
|
export { FolderSymlink as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-search
|
|
* @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 FolderSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_search {
|
|
export { FolderSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderSearch2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-search-2
|
|
* @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 FolderSearch2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_search_2 {
|
|
export { FolderSearch2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderRoot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-root
|
|
* @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 FolderRoot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_root {
|
|
export { FolderRoot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-plus
|
|
* @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 FolderPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_plus {
|
|
export { FolderPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderPen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-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 FolderPen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_pen {
|
|
export { FolderPen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderOutput
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-output
|
|
* @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 FolderOutput: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_output {
|
|
export { FolderOutput as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-open
|
|
* @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 FolderOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_open {
|
|
export { FolderOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderOpenDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-open-dot
|
|
* @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 FolderOpenDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_open_dot {
|
|
export { FolderOpenDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-minus
|
|
* @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 FolderMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_minus {
|
|
export { FolderMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderLock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-lock
|
|
* @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 FolderLock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_lock {
|
|
export { FolderLock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderKey
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-key
|
|
* @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 FolderKey: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_key {
|
|
export { FolderKey as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderKanban
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-kanban
|
|
* @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 FolderKanban: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_kanban {
|
|
export { FolderKanban as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderInput
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-input
|
|
* @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 FolderInput: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_input {
|
|
export { FolderInput as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderHeart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-heart
|
|
* @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 FolderHeart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_heart {
|
|
export { FolderHeart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderGit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-git
|
|
* @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 FolderGit: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_git {
|
|
export { FolderGit as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderGit2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-git-2
|
|
* @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 FolderGit2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_git_2 {
|
|
export { FolderGit2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-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 FolderDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_down {
|
|
export { FolderDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-dot
|
|
* @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 FolderDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_dot {
|
|
export { FolderDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-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 FolderCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_cog {
|
|
export { FolderCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-code
|
|
* @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 FolderCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_code {
|
|
export { FolderCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderClosed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-closed
|
|
* @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 FolderClosed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_closed {
|
|
export { FolderClosed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderClock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-clock
|
|
* @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 FolderClock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_clock {
|
|
export { FolderClock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-check
|
|
* @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 FolderCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_check {
|
|
export { FolderCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderArchive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-archive
|
|
* @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 FolderArchive: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_folder_archive {
|
|
export { FolderArchive as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FoldVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fold-vertical
|
|
* @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 FoldVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fold_vertical {
|
|
export { FoldVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FoldHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fold-horizontal
|
|
* @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 FoldHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fold_horizontal {
|
|
export { FoldHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Focus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/focus
|
|
* @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 Focus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_focus {
|
|
export { Focus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Flower
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flower
|
|
* @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 Flower: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flower {
|
|
export { Flower as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Flower2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flower-2
|
|
* @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 Flower2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flower_2 {
|
|
export { Flower2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlipVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flip-vertical
|
|
* @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 FlipVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flip_vertical {
|
|
export { FlipVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlipVertical2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flip-vertical-2
|
|
* @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 FlipVertical2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flip_vertical_2 {
|
|
export { FlipVertical2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlipHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flip-horizontal
|
|
* @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 FlipHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flip_horizontal {
|
|
export { FlipHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlipHorizontal2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flip-horizontal-2
|
|
* @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 FlipHorizontal2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flip_horizontal_2 {
|
|
export { FlipHorizontal2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlaskRound
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flask-round
|
|
* @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 FlaskRound: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flask_round {
|
|
export { FlaskRound as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlaskConical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flask-conical
|
|
* @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 FlaskConical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flask_conical {
|
|
export { FlaskConical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlaskConicalOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flask-conical-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 FlaskConicalOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flask_conical_off {
|
|
export { FlaskConicalOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Flashlight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flashlight
|
|
* @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 Flashlight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flashlight {
|
|
export { Flashlight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlashlightOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flashlight-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 FlashlightOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flashlight_off {
|
|
export { FlashlightOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Flame
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flame
|
|
* @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 Flame: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flame {
|
|
export { Flame as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlameKindling
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flame-kindling
|
|
* @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 FlameKindling: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flame_kindling {
|
|
export { FlameKindling as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Flag
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flag
|
|
* @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 Flag: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flag {
|
|
export { Flag as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlagTriangleRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flag-triangle-right
|
|
* @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 FlagTriangleRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flag_triangle_right {
|
|
export { FlagTriangleRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlagTriangleLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flag-triangle-left
|
|
* @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 FlagTriangleLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flag_triangle_left {
|
|
export { FlagTriangleLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FlagOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/flag-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 FlagOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_flag_off {
|
|
export { FlagOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Fish
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fish
|
|
* @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 Fish: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fish {
|
|
export { Fish as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FishSymbol
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fish-symbol
|
|
* @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 FishSymbol: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fish_symbol {
|
|
export { FishSymbol as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FishOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fish-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 FishOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fish_off {
|
|
export { FishOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FireExtinguisher
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fire-extinguisher
|
|
* @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 FireExtinguisher: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fire_extinguisher {
|
|
export { FireExtinguisher as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Fingerprint
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fingerprint
|
|
* @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 Fingerprint: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fingerprint {
|
|
export { Fingerprint as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Filter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/filter
|
|
* @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 Filter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_filter {
|
|
export { Filter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FilterX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/filter-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 FilterX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_filter_x {
|
|
export { FilterX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Film
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/film
|
|
* @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 Film: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_film {
|
|
export { Film as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Files
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/files
|
|
* @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 Files: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_files {
|
|
export { Files as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name File
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file
|
|
* @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 File: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file {
|
|
export { File as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-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 FileX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_x {
|
|
export { FileX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileX2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-x-2
|
|
* @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 FileX2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_x_2 {
|
|
export { FileX2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileWarning
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-warning
|
|
* @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 FileWarning: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_warning {
|
|
export { FileWarning as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileVolume
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-volume
|
|
* @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 FileVolume: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_volume {
|
|
export { FileVolume as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileVolume2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-volume-2
|
|
* @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 FileVolume2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_volume_2 {
|
|
export { FileVolume2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileVideo
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-video
|
|
* @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 FileVideo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_video {
|
|
export { FileVideo as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileVideo2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-video-2
|
|
* @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 FileVideo2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_video_2 {
|
|
export { FileVideo2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileUser
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-user
|
|
* @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 FileUser: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_user {
|
|
export { FileUser as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-up
|
|
* @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 FileUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_up {
|
|
export { FileUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileType
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-type
|
|
* @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 FileType: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_type {
|
|
export { FileType as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileType2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-type-2
|
|
* @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 FileType2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_type_2 {
|
|
export { FileType2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-text
|
|
* @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 FileText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_text {
|
|
export { FileText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileTerminal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-terminal
|
|
* @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 FileTerminal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_terminal {
|
|
export { FileTerminal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileSymlink
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-symlink
|
|
* @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 FileSymlink: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_symlink {
|
|
export { FileSymlink as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileStack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-stack
|
|
* @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 FileStack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_stack {
|
|
export { FileStack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileSpreadsheet
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-spreadsheet
|
|
* @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 FileSpreadsheet: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_spreadsheet {
|
|
export { FileSpreadsheet as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileSliders
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-sliders
|
|
* @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 FileSliders: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_sliders {
|
|
export { FileSliders as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-search
|
|
* @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 FileSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_search {
|
|
export { FileSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileSearch2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-search-2
|
|
* @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 FileSearch2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_search_2 {
|
|
export { FileSearch2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileScan
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-scan
|
|
* @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 FileScan: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_scan {
|
|
export { FileScan as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileQuestion
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-question
|
|
* @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 FileQuestion: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_question {
|
|
export { FileQuestion as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FilePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-plus
|
|
* @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 FilePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_plus {
|
|
export { FilePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FilePlus2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-plus-2
|
|
* @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 FilePlus2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_plus_2 {
|
|
export { FilePlus2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FilePen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-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 FilePen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_pen {
|
|
export { FilePen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FilePenLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-pen-line
|
|
* @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 FilePenLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_pen_line {
|
|
export { FilePenLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileOutput
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-output
|
|
* @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 FileOutput: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_output {
|
|
export { FileOutput as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileMusic
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-music
|
|
* @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 FileMusic: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_music {
|
|
export { FileMusic as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-minus
|
|
* @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 FileMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_minus {
|
|
export { FileMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileMinus2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-minus-2
|
|
* @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 FileMinus2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_minus_2 {
|
|
export { FileMinus2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileLock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-lock
|
|
* @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 FileLock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_lock {
|
|
export { FileLock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileLock2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-lock-2
|
|
* @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 FileLock2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_lock_2 {
|
|
export { FileLock2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileKey
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-key
|
|
* @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 FileKey: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_key {
|
|
export { FileKey as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileKey2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-key-2
|
|
* @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 FileKey2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_key_2 {
|
|
export { FileKey2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileJson
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-json
|
|
* @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 FileJson: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_json {
|
|
export { FileJson as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileJson2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-json-2
|
|
* @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 FileJson2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_json_2 {
|
|
export { FileJson2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileInput
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-input
|
|
* @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 FileInput: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_input {
|
|
export { FileInput as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileImage
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-image
|
|
* @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 FileImage: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_image {
|
|
export { FileImage as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileHeart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-heart
|
|
* @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 FileHeart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_heart {
|
|
export { FileHeart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-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 FileDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_down {
|
|
export { FileDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileDigit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-digit
|
|
* @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 FileDigit: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_digit {
|
|
export { FileDigit as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileDiff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-diff
|
|
* @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 FileDiff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_diff {
|
|
export { FileDiff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-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 FileCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_cog {
|
|
export { FileCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileCode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-code
|
|
* @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 FileCode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_code {
|
|
export { FileCode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileCode2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-code-2
|
|
* @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 FileCode2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_code_2 {
|
|
export { FileCode2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileClock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-clock
|
|
* @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 FileClock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_clock {
|
|
export { FileClock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-check
|
|
* @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 FileCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_check {
|
|
export { FileCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileCheck2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-check-2
|
|
* @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 FileCheck2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_check_2 {
|
|
export { FileCheck2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileChartPie
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-chart-pie
|
|
* @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 FileChartPie: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_chart_pie {
|
|
export { FileChartPie as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileChartLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-chart-line
|
|
* @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 FileChartLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_chart_line {
|
|
export { FileChartLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileChartColumn
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-chart-column
|
|
* @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 FileChartColumn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_chart_column {
|
|
export { FileChartColumn as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileChartColumnIncreasing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-chart-column-increasing
|
|
* @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 FileChartColumnIncreasing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_chart_column_increasing {
|
|
export { FileChartColumnIncreasing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileBox
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-box
|
|
* @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 FileBox: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_box {
|
|
export { FileBox as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileBadge
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-badge
|
|
* @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 FileBadge: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_badge {
|
|
export { FileBadge as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileBadge2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-badge-2
|
|
* @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 FileBadge2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_badge_2 {
|
|
export { FileBadge2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileAxis3d
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-axis-3d
|
|
* @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 FileAxis3d: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_axis_3d {
|
|
export { FileAxis3d as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileAudio
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-audio
|
|
* @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 FileAudio: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_audio {
|
|
export { FileAudio as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileAudio2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-audio-2
|
|
* @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 FileAudio2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_audio_2 {
|
|
export { FileAudio2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FileArchive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-archive
|
|
* @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 FileArchive: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_file_archive {
|
|
export { FileArchive as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Figma
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/figma
|
|
* @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=figma instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Figma: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_figma {
|
|
export { Figma as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FerrisWheel
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ferris-wheel
|
|
* @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 FerrisWheel: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ferris_wheel {
|
|
export { FerrisWheel as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Fence
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fence
|
|
* @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 Fence: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fence {
|
|
export { Fence as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Feather
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/feather
|
|
* @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 Feather: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_feather {
|
|
export { Feather as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name FastForward
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fast-forward
|
|
* @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 FastForward: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fast_forward {
|
|
export { FastForward as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Fan
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/fan
|
|
* @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 Fan: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_fan {
|
|
export { Fan as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Factory
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/factory
|
|
* @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 Factory: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_factory {
|
|
export { Factory as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Facebook
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/facebook
|
|
* @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=facebook instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Facebook: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_facebook {
|
|
export { Facebook as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Eye
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/eye
|
|
* @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 Eye: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_eye {
|
|
export { Eye as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EyeOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/eye-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 EyeOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_eye_off {
|
|
export { EyeOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EyeClosed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/eye-closed
|
|
* @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 EyeClosed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_eye_closed {
|
|
export { EyeClosed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ExternalLink
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/external-link
|
|
* @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 ExternalLink: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_external_link {
|
|
export { ExternalLink as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Expand
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/expand
|
|
* @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 Expand: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_expand {
|
|
export { Expand as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Euro
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/euro
|
|
* @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 Euro: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_euro {
|
|
export { Euro as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EthernetPort
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ethernet-port
|
|
* @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 EthernetPort: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ethernet_port {
|
|
export { EthernetPort as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Eraser
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/eraser
|
|
* @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 Eraser: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_eraser {
|
|
export { Eraser as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Equal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/equal
|
|
* @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 Equal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_equal {
|
|
export { Equal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EqualNot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/equal-not
|
|
* @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 EqualNot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_equal_not {
|
|
export { EqualNot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ellipsis
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ellipsis
|
|
* @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 Ellipsis: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ellipsis {
|
|
export { Ellipsis as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EllipsisVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ellipsis-vertical
|
|
* @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 EllipsisVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ellipsis_vertical {
|
|
export { EllipsisVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Egg
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/egg
|
|
* @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 Egg: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_egg {
|
|
export { Egg as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EggOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/egg-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 EggOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_egg_off {
|
|
export { EggOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EggFried
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/egg-fried
|
|
* @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 EggFried: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_egg_fried {
|
|
export { EggFried as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Eclipse
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/eclipse
|
|
* @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 Eclipse: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_eclipse {
|
|
export { Eclipse as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Earth
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/earth
|
|
* @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 Earth: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_earth {
|
|
export { Earth as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EarthLock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/earth-lock
|
|
* @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 EarthLock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_earth_lock {
|
|
export { EarthLock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ear
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ear
|
|
* @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 Ear: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ear {
|
|
export { Ear as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name EarOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ear-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 EarOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ear_off {
|
|
export { EarOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dumbbell
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dumbbell
|
|
* @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 Dumbbell: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dumbbell {
|
|
export { Dumbbell as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Drumstick
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/drumstick
|
|
* @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 Drumstick: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_drumstick {
|
|
export { Drumstick as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Drum
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/drum
|
|
* @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 Drum: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_drum {
|
|
export { Drum as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Droplets
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/droplets
|
|
* @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 Droplets: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_droplets {
|
|
export { Droplets as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Droplet
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/droplet
|
|
* @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 Droplet: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_droplet {
|
|
export { Droplet as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Drill
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/drill
|
|
* @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 Drill: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_drill {
|
|
export { Drill as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dribbble
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dribbble
|
|
* @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=dribbble instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Dribbble: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dribbble {
|
|
export { Dribbble as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Drama
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/drama
|
|
* @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 Drama: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_drama {
|
|
export { Drama as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DraftingCompass
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/drafting-compass
|
|
* @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 DraftingCompass: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_drafting_compass {
|
|
export { DraftingCompass as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Download
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/download
|
|
* @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 Download: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_download {
|
|
export { Download as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dot
|
|
* @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 Dot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dot {
|
|
export { Dot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DoorOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/door-open
|
|
* @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 DoorOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_door_open {
|
|
export { DoorOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DoorClosed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/door-closed
|
|
* @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 DoorClosed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_door_closed {
|
|
export { DoorClosed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Donut
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/donut
|
|
* @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 Donut: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_donut {
|
|
export { Donut as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DollarSign
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dollar-sign
|
|
* @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 DollarSign: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dollar_sign {
|
|
export { DollarSign as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dog
|
|
* @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 Dog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dog {
|
|
export { Dog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dock
|
|
* @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 Dock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dock {
|
|
export { Dock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dna
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dna
|
|
* @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 Dna: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dna {
|
|
export { Dna as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DnaOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dna-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 DnaOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dna_off {
|
|
export { DnaOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Divide
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/divide
|
|
* @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 Divide: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_divide {
|
|
export { Divide as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Disc
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/disc
|
|
* @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 Disc: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_disc {
|
|
export { Disc as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DiscAlbum
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/disc-album
|
|
* @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 DiscAlbum: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_disc_album {
|
|
export { DiscAlbum as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Disc3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/disc-3
|
|
* @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 Disc3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_disc_3 {
|
|
export { Disc3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Disc2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/disc-2
|
|
* @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 Disc2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_disc_2 {
|
|
export { Disc2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Diff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/diff
|
|
* @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 Diff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_diff {
|
|
export { Diff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dices
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dices
|
|
* @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 Dices: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dices {
|
|
export { Dices as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dice6
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dice-6
|
|
* @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 Dice6: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dice_6 {
|
|
export { Dice6 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dice5
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dice-5
|
|
* @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 Dice5: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dice_5 {
|
|
export { Dice5 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dice4
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dice-4
|
|
* @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 Dice4: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dice_4 {
|
|
export { Dice4 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dice3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dice-3
|
|
* @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 Dice3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dice_3 {
|
|
export { Dice3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dice2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dice-2
|
|
* @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 Dice2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dice_2 {
|
|
export { Dice2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dice1
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dice-1
|
|
* @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 Dice1: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dice_1 {
|
|
export { Dice1 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Diamond
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/diamond
|
|
* @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 Diamond: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_diamond {
|
|
export { Diamond as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DiamondPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/diamond-plus
|
|
* @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 DiamondPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_diamond_plus {
|
|
export { DiamondPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DiamondPercent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/diamond-percent
|
|
* @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 DiamondPercent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_diamond_percent {
|
|
export { DiamondPercent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DiamondMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/diamond-minus
|
|
* @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 DiamondMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_diamond_minus {
|
|
export { DiamondMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Diameter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/diameter
|
|
* @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 Diameter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_diameter {
|
|
export { Diameter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dessert
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dessert
|
|
* @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 Dessert: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dessert {
|
|
export { Dessert as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Delete
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/delete
|
|
* @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 Delete: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_delete {
|
|
export { Delete as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Database
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/database
|
|
* @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 Database: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_database {
|
|
export { Database as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DatabaseZap
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/database-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 DatabaseZap: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_database_zap {
|
|
export { DatabaseZap as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name DatabaseBackup
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/database-backup
|
|
* @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 DatabaseBackup: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_database_backup {
|
|
export { DatabaseBackup as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Dam
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/dam
|
|
* @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 Dam: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_dam {
|
|
export { Dam as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cylinder
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cylinder
|
|
* @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 Cylinder: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cylinder {
|
|
export { Cylinder as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Currency
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/currency
|
|
* @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 Currency: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_currency {
|
|
export { Currency as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CupSoda
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cup-soda
|
|
* @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 CupSoda: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cup_soda {
|
|
export { CupSoda as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cuboid
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cuboid
|
|
* @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 Cuboid: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cuboid {
|
|
export { Cuboid as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Crown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/crown
|
|
* @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 Crown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_crown {
|
|
export { Crown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Crosshair
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/crosshair
|
|
* @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 Crosshair: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_crosshair {
|
|
export { Crosshair as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cross
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cross
|
|
* @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 Cross: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cross {
|
|
export { Cross as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Crop
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/crop
|
|
* @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 Crop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_crop {
|
|
export { Crop as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Croissant
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/croissant
|
|
* @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 Croissant: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_croissant {
|
|
export { Croissant as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CreditCard
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/credit-card
|
|
* @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 CreditCard: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_credit_card {
|
|
export { CreditCard as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CreativeCommons
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/creative-commons
|
|
* @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 CreativeCommons: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_creative_commons {
|
|
export { CreativeCommons as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cpu
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cpu
|
|
* @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 Cpu: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cpu {
|
|
export { Cpu as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CornerUpRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/corner-up-right
|
|
* @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 CornerUpRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_corner_up_right {
|
|
export { CornerUpRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CornerUpLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/corner-up-left
|
|
* @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 CornerUpLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_corner_up_left {
|
|
export { CornerUpLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CornerRightUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/corner-right-up
|
|
* @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 CornerRightUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_corner_right_up {
|
|
export { CornerRightUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CornerRightDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/corner-right-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 CornerRightDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_corner_right_down {
|
|
export { CornerRightDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CornerLeftUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/corner-left-up
|
|
* @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 CornerLeftUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_corner_left_up {
|
|
export { CornerLeftUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CornerLeftDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/corner-left-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 CornerLeftDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_corner_left_down {
|
|
export { CornerLeftDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CornerDownRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/corner-down-right
|
|
* @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 CornerDownRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_corner_down_right {
|
|
export { CornerDownRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CornerDownLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/corner-down-left
|
|
* @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 CornerDownLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_corner_down_left {
|
|
export { CornerDownLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Copyright
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/copyright
|
|
* @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 Copyright: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_copyright {
|
|
export { Copyright as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Copyleft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/copyleft
|
|
* @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 Copyleft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_copyleft {
|
|
export { Copyleft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Copy
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/copy
|
|
* @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 Copy: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_copy {
|
|
export { Copy as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CopyX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/copy-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 CopyX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_copy_x {
|
|
export { CopyX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CopySlash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/copy-slash
|
|
* @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 CopySlash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_copy_slash {
|
|
export { CopySlash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CopyPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/copy-plus
|
|
* @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 CopyPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_copy_plus {
|
|
export { CopyPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CopyMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/copy-minus
|
|
* @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 CopyMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_copy_minus {
|
|
export { CopyMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CopyCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/copy-check
|
|
* @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 CopyCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_copy_check {
|
|
export { CopyCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CookingPot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cooking-pot
|
|
* @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 CookingPot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cooking_pot {
|
|
export { CookingPot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cookie
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cookie
|
|
* @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 Cookie: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cookie {
|
|
export { Cookie as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Contrast
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/contrast
|
|
* @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 Contrast: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_contrast {
|
|
export { Contrast as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Container
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/container
|
|
* @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 Container: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_container {
|
|
export { Container as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Contact
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/contact
|
|
* @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 Contact: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_contact {
|
|
export { Contact as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ContactRound
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/contact-round
|
|
* @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 ContactRound: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_contact_round {
|
|
export { ContactRound as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Construction
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/construction
|
|
* @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 Construction: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_construction {
|
|
export { Construction as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cone
|
|
* @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 Cone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cone {
|
|
export { Cone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ConciergeBell
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/concierge-bell
|
|
* @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 ConciergeBell: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_concierge_bell {
|
|
export { ConciergeBell as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Computer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/computer
|
|
* @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 Computer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_computer {
|
|
export { Computer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Component
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/component
|
|
* @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 Component: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_component {
|
|
export { Component as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Compass
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/compass
|
|
* @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 Compass: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_compass {
|
|
export { Compass as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Command
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/command
|
|
* @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 Command: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_command {
|
|
export { Command as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Combine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/combine
|
|
* @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 Combine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_combine {
|
|
export { Combine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Columns4
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/columns-4
|
|
* @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 Columns4: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_columns_4 {
|
|
export { Columns4 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Columns3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/columns-3
|
|
* @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 Columns3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_columns_3 {
|
|
export { Columns3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Columns2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/columns-2
|
|
* @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 Columns2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_columns_2 {
|
|
export { Columns2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Coins
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/coins
|
|
* @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 Coins: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_coins {
|
|
export { Coins as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/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 Cog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cog {
|
|
export { Cog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Coffee
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/coffee
|
|
* @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 Coffee: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_coffee {
|
|
export { Coffee as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Codesandbox
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/codesandbox
|
|
* @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=codesandbox instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Codesandbox: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_codesandbox {
|
|
export { Codesandbox as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Codepen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/codepen
|
|
* @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=codepen instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Codepen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_codepen {
|
|
export { Codepen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Code
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/code
|
|
* @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 Code: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_code {
|
|
export { Code as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CodeXml
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/code-xml
|
|
* @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 CodeXml: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_code_xml {
|
|
export { CodeXml as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Club
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/club
|
|
* @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 Club: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_club {
|
|
export { Club as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clover
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clover
|
|
* @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 Clover: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clover {
|
|
export { Clover as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cloudy
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloudy
|
|
* @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 Cloudy: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloudy {
|
|
export { Cloudy as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cloud
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud
|
|
* @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 Cloud: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud {
|
|
export { Cloud as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudUpload
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-upload
|
|
* @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 CloudUpload: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_upload {
|
|
export { CloudUpload as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudSun
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-sun
|
|
* @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 CloudSun: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_sun {
|
|
export { CloudSun as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudSunRain
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-sun-rain
|
|
* @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 CloudSunRain: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_sun_rain {
|
|
export { CloudSunRain as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudSnow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-snow
|
|
* @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 CloudSnow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_snow {
|
|
export { CloudSnow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudRain
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-rain
|
|
* @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 CloudRain: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_rain {
|
|
export { CloudRain as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudRainWind
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-rain-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 CloudRainWind: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_rain_wind {
|
|
export { CloudRainWind as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-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 CloudOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_off {
|
|
export { CloudOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudMoon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-moon
|
|
* @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 CloudMoon: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_moon {
|
|
export { CloudMoon as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudMoonRain
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-moon-rain
|
|
* @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 CloudMoonRain: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_moon_rain {
|
|
export { CloudMoonRain as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudLightning
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-lightning
|
|
* @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 CloudLightning: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_lightning {
|
|
export { CloudLightning as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudHail
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-hail
|
|
* @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 CloudHail: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_hail {
|
|
export { CloudHail as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudFog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-fog
|
|
* @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 CloudFog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_fog {
|
|
export { CloudFog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudDrizzle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-drizzle
|
|
* @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 CloudDrizzle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_drizzle {
|
|
export { CloudDrizzle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudDownload
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-download
|
|
* @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 CloudDownload: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_download {
|
|
export { CloudDownload as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CloudCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cloud-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 CloudCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cloud_cog {
|
|
export { CloudCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock
|
|
* @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 Clock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock {
|
|
export { Clock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClockArrowUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-arrow-up
|
|
* @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 ClockArrowUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_arrow_up {
|
|
export { ClockArrowUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClockArrowDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-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 ClockArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_arrow_down {
|
|
export { ClockArrowDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClockAlert
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-alert
|
|
* @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 ClockAlert: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_alert {
|
|
export { ClockAlert as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock9
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-9
|
|
* @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 Clock9: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_9 {
|
|
export { Clock9 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock8
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-8
|
|
* @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 Clock8: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_8 {
|
|
export { Clock8 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock7
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-7
|
|
* @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 Clock7: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_7 {
|
|
export { Clock7 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock6
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-6
|
|
* @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 Clock6: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_6 {
|
|
export { Clock6 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock5
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-5
|
|
* @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 Clock5: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_5 {
|
|
export { Clock5 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock4
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-4
|
|
* @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 Clock4: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_4 {
|
|
export { Clock4 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-3
|
|
* @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 Clock3: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_3 {
|
|
export { Clock3 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-2
|
|
* @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 Clock2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_2 {
|
|
export { Clock2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock12
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-12
|
|
* @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 Clock12: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_12 {
|
|
export { Clock12 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock11
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-11
|
|
* @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 Clock11: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_11 {
|
|
export { Clock11 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock10
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-10
|
|
* @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 Clock10: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_10 {
|
|
export { Clock10 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clock1
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clock-1
|
|
* @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 Clock1: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clock_1 {
|
|
export { Clock1 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clipboard
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard
|
|
* @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 Clipboard: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard {
|
|
export { Clipboard as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-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 ClipboardX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_x {
|
|
export { ClipboardX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardType
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-type
|
|
* @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 ClipboardType: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_type {
|
|
export { ClipboardType as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-plus
|
|
* @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 ClipboardPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_plus {
|
|
export { ClipboardPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardPen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-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 ClipboardPen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_pen {
|
|
export { ClipboardPen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardPenLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-pen-line
|
|
* @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 ClipboardPenLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_pen_line {
|
|
export { ClipboardPenLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardPaste
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-paste
|
|
* @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 ClipboardPaste: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_paste {
|
|
export { ClipboardPaste as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-minus
|
|
* @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 ClipboardMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_minus {
|
|
export { ClipboardMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardList
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-list
|
|
* @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 ClipboardList: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_list {
|
|
export { ClipboardList as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardCopy
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-copy
|
|
* @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 ClipboardCopy: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_copy {
|
|
export { ClipboardCopy as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-check
|
|
* @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 ClipboardCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clipboard_check {
|
|
export { ClipboardCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Clapperboard
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clapperboard
|
|
* @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 Clapperboard: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_clapperboard {
|
|
export { Clapperboard as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Citrus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/citrus
|
|
* @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 Citrus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_citrus {
|
|
export { Citrus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircuitBoard
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circuit-board
|
|
* @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 CircuitBoard: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circuit_board {
|
|
export { CircuitBoard as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Circle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle
|
|
* @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 Circle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle {
|
|
export { Circle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-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 CircleX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_x {
|
|
export { CircleX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleUser
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-user
|
|
* @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 CircleUser: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_user {
|
|
export { CircleUser as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleUserRound
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-user-round
|
|
* @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 CircleUserRound: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_user_round {
|
|
export { CircleUserRound as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleStop
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-stop
|
|
* @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 CircleStop: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_stop {
|
|
export { CircleStop as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleSlash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-slash
|
|
* @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 CircleSlash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_slash {
|
|
export { CircleSlash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleSlash2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-slash-2
|
|
* @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 CircleSlash2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_slash_2 {
|
|
export { CircleSlash2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CirclePower
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-power
|
|
* @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 CirclePower: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_power {
|
|
export { CirclePower as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CirclePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-plus
|
|
* @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 CirclePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_plus {
|
|
export { CirclePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CirclePlay
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-play
|
|
* @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 CirclePlay: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_play {
|
|
export { CirclePlay as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CirclePercent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-percent
|
|
* @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 CirclePercent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_percent {
|
|
export { CirclePercent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CirclePause
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-pause
|
|
* @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 CirclePause: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_pause {
|
|
export { CirclePause as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleParking
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-parking
|
|
* @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 CircleParking: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_parking {
|
|
export { CircleParking as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleParkingOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-parking-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 CircleParkingOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_parking_off {
|
|
export { CircleParkingOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-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 CircleOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_off {
|
|
export { CircleOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-minus
|
|
* @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 CircleMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_minus {
|
|
export { CircleMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleHelp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-help
|
|
* @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 CircleHelp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_help {
|
|
export { CircleHelp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleGauge
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-gauge
|
|
* @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 CircleGauge: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_gauge {
|
|
export { CircleGauge as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleFadingPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-fading-plus
|
|
* @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 CircleFadingPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_fading_plus {
|
|
export { CircleFadingPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleFadingArrowUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-fading-arrow-up
|
|
* @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 CircleFadingArrowUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_fading_arrow_up {
|
|
export { CircleFadingArrowUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleEqual
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-equal
|
|
* @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 CircleEqual: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_equal {
|
|
export { CircleEqual as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleEllipsis
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-ellipsis
|
|
* @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 CircleEllipsis: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_ellipsis {
|
|
export { CircleEllipsis as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-dot
|
|
* @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 CircleDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_dot {
|
|
export { CircleDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleDotDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-dot-dashed
|
|
* @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 CircleDotDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_dot_dashed {
|
|
export { CircleDotDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleDollarSign
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-dollar-sign
|
|
* @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 CircleDollarSign: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_dollar_sign {
|
|
export { CircleDollarSign as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleDivide
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-divide
|
|
* @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 CircleDivide: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_divide {
|
|
export { CircleDivide as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-dashed
|
|
* @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 CircleDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_dashed {
|
|
export { CircleDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleChevronUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-chevron-up
|
|
* @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 CircleChevronUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_chevron_up {
|
|
export { CircleChevronUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleChevronRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-chevron-right
|
|
* @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 CircleChevronRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_chevron_right {
|
|
export { CircleChevronRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleChevronLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-chevron-left
|
|
* @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 CircleChevronLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_chevron_left {
|
|
export { CircleChevronLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleChevronDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-chevron-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 CircleChevronDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_chevron_down {
|
|
export { CircleChevronDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-check
|
|
* @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 CircleCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_check {
|
|
export { CircleCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleCheckBig
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-check-big
|
|
* @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 CircleCheckBig: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_check_big {
|
|
export { CircleCheckBig as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleArrowUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-arrow-up
|
|
* @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 CircleArrowUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_arrow_up {
|
|
export { CircleArrowUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleArrowRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-arrow-right
|
|
* @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 CircleArrowRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_arrow_right {
|
|
export { CircleArrowRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleArrowOutUpRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-arrow-out-up-right
|
|
* @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 CircleArrowOutUpRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_arrow_out_up_right {
|
|
export { CircleArrowOutUpRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleArrowOutUpLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-arrow-out-up-left
|
|
* @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 CircleArrowOutUpLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_arrow_out_up_left {
|
|
export { CircleArrowOutUpLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleArrowOutDownRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-arrow-out-down-right
|
|
* @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 CircleArrowOutDownRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_arrow_out_down_right {
|
|
export { CircleArrowOutDownRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleArrowOutDownLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-arrow-out-down-left
|
|
* @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 CircleArrowOutDownLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_arrow_out_down_left {
|
|
export { CircleArrowOutDownLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleArrowLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-arrow-left
|
|
* @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 CircleArrowLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_arrow_left {
|
|
export { CircleArrowLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleArrowDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-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 CircleArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_arrow_down {
|
|
export { CircleArrowDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CircleAlert
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/circle-alert
|
|
* @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 CircleAlert: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_circle_alert {
|
|
export { CircleAlert as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cigarette
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cigarette
|
|
* @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 Cigarette: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cigarette {
|
|
export { Cigarette as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CigaretteOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cigarette-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 CigaretteOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cigarette_off {
|
|
export { CigaretteOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Church
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/church
|
|
* @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 Church: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_church {
|
|
export { Church as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Chrome
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chrome
|
|
* @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=chrome instead. This icon will be removed in v1.0
|
|
*/
|
|
declare const Chrome: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chrome {
|
|
export { Chrome as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-up
|
|
* @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 ChevronsUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_up {
|
|
export { ChevronsUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsUpDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-up-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 ChevronsUpDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_up_down {
|
|
export { ChevronsUpDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-right
|
|
* @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 ChevronsRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_right {
|
|
export { ChevronsRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsRightLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-right-left
|
|
* @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 ChevronsRightLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_right_left {
|
|
export { ChevronsRightLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-left
|
|
* @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 ChevronsLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_left {
|
|
export { ChevronsLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsLeftRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-left-right
|
|
* @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 ChevronsLeftRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_left_right {
|
|
export { ChevronsLeftRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsLeftRightEllipsis
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-left-right-ellipsis
|
|
* @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 ChevronsLeftRightEllipsis: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_left_right_ellipsis {
|
|
export { ChevronsLeftRightEllipsis as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-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 ChevronsDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_down {
|
|
export { ChevronsDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronsDownUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevrons-down-up
|
|
* @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 ChevronsDownUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevrons_down_up {
|
|
export { ChevronsDownUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-up
|
|
* @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 ChevronUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevron_up {
|
|
export { ChevronUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-right
|
|
* @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 ChevronRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevron_right {
|
|
export { ChevronRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-left
|
|
* @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 ChevronLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevron_left {
|
|
export { ChevronLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronLast
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-last
|
|
* @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 ChevronLast: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevron_last {
|
|
export { ChevronLast as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronFirst
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-first
|
|
* @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 ChevronFirst: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevron_first {
|
|
export { ChevronFirst as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-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 ChevronDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chevron_down {
|
|
export { ChevronDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cherry
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cherry
|
|
* @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 Cherry: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cherry {
|
|
export { Cherry as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChefHat
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chef-hat
|
|
* @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 ChefHat: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chef_hat {
|
|
export { ChefHat as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Check
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/check
|
|
* @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 Check: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_check {
|
|
export { Check as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CheckCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/check-check
|
|
* @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 CheckCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_check_check {
|
|
export { CheckCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartSpline
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-spline
|
|
* @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 ChartSpline: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_spline {
|
|
export { ChartSpline as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartScatter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-scatter
|
|
* @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 ChartScatter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_scatter {
|
|
export { ChartScatter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartPie
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-pie
|
|
* @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 ChartPie: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_pie {
|
|
export { ChartPie as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartNoAxesGantt
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-no-axes-gantt
|
|
* @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 ChartNoAxesGantt: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_no_axes_gantt {
|
|
export { ChartNoAxesGantt as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartNoAxesCombined
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-no-axes-combined
|
|
* @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 ChartNoAxesCombined: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_no_axes_combined {
|
|
export { ChartNoAxesCombined as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartNoAxesColumn
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-no-axes-column
|
|
* @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 ChartNoAxesColumn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_no_axes_column {
|
|
export { ChartNoAxesColumn as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartNoAxesColumnIncreasing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-no-axes-column-increasing
|
|
* @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 ChartNoAxesColumnIncreasing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_no_axes_column_increasing {
|
|
export { ChartNoAxesColumnIncreasing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartNoAxesColumnDecreasing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-no-axes-column-decreasing
|
|
* @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 ChartNoAxesColumnDecreasing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_no_axes_column_decreasing {
|
|
export { ChartNoAxesColumnDecreasing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartNetwork
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-network
|
|
* @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 ChartNetwork: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_network {
|
|
export { ChartNetwork as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-line
|
|
* @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 ChartLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_line {
|
|
export { ChartLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartGantt
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-gantt
|
|
* @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 ChartGantt: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_gantt {
|
|
export { ChartGantt as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartColumn
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-column
|
|
* @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 ChartColumn: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_column {
|
|
export { ChartColumn as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartColumnStacked
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-column-stacked
|
|
* @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 ChartColumnStacked: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_column_stacked {
|
|
export { ChartColumnStacked as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartColumnIncreasing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-column-increasing
|
|
* @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 ChartColumnIncreasing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_column_increasing {
|
|
export { ChartColumnIncreasing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartColumnDecreasing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-column-decreasing
|
|
* @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 ChartColumnDecreasing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_column_decreasing {
|
|
export { ChartColumnDecreasing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartColumnBig
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-column-big
|
|
* @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 ChartColumnBig: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_column_big {
|
|
export { ChartColumnBig as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartCandlestick
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-candlestick
|
|
* @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 ChartCandlestick: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_candlestick {
|
|
export { ChartCandlestick as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartBar
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-bar
|
|
* @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 ChartBar: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_bar {
|
|
export { ChartBar as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartBarStacked
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-bar-stacked
|
|
* @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 ChartBarStacked: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_bar_stacked {
|
|
export { ChartBarStacked as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartBarIncreasing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-bar-increasing
|
|
* @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 ChartBarIncreasing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_bar_increasing {
|
|
export { ChartBarIncreasing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartBarDecreasing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-bar-decreasing
|
|
* @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 ChartBarDecreasing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_bar_decreasing {
|
|
export { ChartBarDecreasing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartBarBig
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-bar-big
|
|
* @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 ChartBarBig: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_bar_big {
|
|
export { ChartBarBig as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ChartArea
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chart-area
|
|
* @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 ChartArea: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_chart_area {
|
|
export { ChartArea as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cctv
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cctv
|
|
* @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 Cctv: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cctv {
|
|
export { Cctv as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cat
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cat
|
|
* @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 Cat: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cat {
|
|
export { Cat as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Castle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/castle
|
|
* @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 Castle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_castle {
|
|
export { Castle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cast
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cast
|
|
* @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 Cast: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cast {
|
|
export { Cast as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CassetteTape
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cassette-tape
|
|
* @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 CassetteTape: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cassette_tape {
|
|
export { CassetteTape as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CaseUpper
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/case-upper
|
|
* @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 CaseUpper: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_case_upper {
|
|
export { CaseUpper as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CaseSensitive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/case-sensitive
|
|
* @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 CaseSensitive: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_case_sensitive {
|
|
export { CaseSensitive as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CaseLower
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/case-lower
|
|
* @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 CaseLower: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_case_lower {
|
|
export { CaseLower as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Carrot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/carrot
|
|
* @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 Carrot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_carrot {
|
|
export { Carrot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Caravan
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/caravan
|
|
* @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 Caravan: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_caravan {
|
|
export { Caravan as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Car
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/car
|
|
* @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 Car: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_car {
|
|
export { Car as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CarTaxiFront
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/car-taxi-front
|
|
* @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 CarTaxiFront: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_car_taxi_front {
|
|
export { CarTaxiFront as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CarFront
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/car-front
|
|
* @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 CarFront: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_car_front {
|
|
export { CarFront as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Captions
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/captions
|
|
* @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 Captions: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_captions {
|
|
export { Captions as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CaptionsOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/captions-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 CaptionsOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_captions_off {
|
|
export { CaptionsOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cannabis
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cannabis
|
|
* @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 Cannabis: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cannabis {
|
|
export { Cannabis as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Candy
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/candy
|
|
* @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 Candy: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_candy {
|
|
export { Candy as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CandyOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/candy-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 CandyOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_candy_off {
|
|
export { CandyOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CandyCane
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/candy-cane
|
|
* @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 CandyCane: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_candy_cane {
|
|
export { CandyCane as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Camera
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/camera
|
|
* @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 Camera: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_camera {
|
|
export { Camera as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CameraOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/camera-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 CameraOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_camera_off {
|
|
export { CameraOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Calendar
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar
|
|
* @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 Calendar: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar {
|
|
export { Calendar as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-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 CalendarX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_x {
|
|
export { CalendarX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarX2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-x-2
|
|
* @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 CalendarX2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_x_2 {
|
|
export { CalendarX2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarSearch
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-search
|
|
* @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 CalendarSearch: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_search {
|
|
export { CalendarSearch as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarRange
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-range
|
|
* @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 CalendarRange: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_range {
|
|
export { CalendarRange as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-plus
|
|
* @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 CalendarPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_plus {
|
|
export { CalendarPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarPlus2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-plus-2
|
|
* @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 CalendarPlus2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_plus_2 {
|
|
export { CalendarPlus2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-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 CalendarOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_off {
|
|
export { CalendarOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-minus
|
|
* @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 CalendarMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_minus {
|
|
export { CalendarMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarMinus2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-minus-2
|
|
* @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 CalendarMinus2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_minus_2 {
|
|
export { CalendarMinus2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarHeart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-heart
|
|
* @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 CalendarHeart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_heart {
|
|
export { CalendarHeart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarFold
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-fold
|
|
* @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 CalendarFold: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_fold {
|
|
export { CalendarFold as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarDays
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-days
|
|
* @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 CalendarDays: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_days {
|
|
export { CalendarDays as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-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 CalendarCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_cog {
|
|
export { CalendarCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarClock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-clock
|
|
* @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 CalendarClock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_clock {
|
|
export { CalendarClock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-check
|
|
* @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 CalendarCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_check {
|
|
export { CalendarCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarCheck2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-check-2
|
|
* @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 CalendarCheck2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_check_2 {
|
|
export { CalendarCheck2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarArrowUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-arrow-up
|
|
* @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 CalendarArrowUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_arrow_up {
|
|
export { CalendarArrowUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CalendarArrowDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-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 CalendarArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_arrow_down {
|
|
export { CalendarArrowDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Calendar1
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calendar-1
|
|
* @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 Calendar1: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calendar_1 {
|
|
export { Calendar1 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Calculator
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/calculator
|
|
* @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 Calculator: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_calculator {
|
|
export { Calculator as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cake
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cake
|
|
* @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 Cake: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cake {
|
|
export { Cake as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CakeSlice
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cake-slice
|
|
* @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 CakeSlice: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cake_slice {
|
|
export { CakeSlice as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Cable
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cable
|
|
* @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 Cable: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cable {
|
|
export { Cable as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name CableCar
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/cable-car
|
|
* @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 CableCar: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_cable_car {
|
|
export { CableCar as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bus
|
|
* @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 Bus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bus {
|
|
export { Bus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BusFront
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bus-front
|
|
* @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 BusFront: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bus_front {
|
|
export { BusFront as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Building
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/building
|
|
* @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 Building: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_building {
|
|
export { Building as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Building2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/building-2
|
|
* @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 Building2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_building_2 {
|
|
export { Building2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bug
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bug
|
|
* @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 Bug: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bug {
|
|
export { Bug as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BugPlay
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bug-play
|
|
* @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 BugPlay: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bug_play {
|
|
export { BugPlay as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BugOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bug-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 BugOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bug_off {
|
|
export { BugOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Brush
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/brush
|
|
* @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 Brush: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_brush {
|
|
export { Brush as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BringToFront
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bring-to-front
|
|
* @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 BringToFront: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bring_to_front {
|
|
export { BringToFront as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Briefcase
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/briefcase
|
|
* @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 Briefcase: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_briefcase {
|
|
export { Briefcase as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BriefcaseMedical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/briefcase-medical
|
|
* @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 BriefcaseMedical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_briefcase_medical {
|
|
export { BriefcaseMedical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BriefcaseConveyorBelt
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/briefcase-conveyor-belt
|
|
* @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 BriefcaseConveyorBelt: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_briefcase_conveyor_belt {
|
|
export { BriefcaseConveyorBelt as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BriefcaseBusiness
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/briefcase-business
|
|
* @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 BriefcaseBusiness: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_briefcase_business {
|
|
export { BriefcaseBusiness as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BrickWall
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/brick-wall
|
|
* @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 BrickWall: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_brick_wall {
|
|
export { BrickWall as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Brain
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/brain
|
|
* @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 Brain: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_brain {
|
|
export { Brain as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BrainCog
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/brain-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 BrainCog: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_brain_cog {
|
|
export { BrainCog as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BrainCircuit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/brain-circuit
|
|
* @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 BrainCircuit: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_brain_circuit {
|
|
export { BrainCircuit as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Brackets
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/brackets
|
|
* @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 Brackets: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_brackets {
|
|
export { Brackets as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Braces
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/braces
|
|
* @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 Braces: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_braces {
|
|
export { Braces as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Boxes
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/boxes
|
|
* @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 Boxes: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_boxes {
|
|
export { Boxes as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Box
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/box
|
|
* @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 Box: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_box {
|
|
export { Box as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bot
|
|
* @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 Bot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bot {
|
|
export { Bot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BotOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bot-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 BotOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bot_off {
|
|
export { BotOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BotMessageSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bot-message-square
|
|
* @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 BotMessageSquare: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bot_message_square {
|
|
export { BotMessageSquare as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BoomBox
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/boom-box
|
|
* @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 BoomBox: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_boom_box {
|
|
export { BoomBox as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bookmark
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bookmark
|
|
* @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 Bookmark: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bookmark {
|
|
export { Bookmark as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookmarkX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bookmark-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 BookmarkX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bookmark_x {
|
|
export { BookmarkX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookmarkPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bookmark-plus
|
|
* @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 BookmarkPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bookmark_plus {
|
|
export { BookmarkPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookmarkMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bookmark-minus
|
|
* @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 BookmarkMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bookmark_minus {
|
|
export { BookmarkMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookmarkCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bookmark-check
|
|
* @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 BookmarkCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bookmark_check {
|
|
export { BookmarkCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Book
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book
|
|
* @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 Book: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book {
|
|
export { Book as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-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 BookX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_x {
|
|
export { BookX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookUser
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-user
|
|
* @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 BookUser: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_user {
|
|
export { BookUser as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-up
|
|
* @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 BookUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_up {
|
|
export { BookUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookUp2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-up-2
|
|
* @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 BookUp2: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_up_2 {
|
|
export { BookUp2 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookType
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-type
|
|
* @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 BookType: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_type {
|
|
export { BookType as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-text
|
|
* @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 BookText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_text {
|
|
export { BookText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-plus
|
|
* @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 BookPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_plus {
|
|
export { BookPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookOpen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-open
|
|
* @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 BookOpen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_open {
|
|
export { BookOpen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookOpenText
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-open-text
|
|
* @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 BookOpenText: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_open_text {
|
|
export { BookOpenText as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookOpenCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-open-check
|
|
* @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 BookOpenCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_open_check {
|
|
export { BookOpenCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-minus
|
|
* @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 BookMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_minus {
|
|
export { BookMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookMarked
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-marked
|
|
* @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 BookMarked: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_marked {
|
|
export { BookMarked as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookLock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-lock
|
|
* @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 BookLock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_lock {
|
|
export { BookLock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookKey
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-key
|
|
* @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 BookKey: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_key {
|
|
export { BookKey as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookImage
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-image
|
|
* @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 BookImage: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_image {
|
|
export { BookImage as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookHeart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-heart
|
|
* @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 BookHeart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_heart {
|
|
export { BookHeart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookHeadphones
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-headphones
|
|
* @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 BookHeadphones: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_headphones {
|
|
export { BookHeadphones as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-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 BookDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_down {
|
|
export { BookDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-dashed
|
|
* @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 BookDashed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_dashed {
|
|
export { BookDashed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookCopy
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-copy
|
|
* @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 BookCopy: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_copy {
|
|
export { BookCopy as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-check
|
|
* @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 BookCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_check {
|
|
export { BookCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookAudio
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-audio
|
|
* @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 BookAudio: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_audio {
|
|
export { BookAudio as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BookA
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/book-a
|
|
* @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 BookA: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_book_a {
|
|
export { BookA as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bone
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bone
|
|
* @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 Bone: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bone {
|
|
export { Bone as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bomb
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bomb
|
|
* @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 Bomb: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bomb {
|
|
export { Bomb as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bolt
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bolt
|
|
* @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 Bolt: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bolt {
|
|
export { Bolt as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bold
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bold
|
|
* @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 Bold: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bold {
|
|
export { Bold as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bluetooth
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bluetooth
|
|
* @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 Bluetooth: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bluetooth {
|
|
export { Bluetooth as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BluetoothSearching
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bluetooth-searching
|
|
* @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 BluetoothSearching: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bluetooth_searching {
|
|
export { BluetoothSearching as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BluetoothOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bluetooth-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 BluetoothOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bluetooth_off {
|
|
export { BluetoothOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BluetoothConnected
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bluetooth-connected
|
|
* @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 BluetoothConnected: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bluetooth_connected {
|
|
export { BluetoothConnected as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Blocks
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/blocks
|
|
* @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 Blocks: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_blocks {
|
|
export { Blocks as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Blinds
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/blinds
|
|
* @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 Blinds: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_blinds {
|
|
export { Blinds as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Blend
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/blend
|
|
* @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 Blend: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_blend {
|
|
export { Blend as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bitcoin
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bitcoin
|
|
* @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 Bitcoin: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bitcoin {
|
|
export { Bitcoin as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bird
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bird
|
|
* @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 Bird: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bird {
|
|
export { Bird as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Biohazard
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/biohazard
|
|
* @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 Biohazard: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_biohazard {
|
|
export { Biohazard as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Binoculars
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/binoculars
|
|
* @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 Binoculars: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_binoculars {
|
|
export { Binoculars as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Binary
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/binary
|
|
* @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 Binary: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_binary {
|
|
export { Binary as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bike
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bike
|
|
* @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 Bike: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bike {
|
|
export { Bike as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BicepsFlexed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/biceps-flexed
|
|
* @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 BicepsFlexed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_biceps_flexed {
|
|
export { BicepsFlexed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BetweenVerticalStart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/between-vertical-start
|
|
* @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 BetweenVerticalStart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_between_vertical_start {
|
|
export { BetweenVerticalStart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BetweenVerticalEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/between-vertical-end
|
|
* @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 BetweenVerticalEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_between_vertical_end {
|
|
export { BetweenVerticalEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BetweenHorizontalStart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/between-horizontal-start
|
|
* @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 BetweenHorizontalStart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_between_horizontal_start {
|
|
export { BetweenHorizontalStart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BetweenHorizontalEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/between-horizontal-end
|
|
* @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 BetweenHorizontalEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_between_horizontal_end {
|
|
export { BetweenHorizontalEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bell
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bell
|
|
* @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 Bell: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bell {
|
|
export { Bell as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BellRing
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bell-ring
|
|
* @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 BellRing: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bell_ring {
|
|
export { BellRing as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BellPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bell-plus
|
|
* @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 BellPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bell_plus {
|
|
export { BellPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BellOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bell-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 BellOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bell_off {
|
|
export { BellOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BellMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bell-minus
|
|
* @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 BellMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bell_minus {
|
|
export { BellMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BellElectric
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bell-electric
|
|
* @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 BellElectric: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bell_electric {
|
|
export { BellElectric as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BellDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bell-dot
|
|
* @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 BellDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bell_dot {
|
|
export { BellDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Beer
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/beer
|
|
* @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 Beer: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_beer {
|
|
export { Beer as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BeerOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/beer-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 BeerOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_beer_off {
|
|
export { BeerOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Beef
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/beef
|
|
* @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 Beef: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_beef {
|
|
export { Beef as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bed
|
|
* @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 Bed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bed {
|
|
export { Bed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BedSingle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bed-single
|
|
* @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 BedSingle: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bed_single {
|
|
export { BedSingle as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BedDouble
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bed-double
|
|
* @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 BedDouble: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bed_double {
|
|
export { BedDouble as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bean
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bean
|
|
* @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 Bean: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bean {
|
|
export { Bean as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BeanOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bean-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 BeanOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bean_off {
|
|
export { BeanOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Beaker
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/beaker
|
|
* @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 Beaker: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_beaker {
|
|
export { Beaker as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Battery
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/battery
|
|
* @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 Battery: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_battery {
|
|
export { Battery as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BatteryWarning
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/battery-warning
|
|
* @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 BatteryWarning: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_battery_warning {
|
|
export { BatteryWarning as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BatteryMedium
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/battery-medium
|
|
* @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 BatteryMedium: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_battery_medium {
|
|
export { BatteryMedium as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BatteryLow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/battery-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 BatteryLow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_battery_low {
|
|
export { BatteryLow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BatteryFull
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/battery-full
|
|
* @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 BatteryFull: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_battery_full {
|
|
export { BatteryFull as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BatteryCharging
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/battery-charging
|
|
* @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 BatteryCharging: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_battery_charging {
|
|
export { BatteryCharging as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bath
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bath
|
|
* @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 Bath: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bath {
|
|
export { Bath as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Baseline
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/baseline
|
|
* @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 Baseline: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_baseline {
|
|
export { Baseline as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Barcode
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/barcode
|
|
* @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 Barcode: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_barcode {
|
|
export { Barcode as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Banknote
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/banknote
|
|
* @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 Banknote: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_banknote {
|
|
export { Banknote as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Bandage
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bandage
|
|
* @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 Bandage: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_bandage {
|
|
export { Bandage as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Banana
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/banana
|
|
* @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 Banana: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_banana {
|
|
export { Banana as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ban
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ban
|
|
* @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 Ban: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ban {
|
|
export { Ban as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BaggageClaim
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/baggage-claim
|
|
* @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 BaggageClaim: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_baggage_claim {
|
|
export { BaggageClaim as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Badge
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge
|
|
* @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 Badge: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge {
|
|
export { Badge as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-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 BadgeX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_x {
|
|
export { BadgeX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeSwissFranc
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-swiss-franc
|
|
* @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 BadgeSwissFranc: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_swiss_franc {
|
|
export { BadgeSwissFranc as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeRussianRuble
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-russian-ruble
|
|
* @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 BadgeRussianRuble: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_russian_ruble {
|
|
export { BadgeRussianRuble as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgePoundSterling
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-pound-sterling
|
|
* @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 BadgePoundSterling: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_pound_sterling {
|
|
export { BadgePoundSterling as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgePlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-plus
|
|
* @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 BadgePlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_plus {
|
|
export { BadgePlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgePercent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-percent
|
|
* @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 BadgePercent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_percent {
|
|
export { BadgePercent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-minus
|
|
* @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 BadgeMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_minus {
|
|
export { BadgeMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeJapaneseYen
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-japanese-yen
|
|
* @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 BadgeJapaneseYen: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_japanese_yen {
|
|
export { BadgeJapaneseYen as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeInfo
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-info
|
|
* @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 BadgeInfo: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_info {
|
|
export { BadgeInfo as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeIndianRupee
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-indian-rupee
|
|
* @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 BadgeIndianRupee: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_indian_rupee {
|
|
export { BadgeIndianRupee as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeHelp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-help
|
|
* @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 BadgeHelp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_help {
|
|
export { BadgeHelp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeEuro
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-euro
|
|
* @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 BadgeEuro: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_euro {
|
|
export { BadgeEuro as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeDollarSign
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-dollar-sign
|
|
* @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 BadgeDollarSign: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_dollar_sign {
|
|
export { BadgeDollarSign as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-check
|
|
* @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 BadgeCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_check {
|
|
export { BadgeCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeCent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-cent
|
|
* @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 BadgeCent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_cent {
|
|
export { BadgeCent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name BadgeAlert
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/badge-alert
|
|
* @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 BadgeAlert: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_badge_alert {
|
|
export { BadgeAlert as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Backpack
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/backpack
|
|
* @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 Backpack: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_backpack {
|
|
export { Backpack as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Baby
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/baby
|
|
* @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 Baby: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_baby {
|
|
export { Baby as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Axis3d
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/axis-3d
|
|
* @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 Axis3d: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_axis_3d {
|
|
export { Axis3d as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Axe
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/axe
|
|
* @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 Axe: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_axe {
|
|
export { Axe as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Award
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/award
|
|
* @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 Award: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_award {
|
|
export { Award as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AudioWaveform
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/audio-waveform
|
|
* @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 AudioWaveform: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_audio_waveform {
|
|
export { AudioWaveform as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AudioLines
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/audio-lines
|
|
* @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 AudioLines: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_audio_lines {
|
|
export { AudioLines as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Atom
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/atom
|
|
* @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 Atom: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_atom {
|
|
export { Atom as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AtSign
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/at-sign
|
|
* @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 AtSign: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_at_sign {
|
|
export { AtSign as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Asterisk
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/asterisk
|
|
* @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 Asterisk: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_asterisk {
|
|
export { Asterisk as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowsUpFromLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrows-up-from-line
|
|
* @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 ArrowsUpFromLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrows_up_from_line {
|
|
export { ArrowsUpFromLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up
|
|
* @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 ArrowUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up {
|
|
export { ArrowUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpZA
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-z-a
|
|
* @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 ArrowUpZA: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_z_a {
|
|
export { ArrowUpZA as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpWideNarrow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-wide-narrow
|
|
* @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 ArrowUpWideNarrow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_wide_narrow {
|
|
export { ArrowUpWideNarrow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpToLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-to-line
|
|
* @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 ArrowUpToLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_to_line {
|
|
export { ArrowUpToLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-right
|
|
* @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 ArrowUpRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_right {
|
|
export { ArrowUpRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpNarrowWide
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-narrow-wide
|
|
* @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 ArrowUpNarrowWide: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_narrow_wide {
|
|
export { ArrowUpNarrowWide as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-left
|
|
* @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 ArrowUpLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_left {
|
|
export { ArrowUpLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpFromLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-from-line
|
|
* @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 ArrowUpFromLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_from_line {
|
|
export { ArrowUpFromLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpFromDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-from-dot
|
|
* @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 ArrowUpFromDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_from_dot {
|
|
export { ArrowUpFromDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-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 ArrowUpDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_down {
|
|
export { ArrowUpDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpAZ
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-a-z
|
|
* @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 ArrowUpAZ: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_a_z {
|
|
export { ArrowUpAZ as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUp10
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-1-0
|
|
* @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 ArrowUp10: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_1_0 {
|
|
export { ArrowUp10 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUp01
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-0-1
|
|
* @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 ArrowUp01: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_up_0_1 {
|
|
export { ArrowUp01 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-right
|
|
* @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 ArrowRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_right {
|
|
export { ArrowRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowRightToLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-right-to-line
|
|
* @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 ArrowRightToLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_right_to_line {
|
|
export { ArrowRightToLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowRightLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-right-left
|
|
* @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 ArrowRightLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_right_left {
|
|
export { ArrowRightLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowRightFromLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-right-from-line
|
|
* @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 ArrowRightFromLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_right_from_line {
|
|
export { ArrowRightFromLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-left
|
|
* @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 ArrowLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_left {
|
|
export { ArrowLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowLeftToLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-left-to-line
|
|
* @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 ArrowLeftToLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_left_to_line {
|
|
export { ArrowLeftToLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowLeftRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-left-right
|
|
* @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 ArrowLeftRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_left_right {
|
|
export { ArrowLeftRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowLeftFromLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-left-from-line
|
|
* @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 ArrowLeftFromLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_left_from_line {
|
|
export { ArrowLeftFromLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/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 ArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down {
|
|
export { ArrowDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownZA
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-z-a
|
|
* @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 ArrowDownZA: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_z_a {
|
|
export { ArrowDownZA as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownWideNarrow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-wide-narrow
|
|
* @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 ArrowDownWideNarrow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_wide_narrow {
|
|
export { ArrowDownWideNarrow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-up
|
|
* @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 ArrowDownUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_up {
|
|
export { ArrowDownUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownToLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-to-line
|
|
* @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 ArrowDownToLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_to_line {
|
|
export { ArrowDownToLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownToDot
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-to-dot
|
|
* @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 ArrowDownToDot: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_to_dot {
|
|
export { ArrowDownToDot as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-right
|
|
* @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 ArrowDownRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_right {
|
|
export { ArrowDownRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownNarrowWide
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-narrow-wide
|
|
* @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 ArrowDownNarrowWide: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_narrow_wide {
|
|
export { ArrowDownNarrowWide as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-left
|
|
* @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 ArrowDownLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_left {
|
|
export { ArrowDownLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownFromLine
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-from-line
|
|
* @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 ArrowDownFromLine: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_from_line {
|
|
export { ArrowDownFromLine as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownAZ
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-a-z
|
|
* @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 ArrowDownAZ: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_a_z {
|
|
export { ArrowDownAZ as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDown10
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-1-0
|
|
* @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 ArrowDown10: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_1_0 {
|
|
export { ArrowDown10 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDown01
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-0-1
|
|
* @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 ArrowDown01: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_down_0_1 {
|
|
export { ArrowDown01 as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowBigUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-big-up
|
|
* @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 ArrowBigUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_big_up {
|
|
export { ArrowBigUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowBigUpDash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-big-up-dash
|
|
* @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 ArrowBigUpDash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_big_up_dash {
|
|
export { ArrowBigUpDash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowBigRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-big-right
|
|
* @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 ArrowBigRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_big_right {
|
|
export { ArrowBigRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowBigRightDash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-big-right-dash
|
|
* @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 ArrowBigRightDash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_big_right_dash {
|
|
export { ArrowBigRightDash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowBigLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-big-left
|
|
* @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 ArrowBigLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_big_left {
|
|
export { ArrowBigLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowBigLeftDash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-big-left-dash
|
|
* @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 ArrowBigLeftDash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_big_left_dash {
|
|
export { ArrowBigLeftDash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowBigDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-big-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 ArrowBigDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_big_down {
|
|
export { ArrowBigDown as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowBigDownDash
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-big-down-dash
|
|
* @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 ArrowBigDownDash: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_arrow_big_down_dash {
|
|
export { ArrowBigDownDash as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Armchair
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/armchair
|
|
* @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 Armchair: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_armchair {
|
|
export { Armchair as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Archive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/archive
|
|
* @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 Archive: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_archive {
|
|
export { Archive as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArchiveX
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/archive-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 ArchiveX: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_archive_x {
|
|
export { ArchiveX as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ArchiveRestore
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/archive-restore
|
|
* @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 ArchiveRestore: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_archive_restore {
|
|
export { ArchiveRestore as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Apple
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/apple
|
|
* @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 Apple: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_apple {
|
|
export { Apple as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AppWindow
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/app-window
|
|
* @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 AppWindow: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_app_window {
|
|
export { AppWindow as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AppWindowMac
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/app-window-mac
|
|
* @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 AppWindowMac: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_app_window_mac {
|
|
export { AppWindowMac as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Aperture
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/aperture
|
|
* @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 Aperture: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_aperture {
|
|
export { Aperture as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Anvil
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/anvil
|
|
* @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 Anvil: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_anvil {
|
|
export { Anvil as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Antenna
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/antenna
|
|
* @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 Antenna: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_antenna {
|
|
export { Antenna as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Annoyed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/annoyed
|
|
* @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 Annoyed: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_annoyed {
|
|
export { Annoyed as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Angry
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/angry
|
|
* @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 Angry: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_angry {
|
|
export { Angry as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Anchor
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/anchor
|
|
* @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 Anchor: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_anchor {
|
|
export { Anchor as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Amphora
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/amphora
|
|
* @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 Amphora: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_amphora {
|
|
export { Amphora as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ampersands
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ampersands
|
|
* @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 Ampersands: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ampersands {
|
|
export { Ampersands as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ampersand
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ampersand
|
|
* @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 Ampersand: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ampersand {
|
|
export { Ampersand as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Ambulance
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ambulance
|
|
* @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 Ambulance: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_ambulance {
|
|
export { Ambulance as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignVerticalSpaceBetween
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-vertical-space-between
|
|
* @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 AlignVerticalSpaceBetween: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_vertical_space_between {
|
|
export { AlignVerticalSpaceBetween as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignVerticalSpaceAround
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-vertical-space-around
|
|
* @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 AlignVerticalSpaceAround: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_vertical_space_around {
|
|
export { AlignVerticalSpaceAround as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignVerticalJustifyStart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-vertical-justify-start
|
|
* @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 AlignVerticalJustifyStart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_vertical_justify_start {
|
|
export { AlignVerticalJustifyStart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignVerticalJustifyEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-vertical-justify-end
|
|
* @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 AlignVerticalJustifyEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_vertical_justify_end {
|
|
export { AlignVerticalJustifyEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignVerticalJustifyCenter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-vertical-justify-center
|
|
* @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 AlignVerticalJustifyCenter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_vertical_justify_center {
|
|
export { AlignVerticalJustifyCenter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignVerticalDistributeStart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-vertical-distribute-start
|
|
* @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 AlignVerticalDistributeStart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_vertical_distribute_start {
|
|
export { AlignVerticalDistributeStart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignVerticalDistributeEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-vertical-distribute-end
|
|
* @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 AlignVerticalDistributeEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_vertical_distribute_end {
|
|
export { AlignVerticalDistributeEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignVerticalDistributeCenter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-vertical-distribute-center
|
|
* @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 AlignVerticalDistributeCenter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_vertical_distribute_center {
|
|
export { AlignVerticalDistributeCenter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignStartVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-start-vertical
|
|
* @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 AlignStartVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_start_vertical {
|
|
export { AlignStartVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignStartHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-start-horizontal
|
|
* @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 AlignStartHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_start_horizontal {
|
|
export { AlignStartHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignRight
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-right
|
|
* @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 AlignRight: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_right {
|
|
export { AlignRight as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignLeft
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-left
|
|
* @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 AlignLeft: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_left {
|
|
export { AlignLeft as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignJustify
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-justify
|
|
* @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 AlignJustify: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_justify {
|
|
export { AlignJustify as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignHorizontalSpaceBetween
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-horizontal-space-between
|
|
* @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 AlignHorizontalSpaceBetween: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_horizontal_space_between {
|
|
export { AlignHorizontalSpaceBetween as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignHorizontalSpaceAround
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-horizontal-space-around
|
|
* @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 AlignHorizontalSpaceAround: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_horizontal_space_around {
|
|
export { AlignHorizontalSpaceAround as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignHorizontalJustifyStart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-horizontal-justify-start
|
|
* @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 AlignHorizontalJustifyStart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_horizontal_justify_start {
|
|
export { AlignHorizontalJustifyStart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignHorizontalJustifyEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-horizontal-justify-end
|
|
* @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 AlignHorizontalJustifyEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_horizontal_justify_end {
|
|
export { AlignHorizontalJustifyEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignHorizontalJustifyCenter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-horizontal-justify-center
|
|
* @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 AlignHorizontalJustifyCenter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_horizontal_justify_center {
|
|
export { AlignHorizontalJustifyCenter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignHorizontalDistributeStart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-horizontal-distribute-start
|
|
* @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 AlignHorizontalDistributeStart: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_horizontal_distribute_start {
|
|
export { AlignHorizontalDistributeStart as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignHorizontalDistributeEnd
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-horizontal-distribute-end
|
|
* @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 AlignHorizontalDistributeEnd: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_horizontal_distribute_end {
|
|
export { AlignHorizontalDistributeEnd as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignHorizontalDistributeCenter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-horizontal-distribute-center
|
|
* @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 AlignHorizontalDistributeCenter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_horizontal_distribute_center {
|
|
export { AlignHorizontalDistributeCenter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignEndVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-end-vertical
|
|
* @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 AlignEndVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_end_vertical {
|
|
export { AlignEndVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignEndHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-end-horizontal
|
|
* @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 AlignEndHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_end_horizontal {
|
|
export { AlignEndHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignCenter
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-center
|
|
* @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 AlignCenter: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_center {
|
|
export { AlignCenter as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignCenterVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-center-vertical
|
|
* @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 AlignCenterVertical: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_center_vertical {
|
|
export { AlignCenterVertical as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlignCenterHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/align-center-horizontal
|
|
* @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 AlignCenterHorizontal: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_align_center_horizontal {
|
|
export { AlignCenterHorizontal as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Album
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/album
|
|
* @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 Album: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_album {
|
|
export { Album as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlarmSmoke
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alarm-smoke
|
|
* @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 AlarmSmoke: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_alarm_smoke {
|
|
export { AlarmSmoke as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlarmClock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alarm-clock
|
|
* @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 AlarmClock: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_alarm_clock {
|
|
export { AlarmClock as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlarmClockPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alarm-clock-plus
|
|
* @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 AlarmClockPlus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_alarm_clock_plus {
|
|
export { AlarmClockPlus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlarmClockOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alarm-clock-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 AlarmClockOff: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_alarm_clock_off {
|
|
export { AlarmClockOff as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlarmClockMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alarm-clock-minus
|
|
* @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 AlarmClockMinus: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_alarm_clock_minus {
|
|
export { AlarmClockMinus as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AlarmClockCheck
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alarm-clock-check
|
|
* @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 AlarmClockCheck: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_alarm_clock_check {
|
|
export { AlarmClockCheck as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Airplay
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/airplay
|
|
* @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 Airplay: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_airplay {
|
|
export { Airplay as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AirVent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/air-vent
|
|
* @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 AirVent: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_air_vent {
|
|
export { AirVent as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Activity
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/activity
|
|
* @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 Activity: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_activity {
|
|
export { Activity as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name Accessibility
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/accessibility
|
|
* @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 Accessibility: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_accessibility {
|
|
export { Accessibility as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name ALargeSmall
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/a-large-small
|
|
* @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 ALargeSmall: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_a_large_small {
|
|
export { ALargeSmall as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AArrowUp
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/a-arrow-up
|
|
* @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 AArrowUp: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_a_arrow_up {
|
|
export { AArrowUp as default };
|
|
}
|
|
|
|
/**
|
|
* @component @name AArrowDown
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/a-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 AArrowDown: react.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
|
|
declare namespace __icons_a_arrow_down {
|
|
export { AArrowDown as default };
|
|
}
|
|
|
|
declare const dynamicIconImports: {
|
|
'a-arrow-down': () => Promise<typeof __icons_a_arrow_down>;
|
|
'a-arrow-up': () => Promise<typeof __icons_a_arrow_up>;
|
|
'a-large-small': () => Promise<typeof __icons_a_large_small>;
|
|
accessibility: () => Promise<typeof __icons_accessibility>;
|
|
activity: () => Promise<typeof __icons_activity>;
|
|
'air-vent': () => Promise<typeof __icons_air_vent>;
|
|
airplay: () => Promise<typeof __icons_airplay>;
|
|
'alarm-clock-check': () => Promise<typeof __icons_alarm_clock_check>;
|
|
'alarm-clock-minus': () => Promise<typeof __icons_alarm_clock_minus>;
|
|
'alarm-clock-off': () => Promise<typeof __icons_alarm_clock_off>;
|
|
'alarm-clock-plus': () => Promise<typeof __icons_alarm_clock_plus>;
|
|
'alarm-clock': () => Promise<typeof __icons_alarm_clock>;
|
|
'alarm-smoke': () => Promise<typeof __icons_alarm_smoke>;
|
|
album: () => Promise<typeof __icons_album>;
|
|
'align-center-horizontal': () => Promise<typeof __icons_align_center_horizontal>;
|
|
'align-center-vertical': () => Promise<typeof __icons_align_center_vertical>;
|
|
'align-center': () => Promise<typeof __icons_align_center>;
|
|
'align-end-horizontal': () => Promise<typeof __icons_align_end_horizontal>;
|
|
'align-end-vertical': () => Promise<typeof __icons_align_end_vertical>;
|
|
'align-horizontal-distribute-center': () => Promise<typeof __icons_align_horizontal_distribute_center>;
|
|
'align-horizontal-distribute-end': () => Promise<typeof __icons_align_horizontal_distribute_end>;
|
|
'align-horizontal-distribute-start': () => Promise<typeof __icons_align_horizontal_distribute_start>;
|
|
'align-horizontal-justify-center': () => Promise<typeof __icons_align_horizontal_justify_center>;
|
|
'align-horizontal-justify-end': () => Promise<typeof __icons_align_horizontal_justify_end>;
|
|
'align-horizontal-justify-start': () => Promise<typeof __icons_align_horizontal_justify_start>;
|
|
'align-horizontal-space-around': () => Promise<typeof __icons_align_horizontal_space_around>;
|
|
'align-horizontal-space-between': () => Promise<typeof __icons_align_horizontal_space_between>;
|
|
'align-justify': () => Promise<typeof __icons_align_justify>;
|
|
'align-left': () => Promise<typeof __icons_align_left>;
|
|
'align-right': () => Promise<typeof __icons_align_right>;
|
|
'align-start-horizontal': () => Promise<typeof __icons_align_start_horizontal>;
|
|
'align-start-vertical': () => Promise<typeof __icons_align_start_vertical>;
|
|
'align-vertical-distribute-center': () => Promise<typeof __icons_align_vertical_distribute_center>;
|
|
'align-vertical-distribute-end': () => Promise<typeof __icons_align_vertical_distribute_end>;
|
|
'align-vertical-distribute-start': () => Promise<typeof __icons_align_vertical_distribute_start>;
|
|
'align-vertical-justify-center': () => Promise<typeof __icons_align_vertical_justify_center>;
|
|
'align-vertical-justify-end': () => Promise<typeof __icons_align_vertical_justify_end>;
|
|
'align-vertical-justify-start': () => Promise<typeof __icons_align_vertical_justify_start>;
|
|
'align-vertical-space-around': () => Promise<typeof __icons_align_vertical_space_around>;
|
|
'align-vertical-space-between': () => Promise<typeof __icons_align_vertical_space_between>;
|
|
ambulance: () => Promise<typeof __icons_ambulance>;
|
|
ampersand: () => Promise<typeof __icons_ampersand>;
|
|
ampersands: () => Promise<typeof __icons_ampersands>;
|
|
amphora: () => Promise<typeof __icons_amphora>;
|
|
anchor: () => Promise<typeof __icons_anchor>;
|
|
angry: () => Promise<typeof __icons_angry>;
|
|
annoyed: () => Promise<typeof __icons_annoyed>;
|
|
antenna: () => Promise<typeof __icons_antenna>;
|
|
anvil: () => Promise<typeof __icons_anvil>;
|
|
aperture: () => Promise<typeof __icons_aperture>;
|
|
'app-window-mac': () => Promise<typeof __icons_app_window_mac>;
|
|
'app-window': () => Promise<typeof __icons_app_window>;
|
|
apple: () => Promise<typeof __icons_apple>;
|
|
'archive-restore': () => Promise<typeof __icons_archive_restore>;
|
|
'archive-x': () => Promise<typeof __icons_archive_x>;
|
|
archive: () => Promise<typeof __icons_archive>;
|
|
armchair: () => Promise<typeof __icons_armchair>;
|
|
'arrow-big-down-dash': () => Promise<typeof __icons_arrow_big_down_dash>;
|
|
'arrow-big-down': () => Promise<typeof __icons_arrow_big_down>;
|
|
'arrow-big-left-dash': () => Promise<typeof __icons_arrow_big_left_dash>;
|
|
'arrow-big-left': () => Promise<typeof __icons_arrow_big_left>;
|
|
'arrow-big-right-dash': () => Promise<typeof __icons_arrow_big_right_dash>;
|
|
'arrow-big-right': () => Promise<typeof __icons_arrow_big_right>;
|
|
'arrow-big-up-dash': () => Promise<typeof __icons_arrow_big_up_dash>;
|
|
'arrow-big-up': () => Promise<typeof __icons_arrow_big_up>;
|
|
'arrow-down-0-1': () => Promise<typeof __icons_arrow_down_0_1>;
|
|
'arrow-down-1-0': () => Promise<typeof __icons_arrow_down_1_0>;
|
|
'arrow-down-a-z': () => Promise<typeof __icons_arrow_down_a_z>;
|
|
'arrow-down-from-line': () => Promise<typeof __icons_arrow_down_from_line>;
|
|
'arrow-down-left': () => Promise<typeof __icons_arrow_down_left>;
|
|
'arrow-down-narrow-wide': () => Promise<typeof __icons_arrow_down_narrow_wide>;
|
|
'arrow-down-right': () => Promise<typeof __icons_arrow_down_right>;
|
|
'arrow-down-to-dot': () => Promise<typeof __icons_arrow_down_to_dot>;
|
|
'arrow-down-to-line': () => Promise<typeof __icons_arrow_down_to_line>;
|
|
'arrow-down-up': () => Promise<typeof __icons_arrow_down_up>;
|
|
'arrow-down-wide-narrow': () => Promise<typeof __icons_arrow_down_wide_narrow>;
|
|
'arrow-down-z-a': () => Promise<typeof __icons_arrow_down_z_a>;
|
|
'arrow-down': () => Promise<typeof __icons_arrow_down>;
|
|
'arrow-left-from-line': () => Promise<typeof __icons_arrow_left_from_line>;
|
|
'arrow-left-right': () => Promise<typeof __icons_arrow_left_right>;
|
|
'arrow-left-to-line': () => Promise<typeof __icons_arrow_left_to_line>;
|
|
'arrow-left': () => Promise<typeof __icons_arrow_left>;
|
|
'arrow-right-from-line': () => Promise<typeof __icons_arrow_right_from_line>;
|
|
'arrow-right-left': () => Promise<typeof __icons_arrow_right_left>;
|
|
'arrow-right-to-line': () => Promise<typeof __icons_arrow_right_to_line>;
|
|
'arrow-right': () => Promise<typeof __icons_arrow_right>;
|
|
'arrow-up-0-1': () => Promise<typeof __icons_arrow_up_0_1>;
|
|
'arrow-up-1-0': () => Promise<typeof __icons_arrow_up_1_0>;
|
|
'arrow-up-a-z': () => Promise<typeof __icons_arrow_up_a_z>;
|
|
'arrow-up-down': () => Promise<typeof __icons_arrow_up_down>;
|
|
'arrow-up-from-dot': () => Promise<typeof __icons_arrow_up_from_dot>;
|
|
'arrow-up-from-line': () => Promise<typeof __icons_arrow_up_from_line>;
|
|
'arrow-up-left': () => Promise<typeof __icons_arrow_up_left>;
|
|
'arrow-up-narrow-wide': () => Promise<typeof __icons_arrow_up_narrow_wide>;
|
|
'arrow-up-right': () => Promise<typeof __icons_arrow_up_right>;
|
|
'arrow-up-to-line': () => Promise<typeof __icons_arrow_up_to_line>;
|
|
'arrow-up-wide-narrow': () => Promise<typeof __icons_arrow_up_wide_narrow>;
|
|
'arrow-up-z-a': () => Promise<typeof __icons_arrow_up_z_a>;
|
|
'arrow-up': () => Promise<typeof __icons_arrow_up>;
|
|
'arrows-up-from-line': () => Promise<typeof __icons_arrows_up_from_line>;
|
|
asterisk: () => Promise<typeof __icons_asterisk>;
|
|
'at-sign': () => Promise<typeof __icons_at_sign>;
|
|
atom: () => Promise<typeof __icons_atom>;
|
|
'audio-lines': () => Promise<typeof __icons_audio_lines>;
|
|
'audio-waveform': () => Promise<typeof __icons_audio_waveform>;
|
|
award: () => Promise<typeof __icons_award>;
|
|
axe: () => Promise<typeof __icons_axe>;
|
|
'axis-3d': () => Promise<typeof __icons_axis_3d>;
|
|
baby: () => Promise<typeof __icons_baby>;
|
|
backpack: () => Promise<typeof __icons_backpack>;
|
|
'badge-alert': () => Promise<typeof __icons_badge_alert>;
|
|
'badge-cent': () => Promise<typeof __icons_badge_cent>;
|
|
'badge-check': () => Promise<typeof __icons_badge_check>;
|
|
'badge-dollar-sign': () => Promise<typeof __icons_badge_dollar_sign>;
|
|
'badge-euro': () => Promise<typeof __icons_badge_euro>;
|
|
'badge-help': () => Promise<typeof __icons_badge_help>;
|
|
'badge-indian-rupee': () => Promise<typeof __icons_badge_indian_rupee>;
|
|
'badge-info': () => Promise<typeof __icons_badge_info>;
|
|
'badge-japanese-yen': () => Promise<typeof __icons_badge_japanese_yen>;
|
|
'badge-minus': () => Promise<typeof __icons_badge_minus>;
|
|
'badge-percent': () => Promise<typeof __icons_badge_percent>;
|
|
'badge-plus': () => Promise<typeof __icons_badge_plus>;
|
|
'badge-pound-sterling': () => Promise<typeof __icons_badge_pound_sterling>;
|
|
'badge-russian-ruble': () => Promise<typeof __icons_badge_russian_ruble>;
|
|
'badge-swiss-franc': () => Promise<typeof __icons_badge_swiss_franc>;
|
|
'badge-x': () => Promise<typeof __icons_badge_x>;
|
|
badge: () => Promise<typeof __icons_badge>;
|
|
'baggage-claim': () => Promise<typeof __icons_baggage_claim>;
|
|
ban: () => Promise<typeof __icons_ban>;
|
|
banana: () => Promise<typeof __icons_banana>;
|
|
bandage: () => Promise<typeof __icons_bandage>;
|
|
banknote: () => Promise<typeof __icons_banknote>;
|
|
barcode: () => Promise<typeof __icons_barcode>;
|
|
baseline: () => Promise<typeof __icons_baseline>;
|
|
bath: () => Promise<typeof __icons_bath>;
|
|
'battery-charging': () => Promise<typeof __icons_battery_charging>;
|
|
'battery-full': () => Promise<typeof __icons_battery_full>;
|
|
'battery-low': () => Promise<typeof __icons_battery_low>;
|
|
'battery-medium': () => Promise<typeof __icons_battery_medium>;
|
|
'battery-warning': () => Promise<typeof __icons_battery_warning>;
|
|
battery: () => Promise<typeof __icons_battery>;
|
|
beaker: () => Promise<typeof __icons_beaker>;
|
|
'bean-off': () => Promise<typeof __icons_bean_off>;
|
|
bean: () => Promise<typeof __icons_bean>;
|
|
'bed-double': () => Promise<typeof __icons_bed_double>;
|
|
'bed-single': () => Promise<typeof __icons_bed_single>;
|
|
bed: () => Promise<typeof __icons_bed>;
|
|
beef: () => Promise<typeof __icons_beef>;
|
|
'beer-off': () => Promise<typeof __icons_beer_off>;
|
|
beer: () => Promise<typeof __icons_beer>;
|
|
'bell-dot': () => Promise<typeof __icons_bell_dot>;
|
|
'bell-electric': () => Promise<typeof __icons_bell_electric>;
|
|
'bell-minus': () => Promise<typeof __icons_bell_minus>;
|
|
'bell-off': () => Promise<typeof __icons_bell_off>;
|
|
'bell-plus': () => Promise<typeof __icons_bell_plus>;
|
|
'bell-ring': () => Promise<typeof __icons_bell_ring>;
|
|
bell: () => Promise<typeof __icons_bell>;
|
|
'between-horizontal-end': () => Promise<typeof __icons_between_horizontal_end>;
|
|
'between-horizontal-start': () => Promise<typeof __icons_between_horizontal_start>;
|
|
'between-vertical-end': () => Promise<typeof __icons_between_vertical_end>;
|
|
'between-vertical-start': () => Promise<typeof __icons_between_vertical_start>;
|
|
'biceps-flexed': () => Promise<typeof __icons_biceps_flexed>;
|
|
bike: () => Promise<typeof __icons_bike>;
|
|
binary: () => Promise<typeof __icons_binary>;
|
|
binoculars: () => Promise<typeof __icons_binoculars>;
|
|
biohazard: () => Promise<typeof __icons_biohazard>;
|
|
bird: () => Promise<typeof __icons_bird>;
|
|
bitcoin: () => Promise<typeof __icons_bitcoin>;
|
|
blend: () => Promise<typeof __icons_blend>;
|
|
blinds: () => Promise<typeof __icons_blinds>;
|
|
blocks: () => Promise<typeof __icons_blocks>;
|
|
'bluetooth-connected': () => Promise<typeof __icons_bluetooth_connected>;
|
|
'bluetooth-off': () => Promise<typeof __icons_bluetooth_off>;
|
|
'bluetooth-searching': () => Promise<typeof __icons_bluetooth_searching>;
|
|
bluetooth: () => Promise<typeof __icons_bluetooth>;
|
|
bold: () => Promise<typeof __icons_bold>;
|
|
bolt: () => Promise<typeof __icons_bolt>;
|
|
bomb: () => Promise<typeof __icons_bomb>;
|
|
bone: () => Promise<typeof __icons_bone>;
|
|
'book-a': () => Promise<typeof __icons_book_a>;
|
|
'book-audio': () => Promise<typeof __icons_book_audio>;
|
|
'book-check': () => Promise<typeof __icons_book_check>;
|
|
'book-copy': () => Promise<typeof __icons_book_copy>;
|
|
'book-dashed': () => Promise<typeof __icons_book_dashed>;
|
|
'book-down': () => Promise<typeof __icons_book_down>;
|
|
'book-headphones': () => Promise<typeof __icons_book_headphones>;
|
|
'book-heart': () => Promise<typeof __icons_book_heart>;
|
|
'book-image': () => Promise<typeof __icons_book_image>;
|
|
'book-key': () => Promise<typeof __icons_book_key>;
|
|
'book-lock': () => Promise<typeof __icons_book_lock>;
|
|
'book-marked': () => Promise<typeof __icons_book_marked>;
|
|
'book-minus': () => Promise<typeof __icons_book_minus>;
|
|
'book-open-check': () => Promise<typeof __icons_book_open_check>;
|
|
'book-open-text': () => Promise<typeof __icons_book_open_text>;
|
|
'book-open': () => Promise<typeof __icons_book_open>;
|
|
'book-plus': () => Promise<typeof __icons_book_plus>;
|
|
'book-text': () => Promise<typeof __icons_book_text>;
|
|
'book-type': () => Promise<typeof __icons_book_type>;
|
|
'book-up-2': () => Promise<typeof __icons_book_up_2>;
|
|
'book-up': () => Promise<typeof __icons_book_up>;
|
|
'book-user': () => Promise<typeof __icons_book_user>;
|
|
'book-x': () => Promise<typeof __icons_book_x>;
|
|
book: () => Promise<typeof __icons_book>;
|
|
'bookmark-check': () => Promise<typeof __icons_bookmark_check>;
|
|
'bookmark-minus': () => Promise<typeof __icons_bookmark_minus>;
|
|
'bookmark-plus': () => Promise<typeof __icons_bookmark_plus>;
|
|
'bookmark-x': () => Promise<typeof __icons_bookmark_x>;
|
|
bookmark: () => Promise<typeof __icons_bookmark>;
|
|
'boom-box': () => Promise<typeof __icons_boom_box>;
|
|
'bot-message-square': () => Promise<typeof __icons_bot_message_square>;
|
|
'bot-off': () => Promise<typeof __icons_bot_off>;
|
|
bot: () => Promise<typeof __icons_bot>;
|
|
box: () => Promise<typeof __icons_box>;
|
|
boxes: () => Promise<typeof __icons_boxes>;
|
|
braces: () => Promise<typeof __icons_braces>;
|
|
brackets: () => Promise<typeof __icons_brackets>;
|
|
'brain-circuit': () => Promise<typeof __icons_brain_circuit>;
|
|
'brain-cog': () => Promise<typeof __icons_brain_cog>;
|
|
brain: () => Promise<typeof __icons_brain>;
|
|
'brick-wall': () => Promise<typeof __icons_brick_wall>;
|
|
'briefcase-business': () => Promise<typeof __icons_briefcase_business>;
|
|
'briefcase-conveyor-belt': () => Promise<typeof __icons_briefcase_conveyor_belt>;
|
|
'briefcase-medical': () => Promise<typeof __icons_briefcase_medical>;
|
|
briefcase: () => Promise<typeof __icons_briefcase>;
|
|
'bring-to-front': () => Promise<typeof __icons_bring_to_front>;
|
|
brush: () => Promise<typeof __icons_brush>;
|
|
'bug-off': () => Promise<typeof __icons_bug_off>;
|
|
'bug-play': () => Promise<typeof __icons_bug_play>;
|
|
bug: () => Promise<typeof __icons_bug>;
|
|
'building-2': () => Promise<typeof __icons_building_2>;
|
|
building: () => Promise<typeof __icons_building>;
|
|
'bus-front': () => Promise<typeof __icons_bus_front>;
|
|
bus: () => Promise<typeof __icons_bus>;
|
|
'cable-car': () => Promise<typeof __icons_cable_car>;
|
|
cable: () => Promise<typeof __icons_cable>;
|
|
'cake-slice': () => Promise<typeof __icons_cake_slice>;
|
|
cake: () => Promise<typeof __icons_cake>;
|
|
calculator: () => Promise<typeof __icons_calculator>;
|
|
'calendar-1': () => Promise<typeof __icons_calendar_1>;
|
|
'calendar-arrow-down': () => Promise<typeof __icons_calendar_arrow_down>;
|
|
'calendar-arrow-up': () => Promise<typeof __icons_calendar_arrow_up>;
|
|
'calendar-check-2': () => Promise<typeof __icons_calendar_check_2>;
|
|
'calendar-check': () => Promise<typeof __icons_calendar_check>;
|
|
'calendar-clock': () => Promise<typeof __icons_calendar_clock>;
|
|
'calendar-cog': () => Promise<typeof __icons_calendar_cog>;
|
|
'calendar-days': () => Promise<typeof __icons_calendar_days>;
|
|
'calendar-fold': () => Promise<typeof __icons_calendar_fold>;
|
|
'calendar-heart': () => Promise<typeof __icons_calendar_heart>;
|
|
'calendar-minus-2': () => Promise<typeof __icons_calendar_minus_2>;
|
|
'calendar-minus': () => Promise<typeof __icons_calendar_minus>;
|
|
'calendar-off': () => Promise<typeof __icons_calendar_off>;
|
|
'calendar-plus-2': () => Promise<typeof __icons_calendar_plus_2>;
|
|
'calendar-plus': () => Promise<typeof __icons_calendar_plus>;
|
|
'calendar-range': () => Promise<typeof __icons_calendar_range>;
|
|
'calendar-search': () => Promise<typeof __icons_calendar_search>;
|
|
'calendar-x-2': () => Promise<typeof __icons_calendar_x_2>;
|
|
'calendar-x': () => Promise<typeof __icons_calendar_x>;
|
|
calendar: () => Promise<typeof __icons_calendar>;
|
|
'camera-off': () => Promise<typeof __icons_camera_off>;
|
|
camera: () => Promise<typeof __icons_camera>;
|
|
'candy-cane': () => Promise<typeof __icons_candy_cane>;
|
|
'candy-off': () => Promise<typeof __icons_candy_off>;
|
|
candy: () => Promise<typeof __icons_candy>;
|
|
cannabis: () => Promise<typeof __icons_cannabis>;
|
|
'captions-off': () => Promise<typeof __icons_captions_off>;
|
|
captions: () => Promise<typeof __icons_captions>;
|
|
'car-front': () => Promise<typeof __icons_car_front>;
|
|
'car-taxi-front': () => Promise<typeof __icons_car_taxi_front>;
|
|
car: () => Promise<typeof __icons_car>;
|
|
caravan: () => Promise<typeof __icons_caravan>;
|
|
carrot: () => Promise<typeof __icons_carrot>;
|
|
'case-lower': () => Promise<typeof __icons_case_lower>;
|
|
'case-sensitive': () => Promise<typeof __icons_case_sensitive>;
|
|
'case-upper': () => Promise<typeof __icons_case_upper>;
|
|
'cassette-tape': () => Promise<typeof __icons_cassette_tape>;
|
|
cast: () => Promise<typeof __icons_cast>;
|
|
castle: () => Promise<typeof __icons_castle>;
|
|
cat: () => Promise<typeof __icons_cat>;
|
|
cctv: () => Promise<typeof __icons_cctv>;
|
|
'chart-area': () => Promise<typeof __icons_chart_area>;
|
|
'chart-bar-big': () => Promise<typeof __icons_chart_bar_big>;
|
|
'chart-bar-decreasing': () => Promise<typeof __icons_chart_bar_decreasing>;
|
|
'chart-bar-increasing': () => Promise<typeof __icons_chart_bar_increasing>;
|
|
'chart-bar-stacked': () => Promise<typeof __icons_chart_bar_stacked>;
|
|
'chart-bar': () => Promise<typeof __icons_chart_bar>;
|
|
'chart-candlestick': () => Promise<typeof __icons_chart_candlestick>;
|
|
'chart-column-big': () => Promise<typeof __icons_chart_column_big>;
|
|
'chart-column-decreasing': () => Promise<typeof __icons_chart_column_decreasing>;
|
|
'chart-column-increasing': () => Promise<typeof __icons_chart_column_increasing>;
|
|
'chart-column-stacked': () => Promise<typeof __icons_chart_column_stacked>;
|
|
'chart-column': () => Promise<typeof __icons_chart_column>;
|
|
'chart-gantt': () => Promise<typeof __icons_chart_gantt>;
|
|
'chart-line': () => Promise<typeof __icons_chart_line>;
|
|
'chart-network': () => Promise<typeof __icons_chart_network>;
|
|
'chart-no-axes-column-decreasing': () => Promise<typeof __icons_chart_no_axes_column_decreasing>;
|
|
'chart-no-axes-column-increasing': () => Promise<typeof __icons_chart_no_axes_column_increasing>;
|
|
'chart-no-axes-column': () => Promise<typeof __icons_chart_no_axes_column>;
|
|
'chart-no-axes-combined': () => Promise<typeof __icons_chart_no_axes_combined>;
|
|
'chart-no-axes-gantt': () => Promise<typeof __icons_chart_no_axes_gantt>;
|
|
'chart-pie': () => Promise<typeof __icons_chart_pie>;
|
|
'chart-scatter': () => Promise<typeof __icons_chart_scatter>;
|
|
'chart-spline': () => Promise<typeof __icons_chart_spline>;
|
|
'check-check': () => Promise<typeof __icons_check_check>;
|
|
check: () => Promise<typeof __icons_check>;
|
|
'chef-hat': () => Promise<typeof __icons_chef_hat>;
|
|
cherry: () => Promise<typeof __icons_cherry>;
|
|
'chevron-down': () => Promise<typeof __icons_chevron_down>;
|
|
'chevron-first': () => Promise<typeof __icons_chevron_first>;
|
|
'chevron-last': () => Promise<typeof __icons_chevron_last>;
|
|
'chevron-left': () => Promise<typeof __icons_chevron_left>;
|
|
'chevron-right': () => Promise<typeof __icons_chevron_right>;
|
|
'chevron-up': () => Promise<typeof __icons_chevron_up>;
|
|
'chevrons-down-up': () => Promise<typeof __icons_chevrons_down_up>;
|
|
'chevrons-down': () => Promise<typeof __icons_chevrons_down>;
|
|
'chevrons-left-right-ellipsis': () => Promise<typeof __icons_chevrons_left_right_ellipsis>;
|
|
'chevrons-left-right': () => Promise<typeof __icons_chevrons_left_right>;
|
|
'chevrons-left': () => Promise<typeof __icons_chevrons_left>;
|
|
'chevrons-right-left': () => Promise<typeof __icons_chevrons_right_left>;
|
|
'chevrons-right': () => Promise<typeof __icons_chevrons_right>;
|
|
'chevrons-up-down': () => Promise<typeof __icons_chevrons_up_down>;
|
|
'chevrons-up': () => Promise<typeof __icons_chevrons_up>;
|
|
chrome: () => Promise<typeof __icons_chrome>;
|
|
church: () => Promise<typeof __icons_church>;
|
|
'cigarette-off': () => Promise<typeof __icons_cigarette_off>;
|
|
cigarette: () => Promise<typeof __icons_cigarette>;
|
|
'circle-alert': () => Promise<typeof __icons_circle_alert>;
|
|
'circle-arrow-down': () => Promise<typeof __icons_circle_arrow_down>;
|
|
'circle-arrow-left': () => Promise<typeof __icons_circle_arrow_left>;
|
|
'circle-arrow-out-down-left': () => Promise<typeof __icons_circle_arrow_out_down_left>;
|
|
'circle-arrow-out-down-right': () => Promise<typeof __icons_circle_arrow_out_down_right>;
|
|
'circle-arrow-out-up-left': () => Promise<typeof __icons_circle_arrow_out_up_left>;
|
|
'circle-arrow-out-up-right': () => Promise<typeof __icons_circle_arrow_out_up_right>;
|
|
'circle-arrow-right': () => Promise<typeof __icons_circle_arrow_right>;
|
|
'circle-arrow-up': () => Promise<typeof __icons_circle_arrow_up>;
|
|
'circle-check-big': () => Promise<typeof __icons_circle_check_big>;
|
|
'circle-check': () => Promise<typeof __icons_circle_check>;
|
|
'circle-chevron-down': () => Promise<typeof __icons_circle_chevron_down>;
|
|
'circle-chevron-left': () => Promise<typeof __icons_circle_chevron_left>;
|
|
'circle-chevron-right': () => Promise<typeof __icons_circle_chevron_right>;
|
|
'circle-chevron-up': () => Promise<typeof __icons_circle_chevron_up>;
|
|
'circle-dashed': () => Promise<typeof __icons_circle_dashed>;
|
|
'circle-divide': () => Promise<typeof __icons_circle_divide>;
|
|
'circle-dollar-sign': () => Promise<typeof __icons_circle_dollar_sign>;
|
|
'circle-dot-dashed': () => Promise<typeof __icons_circle_dot_dashed>;
|
|
'circle-dot': () => Promise<typeof __icons_circle_dot>;
|
|
'circle-ellipsis': () => Promise<typeof __icons_circle_ellipsis>;
|
|
'circle-equal': () => Promise<typeof __icons_circle_equal>;
|
|
'circle-fading-arrow-up': () => Promise<typeof __icons_circle_fading_arrow_up>;
|
|
'circle-fading-plus': () => Promise<typeof __icons_circle_fading_plus>;
|
|
'circle-gauge': () => Promise<typeof __icons_circle_gauge>;
|
|
'circle-help': () => Promise<typeof __icons_circle_help>;
|
|
'circle-minus': () => Promise<typeof __icons_circle_minus>;
|
|
'circle-off': () => Promise<typeof __icons_circle_off>;
|
|
'circle-parking-off': () => Promise<typeof __icons_circle_parking_off>;
|
|
'circle-parking': () => Promise<typeof __icons_circle_parking>;
|
|
'circle-pause': () => Promise<typeof __icons_circle_pause>;
|
|
'circle-percent': () => Promise<typeof __icons_circle_percent>;
|
|
'circle-play': () => Promise<typeof __icons_circle_play>;
|
|
'circle-plus': () => Promise<typeof __icons_circle_plus>;
|
|
'circle-power': () => Promise<typeof __icons_circle_power>;
|
|
'circle-slash-2': () => Promise<typeof __icons_circle_slash_2>;
|
|
'circle-slash': () => Promise<typeof __icons_circle_slash>;
|
|
'circle-stop': () => Promise<typeof __icons_circle_stop>;
|
|
'circle-user-round': () => Promise<typeof __icons_circle_user_round>;
|
|
'circle-user': () => Promise<typeof __icons_circle_user>;
|
|
'circle-x': () => Promise<typeof __icons_circle_x>;
|
|
circle: () => Promise<typeof __icons_circle>;
|
|
'circuit-board': () => Promise<typeof __icons_circuit_board>;
|
|
citrus: () => Promise<typeof __icons_citrus>;
|
|
clapperboard: () => Promise<typeof __icons_clapperboard>;
|
|
'clipboard-check': () => Promise<typeof __icons_clipboard_check>;
|
|
'clipboard-copy': () => Promise<typeof __icons_clipboard_copy>;
|
|
'clipboard-list': () => Promise<typeof __icons_clipboard_list>;
|
|
'clipboard-minus': () => Promise<typeof __icons_clipboard_minus>;
|
|
'clipboard-paste': () => Promise<typeof __icons_clipboard_paste>;
|
|
'clipboard-pen-line': () => Promise<typeof __icons_clipboard_pen_line>;
|
|
'clipboard-pen': () => Promise<typeof __icons_clipboard_pen>;
|
|
'clipboard-plus': () => Promise<typeof __icons_clipboard_plus>;
|
|
'clipboard-type': () => Promise<typeof __icons_clipboard_type>;
|
|
'clipboard-x': () => Promise<typeof __icons_clipboard_x>;
|
|
clipboard: () => Promise<typeof __icons_clipboard>;
|
|
'clock-1': () => Promise<typeof __icons_clock_1>;
|
|
'clock-10': () => Promise<typeof __icons_clock_10>;
|
|
'clock-11': () => Promise<typeof __icons_clock_11>;
|
|
'clock-12': () => Promise<typeof __icons_clock_12>;
|
|
'clock-2': () => Promise<typeof __icons_clock_2>;
|
|
'clock-3': () => Promise<typeof __icons_clock_3>;
|
|
'clock-4': () => Promise<typeof __icons_clock_4>;
|
|
'clock-5': () => Promise<typeof __icons_clock_5>;
|
|
'clock-6': () => Promise<typeof __icons_clock_6>;
|
|
'clock-7': () => Promise<typeof __icons_clock_7>;
|
|
'clock-8': () => Promise<typeof __icons_clock_8>;
|
|
'clock-9': () => Promise<typeof __icons_clock_9>;
|
|
'clock-alert': () => Promise<typeof __icons_clock_alert>;
|
|
'clock-arrow-down': () => Promise<typeof __icons_clock_arrow_down>;
|
|
'clock-arrow-up': () => Promise<typeof __icons_clock_arrow_up>;
|
|
clock: () => Promise<typeof __icons_clock>;
|
|
'cloud-cog': () => Promise<typeof __icons_cloud_cog>;
|
|
'cloud-download': () => Promise<typeof __icons_cloud_download>;
|
|
'cloud-drizzle': () => Promise<typeof __icons_cloud_drizzle>;
|
|
'cloud-fog': () => Promise<typeof __icons_cloud_fog>;
|
|
'cloud-hail': () => Promise<typeof __icons_cloud_hail>;
|
|
'cloud-lightning': () => Promise<typeof __icons_cloud_lightning>;
|
|
'cloud-moon-rain': () => Promise<typeof __icons_cloud_moon_rain>;
|
|
'cloud-moon': () => Promise<typeof __icons_cloud_moon>;
|
|
'cloud-off': () => Promise<typeof __icons_cloud_off>;
|
|
'cloud-rain-wind': () => Promise<typeof __icons_cloud_rain_wind>;
|
|
'cloud-rain': () => Promise<typeof __icons_cloud_rain>;
|
|
'cloud-snow': () => Promise<typeof __icons_cloud_snow>;
|
|
'cloud-sun-rain': () => Promise<typeof __icons_cloud_sun_rain>;
|
|
'cloud-sun': () => Promise<typeof __icons_cloud_sun>;
|
|
'cloud-upload': () => Promise<typeof __icons_cloud_upload>;
|
|
cloud: () => Promise<typeof __icons_cloud>;
|
|
cloudy: () => Promise<typeof __icons_cloudy>;
|
|
clover: () => Promise<typeof __icons_clover>;
|
|
club: () => Promise<typeof __icons_club>;
|
|
'code-xml': () => Promise<typeof __icons_code_xml>;
|
|
code: () => Promise<typeof __icons_code>;
|
|
codepen: () => Promise<typeof __icons_codepen>;
|
|
codesandbox: () => Promise<typeof __icons_codesandbox>;
|
|
coffee: () => Promise<typeof __icons_coffee>;
|
|
cog: () => Promise<typeof __icons_cog>;
|
|
coins: () => Promise<typeof __icons_coins>;
|
|
'columns-2': () => Promise<typeof __icons_columns_2>;
|
|
'columns-3': () => Promise<typeof __icons_columns_3>;
|
|
'columns-4': () => Promise<typeof __icons_columns_4>;
|
|
combine: () => Promise<typeof __icons_combine>;
|
|
command: () => Promise<typeof __icons_command>;
|
|
compass: () => Promise<typeof __icons_compass>;
|
|
component: () => Promise<typeof __icons_component>;
|
|
computer: () => Promise<typeof __icons_computer>;
|
|
'concierge-bell': () => Promise<typeof __icons_concierge_bell>;
|
|
cone: () => Promise<typeof __icons_cone>;
|
|
construction: () => Promise<typeof __icons_construction>;
|
|
'contact-round': () => Promise<typeof __icons_contact_round>;
|
|
contact: () => Promise<typeof __icons_contact>;
|
|
container: () => Promise<typeof __icons_container>;
|
|
contrast: () => Promise<typeof __icons_contrast>;
|
|
cookie: () => Promise<typeof __icons_cookie>;
|
|
'cooking-pot': () => Promise<typeof __icons_cooking_pot>;
|
|
'copy-check': () => Promise<typeof __icons_copy_check>;
|
|
'copy-minus': () => Promise<typeof __icons_copy_minus>;
|
|
'copy-plus': () => Promise<typeof __icons_copy_plus>;
|
|
'copy-slash': () => Promise<typeof __icons_copy_slash>;
|
|
'copy-x': () => Promise<typeof __icons_copy_x>;
|
|
copy: () => Promise<typeof __icons_copy>;
|
|
copyleft: () => Promise<typeof __icons_copyleft>;
|
|
copyright: () => Promise<typeof __icons_copyright>;
|
|
'corner-down-left': () => Promise<typeof __icons_corner_down_left>;
|
|
'corner-down-right': () => Promise<typeof __icons_corner_down_right>;
|
|
'corner-left-down': () => Promise<typeof __icons_corner_left_down>;
|
|
'corner-left-up': () => Promise<typeof __icons_corner_left_up>;
|
|
'corner-right-down': () => Promise<typeof __icons_corner_right_down>;
|
|
'corner-right-up': () => Promise<typeof __icons_corner_right_up>;
|
|
'corner-up-left': () => Promise<typeof __icons_corner_up_left>;
|
|
'corner-up-right': () => Promise<typeof __icons_corner_up_right>;
|
|
cpu: () => Promise<typeof __icons_cpu>;
|
|
'creative-commons': () => Promise<typeof __icons_creative_commons>;
|
|
'credit-card': () => Promise<typeof __icons_credit_card>;
|
|
croissant: () => Promise<typeof __icons_croissant>;
|
|
crop: () => Promise<typeof __icons_crop>;
|
|
cross: () => Promise<typeof __icons_cross>;
|
|
crosshair: () => Promise<typeof __icons_crosshair>;
|
|
crown: () => Promise<typeof __icons_crown>;
|
|
cuboid: () => Promise<typeof __icons_cuboid>;
|
|
'cup-soda': () => Promise<typeof __icons_cup_soda>;
|
|
currency: () => Promise<typeof __icons_currency>;
|
|
cylinder: () => Promise<typeof __icons_cylinder>;
|
|
dam: () => Promise<typeof __icons_dam>;
|
|
'database-backup': () => Promise<typeof __icons_database_backup>;
|
|
'database-zap': () => Promise<typeof __icons_database_zap>;
|
|
database: () => Promise<typeof __icons_database>;
|
|
delete: () => Promise<typeof __icons_delete>;
|
|
dessert: () => Promise<typeof __icons_dessert>;
|
|
diameter: () => Promise<typeof __icons_diameter>;
|
|
'diamond-minus': () => Promise<typeof __icons_diamond_minus>;
|
|
'diamond-percent': () => Promise<typeof __icons_diamond_percent>;
|
|
'diamond-plus': () => Promise<typeof __icons_diamond_plus>;
|
|
diamond: () => Promise<typeof __icons_diamond>;
|
|
'dice-1': () => Promise<typeof __icons_dice_1>;
|
|
'dice-2': () => Promise<typeof __icons_dice_2>;
|
|
'dice-3': () => Promise<typeof __icons_dice_3>;
|
|
'dice-4': () => Promise<typeof __icons_dice_4>;
|
|
'dice-5': () => Promise<typeof __icons_dice_5>;
|
|
'dice-6': () => Promise<typeof __icons_dice_6>;
|
|
dices: () => Promise<typeof __icons_dices>;
|
|
diff: () => Promise<typeof __icons_diff>;
|
|
'disc-2': () => Promise<typeof __icons_disc_2>;
|
|
'disc-3': () => Promise<typeof __icons_disc_3>;
|
|
'disc-album': () => Promise<typeof __icons_disc_album>;
|
|
disc: () => Promise<typeof __icons_disc>;
|
|
divide: () => Promise<typeof __icons_divide>;
|
|
'dna-off': () => Promise<typeof __icons_dna_off>;
|
|
dna: () => Promise<typeof __icons_dna>;
|
|
dock: () => Promise<typeof __icons_dock>;
|
|
dog: () => Promise<typeof __icons_dog>;
|
|
'dollar-sign': () => Promise<typeof __icons_dollar_sign>;
|
|
donut: () => Promise<typeof __icons_donut>;
|
|
'door-closed': () => Promise<typeof __icons_door_closed>;
|
|
'door-open': () => Promise<typeof __icons_door_open>;
|
|
dot: () => Promise<typeof __icons_dot>;
|
|
download: () => Promise<typeof __icons_download>;
|
|
'drafting-compass': () => Promise<typeof __icons_drafting_compass>;
|
|
drama: () => Promise<typeof __icons_drama>;
|
|
dribbble: () => Promise<typeof __icons_dribbble>;
|
|
drill: () => Promise<typeof __icons_drill>;
|
|
droplet: () => Promise<typeof __icons_droplet>;
|
|
droplets: () => Promise<typeof __icons_droplets>;
|
|
drum: () => Promise<typeof __icons_drum>;
|
|
drumstick: () => Promise<typeof __icons_drumstick>;
|
|
dumbbell: () => Promise<typeof __icons_dumbbell>;
|
|
'ear-off': () => Promise<typeof __icons_ear_off>;
|
|
ear: () => Promise<typeof __icons_ear>;
|
|
'earth-lock': () => Promise<typeof __icons_earth_lock>;
|
|
earth: () => Promise<typeof __icons_earth>;
|
|
eclipse: () => Promise<typeof __icons_eclipse>;
|
|
'egg-fried': () => Promise<typeof __icons_egg_fried>;
|
|
'egg-off': () => Promise<typeof __icons_egg_off>;
|
|
egg: () => Promise<typeof __icons_egg>;
|
|
'ellipsis-vertical': () => Promise<typeof __icons_ellipsis_vertical>;
|
|
ellipsis: () => Promise<typeof __icons_ellipsis>;
|
|
'equal-not': () => Promise<typeof __icons_equal_not>;
|
|
equal: () => Promise<typeof __icons_equal>;
|
|
eraser: () => Promise<typeof __icons_eraser>;
|
|
'ethernet-port': () => Promise<typeof __icons_ethernet_port>;
|
|
euro: () => Promise<typeof __icons_euro>;
|
|
expand: () => Promise<typeof __icons_expand>;
|
|
'external-link': () => Promise<typeof __icons_external_link>;
|
|
'eye-closed': () => Promise<typeof __icons_eye_closed>;
|
|
'eye-off': () => Promise<typeof __icons_eye_off>;
|
|
eye: () => Promise<typeof __icons_eye>;
|
|
facebook: () => Promise<typeof __icons_facebook>;
|
|
factory: () => Promise<typeof __icons_factory>;
|
|
fan: () => Promise<typeof __icons_fan>;
|
|
'fast-forward': () => Promise<typeof __icons_fast_forward>;
|
|
feather: () => Promise<typeof __icons_feather>;
|
|
fence: () => Promise<typeof __icons_fence>;
|
|
'ferris-wheel': () => Promise<typeof __icons_ferris_wheel>;
|
|
figma: () => Promise<typeof __icons_figma>;
|
|
'file-archive': () => Promise<typeof __icons_file_archive>;
|
|
'file-audio-2': () => Promise<typeof __icons_file_audio_2>;
|
|
'file-audio': () => Promise<typeof __icons_file_audio>;
|
|
'file-axis-3d': () => Promise<typeof __icons_file_axis_3d>;
|
|
'file-badge-2': () => Promise<typeof __icons_file_badge_2>;
|
|
'file-badge': () => Promise<typeof __icons_file_badge>;
|
|
'file-box': () => Promise<typeof __icons_file_box>;
|
|
'file-chart-column-increasing': () => Promise<typeof __icons_file_chart_column_increasing>;
|
|
'file-chart-column': () => Promise<typeof __icons_file_chart_column>;
|
|
'file-chart-line': () => Promise<typeof __icons_file_chart_line>;
|
|
'file-chart-pie': () => Promise<typeof __icons_file_chart_pie>;
|
|
'file-check-2': () => Promise<typeof __icons_file_check_2>;
|
|
'file-check': () => Promise<typeof __icons_file_check>;
|
|
'file-clock': () => Promise<typeof __icons_file_clock>;
|
|
'file-code-2': () => Promise<typeof __icons_file_code_2>;
|
|
'file-code': () => Promise<typeof __icons_file_code>;
|
|
'file-cog': () => Promise<typeof __icons_file_cog>;
|
|
'file-diff': () => Promise<typeof __icons_file_diff>;
|
|
'file-digit': () => Promise<typeof __icons_file_digit>;
|
|
'file-down': () => Promise<typeof __icons_file_down>;
|
|
'file-heart': () => Promise<typeof __icons_file_heart>;
|
|
'file-image': () => Promise<typeof __icons_file_image>;
|
|
'file-input': () => Promise<typeof __icons_file_input>;
|
|
'file-json-2': () => Promise<typeof __icons_file_json_2>;
|
|
'file-json': () => Promise<typeof __icons_file_json>;
|
|
'file-key-2': () => Promise<typeof __icons_file_key_2>;
|
|
'file-key': () => Promise<typeof __icons_file_key>;
|
|
'file-lock-2': () => Promise<typeof __icons_file_lock_2>;
|
|
'file-lock': () => Promise<typeof __icons_file_lock>;
|
|
'file-minus-2': () => Promise<typeof __icons_file_minus_2>;
|
|
'file-minus': () => Promise<typeof __icons_file_minus>;
|
|
'file-music': () => Promise<typeof __icons_file_music>;
|
|
'file-output': () => Promise<typeof __icons_file_output>;
|
|
'file-pen-line': () => Promise<typeof __icons_file_pen_line>;
|
|
'file-pen': () => Promise<typeof __icons_file_pen>;
|
|
'file-plus-2': () => Promise<typeof __icons_file_plus_2>;
|
|
'file-plus': () => Promise<typeof __icons_file_plus>;
|
|
'file-question': () => Promise<typeof __icons_file_question>;
|
|
'file-scan': () => Promise<typeof __icons_file_scan>;
|
|
'file-search-2': () => Promise<typeof __icons_file_search_2>;
|
|
'file-search': () => Promise<typeof __icons_file_search>;
|
|
'file-sliders': () => Promise<typeof __icons_file_sliders>;
|
|
'file-spreadsheet': () => Promise<typeof __icons_file_spreadsheet>;
|
|
'file-stack': () => Promise<typeof __icons_file_stack>;
|
|
'file-symlink': () => Promise<typeof __icons_file_symlink>;
|
|
'file-terminal': () => Promise<typeof __icons_file_terminal>;
|
|
'file-text': () => Promise<typeof __icons_file_text>;
|
|
'file-type-2': () => Promise<typeof __icons_file_type_2>;
|
|
'file-type': () => Promise<typeof __icons_file_type>;
|
|
'file-up': () => Promise<typeof __icons_file_up>;
|
|
'file-user': () => Promise<typeof __icons_file_user>;
|
|
'file-video-2': () => Promise<typeof __icons_file_video_2>;
|
|
'file-video': () => Promise<typeof __icons_file_video>;
|
|
'file-volume-2': () => Promise<typeof __icons_file_volume_2>;
|
|
'file-volume': () => Promise<typeof __icons_file_volume>;
|
|
'file-warning': () => Promise<typeof __icons_file_warning>;
|
|
'file-x-2': () => Promise<typeof __icons_file_x_2>;
|
|
'file-x': () => Promise<typeof __icons_file_x>;
|
|
file: () => Promise<typeof __icons_file>;
|
|
files: () => Promise<typeof __icons_files>;
|
|
film: () => Promise<typeof __icons_film>;
|
|
'filter-x': () => Promise<typeof __icons_filter_x>;
|
|
filter: () => Promise<typeof __icons_filter>;
|
|
fingerprint: () => Promise<typeof __icons_fingerprint>;
|
|
'fire-extinguisher': () => Promise<typeof __icons_fire_extinguisher>;
|
|
'fish-off': () => Promise<typeof __icons_fish_off>;
|
|
'fish-symbol': () => Promise<typeof __icons_fish_symbol>;
|
|
fish: () => Promise<typeof __icons_fish>;
|
|
'flag-off': () => Promise<typeof __icons_flag_off>;
|
|
'flag-triangle-left': () => Promise<typeof __icons_flag_triangle_left>;
|
|
'flag-triangle-right': () => Promise<typeof __icons_flag_triangle_right>;
|
|
flag: () => Promise<typeof __icons_flag>;
|
|
'flame-kindling': () => Promise<typeof __icons_flame_kindling>;
|
|
flame: () => Promise<typeof __icons_flame>;
|
|
'flashlight-off': () => Promise<typeof __icons_flashlight_off>;
|
|
flashlight: () => Promise<typeof __icons_flashlight>;
|
|
'flask-conical-off': () => Promise<typeof __icons_flask_conical_off>;
|
|
'flask-conical': () => Promise<typeof __icons_flask_conical>;
|
|
'flask-round': () => Promise<typeof __icons_flask_round>;
|
|
'flip-horizontal-2': () => Promise<typeof __icons_flip_horizontal_2>;
|
|
'flip-horizontal': () => Promise<typeof __icons_flip_horizontal>;
|
|
'flip-vertical-2': () => Promise<typeof __icons_flip_vertical_2>;
|
|
'flip-vertical': () => Promise<typeof __icons_flip_vertical>;
|
|
'flower-2': () => Promise<typeof __icons_flower_2>;
|
|
flower: () => Promise<typeof __icons_flower>;
|
|
focus: () => Promise<typeof __icons_focus>;
|
|
'fold-horizontal': () => Promise<typeof __icons_fold_horizontal>;
|
|
'fold-vertical': () => Promise<typeof __icons_fold_vertical>;
|
|
'folder-archive': () => Promise<typeof __icons_folder_archive>;
|
|
'folder-check': () => Promise<typeof __icons_folder_check>;
|
|
'folder-clock': () => Promise<typeof __icons_folder_clock>;
|
|
'folder-closed': () => Promise<typeof __icons_folder_closed>;
|
|
'folder-code': () => Promise<typeof __icons_folder_code>;
|
|
'folder-cog': () => Promise<typeof __icons_folder_cog>;
|
|
'folder-dot': () => Promise<typeof __icons_folder_dot>;
|
|
'folder-down': () => Promise<typeof __icons_folder_down>;
|
|
'folder-git-2': () => Promise<typeof __icons_folder_git_2>;
|
|
'folder-git': () => Promise<typeof __icons_folder_git>;
|
|
'folder-heart': () => Promise<typeof __icons_folder_heart>;
|
|
'folder-input': () => Promise<typeof __icons_folder_input>;
|
|
'folder-kanban': () => Promise<typeof __icons_folder_kanban>;
|
|
'folder-key': () => Promise<typeof __icons_folder_key>;
|
|
'folder-lock': () => Promise<typeof __icons_folder_lock>;
|
|
'folder-minus': () => Promise<typeof __icons_folder_minus>;
|
|
'folder-open-dot': () => Promise<typeof __icons_folder_open_dot>;
|
|
'folder-open': () => Promise<typeof __icons_folder_open>;
|
|
'folder-output': () => Promise<typeof __icons_folder_output>;
|
|
'folder-pen': () => Promise<typeof __icons_folder_pen>;
|
|
'folder-plus': () => Promise<typeof __icons_folder_plus>;
|
|
'folder-root': () => Promise<typeof __icons_folder_root>;
|
|
'folder-search-2': () => Promise<typeof __icons_folder_search_2>;
|
|
'folder-search': () => Promise<typeof __icons_folder_search>;
|
|
'folder-symlink': () => Promise<typeof __icons_folder_symlink>;
|
|
'folder-sync': () => Promise<typeof __icons_folder_sync>;
|
|
'folder-tree': () => Promise<typeof __icons_folder_tree>;
|
|
'folder-up': () => Promise<typeof __icons_folder_up>;
|
|
'folder-x': () => Promise<typeof __icons_folder_x>;
|
|
folder: () => Promise<typeof __icons_folder>;
|
|
folders: () => Promise<typeof __icons_folders>;
|
|
footprints: () => Promise<typeof __icons_footprints>;
|
|
forklift: () => Promise<typeof __icons_forklift>;
|
|
forward: () => Promise<typeof __icons_forward>;
|
|
frame: () => Promise<typeof __icons_frame>;
|
|
framer: () => Promise<typeof __icons_framer>;
|
|
frown: () => Promise<typeof __icons_frown>;
|
|
fuel: () => Promise<typeof __icons_fuel>;
|
|
fullscreen: () => Promise<typeof __icons_fullscreen>;
|
|
'gallery-horizontal-end': () => Promise<typeof __icons_gallery_horizontal_end>;
|
|
'gallery-horizontal': () => Promise<typeof __icons_gallery_horizontal>;
|
|
'gallery-thumbnails': () => Promise<typeof __icons_gallery_thumbnails>;
|
|
'gallery-vertical-end': () => Promise<typeof __icons_gallery_vertical_end>;
|
|
'gallery-vertical': () => Promise<typeof __icons_gallery_vertical>;
|
|
'gamepad-2': () => Promise<typeof __icons_gamepad_2>;
|
|
gamepad: () => Promise<typeof __icons_gamepad>;
|
|
gauge: () => Promise<typeof __icons_gauge>;
|
|
gavel: () => Promise<typeof __icons_gavel>;
|
|
gem: () => Promise<typeof __icons_gem>;
|
|
ghost: () => Promise<typeof __icons_ghost>;
|
|
gift: () => Promise<typeof __icons_gift>;
|
|
'git-branch-plus': () => Promise<typeof __icons_git_branch_plus>;
|
|
'git-branch': () => Promise<typeof __icons_git_branch>;
|
|
'git-commit-horizontal': () => Promise<typeof __icons_git_commit_horizontal>;
|
|
'git-commit-vertical': () => Promise<typeof __icons_git_commit_vertical>;
|
|
'git-compare-arrows': () => Promise<typeof __icons_git_compare_arrows>;
|
|
'git-compare': () => Promise<typeof __icons_git_compare>;
|
|
'git-fork': () => Promise<typeof __icons_git_fork>;
|
|
'git-graph': () => Promise<typeof __icons_git_graph>;
|
|
'git-merge': () => Promise<typeof __icons_git_merge>;
|
|
'git-pull-request-arrow': () => Promise<typeof __icons_git_pull_request_arrow>;
|
|
'git-pull-request-closed': () => Promise<typeof __icons_git_pull_request_closed>;
|
|
'git-pull-request-create-arrow': () => Promise<typeof __icons_git_pull_request_create_arrow>;
|
|
'git-pull-request-create': () => Promise<typeof __icons_git_pull_request_create>;
|
|
'git-pull-request-draft': () => Promise<typeof __icons_git_pull_request_draft>;
|
|
'git-pull-request': () => Promise<typeof __icons_git_pull_request>;
|
|
github: () => Promise<typeof __icons_github>;
|
|
gitlab: () => Promise<typeof __icons_gitlab>;
|
|
'glass-water': () => Promise<typeof __icons_glass_water>;
|
|
glasses: () => Promise<typeof __icons_glasses>;
|
|
'globe-lock': () => Promise<typeof __icons_globe_lock>;
|
|
globe: () => Promise<typeof __icons_globe>;
|
|
goal: () => Promise<typeof __icons_goal>;
|
|
grab: () => Promise<typeof __icons_grab>;
|
|
'graduation-cap': () => Promise<typeof __icons_graduation_cap>;
|
|
grape: () => Promise<typeof __icons_grape>;
|
|
'grid-2x2-check': () => Promise<typeof __icons_grid_2x2_check>;
|
|
'grid-2x2-plus': () => Promise<typeof __icons_grid_2x2_plus>;
|
|
'grid-2x2-x': () => Promise<typeof __icons_grid_2x2_x>;
|
|
'grid-2x2': () => Promise<typeof __icons_grid_2x2>;
|
|
'grid-3x3': () => Promise<typeof __icons_grid_3x3>;
|
|
'grip-horizontal': () => Promise<typeof __icons_grip_horizontal>;
|
|
'grip-vertical': () => Promise<typeof __icons_grip_vertical>;
|
|
grip: () => Promise<typeof __icons_grip>;
|
|
group: () => Promise<typeof __icons_group>;
|
|
guitar: () => Promise<typeof __icons_guitar>;
|
|
ham: () => Promise<typeof __icons_ham>;
|
|
hammer: () => Promise<typeof __icons_hammer>;
|
|
'hand-coins': () => Promise<typeof __icons_hand_coins>;
|
|
'hand-heart': () => Promise<typeof __icons_hand_heart>;
|
|
'hand-helping': () => Promise<typeof __icons_hand_helping>;
|
|
'hand-metal': () => Promise<typeof __icons_hand_metal>;
|
|
'hand-platter': () => Promise<typeof __icons_hand_platter>;
|
|
hand: () => Promise<typeof __icons_hand>;
|
|
handshake: () => Promise<typeof __icons_handshake>;
|
|
'hard-drive-download': () => Promise<typeof __icons_hard_drive_download>;
|
|
'hard-drive-upload': () => Promise<typeof __icons_hard_drive_upload>;
|
|
'hard-drive': () => Promise<typeof __icons_hard_drive>;
|
|
'hard-hat': () => Promise<typeof __icons_hard_hat>;
|
|
hash: () => Promise<typeof __icons_hash>;
|
|
haze: () => Promise<typeof __icons_haze>;
|
|
'hdmi-port': () => Promise<typeof __icons_hdmi_port>;
|
|
'heading-1': () => Promise<typeof __icons_heading_1>;
|
|
'heading-2': () => Promise<typeof __icons_heading_2>;
|
|
'heading-3': () => Promise<typeof __icons_heading_3>;
|
|
'heading-4': () => Promise<typeof __icons_heading_4>;
|
|
'heading-5': () => Promise<typeof __icons_heading_5>;
|
|
'heading-6': () => Promise<typeof __icons_heading_6>;
|
|
heading: () => Promise<typeof __icons_heading>;
|
|
'headphone-off': () => Promise<typeof __icons_headphone_off>;
|
|
headphones: () => Promise<typeof __icons_headphones>;
|
|
headset: () => Promise<typeof __icons_headset>;
|
|
'heart-crack': () => Promise<typeof __icons_heart_crack>;
|
|
'heart-handshake': () => Promise<typeof __icons_heart_handshake>;
|
|
'heart-off': () => Promise<typeof __icons_heart_off>;
|
|
'heart-pulse': () => Promise<typeof __icons_heart_pulse>;
|
|
heart: () => Promise<typeof __icons_heart>;
|
|
heater: () => Promise<typeof __icons_heater>;
|
|
hexagon: () => Promise<typeof __icons_hexagon>;
|
|
highlighter: () => Promise<typeof __icons_highlighter>;
|
|
history: () => Promise<typeof __icons_history>;
|
|
'hop-off': () => Promise<typeof __icons_hop_off>;
|
|
hop: () => Promise<typeof __icons_hop>;
|
|
hospital: () => Promise<typeof __icons_hospital>;
|
|
hotel: () => Promise<typeof __icons_hotel>;
|
|
hourglass: () => Promise<typeof __icons_hourglass>;
|
|
'house-plug': () => Promise<typeof __icons_house_plug>;
|
|
'house-plus': () => Promise<typeof __icons_house_plus>;
|
|
house: () => Promise<typeof __icons_house>;
|
|
'ice-cream-bowl': () => Promise<typeof __icons_ice_cream_bowl>;
|
|
'ice-cream-cone': () => Promise<typeof __icons_ice_cream_cone>;
|
|
'id-card': () => Promise<typeof __icons_id_card>;
|
|
'image-down': () => Promise<typeof __icons_image_down>;
|
|
'image-minus': () => Promise<typeof __icons_image_minus>;
|
|
'image-off': () => Promise<typeof __icons_image_off>;
|
|
'image-play': () => Promise<typeof __icons_image_play>;
|
|
'image-plus': () => Promise<typeof __icons_image_plus>;
|
|
'image-up': () => Promise<typeof __icons_image_up>;
|
|
image: () => Promise<typeof __icons_image>;
|
|
images: () => Promise<typeof __icons_images>;
|
|
import: () => Promise<typeof __icons_import>;
|
|
inbox: () => Promise<typeof __icons_inbox>;
|
|
'indent-decrease': () => Promise<typeof __icons_indent_decrease>;
|
|
'indent-increase': () => Promise<typeof __icons_indent_increase>;
|
|
'indian-rupee': () => Promise<typeof __icons_indian_rupee>;
|
|
infinity: () => Promise<typeof __icons_infinity>;
|
|
info: () => Promise<typeof __icons_info>;
|
|
'inspection-panel': () => Promise<typeof __icons_inspection_panel>;
|
|
instagram: () => Promise<typeof __icons_instagram>;
|
|
italic: () => Promise<typeof __icons_italic>;
|
|
'iteration-ccw': () => Promise<typeof __icons_iteration_ccw>;
|
|
'iteration-cw': () => Promise<typeof __icons_iteration_cw>;
|
|
'japanese-yen': () => Promise<typeof __icons_japanese_yen>;
|
|
joystick: () => Promise<typeof __icons_joystick>;
|
|
kanban: () => Promise<typeof __icons_kanban>;
|
|
'key-round': () => Promise<typeof __icons_key_round>;
|
|
'key-square': () => Promise<typeof __icons_key_square>;
|
|
key: () => Promise<typeof __icons_key>;
|
|
'keyboard-music': () => Promise<typeof __icons_keyboard_music>;
|
|
'keyboard-off': () => Promise<typeof __icons_keyboard_off>;
|
|
keyboard: () => Promise<typeof __icons_keyboard>;
|
|
'lamp-ceiling': () => Promise<typeof __icons_lamp_ceiling>;
|
|
'lamp-desk': () => Promise<typeof __icons_lamp_desk>;
|
|
'lamp-floor': () => Promise<typeof __icons_lamp_floor>;
|
|
'lamp-wall-down': () => Promise<typeof __icons_lamp_wall_down>;
|
|
'lamp-wall-up': () => Promise<typeof __icons_lamp_wall_up>;
|
|
lamp: () => Promise<typeof __icons_lamp>;
|
|
'land-plot': () => Promise<typeof __icons_land_plot>;
|
|
landmark: () => Promise<typeof __icons_landmark>;
|
|
languages: () => Promise<typeof __icons_languages>;
|
|
'laptop-minimal': () => Promise<typeof __icons_laptop_minimal>;
|
|
laptop: () => Promise<typeof __icons_laptop>;
|
|
'lasso-select': () => Promise<typeof __icons_lasso_select>;
|
|
lasso: () => Promise<typeof __icons_lasso>;
|
|
laugh: () => Promise<typeof __icons_laugh>;
|
|
'layers-2': () => Promise<typeof __icons_layers_2>;
|
|
'layers-3': () => Promise<typeof __icons_layers_3>;
|
|
layers: () => Promise<typeof __icons_layers>;
|
|
'layout-dashboard': () => Promise<typeof __icons_layout_dashboard>;
|
|
'layout-grid': () => Promise<typeof __icons_layout_grid>;
|
|
'layout-list': () => Promise<typeof __icons_layout_list>;
|
|
'layout-panel-left': () => Promise<typeof __icons_layout_panel_left>;
|
|
'layout-panel-top': () => Promise<typeof __icons_layout_panel_top>;
|
|
'layout-template': () => Promise<typeof __icons_layout_template>;
|
|
leaf: () => Promise<typeof __icons_leaf>;
|
|
'leafy-green': () => Promise<typeof __icons_leafy_green>;
|
|
lectern: () => Promise<typeof __icons_lectern>;
|
|
'letter-text': () => Promise<typeof __icons_letter_text>;
|
|
'library-big': () => Promise<typeof __icons_library_big>;
|
|
library: () => Promise<typeof __icons_library>;
|
|
'life-buoy': () => Promise<typeof __icons_life_buoy>;
|
|
ligature: () => Promise<typeof __icons_ligature>;
|
|
'lightbulb-off': () => Promise<typeof __icons_lightbulb_off>;
|
|
lightbulb: () => Promise<typeof __icons_lightbulb>;
|
|
'link-2-off': () => Promise<typeof __icons_link_2_off>;
|
|
'link-2': () => Promise<typeof __icons_link_2>;
|
|
link: () => Promise<typeof __icons_link>;
|
|
linkedin: () => Promise<typeof __icons_linkedin>;
|
|
'list-check': () => Promise<typeof __icons_list_check>;
|
|
'list-checks': () => Promise<typeof __icons_list_checks>;
|
|
'list-collapse': () => Promise<typeof __icons_list_collapse>;
|
|
'list-end': () => Promise<typeof __icons_list_end>;
|
|
'list-filter': () => Promise<typeof __icons_list_filter>;
|
|
'list-minus': () => Promise<typeof __icons_list_minus>;
|
|
'list-music': () => Promise<typeof __icons_list_music>;
|
|
'list-ordered': () => Promise<typeof __icons_list_ordered>;
|
|
'list-plus': () => Promise<typeof __icons_list_plus>;
|
|
'list-restart': () => Promise<typeof __icons_list_restart>;
|
|
'list-start': () => Promise<typeof __icons_list_start>;
|
|
'list-todo': () => Promise<typeof __icons_list_todo>;
|
|
'list-tree': () => Promise<typeof __icons_list_tree>;
|
|
'list-video': () => Promise<typeof __icons_list_video>;
|
|
'list-x': () => Promise<typeof __icons_list_x>;
|
|
list: () => Promise<typeof __icons_list>;
|
|
'loader-circle': () => Promise<typeof __icons_loader_circle>;
|
|
'loader-pinwheel': () => Promise<typeof __icons_loader_pinwheel>;
|
|
loader: () => Promise<typeof __icons_loader>;
|
|
'locate-fixed': () => Promise<typeof __icons_locate_fixed>;
|
|
'locate-off': () => Promise<typeof __icons_locate_off>;
|
|
locate: () => Promise<typeof __icons_locate>;
|
|
'lock-keyhole-open': () => Promise<typeof __icons_lock_keyhole_open>;
|
|
'lock-keyhole': () => Promise<typeof __icons_lock_keyhole>;
|
|
'lock-open': () => Promise<typeof __icons_lock_open>;
|
|
lock: () => Promise<typeof __icons_lock>;
|
|
'log-in': () => Promise<typeof __icons_log_in>;
|
|
'log-out': () => Promise<typeof __icons_log_out>;
|
|
logs: () => Promise<typeof __icons_logs>;
|
|
lollipop: () => Promise<typeof __icons_lollipop>;
|
|
luggage: () => Promise<typeof __icons_luggage>;
|
|
magnet: () => Promise<typeof __icons_magnet>;
|
|
'mail-check': () => Promise<typeof __icons_mail_check>;
|
|
'mail-minus': () => Promise<typeof __icons_mail_minus>;
|
|
'mail-open': () => Promise<typeof __icons_mail_open>;
|
|
'mail-plus': () => Promise<typeof __icons_mail_plus>;
|
|
'mail-question': () => Promise<typeof __icons_mail_question>;
|
|
'mail-search': () => Promise<typeof __icons_mail_search>;
|
|
'mail-warning': () => Promise<typeof __icons_mail_warning>;
|
|
'mail-x': () => Promise<typeof __icons_mail_x>;
|
|
mail: () => Promise<typeof __icons_mail>;
|
|
mailbox: () => Promise<typeof __icons_mailbox>;
|
|
mails: () => Promise<typeof __icons_mails>;
|
|
'map-pin-check-inside': () => Promise<typeof __icons_map_pin_check_inside>;
|
|
'map-pin-check': () => Promise<typeof __icons_map_pin_check>;
|
|
'map-pin-house': () => Promise<typeof __icons_map_pin_house>;
|
|
'map-pin-minus-inside': () => Promise<typeof __icons_map_pin_minus_inside>;
|
|
'map-pin-minus': () => Promise<typeof __icons_map_pin_minus>;
|
|
'map-pin-off': () => Promise<typeof __icons_map_pin_off>;
|
|
'map-pin-plus-inside': () => Promise<typeof __icons_map_pin_plus_inside>;
|
|
'map-pin-plus': () => Promise<typeof __icons_map_pin_plus>;
|
|
'map-pin-x-inside': () => Promise<typeof __icons_map_pin_x_inside>;
|
|
'map-pin-x': () => Promise<typeof __icons_map_pin_x>;
|
|
'map-pin': () => Promise<typeof __icons_map_pin>;
|
|
'map-pinned': () => Promise<typeof __icons_map_pinned>;
|
|
map: () => Promise<typeof __icons_map>;
|
|
martini: () => Promise<typeof __icons_martini>;
|
|
'maximize-2': () => Promise<typeof __icons_maximize_2>;
|
|
maximize: () => Promise<typeof __icons_maximize>;
|
|
medal: () => Promise<typeof __icons_medal>;
|
|
'megaphone-off': () => Promise<typeof __icons_megaphone_off>;
|
|
megaphone: () => Promise<typeof __icons_megaphone>;
|
|
meh: () => Promise<typeof __icons_meh>;
|
|
'memory-stick': () => Promise<typeof __icons_memory_stick>;
|
|
menu: () => Promise<typeof __icons_menu>;
|
|
merge: () => Promise<typeof __icons_merge>;
|
|
'message-circle-code': () => Promise<typeof __icons_message_circle_code>;
|
|
'message-circle-dashed': () => Promise<typeof __icons_message_circle_dashed>;
|
|
'message-circle-heart': () => Promise<typeof __icons_message_circle_heart>;
|
|
'message-circle-more': () => Promise<typeof __icons_message_circle_more>;
|
|
'message-circle-off': () => Promise<typeof __icons_message_circle_off>;
|
|
'message-circle-plus': () => Promise<typeof __icons_message_circle_plus>;
|
|
'message-circle-question': () => Promise<typeof __icons_message_circle_question>;
|
|
'message-circle-reply': () => Promise<typeof __icons_message_circle_reply>;
|
|
'message-circle-warning': () => Promise<typeof __icons_message_circle_warning>;
|
|
'message-circle-x': () => Promise<typeof __icons_message_circle_x>;
|
|
'message-circle': () => Promise<typeof __icons_message_circle>;
|
|
'message-square-code': () => Promise<typeof __icons_message_square_code>;
|
|
'message-square-dashed': () => Promise<typeof __icons_message_square_dashed>;
|
|
'message-square-diff': () => Promise<typeof __icons_message_square_diff>;
|
|
'message-square-dot': () => Promise<typeof __icons_message_square_dot>;
|
|
'message-square-heart': () => Promise<typeof __icons_message_square_heart>;
|
|
'message-square-lock': () => Promise<typeof __icons_message_square_lock>;
|
|
'message-square-more': () => Promise<typeof __icons_message_square_more>;
|
|
'message-square-off': () => Promise<typeof __icons_message_square_off>;
|
|
'message-square-plus': () => Promise<typeof __icons_message_square_plus>;
|
|
'message-square-quote': () => Promise<typeof __icons_message_square_quote>;
|
|
'message-square-reply': () => Promise<typeof __icons_message_square_reply>;
|
|
'message-square-share': () => Promise<typeof __icons_message_square_share>;
|
|
'message-square-text': () => Promise<typeof __icons_message_square_text>;
|
|
'message-square-warning': () => Promise<typeof __icons_message_square_warning>;
|
|
'message-square-x': () => Promise<typeof __icons_message_square_x>;
|
|
'message-square': () => Promise<typeof __icons_message_square>;
|
|
'messages-square': () => Promise<typeof __icons_messages_square>;
|
|
'mic-off': () => Promise<typeof __icons_mic_off>;
|
|
'mic-vocal': () => Promise<typeof __icons_mic_vocal>;
|
|
mic: () => Promise<typeof __icons_mic>;
|
|
microchip: () => Promise<typeof __icons_microchip>;
|
|
microscope: () => Promise<typeof __icons_microscope>;
|
|
microwave: () => Promise<typeof __icons_microwave>;
|
|
milestone: () => Promise<typeof __icons_milestone>;
|
|
'milk-off': () => Promise<typeof __icons_milk_off>;
|
|
milk: () => Promise<typeof __icons_milk>;
|
|
'minimize-2': () => Promise<typeof __icons_minimize_2>;
|
|
minimize: () => Promise<typeof __icons_minimize>;
|
|
minus: () => Promise<typeof __icons_minus>;
|
|
'monitor-check': () => Promise<typeof __icons_monitor_check>;
|
|
'monitor-cog': () => Promise<typeof __icons_monitor_cog>;
|
|
'monitor-dot': () => Promise<typeof __icons_monitor_dot>;
|
|
'monitor-down': () => Promise<typeof __icons_monitor_down>;
|
|
'monitor-off': () => Promise<typeof __icons_monitor_off>;
|
|
'monitor-pause': () => Promise<typeof __icons_monitor_pause>;
|
|
'monitor-play': () => Promise<typeof __icons_monitor_play>;
|
|
'monitor-smartphone': () => Promise<typeof __icons_monitor_smartphone>;
|
|
'monitor-speaker': () => Promise<typeof __icons_monitor_speaker>;
|
|
'monitor-stop': () => Promise<typeof __icons_monitor_stop>;
|
|
'monitor-up': () => Promise<typeof __icons_monitor_up>;
|
|
'monitor-x': () => Promise<typeof __icons_monitor_x>;
|
|
monitor: () => Promise<typeof __icons_monitor>;
|
|
'moon-star': () => Promise<typeof __icons_moon_star>;
|
|
moon: () => Promise<typeof __icons_moon>;
|
|
'mountain-snow': () => Promise<typeof __icons_mountain_snow>;
|
|
mountain: () => Promise<typeof __icons_mountain>;
|
|
'mouse-off': () => Promise<typeof __icons_mouse_off>;
|
|
'mouse-pointer-2': () => Promise<typeof __icons_mouse_pointer_2>;
|
|
'mouse-pointer-ban': () => Promise<typeof __icons_mouse_pointer_ban>;
|
|
'mouse-pointer-click': () => Promise<typeof __icons_mouse_pointer_click>;
|
|
'mouse-pointer': () => Promise<typeof __icons_mouse_pointer>;
|
|
mouse: () => Promise<typeof __icons_mouse>;
|
|
'move-3d': () => Promise<typeof __icons_move_3d>;
|
|
'move-diagonal-2': () => Promise<typeof __icons_move_diagonal_2>;
|
|
'move-diagonal': () => Promise<typeof __icons_move_diagonal>;
|
|
'move-down-left': () => Promise<typeof __icons_move_down_left>;
|
|
'move-down-right': () => Promise<typeof __icons_move_down_right>;
|
|
'move-down': () => Promise<typeof __icons_move_down>;
|
|
'move-horizontal': () => Promise<typeof __icons_move_horizontal>;
|
|
'move-left': () => Promise<typeof __icons_move_left>;
|
|
'move-right': () => Promise<typeof __icons_move_right>;
|
|
'move-up-left': () => Promise<typeof __icons_move_up_left>;
|
|
'move-up-right': () => Promise<typeof __icons_move_up_right>;
|
|
'move-up': () => Promise<typeof __icons_move_up>;
|
|
'move-vertical': () => Promise<typeof __icons_move_vertical>;
|
|
move: () => Promise<typeof __icons_move>;
|
|
'music-2': () => Promise<typeof __icons_music_2>;
|
|
'music-3': () => Promise<typeof __icons_music_3>;
|
|
'music-4': () => Promise<typeof __icons_music_4>;
|
|
music: () => Promise<typeof __icons_music>;
|
|
'navigation-2-off': () => Promise<typeof __icons_navigation_2_off>;
|
|
'navigation-2': () => Promise<typeof __icons_navigation_2>;
|
|
'navigation-off': () => Promise<typeof __icons_navigation_off>;
|
|
navigation: () => Promise<typeof __icons_navigation>;
|
|
network: () => Promise<typeof __icons_network>;
|
|
newspaper: () => Promise<typeof __icons_newspaper>;
|
|
nfc: () => Promise<typeof __icons_nfc>;
|
|
'notebook-pen': () => Promise<typeof __icons_notebook_pen>;
|
|
'notebook-tabs': () => Promise<typeof __icons_notebook_tabs>;
|
|
'notebook-text': () => Promise<typeof __icons_notebook_text>;
|
|
notebook: () => Promise<typeof __icons_notebook>;
|
|
'notepad-text-dashed': () => Promise<typeof __icons_notepad_text_dashed>;
|
|
'notepad-text': () => Promise<typeof __icons_notepad_text>;
|
|
'nut-off': () => Promise<typeof __icons_nut_off>;
|
|
nut: () => Promise<typeof __icons_nut>;
|
|
'octagon-alert': () => Promise<typeof __icons_octagon_alert>;
|
|
'octagon-minus': () => Promise<typeof __icons_octagon_minus>;
|
|
'octagon-pause': () => Promise<typeof __icons_octagon_pause>;
|
|
'octagon-x': () => Promise<typeof __icons_octagon_x>;
|
|
octagon: () => Promise<typeof __icons_octagon>;
|
|
omega: () => Promise<typeof __icons_omega>;
|
|
option: () => Promise<typeof __icons_option>;
|
|
orbit: () => Promise<typeof __icons_orbit>;
|
|
origami: () => Promise<typeof __icons_origami>;
|
|
'package-2': () => Promise<typeof __icons_package_2>;
|
|
'package-check': () => Promise<typeof __icons_package_check>;
|
|
'package-minus': () => Promise<typeof __icons_package_minus>;
|
|
'package-open': () => Promise<typeof __icons_package_open>;
|
|
'package-plus': () => Promise<typeof __icons_package_plus>;
|
|
'package-search': () => Promise<typeof __icons_package_search>;
|
|
'package-x': () => Promise<typeof __icons_package_x>;
|
|
package: () => Promise<typeof __icons_package>;
|
|
'paint-bucket': () => Promise<typeof __icons_paint_bucket>;
|
|
'paint-roller': () => Promise<typeof __icons_paint_roller>;
|
|
'paintbrush-vertical': () => Promise<typeof __icons_paintbrush_vertical>;
|
|
paintbrush: () => Promise<typeof __icons_paintbrush>;
|
|
palette: () => Promise<typeof __icons_palette>;
|
|
'panel-bottom-close': () => Promise<typeof __icons_panel_bottom_close>;
|
|
'panel-bottom-dashed': () => Promise<typeof __icons_panel_bottom_dashed>;
|
|
'panel-bottom-open': () => Promise<typeof __icons_panel_bottom_open>;
|
|
'panel-bottom': () => Promise<typeof __icons_panel_bottom>;
|
|
'panel-left-close': () => Promise<typeof __icons_panel_left_close>;
|
|
'panel-left-dashed': () => Promise<typeof __icons_panel_left_dashed>;
|
|
'panel-left-open': () => Promise<typeof __icons_panel_left_open>;
|
|
'panel-left': () => Promise<typeof __icons_panel_left>;
|
|
'panel-right-close': () => Promise<typeof __icons_panel_right_close>;
|
|
'panel-right-dashed': () => Promise<typeof __icons_panel_right_dashed>;
|
|
'panel-right-open': () => Promise<typeof __icons_panel_right_open>;
|
|
'panel-right': () => Promise<typeof __icons_panel_right>;
|
|
'panel-top-close': () => Promise<typeof __icons_panel_top_close>;
|
|
'panel-top-dashed': () => Promise<typeof __icons_panel_top_dashed>;
|
|
'panel-top-open': () => Promise<typeof __icons_panel_top_open>;
|
|
'panel-top': () => Promise<typeof __icons_panel_top>;
|
|
'panels-left-bottom': () => Promise<typeof __icons_panels_left_bottom>;
|
|
'panels-right-bottom': () => Promise<typeof __icons_panels_right_bottom>;
|
|
'panels-top-left': () => Promise<typeof __icons_panels_top_left>;
|
|
paperclip: () => Promise<typeof __icons_paperclip>;
|
|
parentheses: () => Promise<typeof __icons_parentheses>;
|
|
'parking-meter': () => Promise<typeof __icons_parking_meter>;
|
|
'party-popper': () => Promise<typeof __icons_party_popper>;
|
|
pause: () => Promise<typeof __icons_pause>;
|
|
'paw-print': () => Promise<typeof __icons_paw_print>;
|
|
'pc-case': () => Promise<typeof __icons_pc_case>;
|
|
'pen-line': () => Promise<typeof __icons_pen_line>;
|
|
'pen-off': () => Promise<typeof __icons_pen_off>;
|
|
'pen-tool': () => Promise<typeof __icons_pen_tool>;
|
|
pen: () => Promise<typeof __icons_pen>;
|
|
'pencil-line': () => Promise<typeof __icons_pencil_line>;
|
|
'pencil-off': () => Promise<typeof __icons_pencil_off>;
|
|
'pencil-ruler': () => Promise<typeof __icons_pencil_ruler>;
|
|
pencil: () => Promise<typeof __icons_pencil>;
|
|
pentagon: () => Promise<typeof __icons_pentagon>;
|
|
percent: () => Promise<typeof __icons_percent>;
|
|
'person-standing': () => Promise<typeof __icons_person_standing>;
|
|
'philippine-peso': () => Promise<typeof __icons_philippine_peso>;
|
|
'phone-call': () => Promise<typeof __icons_phone_call>;
|
|
'phone-forwarded': () => Promise<typeof __icons_phone_forwarded>;
|
|
'phone-incoming': () => Promise<typeof __icons_phone_incoming>;
|
|
'phone-missed': () => Promise<typeof __icons_phone_missed>;
|
|
'phone-off': () => Promise<typeof __icons_phone_off>;
|
|
'phone-outgoing': () => Promise<typeof __icons_phone_outgoing>;
|
|
phone: () => Promise<typeof __icons_phone>;
|
|
pi: () => Promise<typeof __icons_pi>;
|
|
piano: () => Promise<typeof __icons_piano>;
|
|
pickaxe: () => Promise<typeof __icons_pickaxe>;
|
|
'picture-in-picture-2': () => Promise<typeof __icons_picture_in_picture_2>;
|
|
'picture-in-picture': () => Promise<typeof __icons_picture_in_picture>;
|
|
'piggy-bank': () => Promise<typeof __icons_piggy_bank>;
|
|
'pilcrow-left': () => Promise<typeof __icons_pilcrow_left>;
|
|
'pilcrow-right': () => Promise<typeof __icons_pilcrow_right>;
|
|
pilcrow: () => Promise<typeof __icons_pilcrow>;
|
|
'pill-bottle': () => Promise<typeof __icons_pill_bottle>;
|
|
pill: () => Promise<typeof __icons_pill>;
|
|
'pin-off': () => Promise<typeof __icons_pin_off>;
|
|
pin: () => Promise<typeof __icons_pin>;
|
|
pipette: () => Promise<typeof __icons_pipette>;
|
|
pizza: () => Promise<typeof __icons_pizza>;
|
|
'plane-landing': () => Promise<typeof __icons_plane_landing>;
|
|
'plane-takeoff': () => Promise<typeof __icons_plane_takeoff>;
|
|
plane: () => Promise<typeof __icons_plane>;
|
|
play: () => Promise<typeof __icons_play>;
|
|
'plug-2': () => Promise<typeof __icons_plug_2>;
|
|
'plug-zap': () => Promise<typeof __icons_plug_zap>;
|
|
plug: () => Promise<typeof __icons_plug>;
|
|
plus: () => Promise<typeof __icons_plus>;
|
|
'pocket-knife': () => Promise<typeof __icons_pocket_knife>;
|
|
pocket: () => Promise<typeof __icons_pocket>;
|
|
podcast: () => Promise<typeof __icons_podcast>;
|
|
'pointer-off': () => Promise<typeof __icons_pointer_off>;
|
|
pointer: () => Promise<typeof __icons_pointer>;
|
|
popcorn: () => Promise<typeof __icons_popcorn>;
|
|
popsicle: () => Promise<typeof __icons_popsicle>;
|
|
'pound-sterling': () => Promise<typeof __icons_pound_sterling>;
|
|
'power-off': () => Promise<typeof __icons_power_off>;
|
|
power: () => Promise<typeof __icons_power>;
|
|
presentation: () => Promise<typeof __icons_presentation>;
|
|
'printer-check': () => Promise<typeof __icons_printer_check>;
|
|
printer: () => Promise<typeof __icons_printer>;
|
|
projector: () => Promise<typeof __icons_projector>;
|
|
proportions: () => Promise<typeof __icons_proportions>;
|
|
puzzle: () => Promise<typeof __icons_puzzle>;
|
|
pyramid: () => Promise<typeof __icons_pyramid>;
|
|
'qr-code': () => Promise<typeof __icons_qr_code>;
|
|
quote: () => Promise<typeof __icons_quote>;
|
|
rabbit: () => Promise<typeof __icons_rabbit>;
|
|
radar: () => Promise<typeof __icons_radar>;
|
|
radiation: () => Promise<typeof __icons_radiation>;
|
|
radical: () => Promise<typeof __icons_radical>;
|
|
'radio-receiver': () => Promise<typeof __icons_radio_receiver>;
|
|
'radio-tower': () => Promise<typeof __icons_radio_tower>;
|
|
radio: () => Promise<typeof __icons_radio>;
|
|
radius: () => Promise<typeof __icons_radius>;
|
|
'rail-symbol': () => Promise<typeof __icons_rail_symbol>;
|
|
rainbow: () => Promise<typeof __icons_rainbow>;
|
|
rat: () => Promise<typeof __icons_rat>;
|
|
ratio: () => Promise<typeof __icons_ratio>;
|
|
'receipt-cent': () => Promise<typeof __icons_receipt_cent>;
|
|
'receipt-euro': () => Promise<typeof __icons_receipt_euro>;
|
|
'receipt-indian-rupee': () => Promise<typeof __icons_receipt_indian_rupee>;
|
|
'receipt-japanese-yen': () => Promise<typeof __icons_receipt_japanese_yen>;
|
|
'receipt-pound-sterling': () => Promise<typeof __icons_receipt_pound_sterling>;
|
|
'receipt-russian-ruble': () => Promise<typeof __icons_receipt_russian_ruble>;
|
|
'receipt-swiss-franc': () => Promise<typeof __icons_receipt_swiss_franc>;
|
|
'receipt-text': () => Promise<typeof __icons_receipt_text>;
|
|
receipt: () => Promise<typeof __icons_receipt>;
|
|
'rectangle-ellipsis': () => Promise<typeof __icons_rectangle_ellipsis>;
|
|
'rectangle-horizontal': () => Promise<typeof __icons_rectangle_horizontal>;
|
|
'rectangle-vertical': () => Promise<typeof __icons_rectangle_vertical>;
|
|
recycle: () => Promise<typeof __icons_recycle>;
|
|
'redo-2': () => Promise<typeof __icons_redo_2>;
|
|
'redo-dot': () => Promise<typeof __icons_redo_dot>;
|
|
redo: () => Promise<typeof __icons_redo>;
|
|
'refresh-ccw-dot': () => Promise<typeof __icons_refresh_ccw_dot>;
|
|
'refresh-ccw': () => Promise<typeof __icons_refresh_ccw>;
|
|
'refresh-cw-off': () => Promise<typeof __icons_refresh_cw_off>;
|
|
'refresh-cw': () => Promise<typeof __icons_refresh_cw>;
|
|
refrigerator: () => Promise<typeof __icons_refrigerator>;
|
|
regex: () => Promise<typeof __icons_regex>;
|
|
'remove-formatting': () => Promise<typeof __icons_remove_formatting>;
|
|
'repeat-1': () => Promise<typeof __icons_repeat_1>;
|
|
'repeat-2': () => Promise<typeof __icons_repeat_2>;
|
|
repeat: () => Promise<typeof __icons_repeat>;
|
|
'replace-all': () => Promise<typeof __icons_replace_all>;
|
|
replace: () => Promise<typeof __icons_replace>;
|
|
'reply-all': () => Promise<typeof __icons_reply_all>;
|
|
reply: () => Promise<typeof __icons_reply>;
|
|
rewind: () => Promise<typeof __icons_rewind>;
|
|
ribbon: () => Promise<typeof __icons_ribbon>;
|
|
rocket: () => Promise<typeof __icons_rocket>;
|
|
'rocking-chair': () => Promise<typeof __icons_rocking_chair>;
|
|
'roller-coaster': () => Promise<typeof __icons_roller_coaster>;
|
|
'rotate-3d': () => Promise<typeof __icons_rotate_3d>;
|
|
'rotate-ccw-square': () => Promise<typeof __icons_rotate_ccw_square>;
|
|
'rotate-ccw': () => Promise<typeof __icons_rotate_ccw>;
|
|
'rotate-cw-square': () => Promise<typeof __icons_rotate_cw_square>;
|
|
'rotate-cw': () => Promise<typeof __icons_rotate_cw>;
|
|
'route-off': () => Promise<typeof __icons_route_off>;
|
|
route: () => Promise<typeof __icons_route>;
|
|
router: () => Promise<typeof __icons_router>;
|
|
'rows-2': () => Promise<typeof __icons_rows_2>;
|
|
'rows-3': () => Promise<typeof __icons_rows_3>;
|
|
'rows-4': () => Promise<typeof __icons_rows_4>;
|
|
rss: () => Promise<typeof __icons_rss>;
|
|
ruler: () => Promise<typeof __icons_ruler>;
|
|
'russian-ruble': () => Promise<typeof __icons_russian_ruble>;
|
|
sailboat: () => Promise<typeof __icons_sailboat>;
|
|
salad: () => Promise<typeof __icons_salad>;
|
|
sandwich: () => Promise<typeof __icons_sandwich>;
|
|
'satellite-dish': () => Promise<typeof __icons_satellite_dish>;
|
|
satellite: () => Promise<typeof __icons_satellite>;
|
|
'save-all': () => Promise<typeof __icons_save_all>;
|
|
'save-off': () => Promise<typeof __icons_save_off>;
|
|
save: () => Promise<typeof __icons_save>;
|
|
'scale-3d': () => Promise<typeof __icons_scale_3d>;
|
|
scale: () => Promise<typeof __icons_scale>;
|
|
scaling: () => Promise<typeof __icons_scaling>;
|
|
'scan-barcode': () => Promise<typeof __icons_scan_barcode>;
|
|
'scan-eye': () => Promise<typeof __icons_scan_eye>;
|
|
'scan-face': () => Promise<typeof __icons_scan_face>;
|
|
'scan-line': () => Promise<typeof __icons_scan_line>;
|
|
'scan-qr-code': () => Promise<typeof __icons_scan_qr_code>;
|
|
'scan-search': () => Promise<typeof __icons_scan_search>;
|
|
'scan-text': () => Promise<typeof __icons_scan_text>;
|
|
scan: () => Promise<typeof __icons_scan>;
|
|
school: () => Promise<typeof __icons_school>;
|
|
'scissors-line-dashed': () => Promise<typeof __icons_scissors_line_dashed>;
|
|
scissors: () => Promise<typeof __icons_scissors>;
|
|
'screen-share-off': () => Promise<typeof __icons_screen_share_off>;
|
|
'screen-share': () => Promise<typeof __icons_screen_share>;
|
|
'scroll-text': () => Promise<typeof __icons_scroll_text>;
|
|
scroll: () => Promise<typeof __icons_scroll>;
|
|
'search-check': () => Promise<typeof __icons_search_check>;
|
|
'search-code': () => Promise<typeof __icons_search_code>;
|
|
'search-slash': () => Promise<typeof __icons_search_slash>;
|
|
'search-x': () => Promise<typeof __icons_search_x>;
|
|
search: () => Promise<typeof __icons_search>;
|
|
section: () => Promise<typeof __icons_section>;
|
|
'send-horizontal': () => Promise<typeof __icons_send_horizontal>;
|
|
'send-to-back': () => Promise<typeof __icons_send_to_back>;
|
|
send: () => Promise<typeof __icons_send>;
|
|
'separator-horizontal': () => Promise<typeof __icons_separator_horizontal>;
|
|
'separator-vertical': () => Promise<typeof __icons_separator_vertical>;
|
|
'server-cog': () => Promise<typeof __icons_server_cog>;
|
|
'server-crash': () => Promise<typeof __icons_server_crash>;
|
|
'server-off': () => Promise<typeof __icons_server_off>;
|
|
server: () => Promise<typeof __icons_server>;
|
|
'settings-2': () => Promise<typeof __icons_settings_2>;
|
|
settings: () => Promise<typeof __icons_settings>;
|
|
shapes: () => Promise<typeof __icons_shapes>;
|
|
'share-2': () => Promise<typeof __icons_share_2>;
|
|
share: () => Promise<typeof __icons_share>;
|
|
sheet: () => Promise<typeof __icons_sheet>;
|
|
shell: () => Promise<typeof __icons_shell>;
|
|
'shield-alert': () => Promise<typeof __icons_shield_alert>;
|
|
'shield-ban': () => Promise<typeof __icons_shield_ban>;
|
|
'shield-check': () => Promise<typeof __icons_shield_check>;
|
|
'shield-ellipsis': () => Promise<typeof __icons_shield_ellipsis>;
|
|
'shield-half': () => Promise<typeof __icons_shield_half>;
|
|
'shield-minus': () => Promise<typeof __icons_shield_minus>;
|
|
'shield-off': () => Promise<typeof __icons_shield_off>;
|
|
'shield-plus': () => Promise<typeof __icons_shield_plus>;
|
|
'shield-question': () => Promise<typeof __icons_shield_question>;
|
|
'shield-x': () => Promise<typeof __icons_shield_x>;
|
|
shield: () => Promise<typeof __icons_shield>;
|
|
'ship-wheel': () => Promise<typeof __icons_ship_wheel>;
|
|
ship: () => Promise<typeof __icons_ship>;
|
|
shirt: () => Promise<typeof __icons_shirt>;
|
|
'shopping-bag': () => Promise<typeof __icons_shopping_bag>;
|
|
'shopping-basket': () => Promise<typeof __icons_shopping_basket>;
|
|
'shopping-cart': () => Promise<typeof __icons_shopping_cart>;
|
|
shovel: () => Promise<typeof __icons_shovel>;
|
|
'shower-head': () => Promise<typeof __icons_shower_head>;
|
|
shrink: () => Promise<typeof __icons_shrink>;
|
|
shrub: () => Promise<typeof __icons_shrub>;
|
|
shuffle: () => Promise<typeof __icons_shuffle>;
|
|
sigma: () => Promise<typeof __icons_sigma>;
|
|
'signal-high': () => Promise<typeof __icons_signal_high>;
|
|
'signal-low': () => Promise<typeof __icons_signal_low>;
|
|
'signal-medium': () => Promise<typeof __icons_signal_medium>;
|
|
'signal-zero': () => Promise<typeof __icons_signal_zero>;
|
|
signal: () => Promise<typeof __icons_signal>;
|
|
signature: () => Promise<typeof __icons_signature>;
|
|
'signpost-big': () => Promise<typeof __icons_signpost_big>;
|
|
signpost: () => Promise<typeof __icons_signpost>;
|
|
siren: () => Promise<typeof __icons_siren>;
|
|
'skip-back': () => Promise<typeof __icons_skip_back>;
|
|
'skip-forward': () => Promise<typeof __icons_skip_forward>;
|
|
skull: () => Promise<typeof __icons_skull>;
|
|
slack: () => Promise<typeof __icons_slack>;
|
|
slash: () => Promise<typeof __icons_slash>;
|
|
slice: () => Promise<typeof __icons_slice>;
|
|
'sliders-horizontal': () => Promise<typeof __icons_sliders_horizontal>;
|
|
'sliders-vertical': () => Promise<typeof __icons_sliders_vertical>;
|
|
'smartphone-charging': () => Promise<typeof __icons_smartphone_charging>;
|
|
'smartphone-nfc': () => Promise<typeof __icons_smartphone_nfc>;
|
|
smartphone: () => Promise<typeof __icons_smartphone>;
|
|
'smile-plus': () => Promise<typeof __icons_smile_plus>;
|
|
smile: () => Promise<typeof __icons_smile>;
|
|
snail: () => Promise<typeof __icons_snail>;
|
|
snowflake: () => Promise<typeof __icons_snowflake>;
|
|
sofa: () => Promise<typeof __icons_sofa>;
|
|
soup: () => Promise<typeof __icons_soup>;
|
|
space: () => Promise<typeof __icons_space>;
|
|
spade: () => Promise<typeof __icons_spade>;
|
|
sparkle: () => Promise<typeof __icons_sparkle>;
|
|
sparkles: () => Promise<typeof __icons_sparkles>;
|
|
speaker: () => Promise<typeof __icons_speaker>;
|
|
speech: () => Promise<typeof __icons_speech>;
|
|
'spell-check-2': () => Promise<typeof __icons_spell_check_2>;
|
|
'spell-check': () => Promise<typeof __icons_spell_check>;
|
|
spline: () => Promise<typeof __icons_spline>;
|
|
split: () => Promise<typeof __icons_split>;
|
|
'spray-can': () => Promise<typeof __icons_spray_can>;
|
|
sprout: () => Promise<typeof __icons_sprout>;
|
|
'square-activity': () => Promise<typeof __icons_square_activity>;
|
|
'square-arrow-down-left': () => Promise<typeof __icons_square_arrow_down_left>;
|
|
'square-arrow-down-right': () => Promise<typeof __icons_square_arrow_down_right>;
|
|
'square-arrow-down': () => Promise<typeof __icons_square_arrow_down>;
|
|
'square-arrow-left': () => Promise<typeof __icons_square_arrow_left>;
|
|
'square-arrow-out-down-left': () => Promise<typeof __icons_square_arrow_out_down_left>;
|
|
'square-arrow-out-down-right': () => Promise<typeof __icons_square_arrow_out_down_right>;
|
|
'square-arrow-out-up-left': () => Promise<typeof __icons_square_arrow_out_up_left>;
|
|
'square-arrow-out-up-right': () => Promise<typeof __icons_square_arrow_out_up_right>;
|
|
'square-arrow-right': () => Promise<typeof __icons_square_arrow_right>;
|
|
'square-arrow-up-left': () => Promise<typeof __icons_square_arrow_up_left>;
|
|
'square-arrow-up-right': () => Promise<typeof __icons_square_arrow_up_right>;
|
|
'square-arrow-up': () => Promise<typeof __icons_square_arrow_up>;
|
|
'square-asterisk': () => Promise<typeof __icons_square_asterisk>;
|
|
'square-bottom-dashed-scissors': () => Promise<typeof __icons_square_bottom_dashed_scissors>;
|
|
'square-chart-gantt': () => Promise<typeof __icons_square_chart_gantt>;
|
|
'square-check-big': () => Promise<typeof __icons_square_check_big>;
|
|
'square-check': () => Promise<typeof __icons_square_check>;
|
|
'square-chevron-down': () => Promise<typeof __icons_square_chevron_down>;
|
|
'square-chevron-left': () => Promise<typeof __icons_square_chevron_left>;
|
|
'square-chevron-right': () => Promise<typeof __icons_square_chevron_right>;
|
|
'square-chevron-up': () => Promise<typeof __icons_square_chevron_up>;
|
|
'square-code': () => Promise<typeof __icons_square_code>;
|
|
'square-dashed-bottom-code': () => Promise<typeof __icons_square_dashed_bottom_code>;
|
|
'square-dashed-bottom': () => Promise<typeof __icons_square_dashed_bottom>;
|
|
'square-dashed-kanban': () => Promise<typeof __icons_square_dashed_kanban>;
|
|
'square-dashed-mouse-pointer': () => Promise<typeof __icons_square_dashed_mouse_pointer>;
|
|
'square-dashed': () => Promise<typeof __icons_square_dashed>;
|
|
'square-divide': () => Promise<typeof __icons_square_divide>;
|
|
'square-dot': () => Promise<typeof __icons_square_dot>;
|
|
'square-equal': () => Promise<typeof __icons_square_equal>;
|
|
'square-function': () => Promise<typeof __icons_square_function>;
|
|
'square-kanban': () => Promise<typeof __icons_square_kanban>;
|
|
'square-library': () => Promise<typeof __icons_square_library>;
|
|
'square-m': () => Promise<typeof __icons_square_m>;
|
|
'square-menu': () => Promise<typeof __icons_square_menu>;
|
|
'square-minus': () => Promise<typeof __icons_square_minus>;
|
|
'square-mouse-pointer': () => Promise<typeof __icons_square_mouse_pointer>;
|
|
'square-parking-off': () => Promise<typeof __icons_square_parking_off>;
|
|
'square-parking': () => Promise<typeof __icons_square_parking>;
|
|
'square-pen': () => Promise<typeof __icons_square_pen>;
|
|
'square-percent': () => Promise<typeof __icons_square_percent>;
|
|
'square-pi': () => Promise<typeof __icons_square_pi>;
|
|
'square-pilcrow': () => Promise<typeof __icons_square_pilcrow>;
|
|
'square-play': () => Promise<typeof __icons_square_play>;
|
|
'square-plus': () => Promise<typeof __icons_square_plus>;
|
|
'square-power': () => Promise<typeof __icons_square_power>;
|
|
'square-radical': () => Promise<typeof __icons_square_radical>;
|
|
'square-scissors': () => Promise<typeof __icons_square_scissors>;
|
|
'square-sigma': () => Promise<typeof __icons_square_sigma>;
|
|
'square-slash': () => Promise<typeof __icons_square_slash>;
|
|
'square-split-horizontal': () => Promise<typeof __icons_square_split_horizontal>;
|
|
'square-split-vertical': () => Promise<typeof __icons_square_split_vertical>;
|
|
'square-square': () => Promise<typeof __icons_square_square>;
|
|
'square-stack': () => Promise<typeof __icons_square_stack>;
|
|
'square-terminal': () => Promise<typeof __icons_square_terminal>;
|
|
'square-user-round': () => Promise<typeof __icons_square_user_round>;
|
|
'square-user': () => Promise<typeof __icons_square_user>;
|
|
'square-x': () => Promise<typeof __icons_square_x>;
|
|
square: () => Promise<typeof __icons_square>;
|
|
squircle: () => Promise<typeof __icons_squircle>;
|
|
squirrel: () => Promise<typeof __icons_squirrel>;
|
|
stamp: () => Promise<typeof __icons_stamp>;
|
|
'star-half': () => Promise<typeof __icons_star_half>;
|
|
'star-off': () => Promise<typeof __icons_star_off>;
|
|
star: () => Promise<typeof __icons_star>;
|
|
'step-back': () => Promise<typeof __icons_step_back>;
|
|
'step-forward': () => Promise<typeof __icons_step_forward>;
|
|
stethoscope: () => Promise<typeof __icons_stethoscope>;
|
|
sticker: () => Promise<typeof __icons_sticker>;
|
|
'sticky-note': () => Promise<typeof __icons_sticky_note>;
|
|
store: () => Promise<typeof __icons_store>;
|
|
'stretch-horizontal': () => Promise<typeof __icons_stretch_horizontal>;
|
|
'stretch-vertical': () => Promise<typeof __icons_stretch_vertical>;
|
|
strikethrough: () => Promise<typeof __icons_strikethrough>;
|
|
subscript: () => Promise<typeof __icons_subscript>;
|
|
'sun-dim': () => Promise<typeof __icons_sun_dim>;
|
|
'sun-medium': () => Promise<typeof __icons_sun_medium>;
|
|
'sun-moon': () => Promise<typeof __icons_sun_moon>;
|
|
'sun-snow': () => Promise<typeof __icons_sun_snow>;
|
|
sun: () => Promise<typeof __icons_sun>;
|
|
sunrise: () => Promise<typeof __icons_sunrise>;
|
|
sunset: () => Promise<typeof __icons_sunset>;
|
|
superscript: () => Promise<typeof __icons_superscript>;
|
|
'swatch-book': () => Promise<typeof __icons_swatch_book>;
|
|
'swiss-franc': () => Promise<typeof __icons_swiss_franc>;
|
|
'switch-camera': () => Promise<typeof __icons_switch_camera>;
|
|
sword: () => Promise<typeof __icons_sword>;
|
|
swords: () => Promise<typeof __icons_swords>;
|
|
syringe: () => Promise<typeof __icons_syringe>;
|
|
'table-2': () => Promise<typeof __icons_table_2>;
|
|
'table-cells-merge': () => Promise<typeof __icons_table_cells_merge>;
|
|
'table-cells-split': () => Promise<typeof __icons_table_cells_split>;
|
|
'table-columns-split': () => Promise<typeof __icons_table_columns_split>;
|
|
'table-of-contents': () => Promise<typeof __icons_table_of_contents>;
|
|
'table-properties': () => Promise<typeof __icons_table_properties>;
|
|
'table-rows-split': () => Promise<typeof __icons_table_rows_split>;
|
|
table: () => Promise<typeof __icons_table>;
|
|
'tablet-smartphone': () => Promise<typeof __icons_tablet_smartphone>;
|
|
tablet: () => Promise<typeof __icons_tablet>;
|
|
tablets: () => Promise<typeof __icons_tablets>;
|
|
tag: () => Promise<typeof __icons_tag>;
|
|
tags: () => Promise<typeof __icons_tags>;
|
|
'tally-1': () => Promise<typeof __icons_tally_1>;
|
|
'tally-2': () => Promise<typeof __icons_tally_2>;
|
|
'tally-3': () => Promise<typeof __icons_tally_3>;
|
|
'tally-4': () => Promise<typeof __icons_tally_4>;
|
|
'tally-5': () => Promise<typeof __icons_tally_5>;
|
|
tangent: () => Promise<typeof __icons_tangent>;
|
|
target: () => Promise<typeof __icons_target>;
|
|
telescope: () => Promise<typeof __icons_telescope>;
|
|
'tent-tree': () => Promise<typeof __icons_tent_tree>;
|
|
tent: () => Promise<typeof __icons_tent>;
|
|
terminal: () => Promise<typeof __icons_terminal>;
|
|
'test-tube-diagonal': () => Promise<typeof __icons_test_tube_diagonal>;
|
|
'test-tube': () => Promise<typeof __icons_test_tube>;
|
|
'test-tubes': () => Promise<typeof __icons_test_tubes>;
|
|
'text-cursor-input': () => Promise<typeof __icons_text_cursor_input>;
|
|
'text-cursor': () => Promise<typeof __icons_text_cursor>;
|
|
'text-quote': () => Promise<typeof __icons_text_quote>;
|
|
'text-search': () => Promise<typeof __icons_text_search>;
|
|
'text-select': () => Promise<typeof __icons_text_select>;
|
|
text: () => Promise<typeof __icons_text>;
|
|
theater: () => Promise<typeof __icons_theater>;
|
|
'thermometer-snowflake': () => Promise<typeof __icons_thermometer_snowflake>;
|
|
'thermometer-sun': () => Promise<typeof __icons_thermometer_sun>;
|
|
thermometer: () => Promise<typeof __icons_thermometer>;
|
|
'thumbs-down': () => Promise<typeof __icons_thumbs_down>;
|
|
'thumbs-up': () => Promise<typeof __icons_thumbs_up>;
|
|
'ticket-check': () => Promise<typeof __icons_ticket_check>;
|
|
'ticket-minus': () => Promise<typeof __icons_ticket_minus>;
|
|
'ticket-percent': () => Promise<typeof __icons_ticket_percent>;
|
|
'ticket-plus': () => Promise<typeof __icons_ticket_plus>;
|
|
'ticket-slash': () => Promise<typeof __icons_ticket_slash>;
|
|
'ticket-x': () => Promise<typeof __icons_ticket_x>;
|
|
ticket: () => Promise<typeof __icons_ticket>;
|
|
'tickets-plane': () => Promise<typeof __icons_tickets_plane>;
|
|
tickets: () => Promise<typeof __icons_tickets>;
|
|
'timer-off': () => Promise<typeof __icons_timer_off>;
|
|
'timer-reset': () => Promise<typeof __icons_timer_reset>;
|
|
timer: () => Promise<typeof __icons_timer>;
|
|
'toggle-left': () => Promise<typeof __icons_toggle_left>;
|
|
'toggle-right': () => Promise<typeof __icons_toggle_right>;
|
|
tornado: () => Promise<typeof __icons_tornado>;
|
|
torus: () => Promise<typeof __icons_torus>;
|
|
'touchpad-off': () => Promise<typeof __icons_touchpad_off>;
|
|
touchpad: () => Promise<typeof __icons_touchpad>;
|
|
'tower-control': () => Promise<typeof __icons_tower_control>;
|
|
'toy-brick': () => Promise<typeof __icons_toy_brick>;
|
|
tractor: () => Promise<typeof __icons_tractor>;
|
|
'traffic-cone': () => Promise<typeof __icons_traffic_cone>;
|
|
'train-front-tunnel': () => Promise<typeof __icons_train_front_tunnel>;
|
|
'train-front': () => Promise<typeof __icons_train_front>;
|
|
'train-track': () => Promise<typeof __icons_train_track>;
|
|
'tram-front': () => Promise<typeof __icons_tram_front>;
|
|
'trash-2': () => Promise<typeof __icons_trash_2>;
|
|
trash: () => Promise<typeof __icons_trash>;
|
|
'tree-deciduous': () => Promise<typeof __icons_tree_deciduous>;
|
|
'tree-palm': () => Promise<typeof __icons_tree_palm>;
|
|
'tree-pine': () => Promise<typeof __icons_tree_pine>;
|
|
trees: () => Promise<typeof __icons_trees>;
|
|
trello: () => Promise<typeof __icons_trello>;
|
|
'trending-down': () => Promise<typeof __icons_trending_down>;
|
|
'trending-up-down': () => Promise<typeof __icons_trending_up_down>;
|
|
'trending-up': () => Promise<typeof __icons_trending_up>;
|
|
'triangle-alert': () => Promise<typeof __icons_triangle_alert>;
|
|
'triangle-right': () => Promise<typeof __icons_triangle_right>;
|
|
triangle: () => Promise<typeof __icons_triangle>;
|
|
trophy: () => Promise<typeof __icons_trophy>;
|
|
truck: () => Promise<typeof __icons_truck>;
|
|
turtle: () => Promise<typeof __icons_turtle>;
|
|
'tv-minimal-play': () => Promise<typeof __icons_tv_minimal_play>;
|
|
'tv-minimal': () => Promise<typeof __icons_tv_minimal>;
|
|
tv: () => Promise<typeof __icons_tv>;
|
|
twitch: () => Promise<typeof __icons_twitch>;
|
|
twitter: () => Promise<typeof __icons_twitter>;
|
|
'type-outline': () => Promise<typeof __icons_type_outline>;
|
|
type: () => Promise<typeof __icons_type>;
|
|
'umbrella-off': () => Promise<typeof __icons_umbrella_off>;
|
|
umbrella: () => Promise<typeof __icons_umbrella>;
|
|
underline: () => Promise<typeof __icons_underline>;
|
|
'undo-2': () => Promise<typeof __icons_undo_2>;
|
|
'undo-dot': () => Promise<typeof __icons_undo_dot>;
|
|
undo: () => Promise<typeof __icons_undo>;
|
|
'unfold-horizontal': () => Promise<typeof __icons_unfold_horizontal>;
|
|
'unfold-vertical': () => Promise<typeof __icons_unfold_vertical>;
|
|
ungroup: () => Promise<typeof __icons_ungroup>;
|
|
university: () => Promise<typeof __icons_university>;
|
|
'unlink-2': () => Promise<typeof __icons_unlink_2>;
|
|
unlink: () => Promise<typeof __icons_unlink>;
|
|
unplug: () => Promise<typeof __icons_unplug>;
|
|
upload: () => Promise<typeof __icons_upload>;
|
|
usb: () => Promise<typeof __icons_usb>;
|
|
'user-check': () => Promise<typeof __icons_user_check>;
|
|
'user-cog': () => Promise<typeof __icons_user_cog>;
|
|
'user-minus': () => Promise<typeof __icons_user_minus>;
|
|
'user-pen': () => Promise<typeof __icons_user_pen>;
|
|
'user-plus': () => Promise<typeof __icons_user_plus>;
|
|
'user-round-check': () => Promise<typeof __icons_user_round_check>;
|
|
'user-round-cog': () => Promise<typeof __icons_user_round_cog>;
|
|
'user-round-minus': () => Promise<typeof __icons_user_round_minus>;
|
|
'user-round-pen': () => Promise<typeof __icons_user_round_pen>;
|
|
'user-round-plus': () => Promise<typeof __icons_user_round_plus>;
|
|
'user-round-search': () => Promise<typeof __icons_user_round_search>;
|
|
'user-round-x': () => Promise<typeof __icons_user_round_x>;
|
|
'user-round': () => Promise<typeof __icons_user_round>;
|
|
'user-search': () => Promise<typeof __icons_user_search>;
|
|
'user-x': () => Promise<typeof __icons_user_x>;
|
|
user: () => Promise<typeof __icons_user>;
|
|
'users-round': () => Promise<typeof __icons_users_round>;
|
|
users: () => Promise<typeof __icons_users>;
|
|
'utensils-crossed': () => Promise<typeof __icons_utensils_crossed>;
|
|
utensils: () => Promise<typeof __icons_utensils>;
|
|
'utility-pole': () => Promise<typeof __icons_utility_pole>;
|
|
variable: () => Promise<typeof __icons_variable>;
|
|
vault: () => Promise<typeof __icons_vault>;
|
|
vegan: () => Promise<typeof __icons_vegan>;
|
|
'venetian-mask': () => Promise<typeof __icons_venetian_mask>;
|
|
'vibrate-off': () => Promise<typeof __icons_vibrate_off>;
|
|
vibrate: () => Promise<typeof __icons_vibrate>;
|
|
'video-off': () => Promise<typeof __icons_video_off>;
|
|
video: () => Promise<typeof __icons_video>;
|
|
videotape: () => Promise<typeof __icons_videotape>;
|
|
view: () => Promise<typeof __icons_view>;
|
|
voicemail: () => Promise<typeof __icons_voicemail>;
|
|
volleyball: () => Promise<typeof __icons_volleyball>;
|
|
'volume-1': () => Promise<typeof __icons_volume_1>;
|
|
'volume-2': () => Promise<typeof __icons_volume_2>;
|
|
'volume-off': () => Promise<typeof __icons_volume_off>;
|
|
'volume-x': () => Promise<typeof __icons_volume_x>;
|
|
volume: () => Promise<typeof __icons_volume>;
|
|
vote: () => Promise<typeof __icons_vote>;
|
|
'wallet-cards': () => Promise<typeof __icons_wallet_cards>;
|
|
'wallet-minimal': () => Promise<typeof __icons_wallet_minimal>;
|
|
wallet: () => Promise<typeof __icons_wallet>;
|
|
wallpaper: () => Promise<typeof __icons_wallpaper>;
|
|
'wand-sparkles': () => Promise<typeof __icons_wand_sparkles>;
|
|
wand: () => Promise<typeof __icons_wand>;
|
|
warehouse: () => Promise<typeof __icons_warehouse>;
|
|
'washing-machine': () => Promise<typeof __icons_washing_machine>;
|
|
watch: () => Promise<typeof __icons_watch>;
|
|
waves: () => Promise<typeof __icons_waves>;
|
|
waypoints: () => Promise<typeof __icons_waypoints>;
|
|
webcam: () => Promise<typeof __icons_webcam>;
|
|
'webhook-off': () => Promise<typeof __icons_webhook_off>;
|
|
webhook: () => Promise<typeof __icons_webhook>;
|
|
weight: () => Promise<typeof __icons_weight>;
|
|
'wheat-off': () => Promise<typeof __icons_wheat_off>;
|
|
wheat: () => Promise<typeof __icons_wheat>;
|
|
'whole-word': () => Promise<typeof __icons_whole_word>;
|
|
'wifi-high': () => Promise<typeof __icons_wifi_high>;
|
|
'wifi-low': () => Promise<typeof __icons_wifi_low>;
|
|
'wifi-off': () => Promise<typeof __icons_wifi_off>;
|
|
'wifi-zero': () => Promise<typeof __icons_wifi_zero>;
|
|
wifi: () => Promise<typeof __icons_wifi>;
|
|
wind: () => Promise<typeof __icons_wind>;
|
|
'wine-off': () => Promise<typeof __icons_wine_off>;
|
|
wine: () => Promise<typeof __icons_wine>;
|
|
workflow: () => Promise<typeof __icons_workflow>;
|
|
worm: () => Promise<typeof __icons_worm>;
|
|
'wrap-text': () => Promise<typeof __icons_wrap_text>;
|
|
wrench: () => Promise<typeof __icons_wrench>;
|
|
x: () => Promise<typeof __icons_x>;
|
|
youtube: () => Promise<typeof __icons_youtube>;
|
|
'zap-off': () => Promise<typeof __icons_zap_off>;
|
|
zap: () => Promise<typeof __icons_zap>;
|
|
'zoom-in': () => Promise<typeof __icons_zoom_in>;
|
|
'zoom-out': () => Promise<typeof __icons_zoom_out>;
|
|
};
|
|
|
|
export { dynamicIconImports as default };
|