Frontend Enhancements: - Complete React TypeScript frontend with modern UI components - Distributed workflows management interface with real-time updates - Socket.IO integration for live agent status monitoring - Agent management dashboard with cluster visualization - Project management interface with metrics and task tracking - Responsive design with proper error handling and loading states Backend Infrastructure: - Distributed coordinator for multi-agent workflow orchestration - Cluster management API with comprehensive agent operations - Enhanced database models for agents and projects - Project service for filesystem-based project discovery - Performance monitoring and metrics collection - Comprehensive API documentation and error handling Documentation: - Complete distributed development guide (README_DISTRIBUTED.md) - Comprehensive development report with architecture insights - System configuration templates and deployment guides The platform now provides a complete web interface for managing the distributed AI cluster with real-time monitoring, workflow orchestration, and agent coordination capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
26495 lines
1.4 MiB
26495 lines
1.4 MiB
import { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react';
|
|
|
|
type SVGAttributes = Partial<SVGProps<SVGSVGElement>>;
|
|
type ComponentAttributes = RefAttributes<SVGSVGElement> & SVGAttributes;
|
|
interface LucideProps extends ComponentAttributes {
|
|
size?: string | number;
|
|
absoluteStrokeWidth?: boolean;
|
|
}
|
|
type LucideIcon = ForwardRefExoticComponent<LucideProps>;
|
|
|
|
/**
|
|
* @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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Youtube: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_x {
|
|
export {
|
|
X as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name XSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/x-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 XSquare: LucideIcon;
|
|
|
|
declare namespace __icons_x_square {
|
|
export {
|
|
XSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name XOctagon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/x-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 XOctagon: LucideIcon;
|
|
|
|
declare namespace __icons_x_octagon {
|
|
export {
|
|
XOctagon as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name XCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/x-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 XCircle: LucideIcon;
|
|
|
|
declare namespace __icons_x_circle {
|
|
export {
|
|
XCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_wrap_text {
|
|
export {
|
|
WrapText 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_wifi {
|
|
export {
|
|
Wifi 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: LucideIcon;
|
|
|
|
declare namespace __icons_wifi_off {
|
|
export {
|
|
WifiOff 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_webhook {
|
|
export {
|
|
Webhook 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_watch {
|
|
export {
|
|
Watch 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_wand {
|
|
export {
|
|
Wand as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Wand2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wand-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 Wand2: LucideIcon;
|
|
|
|
declare namespace __icons_wand_2 {
|
|
export {
|
|
Wand2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_wallet {
|
|
export {
|
|
Wallet 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: LucideIcon;
|
|
|
|
declare namespace __icons_wallet_cards {
|
|
export {
|
|
WalletCards as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Wallet2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/wallet-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 Wallet2: LucideIcon;
|
|
|
|
declare namespace __icons_wallet_2 {
|
|
export {
|
|
Wallet2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_volume_x {
|
|
export {
|
|
VolumeX 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_volume_1 {
|
|
export {
|
|
Volume1 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_vegan {
|
|
export {
|
|
Vegan 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_user_x {
|
|
export {
|
|
UserX 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_user_round_x {
|
|
export {
|
|
UserRoundX 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: LucideIcon;
|
|
|
|
declare namespace __icons_user_round_plus {
|
|
export {
|
|
UserRoundPlus 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_user_plus {
|
|
export {
|
|
UserPlus 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_upload {
|
|
export {
|
|
Upload as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name UploadCloud
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/upload-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 UploadCloud: LucideIcon;
|
|
|
|
declare namespace __icons_upload_cloud {
|
|
export {
|
|
UploadCloud 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: LucideIcon;
|
|
|
|
declare namespace __icons_unplug {
|
|
export {
|
|
Unplug as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Unlock
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/unlock
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Unlock: LucideIcon;
|
|
|
|
declare namespace __icons_unlock {
|
|
export {
|
|
Unlock as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name UnlockKeyhole
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/unlock-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 UnlockKeyhole: LucideIcon;
|
|
|
|
declare namespace __icons_unlock_keyhole {
|
|
export {
|
|
UnlockKeyhole 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_unlink_2 {
|
|
export {
|
|
Unlink2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_type {
|
|
export {
|
|
Type 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
|
|
*
|
|
*/
|
|
declare const Twitter: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Twitch: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_tv {
|
|
export {
|
|
Tv as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Tv2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/tv-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 Tv2: LucideIcon;
|
|
|
|
declare namespace __icons_tv_2 {
|
|
export {
|
|
Tv2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_triangle_right {
|
|
export {
|
|
TriangleRight 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: LucideIcon;
|
|
|
|
declare namespace __icons_trending_up {
|
|
export {
|
|
TrendingUp 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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Trello: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_tree_pine {
|
|
export {
|
|
TreePine 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_timer_off {
|
|
export {
|
|
TimerOff 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: LucideIcon;
|
|
|
|
declare namespace __icons_ticket {
|
|
export {
|
|
Ticket 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_text_select {
|
|
export {
|
|
TextSelect 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_test_tube {
|
|
export {
|
|
TestTube as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name TestTube2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/test-tube-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 TestTube2: LucideIcon;
|
|
|
|
declare namespace __icons_test_tube_2 {
|
|
export {
|
|
TestTube2 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: LucideIcon;
|
|
|
|
declare namespace __icons_terminal {
|
|
export {
|
|
Terminal as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name TerminalSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/terminal-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 TerminalSquare: LucideIcon;
|
|
|
|
declare namespace __icons_terminal_square {
|
|
export {
|
|
TerminalSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_tent_tree {
|
|
export {
|
|
TentTree 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_table {
|
|
export {
|
|
Table 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: LucideIcon;
|
|
|
|
declare namespace __icons_table_properties {
|
|
export {
|
|
TableProperties 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_swiss_franc {
|
|
export {
|
|
SwissFranc 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_sun_dim {
|
|
export {
|
|
SunDim as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Subtitles
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/subtitles
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Subtitles: LucideIcon;
|
|
|
|
declare namespace __icons_subtitles {
|
|
export {
|
|
Subtitles 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_store {
|
|
export {
|
|
Store as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name StopCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/stop-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 StopCircle: LucideIcon;
|
|
|
|
declare namespace __icons_stop_circle {
|
|
export {
|
|
StopCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_squirrel {
|
|
export {
|
|
Squirrel 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: LucideIcon;
|
|
|
|
declare namespace __icons_square {
|
|
export {
|
|
Square 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_square_user_round {
|
|
export {
|
|
SquareUserRound 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: LucideIcon;
|
|
|
|
declare namespace __icons_square_stack {
|
|
export {
|
|
SquareStack 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: LucideIcon;
|
|
|
|
declare namespace __icons_square_slash {
|
|
export {
|
|
SquareSlash 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_square_dot {
|
|
export {
|
|
SquareDot 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_square_code {
|
|
export {
|
|
SquareCode 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: LucideIcon;
|
|
|
|
declare namespace __icons_square_asterisk {
|
|
export {
|
|
SquareAsterisk 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_split {
|
|
export {
|
|
Split as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name SplitSquareVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/split-square-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 SplitSquareVertical: LucideIcon;
|
|
|
|
declare namespace __icons_split_square_vertical {
|
|
export {
|
|
SplitSquareVertical as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name SplitSquareHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/split-square-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 SplitSquareHorizontal: LucideIcon;
|
|
|
|
declare namespace __icons_split_square_horizontal {
|
|
export {
|
|
SplitSquareHorizontal 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_smartphone_charging {
|
|
export {
|
|
SmartphoneCharging as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Sliders
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/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 Sliders: LucideIcon;
|
|
|
|
declare namespace __icons_sliders {
|
|
export {
|
|
Sliders 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Slack: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_signpost_big {
|
|
export {
|
|
SignpostBig 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_sigma {
|
|
export {
|
|
Sigma as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name SigmaSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/sigma-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 SigmaSquare: LucideIcon;
|
|
|
|
declare namespace __icons_sigma_square {
|
|
export {
|
|
SigmaSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_send_horizontal {
|
|
export {
|
|
SendHorizontal 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_scissors {
|
|
export {
|
|
Scissors as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ScissorsSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scissors-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 ScissorsSquare: LucideIcon;
|
|
|
|
declare namespace __icons_scissors_square {
|
|
export {
|
|
ScissorsSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ScissorsSquareDashedBottom
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scissors-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 ScissorsSquareDashedBottom: LucideIcon;
|
|
|
|
declare namespace __icons_scissors_square_dashed_bottom {
|
|
export {
|
|
ScissorsSquareDashedBottom 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_school {
|
|
export {
|
|
School as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name School2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/school-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 School2: LucideIcon;
|
|
|
|
declare namespace __icons_school_2 {
|
|
export {
|
|
School2 as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ScatterChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/scatter-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const ScatterChart: LucideIcon;
|
|
|
|
declare namespace __icons_scatter_chart {
|
|
export {
|
|
ScatterChart 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_scan_search {
|
|
export {
|
|
ScanSearch 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_save {
|
|
export {
|
|
Save 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_rss {
|
|
export {
|
|
Rss as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Rows
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/rows
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Rows: LucideIcon;
|
|
|
|
declare namespace __icons_rows {
|
|
export {
|
|
Rows 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_rotate_cw {
|
|
export {
|
|
RotateCw 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: LucideIcon;
|
|
|
|
declare namespace __icons_rotate_ccw {
|
|
export {
|
|
RotateCcw 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_rectangle_horizontal {
|
|
export {
|
|
RectangleHorizontal 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: LucideIcon;
|
|
|
|
declare namespace __icons_receipt {
|
|
export {
|
|
Receipt 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_radio_receiver {
|
|
export {
|
|
RadioReceiver 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_puzzle {
|
|
export {
|
|
Puzzle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_printer {
|
|
export {
|
|
Printer 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_power {
|
|
export {
|
|
Power as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PowerSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/power-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 PowerSquare: LucideIcon;
|
|
|
|
declare namespace __icons_power_square {
|
|
export {
|
|
PowerSquare 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: LucideIcon;
|
|
|
|
declare namespace __icons_power_off {
|
|
export {
|
|
PowerOff as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PowerCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/power-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 PowerCircle: LucideIcon;
|
|
|
|
declare namespace __icons_power_circle {
|
|
export {
|
|
PowerCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_pointer {
|
|
export {
|
|
Pointer 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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Pocket: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_plus {
|
|
export {
|
|
Plus as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PlusSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plus-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 PlusSquare: LucideIcon;
|
|
|
|
declare namespace __icons_plus_square {
|
|
export {
|
|
PlusSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PlusCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plus-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 PlusCircle: LucideIcon;
|
|
|
|
declare namespace __icons_plus_circle {
|
|
export {
|
|
PlusCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_plug_zap {
|
|
export {
|
|
PlugZap as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PlugZap2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/plug-zap-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 PlugZap2: LucideIcon;
|
|
|
|
declare namespace __icons_plug_zap_2 {
|
|
export {
|
|
PlugZap2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_play {
|
|
export {
|
|
Play as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PlaySquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/play-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 PlaySquare: LucideIcon;
|
|
|
|
declare namespace __icons_play_square {
|
|
export {
|
|
PlaySquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PlayCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/play-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 PlayCircle: LucideIcon;
|
|
|
|
declare namespace __icons_play_circle {
|
|
export {
|
|
PlayCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_pill {
|
|
export {
|
|
Pill 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: LucideIcon;
|
|
|
|
declare namespace __icons_pilcrow {
|
|
export {
|
|
Pilcrow as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PilcrowSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pilcrow-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 PilcrowSquare: LucideIcon;
|
|
|
|
declare namespace __icons_pilcrow_square {
|
|
export {
|
|
PilcrowSquare 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: LucideIcon;
|
|
|
|
declare namespace __icons_piggy_bank {
|
|
export {
|
|
PiggyBank as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PieChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pie-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const PieChart: LucideIcon;
|
|
|
|
declare namespace __icons_pie_chart {
|
|
export {
|
|
PieChart 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_picture_in_picture_2 {
|
|
export {
|
|
PictureInPicture2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_pi {
|
|
export {
|
|
Pi as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PiSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pi-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 PiSquare: LucideIcon;
|
|
|
|
declare namespace __icons_pi_square {
|
|
export {
|
|
PiSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_phone_call {
|
|
export {
|
|
PhoneCall 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_percent {
|
|
export {
|
|
Percent as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PercentSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/percent-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 PercentSquare: LucideIcon;
|
|
|
|
declare namespace __icons_percent_square {
|
|
export {
|
|
PercentSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PercentDiamond
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/percent-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 PercentDiamond: LucideIcon;
|
|
|
|
declare namespace __icons_percent_diamond {
|
|
export {
|
|
PercentDiamond as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PercentCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/percent-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 PercentCircle: LucideIcon;
|
|
|
|
declare namespace __icons_percent_circle {
|
|
export {
|
|
PercentCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_pencil_ruler {
|
|
export {
|
|
PencilRuler 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_pen_tool {
|
|
export {
|
|
PenTool as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PenSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pen-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 PenSquare: LucideIcon;
|
|
|
|
declare namespace __icons_pen_square {
|
|
export {
|
|
PenSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_pause {
|
|
export {
|
|
Pause as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PauseOctagon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pause-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 PauseOctagon: LucideIcon;
|
|
|
|
declare namespace __icons_pause_octagon {
|
|
export {
|
|
PauseOctagon as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PauseCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/pause-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 PauseCircle: LucideIcon;
|
|
|
|
declare namespace __icons_pause_circle {
|
|
export {
|
|
PauseCircle 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: LucideIcon;
|
|
|
|
declare namespace __icons_party_popper {
|
|
export {
|
|
PartyPopper as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ParkingSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/parking-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 ParkingSquare: LucideIcon;
|
|
|
|
declare namespace __icons_parking_square {
|
|
export {
|
|
ParkingSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ParkingSquareOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/parking-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 ParkingSquareOff: LucideIcon;
|
|
|
|
declare namespace __icons_parking_square_off {
|
|
export {
|
|
ParkingSquareOff 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: LucideIcon;
|
|
|
|
declare namespace __icons_parking_meter {
|
|
export {
|
|
ParkingMeter as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ParkingCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/parking-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 ParkingCircle: LucideIcon;
|
|
|
|
declare namespace __icons_parking_circle {
|
|
export {
|
|
ParkingCircle as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ParkingCircleOff
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/parking-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 ParkingCircleOff: LucideIcon;
|
|
|
|
declare namespace __icons_parking_circle_off {
|
|
export {
|
|
ParkingCircleOff 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_paperclip {
|
|
export {
|
|
Paperclip 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_panel_top_open {
|
|
export {
|
|
PanelTopOpen as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelTopInactive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-top-inactive
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const PanelTopInactive: LucideIcon;
|
|
|
|
declare namespace __icons_panel_top_inactive {
|
|
export {
|
|
PanelTopInactive 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_panel_right_open {
|
|
export {
|
|
PanelRightOpen as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelRightInactive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-right-inactive
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const PanelRightInactive: LucideIcon;
|
|
|
|
declare namespace __icons_panel_right_inactive {
|
|
export {
|
|
PanelRightInactive 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_panel_left_open {
|
|
export {
|
|
PanelLeftOpen as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelLeftInactive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-left-inactive
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const PanelLeftInactive: LucideIcon;
|
|
|
|
declare namespace __icons_panel_left_inactive {
|
|
export {
|
|
PanelLeftInactive 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_panel_bottom_open {
|
|
export {
|
|
PanelBottomOpen as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name PanelBottomInactive
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/panel-bottom-inactive
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const PanelBottomInactive: LucideIcon;
|
|
|
|
declare namespace __icons_panel_bottom_inactive {
|
|
export {
|
|
PanelBottomInactive 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: LucideIcon;
|
|
|
|
declare namespace __icons_panel_bottom_close {
|
|
export {
|
|
PanelBottomClose as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Palmtree
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/palmtree
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Palmtree: LucideIcon;
|
|
|
|
declare namespace __icons_palmtree {
|
|
export {
|
|
Palmtree 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_paintbrush {
|
|
export {
|
|
Paintbrush as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Paintbrush2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/paintbrush-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 Paintbrush2: LucideIcon;
|
|
|
|
declare namespace __icons_paintbrush_2 {
|
|
export {
|
|
Paintbrush2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_package_2 {
|
|
export {
|
|
Package2 as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Outdent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/outdent
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Outdent: LucideIcon;
|
|
|
|
declare namespace __icons_outdent {
|
|
export {
|
|
Outdent 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_option {
|
|
export {
|
|
Option 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: LucideIcon;
|
|
|
|
declare namespace __icons_octagon {
|
|
export {
|
|
Octagon 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_nut_off {
|
|
export {
|
|
NutOff 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_mouse_pointer {
|
|
export {
|
|
MousePointer as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name MousePointerSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mouse-pointer-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 MousePointerSquare: LucideIcon;
|
|
|
|
declare namespace __icons_mouse_pointer_square {
|
|
export {
|
|
MousePointerSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name MousePointerSquareDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mouse-pointer-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 MousePointerSquareDashed: LucideIcon;
|
|
|
|
declare namespace __icons_mouse_pointer_square_dashed {
|
|
export {
|
|
MousePointerSquareDashed 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: LucideIcon;
|
|
|
|
declare namespace __icons_mouse_pointer_click {
|
|
export {
|
|
MousePointerClick 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: LucideIcon;
|
|
|
|
declare namespace __icons_mouse_pointer_2 {
|
|
export {
|
|
MousePointer2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_mountain_snow {
|
|
export {
|
|
MountainSnow as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name MoreVertical
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/more-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 MoreVertical: LucideIcon;
|
|
|
|
declare namespace __icons_more_vertical {
|
|
export {
|
|
MoreVertical as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name MoreHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/more-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 MoreHorizontal: LucideIcon;
|
|
|
|
declare namespace __icons_more_horizontal {
|
|
export {
|
|
MoreHorizontal 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_monitor_dot {
|
|
export {
|
|
MonitorDot 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_minus {
|
|
export {
|
|
Minus as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name MinusSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/minus-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 MinusSquare: LucideIcon;
|
|
|
|
declare namespace __icons_minus_square {
|
|
export {
|
|
MinusSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name MinusCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/minus-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 MinusCircle: LucideIcon;
|
|
|
|
declare namespace __icons_minus_circle {
|
|
export {
|
|
MinusCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_microscope {
|
|
export {
|
|
Microscope 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: LucideIcon;
|
|
|
|
declare namespace __icons_mic {
|
|
export {
|
|
Mic 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: LucideIcon;
|
|
|
|
declare namespace __icons_mic_off {
|
|
export {
|
|
MicOff as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Mic2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/mic-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 Mic2: LucideIcon;
|
|
|
|
declare namespace __icons_mic_2 {
|
|
export {
|
|
Mic2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_message_square {
|
|
export {
|
|
MessageSquare 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: LucideIcon;
|
|
|
|
declare namespace __icons_message_square_plus {
|
|
export {
|
|
MessageSquarePlus 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: LucideIcon;
|
|
|
|
declare namespace __icons_message_square_dashed {
|
|
export {
|
|
MessageSquareDashed 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: LucideIcon;
|
|
|
|
declare namespace __icons_message_circle {
|
|
export {
|
|
MessageCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_menu {
|
|
export {
|
|
Menu as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name MenuSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/menu-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 MenuSquare: LucideIcon;
|
|
|
|
declare namespace __icons_menu_square {
|
|
export {
|
|
MenuSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_map_pin {
|
|
export {
|
|
MapPin 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: LucideIcon;
|
|
|
|
declare namespace __icons_map_pin_off {
|
|
export {
|
|
MapPinOff 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_magnet {
|
|
export {
|
|
Magnet as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name MSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/m-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 MSquare: LucideIcon;
|
|
|
|
declare namespace __icons_m_square {
|
|
export {
|
|
MSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_lollipop {
|
|
export {
|
|
Lollipop 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_lock {
|
|
export {
|
|
Lock 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: LucideIcon;
|
|
|
|
declare namespace __icons_lock_keyhole {
|
|
export {
|
|
LockKeyhole 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_loader {
|
|
export {
|
|
Loader as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Loader2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/loader-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 Loader2: LucideIcon;
|
|
|
|
declare namespace __icons_loader_2 {
|
|
export {
|
|
Loader2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_list_end {
|
|
export {
|
|
ListEnd 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: LucideIcon;
|
|
|
|
declare namespace __icons_list_checks {
|
|
export {
|
|
ListChecks 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
|
|
*
|
|
*/
|
|
declare const Linkedin: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_link_2_off {
|
|
export {
|
|
Link2Off as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name LineChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/line-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const LineChart: LucideIcon;
|
|
|
|
declare namespace __icons_line_chart {
|
|
export {
|
|
LineChart 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_library {
|
|
export {
|
|
Library as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name LibrarySquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/library-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 LibrarySquare: LucideIcon;
|
|
|
|
declare namespace __icons_library_square {
|
|
export {
|
|
LibrarySquare 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: LucideIcon;
|
|
|
|
declare namespace __icons_library_big {
|
|
export {
|
|
LibraryBig 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_leaf {
|
|
export {
|
|
Leaf as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Layout
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/layout
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Layout: LucideIcon;
|
|
|
|
declare namespace __icons_layout {
|
|
export {
|
|
Layout 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_laptop {
|
|
export {
|
|
Laptop as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Laptop2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/laptop-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 Laptop2: LucideIcon;
|
|
|
|
declare namespace __icons_laptop_2 {
|
|
export {
|
|
Laptop2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_keyboard {
|
|
export {
|
|
Keyboard 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_kanban {
|
|
export {
|
|
Kanban as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name KanbanSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/kanban-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 KanbanSquare: LucideIcon;
|
|
|
|
declare namespace __icons_kanban_square {
|
|
export {
|
|
KanbanSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name KanbanSquareDashed
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/kanban-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 KanbanSquareDashed: LucideIcon;
|
|
|
|
declare namespace __icons_kanban_square_dashed {
|
|
export {
|
|
KanbanSquareDashed 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Instagram: LucideIcon;
|
|
|
|
declare namespace __icons_instagram {
|
|
export {
|
|
Instagram 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_indian_rupee {
|
|
export {
|
|
IndianRupee as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Indent
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/indent
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Indent: LucideIcon;
|
|
|
|
declare namespace __icons_indent {
|
|
export {
|
|
Indent 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_import {
|
|
export {
|
|
Import 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: LucideIcon;
|
|
|
|
declare namespace __icons_image {
|
|
export {
|
|
Image 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: LucideIcon;
|
|
|
|
declare namespace __icons_image_plus {
|
|
export {
|
|
ImagePlus 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_image_down {
|
|
export {
|
|
ImageDown as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name IceCream
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ice-cream
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const IceCream: LucideIcon;
|
|
|
|
declare namespace __icons_ice_cream {
|
|
export {
|
|
IceCream as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name IceCream2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/ice-cream-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 IceCream2: LucideIcon;
|
|
|
|
declare namespace __icons_ice_cream_2 {
|
|
export {
|
|
IceCream2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_hotel {
|
|
export {
|
|
Hotel 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_hop_off {
|
|
export {
|
|
HopOff as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Home
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/home
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Home: LucideIcon;
|
|
|
|
declare namespace __icons_home {
|
|
export {
|
|
Home 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_hexagon {
|
|
export {
|
|
Hexagon as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name HelpingHand
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/helping-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 HelpingHand: LucideIcon;
|
|
|
|
declare namespace __icons_helping_hand {
|
|
export {
|
|
HelpingHand as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name HelpCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/help-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 HelpCircle: LucideIcon;
|
|
|
|
declare namespace __icons_help_circle {
|
|
export {
|
|
HelpCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_heart_crack {
|
|
export {
|
|
HeartCrack 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: LucideIcon;
|
|
|
|
declare namespace __icons_headphones {
|
|
export {
|
|
Headphones 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_hard_drive_download {
|
|
export {
|
|
HardDriveDownload 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: LucideIcon;
|
|
|
|
declare namespace __icons_hand {
|
|
export {
|
|
Hand 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: LucideIcon;
|
|
|
|
declare namespace __icons_hand_metal {
|
|
export {
|
|
HandMetal 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: LucideIcon;
|
|
|
|
declare namespace __icons_hammer {
|
|
export {
|
|
Hammer 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_grid_2x2 {
|
|
export {
|
|
Grid2x2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_globe {
|
|
export {
|
|
Globe as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Globe2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/globe-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 Globe2: LucideIcon;
|
|
|
|
declare namespace __icons_globe_2 {
|
|
export {
|
|
Globe2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Gitlab: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Github: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_gauge {
|
|
export {
|
|
Gauge as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name GaugeCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gauge-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 GaugeCircle: LucideIcon;
|
|
|
|
declare namespace __icons_gauge_circle {
|
|
export {
|
|
GaugeCircle as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name GanttChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gantt-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const GanttChart: LucideIcon;
|
|
|
|
declare namespace __icons_gantt_chart {
|
|
export {
|
|
GanttChart as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name GanttChartSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/gantt-chart-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 GanttChartSquare: LucideIcon;
|
|
|
|
declare namespace __icons_gantt_chart_square {
|
|
export {
|
|
GanttChartSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_gallery_horizontal_end {
|
|
export {
|
|
GalleryHorizontalEnd as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FunctionSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/function-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 FunctionSquare: LucideIcon;
|
|
|
|
declare namespace __icons_function_square {
|
|
export {
|
|
FunctionSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Framer: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_forward {
|
|
export {
|
|
Forward as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FormInput
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/form-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 FormInput: LucideIcon;
|
|
|
|
declare namespace __icons_form_input {
|
|
export {
|
|
FormInput 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_folder_plus {
|
|
export {
|
|
FolderPlus 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_folder_git_2 {
|
|
export {
|
|
FolderGit2 as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FolderEdit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/folder-edit
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const FolderEdit: LucideIcon;
|
|
|
|
declare namespace __icons_folder_edit {
|
|
export {
|
|
FolderEdit 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_folder_cog {
|
|
export {
|
|
FolderCog 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_fish_off {
|
|
export {
|
|
FishOff 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_file_video_2 {
|
|
export {
|
|
FileVideo2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_file_spreadsheet {
|
|
export {
|
|
FileSpreadsheet as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FileSignature
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-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 FileSignature: LucideIcon;
|
|
|
|
declare namespace __icons_file_signature {
|
|
export {
|
|
FileSignature 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_file_plus_2 {
|
|
export {
|
|
FilePlus2 as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FilePieChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-pie-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const FilePieChart: LucideIcon;
|
|
|
|
declare namespace __icons_file_pie_chart {
|
|
export {
|
|
FilePieChart 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_file_lock_2 {
|
|
export {
|
|
FileLock2 as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FileLineChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-line-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const FileLineChart: LucideIcon;
|
|
|
|
declare namespace __icons_file_line_chart {
|
|
export {
|
|
FileLineChart 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_file_heart {
|
|
export {
|
|
FileHeart as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FileEdit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-edit
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const FileEdit: LucideIcon;
|
|
|
|
declare namespace __icons_file_edit {
|
|
export {
|
|
FileEdit 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_file_check_2 {
|
|
export {
|
|
FileCheck2 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: LucideIcon;
|
|
|
|
declare namespace __icons_file_box {
|
|
export {
|
|
FileBox as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FileBarChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-bar-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const FileBarChart: LucideIcon;
|
|
|
|
declare namespace __icons_file_bar_chart {
|
|
export {
|
|
FileBarChart as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name FileBarChart2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/file-bar-chart-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 FileBarChart2: LucideIcon;
|
|
|
|
declare namespace __icons_file_bar_chart_2 {
|
|
export {
|
|
FileBarChart2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Figma: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_ferris_wheel {
|
|
export {
|
|
FerrisWheel 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Facebook: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_eye_off {
|
|
export {
|
|
EyeOff 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_euro {
|
|
export {
|
|
Euro 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_equal_not {
|
|
export {
|
|
EqualNot 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_egg_fried {
|
|
export {
|
|
EggFried 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_droplet {
|
|
export {
|
|
Droplet 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
|
|
*
|
|
*/
|
|
declare const Dribbble: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_download {
|
|
export {
|
|
Download as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name DownloadCloud
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/download-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 DownloadCloud: LucideIcon;
|
|
|
|
declare namespace __icons_download_cloud {
|
|
export {
|
|
DownloadCloud 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_dog {
|
|
export {
|
|
Dog 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_divide {
|
|
export {
|
|
Divide as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name DivideSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/divide-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 DivideSquare: LucideIcon;
|
|
|
|
declare namespace __icons_divide_square {
|
|
export {
|
|
DivideSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name DivideCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/divide-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 DivideCircle: LucideIcon;
|
|
|
|
declare namespace __icons_divide_circle {
|
|
export {
|
|
DivideCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_diamond {
|
|
export {
|
|
Diamond 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_database_backup {
|
|
export {
|
|
DatabaseBackup 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_copy_check {
|
|
export {
|
|
CopyCheck 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_contact {
|
|
export {
|
|
Contact as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Contact2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/contact-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 Contact2: LucideIcon;
|
|
|
|
declare namespace __icons_contact_2 {
|
|
export {
|
|
Contact2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_combine {
|
|
export {
|
|
Combine as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Columns
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/columns
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const Columns: LucideIcon;
|
|
|
|
declare namespace __icons_columns {
|
|
export {
|
|
Columns 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Codesandbox: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Codepen: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_code {
|
|
export {
|
|
Code as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name Code2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/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 Code2: LucideIcon;
|
|
|
|
declare namespace __icons_code_2 {
|
|
export {
|
|
Code2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_cloud {
|
|
export {
|
|
Cloud 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_cloud_drizzle {
|
|
export {
|
|
CloudDrizzle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_clock {
|
|
export {
|
|
Clock 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_clipboard_type {
|
|
export {
|
|
ClipboardType as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardSignature
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-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 ClipboardSignature: LucideIcon;
|
|
|
|
declare namespace __icons_clipboard_signature {
|
|
export {
|
|
ClipboardSignature 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: LucideIcon;
|
|
|
|
declare namespace __icons_clipboard_paste {
|
|
export {
|
|
ClipboardPaste 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: LucideIcon;
|
|
|
|
declare namespace __icons_clipboard_list {
|
|
export {
|
|
ClipboardList as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ClipboardEdit
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/clipboard-edit
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const ClipboardEdit: LucideIcon;
|
|
|
|
declare namespace __icons_clipboard_edit {
|
|
export {
|
|
ClipboardEdit 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_circle {
|
|
export {
|
|
Circle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_circle_user_round {
|
|
export {
|
|
CircleUserRound 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_circle_slash_2 {
|
|
export {
|
|
CircleSlash2 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: LucideIcon;
|
|
|
|
declare namespace __icons_circle_off {
|
|
export {
|
|
CircleOff 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_circle_dollar_sign {
|
|
export {
|
|
CircleDollarSign 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: LucideIcon;
|
|
|
|
declare namespace __icons_circle_dashed {
|
|
export {
|
|
CircleDashed 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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
|
|
*
|
|
*/
|
|
declare const Chrome: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_chevrons_left_right {
|
|
export {
|
|
ChevronsLeftRight 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_up {
|
|
export {
|
|
ChevronUp as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronUpSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-up-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 ChevronUpSquare: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_up_square {
|
|
export {
|
|
ChevronUpSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronUpCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-up-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 ChevronUpCircle: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_up_circle {
|
|
export {
|
|
ChevronUpCircle 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: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_right {
|
|
export {
|
|
ChevronRight as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronRightSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-right-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 ChevronRightSquare: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_right_square {
|
|
export {
|
|
ChevronRightSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronRightCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-right-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 ChevronRightCircle: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_right_circle {
|
|
export {
|
|
ChevronRightCircle 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: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_left {
|
|
export {
|
|
ChevronLeft as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronLeftSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-left-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 ChevronLeftSquare: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_left_square {
|
|
export {
|
|
ChevronLeftSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronLeftCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-left-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 ChevronLeftCircle: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_left_circle {
|
|
export {
|
|
ChevronLeftCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_down {
|
|
export {
|
|
ChevronDown as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronDownSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-down-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 ChevronDownSquare: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_down_square {
|
|
export {
|
|
ChevronDownSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ChevronDownCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/chevron-down-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 ChevronDownCircle: LucideIcon;
|
|
|
|
declare namespace __icons_chevron_down_circle {
|
|
export {
|
|
ChevronDownCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_check {
|
|
export {
|
|
Check as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name CheckSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/check-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 CheckSquare: LucideIcon;
|
|
|
|
declare namespace __icons_check_square {
|
|
export {
|
|
CheckSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name CheckSquare2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/check-square-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 CheckSquare2: LucideIcon;
|
|
|
|
declare namespace __icons_check_square_2 {
|
|
export {
|
|
CheckSquare2 as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name CheckCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/check-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 CheckCircle: LucideIcon;
|
|
|
|
declare namespace __icons_check_circle {
|
|
export {
|
|
CheckCircle as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name CheckCircle2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/check-circle-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 CheckCircle2: LucideIcon;
|
|
|
|
declare namespace __icons_check_circle_2 {
|
|
export {
|
|
CheckCircle2 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: LucideIcon;
|
|
|
|
declare namespace __icons_check_check {
|
|
export {
|
|
CheckCheck 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_car_front {
|
|
export {
|
|
CarFront 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_candy_cane {
|
|
export {
|
|
CandyCane as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name CandlestickChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/candlestick-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const CandlestickChart: LucideIcon;
|
|
|
|
declare namespace __icons_candlestick_chart {
|
|
export {
|
|
CandlestickChart 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_calendar_plus {
|
|
export {
|
|
CalendarPlus 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_calendar_minus {
|
|
export {
|
|
CalendarMinus 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: LucideIcon;
|
|
|
|
declare namespace __icons_calendar_heart {
|
|
export {
|
|
CalendarHeart 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: LucideIcon;
|
|
|
|
declare namespace __icons_calendar_days {
|
|
export {
|
|
CalendarDays 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_calendar_check_2 {
|
|
export {
|
|
CalendarCheck2 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_briefcase {
|
|
export {
|
|
Briefcase 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_box {
|
|
export {
|
|
Box as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name BoxSelect
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/box-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 BoxSelect: LucideIcon;
|
|
|
|
declare namespace __icons_box_select {
|
|
export {
|
|
BoxSelect 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: LucideIcon;
|
|
|
|
declare namespace __icons_bot {
|
|
export {
|
|
Bot 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_bomb {
|
|
export {
|
|
Bomb 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_blinds {
|
|
export {
|
|
Blinds 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_biohazard {
|
|
export {
|
|
Biohazard 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_bike {
|
|
export {
|
|
Bike 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_bell_minus {
|
|
export {
|
|
BellMinus 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_beer {
|
|
export {
|
|
Beer 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_barcode {
|
|
export {
|
|
Barcode as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name BarChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bar-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const BarChart: LucideIcon;
|
|
|
|
declare namespace __icons_bar_chart {
|
|
export {
|
|
BarChart as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name BarChartHorizontal
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bar-chart-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 BarChartHorizontal: LucideIcon;
|
|
|
|
declare namespace __icons_bar_chart_horizontal {
|
|
export {
|
|
BarChartHorizontal as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name BarChartHorizontalBig
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bar-chart-horizontal-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 BarChartHorizontalBig: LucideIcon;
|
|
|
|
declare namespace __icons_bar_chart_horizontal_big {
|
|
export {
|
|
BarChartHorizontalBig as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name BarChartBig
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bar-chart-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 BarChartBig: LucideIcon;
|
|
|
|
declare namespace __icons_bar_chart_big {
|
|
export {
|
|
BarChartBig as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name BarChart4
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bar-chart-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 BarChart4: LucideIcon;
|
|
|
|
declare namespace __icons_bar_chart_4 {
|
|
export {
|
|
BarChart4 as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name BarChart3
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bar-chart-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 BarChart3: LucideIcon;
|
|
|
|
declare namespace __icons_bar_chart_3 {
|
|
export {
|
|
BarChart3 as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name BarChart2
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/bar-chart-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 BarChart2: LucideIcon;
|
|
|
|
declare namespace __icons_bar_chart_2 {
|
|
export {
|
|
BarChart2 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: LucideIcon;
|
|
|
|
declare namespace __icons_banknote {
|
|
export {
|
|
Banknote 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_to_line {
|
|
export {
|
|
ArrowUpToLine as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-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 ArrowUpSquare: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_square {
|
|
export {
|
|
ArrowUpSquare 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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_right {
|
|
export {
|
|
ArrowUpRight as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpRightSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-right-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 ArrowUpRightSquare: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_right_square {
|
|
export {
|
|
ArrowUpRightSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpRightFromCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-right-from-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 ArrowUpRightFromCircle: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_right_from_circle {
|
|
export {
|
|
ArrowUpRightFromCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_left {
|
|
export {
|
|
ArrowUpLeft as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpLeftSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-left-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 ArrowUpLeftSquare: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_left_square {
|
|
export {
|
|
ArrowUpLeftSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpLeftFromCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-left-from-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 ArrowUpLeftFromCircle: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_left_from_circle {
|
|
export {
|
|
ArrowUpLeftFromCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_down {
|
|
export {
|
|
ArrowUpDown as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowUpCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-up-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 ArrowUpCircle: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_up_circle {
|
|
export {
|
|
ArrowUpCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_right_to_line {
|
|
export {
|
|
ArrowRightToLine as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowRightSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-right-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 ArrowRightSquare: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_right_square {
|
|
export {
|
|
ArrowRightSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_right_from_line {
|
|
export {
|
|
ArrowRightFromLine as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowRightCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-right-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 ArrowRightCircle: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_right_circle {
|
|
export {
|
|
ArrowRightCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_left_to_line {
|
|
export {
|
|
ArrowLeftToLine as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowLeftSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-left-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 ArrowLeftSquare: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_left_square {
|
|
export {
|
|
ArrowLeftSquare 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_left_from_line {
|
|
export {
|
|
ArrowLeftFromLine as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowLeftCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-left-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 ArrowLeftCircle: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_left_circle {
|
|
export {
|
|
ArrowLeftCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_to_dot {
|
|
export {
|
|
ArrowDownToDot as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-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 ArrowDownSquare: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_square {
|
|
export {
|
|
ArrowDownSquare 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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_right {
|
|
export {
|
|
ArrowDownRight as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownRightSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-right-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 ArrowDownRightSquare: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_right_square {
|
|
export {
|
|
ArrowDownRightSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownRightFromCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-right-from-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 ArrowDownRightFromCircle: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_right_from_circle {
|
|
export {
|
|
ArrowDownRightFromCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_left {
|
|
export {
|
|
ArrowDownLeft as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownLeftSquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-left-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 ArrowDownLeftSquare: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_left_square {
|
|
export {
|
|
ArrowDownLeftSquare as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownLeftFromCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-left-from-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 ArrowDownLeftFromCircle: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_left_from_circle {
|
|
export {
|
|
ArrowDownLeftFromCircle 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: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_from_line {
|
|
export {
|
|
ArrowDownFromLine as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ArrowDownCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/arrow-down-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 ArrowDownCircle: LucideIcon;
|
|
|
|
declare namespace __icons_arrow_down_circle {
|
|
export {
|
|
ArrowDownCircle 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_armchair {
|
|
export {
|
|
Armchair as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name AreaChart
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/area-chart
|
|
* @see https://lucide.dev/guide/packages/lucide-react - Documentation
|
|
*
|
|
* @param {Object} props - Lucide icons props and any valid SVG attribute
|
|
* @returns {JSX.Element} JSX Element
|
|
*
|
|
*/
|
|
declare const AreaChart: LucideIcon;
|
|
|
|
declare namespace __icons_area_chart {
|
|
export {
|
|
AreaChart 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_app_window {
|
|
export {
|
|
AppWindow 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: LucideIcon;
|
|
|
|
declare namespace __icons_aperture {
|
|
export {
|
|
Aperture 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_anchor {
|
|
export {
|
|
Anchor 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_ampersand {
|
|
export {
|
|
Ampersand 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_align_center_horizontal {
|
|
export {
|
|
AlignCenterHorizontal as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name AlertTriangle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alert-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 AlertTriangle: LucideIcon;
|
|
|
|
declare namespace __icons_alert_triangle {
|
|
export {
|
|
AlertTriangle as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name AlertOctagon
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alert-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 AlertOctagon: LucideIcon;
|
|
|
|
declare namespace __icons_alert_octagon {
|
|
export {
|
|
AlertOctagon as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name AlertCircle
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alert-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 AlertCircle: LucideIcon;
|
|
|
|
declare namespace __icons_alert_circle {
|
|
export {
|
|
AlertCircle 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: LucideIcon;
|
|
|
|
declare namespace __icons_album {
|
|
export {
|
|
Album as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name AlarmPlus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alarm-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 AlarmPlus: LucideIcon;
|
|
|
|
declare namespace __icons_alarm_plus {
|
|
export {
|
|
AlarmPlus as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name AlarmMinus
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/alarm-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 AlarmMinus: LucideIcon;
|
|
|
|
declare namespace __icons_alarm_minus {
|
|
export {
|
|
AlarmMinus 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: LucideIcon;
|
|
|
|
declare namespace __icons_alarm_clock {
|
|
export {
|
|
AlarmClock 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: LucideIcon;
|
|
|
|
declare namespace __icons_alarm_clock_off {
|
|
export {
|
|
AlarmClockOff 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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
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: LucideIcon;
|
|
|
|
declare namespace __icons_activity {
|
|
export {
|
|
Activity as default,
|
|
};
|
|
}
|
|
|
|
/**
|
|
* @component @name ActivitySquare
|
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
*
|
|
* @preview  - https://lucide.dev/icons/activity-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 ActivitySquare: LucideIcon;
|
|
|
|
declare namespace __icons_activity_square {
|
|
export {
|
|
ActivitySquare 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: LucideIcon;
|
|
|
|
declare namespace __icons_accessibility {
|
|
export {
|
|
Accessibility as default,
|
|
};
|
|
}
|
|
|
|
declare const dynamicIconImports: {
|
|
accessibility: () => Promise<typeof __icons_accessibility>;
|
|
'activity-square': () => Promise<typeof __icons_activity_square>;
|
|
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-off': () => Promise<typeof __icons_alarm_clock_off>;
|
|
'alarm-clock': () => Promise<typeof __icons_alarm_clock>;
|
|
'alarm-minus': () => Promise<typeof __icons_alarm_minus>;
|
|
'alarm-plus': () => Promise<typeof __icons_alarm_plus>;
|
|
album: () => Promise<typeof __icons_album>;
|
|
'alert-circle': () => Promise<typeof __icons_alert_circle>;
|
|
'alert-octagon': () => Promise<typeof __icons_alert_octagon>;
|
|
'alert-triangle': () => Promise<typeof __icons_alert_triangle>;
|
|
'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>;
|
|
ampersand: () => Promise<typeof __icons_ampersand>;
|
|
ampersands: () => Promise<typeof __icons_ampersands>;
|
|
anchor: () => Promise<typeof __icons_anchor>;
|
|
angry: () => Promise<typeof __icons_angry>;
|
|
annoyed: () => Promise<typeof __icons_annoyed>;
|
|
antenna: () => Promise<typeof __icons_antenna>;
|
|
aperture: () => Promise<typeof __icons_aperture>;
|
|
'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>;
|
|
'area-chart': () => Promise<typeof __icons_area_chart>;
|
|
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-circle': () => Promise<typeof __icons_arrow_down_circle>;
|
|
'arrow-down-from-line': () => Promise<typeof __icons_arrow_down_from_line>;
|
|
'arrow-down-left-from-circle': () => Promise<typeof __icons_arrow_down_left_from_circle>;
|
|
'arrow-down-left-square': () => Promise<typeof __icons_arrow_down_left_square>;
|
|
'arrow-down-left': () => Promise<typeof __icons_arrow_down_left>;
|
|
'arrow-down-narrow-wide': () => Promise<typeof __icons_arrow_down_narrow_wide>;
|
|
'arrow-down-right-from-circle': () => Promise<typeof __icons_arrow_down_right_from_circle>;
|
|
'arrow-down-right-square': () => Promise<typeof __icons_arrow_down_right_square>;
|
|
'arrow-down-right': () => Promise<typeof __icons_arrow_down_right>;
|
|
'arrow-down-square': () => Promise<typeof __icons_arrow_down_square>;
|
|
'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-circle': () => Promise<typeof __icons_arrow_left_circle>;
|
|
'arrow-left-from-line': () => Promise<typeof __icons_arrow_left_from_line>;
|
|
'arrow-left-right': () => Promise<typeof __icons_arrow_left_right>;
|
|
'arrow-left-square': () => Promise<typeof __icons_arrow_left_square>;
|
|
'arrow-left-to-line': () => Promise<typeof __icons_arrow_left_to_line>;
|
|
'arrow-left': () => Promise<typeof __icons_arrow_left>;
|
|
'arrow-right-circle': () => Promise<typeof __icons_arrow_right_circle>;
|
|
'arrow-right-from-line': () => Promise<typeof __icons_arrow_right_from_line>;
|
|
'arrow-right-left': () => Promise<typeof __icons_arrow_right_left>;
|
|
'arrow-right-square': () => Promise<typeof __icons_arrow_right_square>;
|
|
'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-circle': () => Promise<typeof __icons_arrow_up_circle>;
|
|
'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-from-circle': () => Promise<typeof __icons_arrow_up_left_from_circle>;
|
|
'arrow-up-left-square': () => Promise<typeof __icons_arrow_up_left_square>;
|
|
'arrow-up-left': () => Promise<typeof __icons_arrow_up_left>;
|
|
'arrow-up-narrow-wide': () => Promise<typeof __icons_arrow_up_narrow_wide>;
|
|
'arrow-up-right-from-circle': () => Promise<typeof __icons_arrow_up_right_from_circle>;
|
|
'arrow-up-right-square': () => Promise<typeof __icons_arrow_up_right_square>;
|
|
'arrow-up-right': () => Promise<typeof __icons_arrow_up_right>;
|
|
'arrow-up-square': () => Promise<typeof __icons_arrow_up_square>;
|
|
'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>;
|
|
banknote: () => Promise<typeof __icons_banknote>;
|
|
'bar-chart-2': () => Promise<typeof __icons_bar_chart_2>;
|
|
'bar-chart-3': () => Promise<typeof __icons_bar_chart_3>;
|
|
'bar-chart-4': () => Promise<typeof __icons_bar_chart_4>;
|
|
'bar-chart-big': () => Promise<typeof __icons_bar_chart_big>;
|
|
'bar-chart-horizontal-big': () => Promise<typeof __icons_bar_chart_horizontal_big>;
|
|
'bar-chart-horizontal': () => Promise<typeof __icons_bar_chart_horizontal>;
|
|
'bar-chart': () => Promise<typeof __icons_bar_chart>;
|
|
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: () => Promise<typeof __icons_beer>;
|
|
'bell-dot': () => Promise<typeof __icons_bell_dot>;
|
|
'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>;
|
|
bike: () => Promise<typeof __icons_bike>;
|
|
binary: () => Promise<typeof __icons_binary>;
|
|
biohazard: () => Promise<typeof __icons_biohazard>;
|
|
bird: () => Promise<typeof __icons_bird>;
|
|
bitcoin: () => Promise<typeof __icons_bitcoin>;
|
|
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>;
|
|
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: () => Promise<typeof __icons_bot>;
|
|
'box-select': () => Promise<typeof __icons_box_select>;
|
|
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>;
|
|
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-check-2': () => Promise<typeof __icons_calendar_check_2>;
|
|
'calendar-check': () => Promise<typeof __icons_calendar_check>;
|
|
'calendar-clock': () => Promise<typeof __icons_calendar_clock>;
|
|
'calendar-days': () => Promise<typeof __icons_calendar_days>;
|
|
'calendar-heart': () => Promise<typeof __icons_calendar_heart>;
|
|
'calendar-minus': () => Promise<typeof __icons_calendar_minus>;
|
|
'calendar-off': () => Promise<typeof __icons_calendar_off>;
|
|
'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>;
|
|
'candlestick-chart': () => Promise<typeof __icons_candlestick_chart>;
|
|
'candy-cane': () => Promise<typeof __icons_candy_cane>;
|
|
'candy-off': () => Promise<typeof __icons_candy_off>;
|
|
candy: () => Promise<typeof __icons_candy>;
|
|
'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>;
|
|
'check-check': () => Promise<typeof __icons_check_check>;
|
|
'check-circle-2': () => Promise<typeof __icons_check_circle_2>;
|
|
'check-circle': () => Promise<typeof __icons_check_circle>;
|
|
'check-square-2': () => Promise<typeof __icons_check_square_2>;
|
|
'check-square': () => Promise<typeof __icons_check_square>;
|
|
check: () => Promise<typeof __icons_check>;
|
|
'chef-hat': () => Promise<typeof __icons_chef_hat>;
|
|
cherry: () => Promise<typeof __icons_cherry>;
|
|
'chevron-down-circle': () => Promise<typeof __icons_chevron_down_circle>;
|
|
'chevron-down-square': () => Promise<typeof __icons_chevron_down_square>;
|
|
'chevron-down': () => Promise<typeof __icons_chevron_down>;
|
|
'chevron-first': () => Promise<typeof __icons_chevron_first>;
|
|
'chevron-last': () => Promise<typeof __icons_chevron_last>;
|
|
'chevron-left-circle': () => Promise<typeof __icons_chevron_left_circle>;
|
|
'chevron-left-square': () => Promise<typeof __icons_chevron_left_square>;
|
|
'chevron-left': () => Promise<typeof __icons_chevron_left>;
|
|
'chevron-right-circle': () => Promise<typeof __icons_chevron_right_circle>;
|
|
'chevron-right-square': () => Promise<typeof __icons_chevron_right_square>;
|
|
'chevron-right': () => Promise<typeof __icons_chevron_right>;
|
|
'chevron-up-circle': () => Promise<typeof __icons_chevron_up_circle>;
|
|
'chevron-up-square': () => Promise<typeof __icons_chevron_up_square>;
|
|
'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': () => 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-dashed': () => Promise<typeof __icons_circle_dashed>;
|
|
'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-off': () => Promise<typeof __icons_circle_off>;
|
|
'circle-slash-2': () => Promise<typeof __icons_circle_slash_2>;
|
|
'circle-slash': () => Promise<typeof __icons_circle_slash>;
|
|
'circle-user-round': () => Promise<typeof __icons_circle_user_round>;
|
|
'circle-user': () => Promise<typeof __icons_circle_user>;
|
|
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-edit': () => Promise<typeof __icons_clipboard_edit>;
|
|
'clipboard-list': () => Promise<typeof __icons_clipboard_list>;
|
|
'clipboard-paste': () => Promise<typeof __icons_clipboard_paste>;
|
|
'clipboard-signature': () => Promise<typeof __icons_clipboard_signature>;
|
|
'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: () => Promise<typeof __icons_clock>;
|
|
'cloud-cog': () => Promise<typeof __icons_cloud_cog>;
|
|
'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: () => Promise<typeof __icons_cloud>;
|
|
cloudy: () => Promise<typeof __icons_cloudy>;
|
|
clover: () => Promise<typeof __icons_clover>;
|
|
club: () => Promise<typeof __icons_club>;
|
|
'code-2': () => Promise<typeof __icons_code_2>;
|
|
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: () => Promise<typeof __icons_columns>;
|
|
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-2': () => Promise<typeof __icons_contact_2>;
|
|
contact: () => Promise<typeof __icons_contact>;
|
|
container: () => Promise<typeof __icons_container>;
|
|
contrast: () => Promise<typeof __icons_contrast>;
|
|
cookie: () => Promise<typeof __icons_cookie>;
|
|
'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>;
|
|
'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: () => 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-circle': () => Promise<typeof __icons_divide_circle>;
|
|
'divide-square': () => Promise<typeof __icons_divide_square>;
|
|
divide: () => Promise<typeof __icons_divide>;
|
|
'dna-off': () => Promise<typeof __icons_dna_off>;
|
|
dna: () => Promise<typeof __icons_dna>;
|
|
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-cloud': () => Promise<typeof __icons_download_cloud>;
|
|
download: () => Promise<typeof __icons_download>;
|
|
'drafting-compass': () => Promise<typeof __icons_drafting_compass>;
|
|
drama: () => Promise<typeof __icons_drama>;
|
|
dribbble: () => Promise<typeof __icons_dribbble>;
|
|
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>;
|
|
'egg-fried': () => Promise<typeof __icons_egg_fried>;
|
|
'egg-off': () => Promise<typeof __icons_egg_off>;
|
|
egg: () => Promise<typeof __icons_egg>;
|
|
'equal-not': () => Promise<typeof __icons_equal_not>;
|
|
equal: () => Promise<typeof __icons_equal>;
|
|
eraser: () => Promise<typeof __icons_eraser>;
|
|
euro: () => Promise<typeof __icons_euro>;
|
|
expand: () => Promise<typeof __icons_expand>;
|
|
'external-link': () => Promise<typeof __icons_external_link>;
|
|
'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>;
|
|
'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-bar-chart-2': () => Promise<typeof __icons_file_bar_chart_2>;
|
|
'file-bar-chart': () => Promise<typeof __icons_file_bar_chart>;
|
|
'file-box': () => Promise<typeof __icons_file_box>;
|
|
'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-edit': () => Promise<typeof __icons_file_edit>;
|
|
'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-line-chart': () => Promise<typeof __icons_file_line_chart>;
|
|
'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-pie-chart': () => Promise<typeof __icons_file_pie_chart>;
|
|
'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-signature': () => Promise<typeof __icons_file_signature>;
|
|
'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-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>;
|
|
'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-cog': () => Promise<typeof __icons_folder_cog>;
|
|
'folder-dot': () => Promise<typeof __icons_folder_dot>;
|
|
'folder-down': () => Promise<typeof __icons_folder_down>;
|
|
'folder-edit': () => Promise<typeof __icons_folder_edit>;
|
|
'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-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>;
|
|
'form-input': () => Promise<typeof __icons_form_input>;
|
|
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>;
|
|
'function-square': () => Promise<typeof __icons_function_square>;
|
|
'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>;
|
|
'gantt-chart-square': () => Promise<typeof __icons_gantt_chart_square>;
|
|
'gantt-chart': () => Promise<typeof __icons_gantt_chart>;
|
|
'gauge-circle': () => Promise<typeof __icons_gauge_circle>;
|
|
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-2': () => Promise<typeof __icons_globe_2>;
|
|
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': () => 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>;
|
|
hammer: () => Promise<typeof __icons_hammer>;
|
|
'hand-metal': () => Promise<typeof __icons_hand_metal>;
|
|
hand: () => Promise<typeof __icons_hand>;
|
|
'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>;
|
|
headphones: () => Promise<typeof __icons_headphones>;
|
|
'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>;
|
|
'help-circle': () => Promise<typeof __icons_help_circle>;
|
|
'helping-hand': () => Promise<typeof __icons_helping_hand>;
|
|
hexagon: () => Promise<typeof __icons_hexagon>;
|
|
highlighter: () => Promise<typeof __icons_highlighter>;
|
|
history: () => Promise<typeof __icons_history>;
|
|
home: () => Promise<typeof __icons_home>;
|
|
'hop-off': () => Promise<typeof __icons_hop_off>;
|
|
hop: () => Promise<typeof __icons_hop>;
|
|
hotel: () => Promise<typeof __icons_hotel>;
|
|
hourglass: () => Promise<typeof __icons_hourglass>;
|
|
'ice-cream-2': () => Promise<typeof __icons_ice_cream_2>;
|
|
'ice-cream': () => Promise<typeof __icons_ice_cream>;
|
|
'image-down': () => Promise<typeof __icons_image_down>;
|
|
'image-minus': () => Promise<typeof __icons_image_minus>;
|
|
'image-off': () => Promise<typeof __icons_image_off>;
|
|
'image-plus': () => Promise<typeof __icons_image_plus>;
|
|
image: () => Promise<typeof __icons_image>;
|
|
import: () => Promise<typeof __icons_import>;
|
|
inbox: () => Promise<typeof __icons_inbox>;
|
|
indent: () => Promise<typeof __icons_indent>;
|
|
'indian-rupee': () => Promise<typeof __icons_indian_rupee>;
|
|
infinity: () => Promise<typeof __icons_infinity>;
|
|
info: () => Promise<typeof __icons_info>;
|
|
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-square-dashed': () => Promise<typeof __icons_kanban_square_dashed>;
|
|
'kanban-square': () => Promise<typeof __icons_kanban_square>;
|
|
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: () => 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-2': () => Promise<typeof __icons_laptop_2>;
|
|
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>;
|
|
layout: () => Promise<typeof __icons_layout>;
|
|
leaf: () => Promise<typeof __icons_leaf>;
|
|
'leafy-green': () => Promise<typeof __icons_leafy_green>;
|
|
'library-big': () => Promise<typeof __icons_library_big>;
|
|
'library-square': () => Promise<typeof __icons_library_square>;
|
|
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>;
|
|
'line-chart': () => Promise<typeof __icons_line_chart>;
|
|
'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-checks': () => Promise<typeof __icons_list_checks>;
|
|
'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-2': () => Promise<typeof __icons_loader_2>;
|
|
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': () => Promise<typeof __icons_lock_keyhole>;
|
|
lock: () => Promise<typeof __icons_lock>;
|
|
'log-in': () => Promise<typeof __icons_log_in>;
|
|
'log-out': () => Promise<typeof __icons_log_out>;
|
|
lollipop: () => Promise<typeof __icons_lollipop>;
|
|
luggage: () => Promise<typeof __icons_luggage>;
|
|
'm-square': () => Promise<typeof __icons_m_square>;
|
|
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-off': () => Promise<typeof __icons_map_pin_off>;
|
|
'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-square': () => Promise<typeof __icons_menu_square>;
|
|
menu: () => Promise<typeof __icons_menu>;
|
|
merge: () => Promise<typeof __icons_merge>;
|
|
'message-circle': () => Promise<typeof __icons_message_circle>;
|
|
'message-square-dashed': () => Promise<typeof __icons_message_square_dashed>;
|
|
'message-square-plus': () => Promise<typeof __icons_message_square_plus>;
|
|
'message-square': () => Promise<typeof __icons_message_square>;
|
|
'messages-square': () => Promise<typeof __icons_messages_square>;
|
|
'mic-2': () => Promise<typeof __icons_mic_2>;
|
|
'mic-off': () => Promise<typeof __icons_mic_off>;
|
|
mic: () => Promise<typeof __icons_mic>;
|
|
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-circle': () => Promise<typeof __icons_minus_circle>;
|
|
'minus-square': () => Promise<typeof __icons_minus_square>;
|
|
minus: () => Promise<typeof __icons_minus>;
|
|
'monitor-check': () => Promise<typeof __icons_monitor_check>;
|
|
'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>;
|
|
'more-horizontal': () => Promise<typeof __icons_more_horizontal>;
|
|
'more-vertical': () => Promise<typeof __icons_more_vertical>;
|
|
'mountain-snow': () => Promise<typeof __icons_mountain_snow>;
|
|
mountain: () => Promise<typeof __icons_mountain>;
|
|
'mouse-pointer-2': () => Promise<typeof __icons_mouse_pointer_2>;
|
|
'mouse-pointer-click': () => Promise<typeof __icons_mouse_pointer_click>;
|
|
'mouse-pointer-square-dashed': () => Promise<typeof __icons_mouse_pointer_square_dashed>;
|
|
'mouse-pointer-square': () => Promise<typeof __icons_mouse_pointer_square>;
|
|
'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>;
|
|
'nut-off': () => Promise<typeof __icons_nut_off>;
|
|
nut: () => Promise<typeof __icons_nut>;
|
|
octagon: () => Promise<typeof __icons_octagon>;
|
|
option: () => Promise<typeof __icons_option>;
|
|
orbit: () => Promise<typeof __icons_orbit>;
|
|
outdent: () => Promise<typeof __icons_outdent>;
|
|
'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>;
|
|
'paintbrush-2': () => Promise<typeof __icons_paintbrush_2>;
|
|
paintbrush: () => Promise<typeof __icons_paintbrush>;
|
|
palette: () => Promise<typeof __icons_palette>;
|
|
palmtree: () => Promise<typeof __icons_palmtree>;
|
|
'panel-bottom-close': () => Promise<typeof __icons_panel_bottom_close>;
|
|
'panel-bottom-inactive': () => Promise<typeof __icons_panel_bottom_inactive>;
|
|
'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-inactive': () => Promise<typeof __icons_panel_left_inactive>;
|
|
'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-inactive': () => Promise<typeof __icons_panel_right_inactive>;
|
|
'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-inactive': () => Promise<typeof __icons_panel_top_inactive>;
|
|
'panel-top-open': () => Promise<typeof __icons_panel_top_open>;
|
|
'panel-top': () => Promise<typeof __icons_panel_top>;
|
|
paperclip: () => Promise<typeof __icons_paperclip>;
|
|
parentheses: () => Promise<typeof __icons_parentheses>;
|
|
'parking-circle-off': () => Promise<typeof __icons_parking_circle_off>;
|
|
'parking-circle': () => Promise<typeof __icons_parking_circle>;
|
|
'parking-meter': () => Promise<typeof __icons_parking_meter>;
|
|
'parking-square-off': () => Promise<typeof __icons_parking_square_off>;
|
|
'parking-square': () => Promise<typeof __icons_parking_square>;
|
|
'party-popper': () => Promise<typeof __icons_party_popper>;
|
|
'pause-circle': () => Promise<typeof __icons_pause_circle>;
|
|
'pause-octagon': () => Promise<typeof __icons_pause_octagon>;
|
|
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-square': () => Promise<typeof __icons_pen_square>;
|
|
'pen-tool': () => Promise<typeof __icons_pen_tool>;
|
|
pen: () => Promise<typeof __icons_pen>;
|
|
'pencil-line': () => Promise<typeof __icons_pencil_line>;
|
|
'pencil-ruler': () => Promise<typeof __icons_pencil_ruler>;
|
|
pencil: () => Promise<typeof __icons_pencil>;
|
|
pentagon: () => Promise<typeof __icons_pentagon>;
|
|
'percent-circle': () => Promise<typeof __icons_percent_circle>;
|
|
'percent-diamond': () => Promise<typeof __icons_percent_diamond>;
|
|
'percent-square': () => Promise<typeof __icons_percent_square>;
|
|
percent: () => Promise<typeof __icons_percent>;
|
|
'person-standing': () => Promise<typeof __icons_person_standing>;
|
|
'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-square': () => Promise<typeof __icons_pi_square>;
|
|
pi: () => Promise<typeof __icons_pi>;
|
|
piano: () => Promise<typeof __icons_piano>;
|
|
'picture-in-picture-2': () => Promise<typeof __icons_picture_in_picture_2>;
|
|
'picture-in-picture': () => Promise<typeof __icons_picture_in_picture>;
|
|
'pie-chart': () => Promise<typeof __icons_pie_chart>;
|
|
'piggy-bank': () => Promise<typeof __icons_piggy_bank>;
|
|
'pilcrow-square': () => Promise<typeof __icons_pilcrow_square>;
|
|
pilcrow: () => Promise<typeof __icons_pilcrow>;
|
|
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-circle': () => Promise<typeof __icons_play_circle>;
|
|
'play-square': () => Promise<typeof __icons_play_square>;
|
|
play: () => Promise<typeof __icons_play>;
|
|
'plug-2': () => Promise<typeof __icons_plug_2>;
|
|
'plug-zap-2': () => Promise<typeof __icons_plug_zap_2>;
|
|
'plug-zap': () => Promise<typeof __icons_plug_zap>;
|
|
plug: () => Promise<typeof __icons_plug>;
|
|
'plus-circle': () => Promise<typeof __icons_plus_circle>;
|
|
'plus-square': () => Promise<typeof __icons_plus_square>;
|
|
plus: () => Promise<typeof __icons_plus>;
|
|
'pocket-knife': () => Promise<typeof __icons_pocket_knife>;
|
|
pocket: () => Promise<typeof __icons_pocket>;
|
|
podcast: () => Promise<typeof __icons_podcast>;
|
|
pointer: () => Promise<typeof __icons_pointer>;
|
|
popcorn: () => Promise<typeof __icons_popcorn>;
|
|
popsicle: () => Promise<typeof __icons_popsicle>;
|
|
'pound-sterling': () => Promise<typeof __icons_pound_sterling>;
|
|
'power-circle': () => Promise<typeof __icons_power_circle>;
|
|
'power-off': () => Promise<typeof __icons_power_off>;
|
|
'power-square': () => Promise<typeof __icons_power_square>;
|
|
power: () => Promise<typeof __icons_power>;
|
|
presentation: () => Promise<typeof __icons_presentation>;
|
|
printer: () => Promise<typeof __icons_printer>;
|
|
projector: () => Promise<typeof __icons_projector>;
|
|
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>;
|
|
'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: () => Promise<typeof __icons_receipt>;
|
|
'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': () => Promise<typeof __icons_rotate_ccw>;
|
|
'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: () => Promise<typeof __icons_rows>;
|
|
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: () => 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-search': () => Promise<typeof __icons_scan_search>;
|
|
'scan-text': () => Promise<typeof __icons_scan_text>;
|
|
scan: () => Promise<typeof __icons_scan>;
|
|
'scatter-chart': () => Promise<typeof __icons_scatter_chart>;
|
|
'school-2': () => Promise<typeof __icons_school_2>;
|
|
school: () => Promise<typeof __icons_school>;
|
|
'scissors-line-dashed': () => Promise<typeof __icons_scissors_line_dashed>;
|
|
'scissors-square-dashed-bottom': () => Promise<typeof __icons_scissors_square_dashed_bottom>;
|
|
'scissors-square': () => Promise<typeof __icons_scissors_square>;
|
|
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>;
|
|
'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-square': () => Promise<typeof __icons_sigma_square>;
|
|
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>;
|
|
'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: () => Promise<typeof __icons_sliders>;
|
|
'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-square-horizontal': () => Promise<typeof __icons_split_square_horizontal>;
|
|
'split-square-vertical': () => Promise<typeof __icons_split_square_vertical>;
|
|
split: () => Promise<typeof __icons_split>;
|
|
'spray-can': () => Promise<typeof __icons_spray_can>;
|
|
sprout: () => Promise<typeof __icons_sprout>;
|
|
'square-asterisk': () => Promise<typeof __icons_square_asterisk>;
|
|
'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-dot': () => Promise<typeof __icons_square_dot>;
|
|
'square-equal': () => Promise<typeof __icons_square_equal>;
|
|
'square-slash': () => Promise<typeof __icons_square_slash>;
|
|
'square-stack': () => Promise<typeof __icons_square_stack>;
|
|
'square-user-round': () => Promise<typeof __icons_square_user_round>;
|
|
'square-user': () => Promise<typeof __icons_square_user>;
|
|
square: () => Promise<typeof __icons_square>;
|
|
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>;
|
|
'stop-circle': () => Promise<typeof __icons_stop_circle>;
|
|
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>;
|
|
subtitles: () => Promise<typeof __icons_subtitles>;
|
|
'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>;
|
|
'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-properties': () => Promise<typeof __icons_table_properties>;
|
|
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>;
|
|
'tent-tree': () => Promise<typeof __icons_tent_tree>;
|
|
tent: () => Promise<typeof __icons_tent>;
|
|
'terminal-square': () => Promise<typeof __icons_terminal_square>;
|
|
terminal: () => Promise<typeof __icons_terminal>;
|
|
'test-tube-2': () => Promise<typeof __icons_test_tube_2>;
|
|
'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-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: () => Promise<typeof __icons_ticket>;
|
|
'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-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': () => Promise<typeof __icons_trending_up>;
|
|
'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-2': () => Promise<typeof __icons_tv_2>;
|
|
tv: () => Promise<typeof __icons_tv>;
|
|
twitch: () => Promise<typeof __icons_twitch>;
|
|
twitter: () => Promise<typeof __icons_twitter>;
|
|
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>;
|
|
'unlink-2': () => Promise<typeof __icons_unlink_2>;
|
|
unlink: () => Promise<typeof __icons_unlink>;
|
|
'unlock-keyhole': () => Promise<typeof __icons_unlock_keyhole>;
|
|
unlock: () => Promise<typeof __icons_unlock>;
|
|
unplug: () => Promise<typeof __icons_unplug>;
|
|
'upload-cloud': () => Promise<typeof __icons_upload_cloud>;
|
|
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-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-plus': () => Promise<typeof __icons_user_round_plus>;
|
|
'user-round-x': () => Promise<typeof __icons_user_round_x>;
|
|
'user-round': () => Promise<typeof __icons_user_round>;
|
|
'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>;
|
|
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>;
|
|
'volume-1': () => Promise<typeof __icons_volume_1>;
|
|
'volume-2': () => Promise<typeof __icons_volume_2>;
|
|
'volume-x': () => Promise<typeof __icons_volume_x>;
|
|
volume: () => Promise<typeof __icons_volume>;
|
|
vote: () => Promise<typeof __icons_vote>;
|
|
'wallet-2': () => Promise<typeof __icons_wallet_2>;
|
|
'wallet-cards': () => Promise<typeof __icons_wallet_cards>;
|
|
wallet: () => Promise<typeof __icons_wallet>;
|
|
wallpaper: () => Promise<typeof __icons_wallpaper>;
|
|
'wand-2': () => Promise<typeof __icons_wand_2>;
|
|
wand: () => Promise<typeof __icons_wand>;
|
|
warehouse: () => Promise<typeof __icons_warehouse>;
|
|
watch: () => Promise<typeof __icons_watch>;
|
|
waves: () => Promise<typeof __icons_waves>;
|
|
waypoints: () => Promise<typeof __icons_waypoints>;
|
|
webcam: () => Promise<typeof __icons_webcam>;
|
|
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-off': () => Promise<typeof __icons_wifi_off>;
|
|
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>;
|
|
'wrap-text': () => Promise<typeof __icons_wrap_text>;
|
|
wrench: () => Promise<typeof __icons_wrench>;
|
|
'x-circle': () => Promise<typeof __icons_x_circle>;
|
|
'x-octagon': () => Promise<typeof __icons_x_octagon>;
|
|
'x-square': () => Promise<typeof __icons_x_square>;
|
|
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 };
|