lucide-react
Version:
A Lucide icon library package for React applications
1,138 lines (1,131 loc) • 187 kB
TypeScript
/// <reference types="react" />
import { SVGAttributes, FC, SVGProps, ReactSVG } from 'react'
declare module 'lucide-react'
// Create interface extending SVGProps
export interface LucideProps extends Partial<SVGProps<SVGSVGElement>> {
size?: string | number
absoluteStrokeWidth?: boolean
}
export type LucideIcon = (props: LucideProps) => JSX.Element;
export type IconNode = [elementName: keyof ReactSVG, attrs: Record<string, string>][]
export declare const createLucideIcon: (iconName: string, iconNode: IconNode) => LucideIcon;
export type Icon = FC<LucideProps>;
// Generated icon
export declare const Accessibility: LucideIcon;
export declare const Activity: LucideIcon;
export declare const AirVent: LucideIcon;
export declare const Airplay: LucideIcon;
export declare const AlarmCheck: LucideIcon;
export declare const AlarmClockOff: LucideIcon;
export declare const AlarmClock: LucideIcon;
export declare const AlarmMinus: LucideIcon;
export declare const AlarmPlus: LucideIcon;
export declare const Album: LucideIcon;
export declare const AlertCircle: LucideIcon;
export declare const AlertOctagon: LucideIcon;
export declare const AlertTriangle: LucideIcon;
export declare const AlignCenterHorizontal: LucideIcon;
export declare const AlignCenterVertical: LucideIcon;
export declare const AlignCenter: LucideIcon;
export declare const AlignEndHorizontal: LucideIcon;
export declare const AlignEndVertical: LucideIcon;
export declare const AlignHorizontalDistributeCenter: LucideIcon;
export declare const AlignHorizontalDistributeEnd: LucideIcon;
export declare const AlignHorizontalDistributeStart: LucideIcon;
export declare const AlignHorizontalJustifyCenter: LucideIcon;
export declare const AlignHorizontalJustifyEnd: LucideIcon;
export declare const AlignHorizontalJustifyStart: LucideIcon;
export declare const AlignHorizontalSpaceAround: LucideIcon;
export declare const AlignHorizontalSpaceBetween: LucideIcon;
export declare const AlignJustify: LucideIcon;
export declare const AlignLeft: LucideIcon;
export declare const AlignRight: LucideIcon;
export declare const AlignStartHorizontal: LucideIcon;
export declare const AlignStartVertical: LucideIcon;
export declare const AlignVerticalDistributeCenter: LucideIcon;
export declare const AlignVerticalDistributeEnd: LucideIcon;
export declare const AlignVerticalDistributeStart: LucideIcon;
export declare const AlignVerticalJustifyCenter: LucideIcon;
export declare const AlignVerticalJustifyEnd: LucideIcon;
export declare const AlignVerticalJustifyStart: LucideIcon;
export declare const AlignVerticalSpaceAround: LucideIcon;
export declare const AlignVerticalSpaceBetween: LucideIcon;
export declare const Ampersand: LucideIcon;
export declare const Ampersands: LucideIcon;
export declare const Anchor: LucideIcon;
export declare const Angry: LucideIcon;
export declare const Annoyed: LucideIcon;
export declare const Aperture: LucideIcon;
export declare const AppWindow: LucideIcon;
export declare const Apple: LucideIcon;
export declare const ArchiveRestore: LucideIcon;
export declare const Archive: LucideIcon;
export declare const Armchair: LucideIcon;
export declare const ArrowBigDownDash: LucideIcon;
export declare const ArrowBigDown: LucideIcon;
export declare const ArrowBigLeftDash: LucideIcon;
export declare const ArrowBigLeft: LucideIcon;
export declare const ArrowBigRightDash: LucideIcon;
export declare const ArrowBigRight: LucideIcon;
export declare const ArrowBigUpDash: LucideIcon;
export declare const ArrowBigUp: LucideIcon;
export declare const ArrowDown01: LucideIcon;
export declare const ArrowDown10: LucideIcon;
export declare const ArrowDownAZ: LucideIcon;
export declare const ArrowDownCircle: LucideIcon;
export declare const ArrowDownFromLine: LucideIcon;
export declare const ArrowDownLeftFromCircle: LucideIcon;
export declare const ArrowDownLeft: LucideIcon;
export declare const ArrowDownNarrowWide: LucideIcon;
export declare const ArrowDownRightFromCircle: LucideIcon;
export declare const ArrowDownRight: LucideIcon;
export declare const ArrowDownSquare: LucideIcon;
export declare const ArrowDownToDot: LucideIcon;
export declare const ArrowDownToLine: LucideIcon;
export declare const ArrowDownUp: LucideIcon;
export declare const ArrowDownWideNarrow: LucideIcon;
export declare const ArrowDownZA: LucideIcon;
export declare const ArrowDown: LucideIcon;
export declare const ArrowLeftCircle: LucideIcon;
export declare const ArrowLeftFromLine: LucideIcon;
export declare const ArrowLeftRight: LucideIcon;
export declare const ArrowLeftSquare: LucideIcon;
export declare const ArrowLeftToLine: LucideIcon;
export declare const ArrowLeft: LucideIcon;
export declare const ArrowRightCircle: LucideIcon;
export declare const ArrowRightFromLine: LucideIcon;
export declare const ArrowRightLeft: LucideIcon;
export declare const ArrowRightSquare: LucideIcon;
export declare const ArrowRightToLine: LucideIcon;
export declare const ArrowRight: LucideIcon;
export declare const ArrowUp01: LucideIcon;
export declare const ArrowUp10: LucideIcon;
export declare const ArrowUpAZ: LucideIcon;
export declare const ArrowUpCircle: LucideIcon;
export declare const ArrowUpDown: LucideIcon;
export declare const ArrowUpFromDot: LucideIcon;
export declare const ArrowUpFromLine: LucideIcon;
export declare const ArrowUpLeftFromCircle: LucideIcon;
export declare const ArrowUpLeft: LucideIcon;
export declare const ArrowUpNarrowWide: LucideIcon;
export declare const ArrowUpRightFromCircle: LucideIcon;
export declare const ArrowUpRight: LucideIcon;
export declare const ArrowUpSquare: LucideIcon;
export declare const ArrowUpToLine: LucideIcon;
export declare const ArrowUpWideNarrow: LucideIcon;
export declare const ArrowUpZA: LucideIcon;
export declare const ArrowUp: LucideIcon;
export declare const Asterisk: LucideIcon;
export declare const AtSign: LucideIcon;
export declare const Atom: LucideIcon;
export declare const Award: LucideIcon;
export declare const Axe: LucideIcon;
export declare const Axis3d: LucideIcon;
export declare const Baby: LucideIcon;
export declare const Backpack: LucideIcon;
export declare const BadgeAlert: LucideIcon;
export declare const BadgeCheck: LucideIcon;
export declare const BadgeDollarSign: LucideIcon;
export declare const BadgeHelp: LucideIcon;
export declare const BadgeInfo: LucideIcon;
export declare const BadgeMinus: LucideIcon;
export declare const BadgePercent: LucideIcon;
export declare const BadgePlus: LucideIcon;
export declare const BadgeX: LucideIcon;
export declare const Badge: LucideIcon;
export declare const BaggageClaim: LucideIcon;
export declare const Ban: LucideIcon;
export declare const Banana: LucideIcon;
export declare const Banknote: LucideIcon;
export declare const BarChart2: LucideIcon;
export declare const BarChart3: LucideIcon;
export declare const BarChart4: LucideIcon;
export declare const BarChartHorizontal: LucideIcon;
export declare const BarChart: LucideIcon;
export declare const Baseline: LucideIcon;
export declare const Bath: LucideIcon;
export declare const BatteryCharging: LucideIcon;
export declare const BatteryFull: LucideIcon;
export declare const BatteryLow: LucideIcon;
export declare const BatteryMedium: LucideIcon;
export declare const BatteryWarning: LucideIcon;
export declare const Battery: LucideIcon;
export declare const Beaker: LucideIcon;
export declare const BeanOff: LucideIcon;
export declare const Bean: LucideIcon;
export declare const BedDouble: LucideIcon;
export declare const BedSingle: LucideIcon;
export declare const Bed: LucideIcon;
export declare const Beef: LucideIcon;
export declare const Beer: LucideIcon;
export declare const BellDot: LucideIcon;
export declare const BellMinus: LucideIcon;
export declare const BellOff: LucideIcon;
export declare const BellPlus: LucideIcon;
export declare const BellRing: LucideIcon;
export declare const Bell: LucideIcon;
export declare const Bike: LucideIcon;
export declare const Binary: LucideIcon;
export declare const Biohazard: LucideIcon;
export declare const Bird: LucideIcon;
export declare const Bitcoin: LucideIcon;
export declare const Blinds: LucideIcon;
export declare const BluetoothConnected: LucideIcon;
export declare const BluetoothOff: LucideIcon;
export declare const BluetoothSearching: LucideIcon;
export declare const Bluetooth: LucideIcon;
export declare const Bold: LucideIcon;
export declare const Bomb: LucideIcon;
export declare const Bone: LucideIcon;
export declare const BookCopy: LucideIcon;
export declare const BookDown: LucideIcon;
export declare const BookKey: LucideIcon;
export declare const BookLock: LucideIcon;
export declare const BookMarked: LucideIcon;
export declare const BookMinus: LucideIcon;
export declare const BookOpenCheck: LucideIcon;
export declare const BookOpen: LucideIcon;
export declare const BookPlus: LucideIcon;
export declare const BookTemplate: LucideIcon;
export declare const BookUp: LucideIcon;
export declare const BookX: LucideIcon;
export declare const Book: LucideIcon;
export declare const BookmarkMinus: LucideIcon;
export declare const BookmarkPlus: LucideIcon;
export declare const Bookmark: LucideIcon;
export declare const Bot: LucideIcon;
export declare const BoxSelect: LucideIcon;
export declare const Box: LucideIcon;
export declare const Boxes: LucideIcon;
export declare const Braces: LucideIcon;
export declare const Brackets: LucideIcon;
export declare const BrainCircuit: LucideIcon;
export declare const BrainCog: LucideIcon;
export declare const Brain: LucideIcon;
export declare const Briefcase: LucideIcon;
export declare const Brush: LucideIcon;
export declare const Bug: LucideIcon;
export declare const Building2: LucideIcon;
export declare const Building: LucideIcon;
export declare const Bus: LucideIcon;
export declare const Cake: LucideIcon;
export declare const Calculator: LucideIcon;
export declare const CalendarCheck2: LucideIcon;
export declare const CalendarCheck: LucideIcon;
export declare const CalendarClock: LucideIcon;
export declare const CalendarDays: LucideIcon;
export declare const CalendarHeart: LucideIcon;
export declare const CalendarMinus: LucideIcon;
export declare const CalendarOff: LucideIcon;
export declare const CalendarPlus: LucideIcon;
export declare const CalendarRange: LucideIcon;
export declare const CalendarSearch: LucideIcon;
export declare const CalendarX2: LucideIcon;
export declare const CalendarX: LucideIcon;
export declare const Calendar: LucideIcon;
export declare const CameraOff: LucideIcon;
export declare const Camera: LucideIcon;
export declare const CandyOff: LucideIcon;
export declare const Candy: LucideIcon;
export declare const Car: LucideIcon;
export declare const Carrot: LucideIcon;
export declare const CaseLower: LucideIcon;
export declare const CaseSensitive: LucideIcon;
export declare const CaseUpper: LucideIcon;
export declare const Cast: LucideIcon;
export declare const Castle: LucideIcon;
export declare const Cat: LucideIcon;
export declare const CheckCheck: LucideIcon;
export declare const CheckCircle2: LucideIcon;
export declare const CheckCircle: LucideIcon;
export declare const CheckSquare: LucideIcon;
export declare const Check: LucideIcon;
export declare const ChefHat: LucideIcon;
export declare const Cherry: LucideIcon;
export declare const ChevronDownSquare: LucideIcon;
export declare const ChevronDown: LucideIcon;
export declare const ChevronFirst: LucideIcon;
export declare const ChevronLast: LucideIcon;
export declare const ChevronLeftSquare: LucideIcon;
export declare const ChevronLeft: LucideIcon;
export declare const ChevronRightSquare: LucideIcon;
export declare const ChevronRight: LucideIcon;
export declare const ChevronUpSquare: LucideIcon;
export declare const ChevronUp: LucideIcon;
export declare const ChevronsDownUp: LucideIcon;
export declare const ChevronsDown: LucideIcon;
export declare const ChevronsLeftRight: LucideIcon;
export declare const ChevronsLeft: LucideIcon;
export declare const ChevronsRightLeft: LucideIcon;
export declare const ChevronsRight: LucideIcon;
export declare const ChevronsUpDown: LucideIcon;
export declare const ChevronsUp: LucideIcon;
export declare const Chrome: LucideIcon;
export declare const Church: LucideIcon;
export declare const CigaretteOff: LucideIcon;
export declare const Cigarette: LucideIcon;
export declare const CircleDollarSign: LucideIcon;
export declare const CircleDot: LucideIcon;
export declare const CircleEllipsis: LucideIcon;
export declare const CircleEqual: LucideIcon;
export declare const CircleOff: LucideIcon;
export declare const CircleSlash2: LucideIcon;
export declare const CircleSlash: LucideIcon;
export declare const Circle: LucideIcon;
export declare const CircuitBoard: LucideIcon;
export declare const Citrus: LucideIcon;
export declare const Clapperboard: LucideIcon;
export declare const ClipboardCheck: LucideIcon;
export declare const ClipboardCopy: LucideIcon;
export declare const ClipboardEdit: LucideIcon;
export declare const ClipboardList: LucideIcon;
export declare const ClipboardPaste: LucideIcon;
export declare const ClipboardSignature: LucideIcon;
export declare const ClipboardType: LucideIcon;
export declare const ClipboardX: LucideIcon;
export declare const Clipboard: LucideIcon;
export declare const Clock1: LucideIcon;
export declare const Clock10: LucideIcon;
export declare const Clock11: LucideIcon;
export declare const Clock12: LucideIcon;
export declare const Clock2: LucideIcon;
export declare const Clock3: LucideIcon;
export declare const Clock4: LucideIcon;
export declare const Clock5: LucideIcon;
export declare const Clock6: LucideIcon;
export declare const Clock7: LucideIcon;
export declare const Clock8: LucideIcon;
export declare const Clock9: LucideIcon;
export declare const Clock: LucideIcon;
export declare const CloudCog: LucideIcon;
export declare const CloudDrizzle: LucideIcon;
export declare const CloudFog: LucideIcon;
export declare const CloudHail: LucideIcon;
export declare const CloudLightning: LucideIcon;
export declare const CloudMoonRain: LucideIcon;
export declare const CloudMoon: LucideIcon;
export declare const CloudOff: LucideIcon;
export declare const CloudRainWind: LucideIcon;
export declare const CloudRain: LucideIcon;
export declare const CloudSnow: LucideIcon;
export declare const CloudSunRain: LucideIcon;
export declare const CloudSun: LucideIcon;
export declare const Cloud: LucideIcon;
export declare const Cloudy: LucideIcon;
export declare const Clover: LucideIcon;
export declare const Club: LucideIcon;
export declare const Code2: LucideIcon;
export declare const Code: LucideIcon;
export declare const Codepen: LucideIcon;
export declare const Codesandbox: LucideIcon;
export declare const Coffee: LucideIcon;
export declare const Cog: LucideIcon;
export declare const Coins: LucideIcon;
export declare const Columns: LucideIcon;
export declare const Combine: LucideIcon;
export declare const Command: LucideIcon;
export declare const Compass: LucideIcon;
export declare const Component: LucideIcon;
export declare const ConciergeBell: LucideIcon;
export declare const Construction: LucideIcon;
export declare const Contact2: LucideIcon;
export declare const Contact: LucideIcon;
export declare const Contrast: LucideIcon;
export declare const Cookie: LucideIcon;
export declare const CopyCheck: LucideIcon;
export declare const CopyMinus: LucideIcon;
export declare const CopyPlus: LucideIcon;
export declare const CopySlash: LucideIcon;
export declare const CopyX: LucideIcon;
export declare const Copy: LucideIcon;
export declare const Copyleft: LucideIcon;
export declare const Copyright: LucideIcon;
export declare const CornerDownLeft: LucideIcon;
export declare const CornerDownRight: LucideIcon;
export declare const CornerLeftDown: LucideIcon;
export declare const CornerLeftUp: LucideIcon;
export declare const CornerRightDown: LucideIcon;
export declare const CornerRightUp: LucideIcon;
export declare const CornerUpLeft: LucideIcon;
export declare const CornerUpRight: LucideIcon;
export declare const Cpu: LucideIcon;
export declare const CreativeCommons: LucideIcon;
export declare const CreditCard: LucideIcon;
export declare const Croissant: LucideIcon;
export declare const Crop: LucideIcon;
export declare const Cross: LucideIcon;
export declare const Crosshair: LucideIcon;
export declare const Crown: LucideIcon;
export declare const CupSoda: LucideIcon;
export declare const Currency: LucideIcon;
export declare const DatabaseBackup: LucideIcon;
export declare const Database: LucideIcon;
export declare const Delete: LucideIcon;
export declare const Diamond: LucideIcon;
export declare const Dice1: LucideIcon;
export declare const Dice2: LucideIcon;
export declare const Dice3: LucideIcon;
export declare const Dice4: LucideIcon;
export declare const Dice5: LucideIcon;
export declare const Dice6: LucideIcon;
export declare const Dices: LucideIcon;
export declare const Diff: LucideIcon;
export declare const Disc2: LucideIcon;
export declare const Disc3: LucideIcon;
export declare const Disc: LucideIcon;
export declare const DivideCircle: LucideIcon;
export declare const DivideSquare: LucideIcon;
export declare const Divide: LucideIcon;
export declare const DnaOff: LucideIcon;
export declare const Dna: LucideIcon;
export declare const Dog: LucideIcon;
export declare const DollarSign: LucideIcon;
export declare const DoorClosed: LucideIcon;
export declare const DoorOpen: LucideIcon;
export declare const Dot: LucideIcon;
export declare const DownloadCloud: LucideIcon;
export declare const Download: LucideIcon;
export declare const Dribbble: LucideIcon;
export declare const Droplet: LucideIcon;
export declare const Droplets: LucideIcon;
export declare const Drumstick: LucideIcon;
export declare const Dumbbell: LucideIcon;
export declare const EarOff: LucideIcon;
export declare const Ear: LucideIcon;
export declare const Edit2: LucideIcon;
export declare const Edit3: LucideIcon;
export declare const Edit: LucideIcon;
export declare const EggFried: LucideIcon;
export declare const EggOff: LucideIcon;
export declare const Egg: LucideIcon;
export declare const EqualNot: LucideIcon;
export declare const Equal: LucideIcon;
export declare const Eraser: LucideIcon;
export declare const Euro: LucideIcon;
export declare const Expand: LucideIcon;
export declare const ExternalLink: LucideIcon;
export declare const EyeOff: LucideIcon;
export declare const Eye: LucideIcon;
export declare const Facebook: LucideIcon;
export declare const Factory: LucideIcon;
export declare const Fan: LucideIcon;
export declare const FastForward: LucideIcon;
export declare const Feather: LucideIcon;
export declare const FerrisWheel: LucideIcon;
export declare const Figma: LucideIcon;
export declare const FileArchive: LucideIcon;
export declare const FileAudio2: LucideIcon;
export declare const FileAudio: LucideIcon;
export declare const FileAxis3d: LucideIcon;
export declare const FileBadge2: LucideIcon;
export declare const FileBadge: LucideIcon;
export declare const FileBarChart2: LucideIcon;
export declare const FileBarChart: LucideIcon;
export declare const FileBox: LucideIcon;
export declare const FileCheck2: LucideIcon;
export declare const FileCheck: LucideIcon;
export declare const FileClock: LucideIcon;
export declare const FileCode2: LucideIcon;
export declare const FileCode: LucideIcon;
export declare const FileCog2: LucideIcon;
export declare const FileCog: LucideIcon;
export declare const FileDiff: LucideIcon;
export declare const FileDigit: LucideIcon;
export declare const FileDown: LucideIcon;
export declare const FileEdit: LucideIcon;
export declare const FileHeart: LucideIcon;
export declare const FileImage: LucideIcon;
export declare const FileInput: LucideIcon;
export declare const FileJson2: LucideIcon;
export declare const FileJson: LucideIcon;
export declare const FileKey2: LucideIcon;
export declare const FileKey: LucideIcon;
export declare const FileLineChart: LucideIcon;
export declare const FileLock2: LucideIcon;
export declare const FileLock: LucideIcon;
export declare const FileMinus2: LucideIcon;
export declare const FileMinus: LucideIcon;
export declare const FileOutput: LucideIcon;
export declare const FilePieChart: LucideIcon;
export declare const FilePlus2: LucideIcon;
export declare const FilePlus: LucideIcon;
export declare const FileQuestion: LucideIcon;
export declare const FileScan: LucideIcon;
export declare const FileSearch2: LucideIcon;
export declare const FileSearch: LucideIcon;
export declare const FileSignature: LucideIcon;
export declare const FileSpreadsheet: LucideIcon;
export declare const FileSymlink: LucideIcon;
export declare const FileTerminal: LucideIcon;
export declare const FileText: LucideIcon;
export declare const FileType2: LucideIcon;
export declare const FileType: LucideIcon;
export declare const FileUp: LucideIcon;
export declare const FileVideo2: LucideIcon;
export declare const FileVideo: LucideIcon;
export declare const FileVolume2: LucideIcon;
export declare const FileVolume: LucideIcon;
export declare const FileWarning: LucideIcon;
export declare const FileX2: LucideIcon;
export declare const FileX: LucideIcon;
export declare const File: LucideIcon;
export declare const Files: LucideIcon;
export declare const Film: LucideIcon;
export declare const FilterX: LucideIcon;
export declare const Filter: LucideIcon;
export declare const Fingerprint: LucideIcon;
export declare const FishOff: LucideIcon;
export declare const Fish: LucideIcon;
export declare const FlagOff: LucideIcon;
export declare const FlagTriangleLeft: LucideIcon;
export declare const FlagTriangleRight: LucideIcon;
export declare const Flag: LucideIcon;
export declare const Flame: LucideIcon;
export declare const FlashlightOff: LucideIcon;
export declare const Flashlight: LucideIcon;
export declare const FlaskConicalOff: LucideIcon;
export declare const FlaskConical: LucideIcon;
export declare const FlaskRound: LucideIcon;
export declare const FlipHorizontal2: LucideIcon;
export declare const FlipHorizontal: LucideIcon;
export declare const FlipVertical2: LucideIcon;
export declare const FlipVertical: LucideIcon;
export declare const Flower2: LucideIcon;
export declare const Flower: LucideIcon;
export declare const Focus: LucideIcon;
export declare const FoldHorizontal: LucideIcon;
export declare const FoldVertical: LucideIcon;
export declare const FolderArchive: LucideIcon;
export declare const FolderCheck: LucideIcon;
export declare const FolderClock: LucideIcon;
export declare const FolderClosed: LucideIcon;
export declare const FolderCog2: LucideIcon;
export declare const FolderCog: LucideIcon;
export declare const FolderDown: LucideIcon;
export declare const FolderEdit: LucideIcon;
export declare const FolderGit2: LucideIcon;
export declare const FolderGit: LucideIcon;
export declare const FolderHeart: LucideIcon;
export declare const FolderInput: LucideIcon;
export declare const FolderKey: LucideIcon;
export declare const FolderLock: LucideIcon;
export declare const FolderMinus: LucideIcon;
export declare const FolderOpen: LucideIcon;
export declare const FolderOutput: LucideIcon;
export declare const FolderPlus: LucideIcon;
export declare const FolderSearch2: LucideIcon;
export declare const FolderSearch: LucideIcon;
export declare const FolderSymlink: LucideIcon;
export declare const FolderTree: LucideIcon;
export declare const FolderUp: LucideIcon;
export declare const FolderX: LucideIcon;
export declare const Folder: LucideIcon;
export declare const Folders: LucideIcon;
export declare const Footprints: LucideIcon;
export declare const Forklift: LucideIcon;
export declare const FormInput: LucideIcon;
export declare const Forward: LucideIcon;
export declare const Frame: LucideIcon;
export declare const Framer: LucideIcon;
export declare const Frown: LucideIcon;
export declare const Fuel: LucideIcon;
export declare const FunctionSquare: LucideIcon;
export declare const Gamepad2: LucideIcon;
export declare const Gamepad: LucideIcon;
export declare const Gauge: LucideIcon;
export declare const Gavel: LucideIcon;
export declare const Gem: LucideIcon;
export declare const Ghost: LucideIcon;
export declare const Gift: LucideIcon;
export declare const GitBranchPlus: LucideIcon;
export declare const GitBranch: LucideIcon;
export declare const GitCommit: LucideIcon;
export declare const GitCompare: LucideIcon;
export declare const GitFork: LucideIcon;
export declare const GitMerge: LucideIcon;
export declare const GitPullRequestClosed: LucideIcon;
export declare const GitPullRequestDraft: LucideIcon;
export declare const GitPullRequest: LucideIcon;
export declare const Github: LucideIcon;
export declare const Gitlab: LucideIcon;
export declare const GlassWater: LucideIcon;
export declare const Glasses: LucideIcon;
export declare const Globe2: LucideIcon;
export declare const Globe: LucideIcon;
export declare const Grab: LucideIcon;
export declare const GraduationCap: LucideIcon;
export declare const Grape: LucideIcon;
export declare const Grid: LucideIcon;
export declare const GripHorizontal: LucideIcon;
export declare const GripVertical: LucideIcon;
export declare const Grip: LucideIcon;
export declare const Group: LucideIcon;
export declare const Hammer: LucideIcon;
export declare const HandMetal: LucideIcon;
export declare const Hand: LucideIcon;
export declare const HardDrive: LucideIcon;
export declare const HardHat: LucideIcon;
export declare const Hash: LucideIcon;
export declare const Haze: LucideIcon;
export declare const Heading1: LucideIcon;
export declare const Heading2: LucideIcon;
export declare const Heading3: LucideIcon;
export declare const Heading4: LucideIcon;
export declare const Heading5: LucideIcon;
export declare const Heading6: LucideIcon;
export declare const Heading: LucideIcon;
export declare const Headphones: LucideIcon;
export declare const HeartCrack: LucideIcon;
export declare const HeartHandshake: LucideIcon;
export declare const HeartOff: LucideIcon;
export declare const HeartPulse: LucideIcon;
export declare const Heart: LucideIcon;
export declare const HelpCircle: LucideIcon;
export declare const HelpingHand: LucideIcon;
export declare const Hexagon: LucideIcon;
export declare const Highlighter: LucideIcon;
export declare const History: LucideIcon;
export declare const Home: LucideIcon;
export declare const HopOff: LucideIcon;
export declare const Hop: LucideIcon;
export declare const Hotel: LucideIcon;
export declare const Hourglass: LucideIcon;
export declare const IceCream2: LucideIcon;
export declare const IceCream: LucideIcon;
export declare const ImageMinus: LucideIcon;
export declare const ImageOff: LucideIcon;
export declare const ImagePlus: LucideIcon;
export declare const Image: LucideIcon;
export declare const Import: LucideIcon;
export declare const Inbox: LucideIcon;
export declare const Indent: LucideIcon;
export declare const IndianRupee: LucideIcon;
export declare const Infinity: LucideIcon;
export declare const Info: LucideIcon;
export declare const Inspect: LucideIcon;
export declare const Instagram: LucideIcon;
export declare const Italic: LucideIcon;
export declare const IterationCcw: LucideIcon;
export declare const IterationCw: LucideIcon;
export declare const JapaneseYen: LucideIcon;
export declare const Joystick: LucideIcon;
export declare const Key: LucideIcon;
export declare const Keyboard: LucideIcon;
export declare const LampCeiling: LucideIcon;
export declare const LampDesk: LucideIcon;
export declare const LampFloor: LucideIcon;
export declare const LampWallDown: LucideIcon;
export declare const LampWallUp: LucideIcon;
export declare const Lamp: LucideIcon;
export declare const Landmark: LucideIcon;
export declare const Languages: LucideIcon;
export declare const Laptop2: LucideIcon;
export declare const Laptop: LucideIcon;
export declare const LassoSelect: LucideIcon;
export declare const Lasso: LucideIcon;
export declare const Laugh: LucideIcon;
export declare const Layers: LucideIcon;
export declare const LayoutDashboard: LucideIcon;
export declare const LayoutGrid: LucideIcon;
export declare const LayoutList: LucideIcon;
export declare const LayoutPanelLeft: LucideIcon;
export declare const LayoutPanelTop: LucideIcon;
export declare const LayoutTemplate: LucideIcon;
export declare const Layout: LucideIcon;
export declare const Leaf: LucideIcon;
export declare const LeafyGreen: LucideIcon;
export declare const Library: LucideIcon;
export declare const LifeBuoy: LucideIcon;
export declare const Ligature: LucideIcon;
export declare const LightbulbOff: LucideIcon;
export declare const Lightbulb: LucideIcon;
export declare const LineChart: LucideIcon;
export declare const Link2Off: LucideIcon;
export declare const Link2: LucideIcon;
export declare const Link: LucideIcon;
export declare const Linkedin: LucideIcon;
export declare const ListChecks: LucideIcon;
export declare const ListEnd: LucideIcon;
export declare const ListFilter: LucideIcon;
export declare const ListMinus: LucideIcon;
export declare const ListMusic: LucideIcon;
export declare const ListOrdered: LucideIcon;
export declare const ListPlus: LucideIcon;
export declare const ListRestart: LucideIcon;
export declare const ListStart: LucideIcon;
export declare const ListTree: LucideIcon;
export declare const ListVideo: LucideIcon;
export declare const ListX: LucideIcon;
export declare const List: LucideIcon;
export declare const Loader2: LucideIcon;
export declare const Loader: LucideIcon;
export declare const LocateFixed: LucideIcon;
export declare const LocateOff: LucideIcon;
export declare const Locate: LucideIcon;
export declare const Lock: LucideIcon;
export declare const LogIn: LucideIcon;
export declare const LogOut: LucideIcon;
export declare const Luggage: LucideIcon;
export declare const Magnet: LucideIcon;
export declare const MailCheck: LucideIcon;
export declare const MailMinus: LucideIcon;
export declare const MailOpen: LucideIcon;
export declare const MailPlus: LucideIcon;
export declare const MailQuestion: LucideIcon;
export declare const MailSearch: LucideIcon;
export declare const MailWarning: LucideIcon;
export declare const MailX: LucideIcon;
export declare const Mail: LucideIcon;
export declare const Mailbox: LucideIcon;
export declare const Mails: LucideIcon;
export declare const MapPinOff: LucideIcon;
export declare const MapPin: LucideIcon;
export declare const Map: LucideIcon;
export declare const Martini: LucideIcon;
export declare const Maximize2: LucideIcon;
export declare const Maximize: LucideIcon;
export declare const Medal: LucideIcon;
export declare const MegaphoneOff: LucideIcon;
export declare const Megaphone: LucideIcon;
export declare const Meh: LucideIcon;
export declare const MemoryStick: LucideIcon;
export declare const MenuSquare: LucideIcon;
export declare const Menu: LucideIcon;
export declare const Merge: LucideIcon;
export declare const MessageCircle: LucideIcon;
export declare const MessageSquareDashed: LucideIcon;
export declare const MessageSquarePlus: LucideIcon;
export declare const MessageSquare: LucideIcon;
export declare const MessagesSquare: LucideIcon;
export declare const Mic2: LucideIcon;
export declare const MicOff: LucideIcon;
export declare const Mic: LucideIcon;
export declare const Microscope: LucideIcon;
export declare const Microwave: LucideIcon;
export declare const Milestone: LucideIcon;
export declare const MilkOff: LucideIcon;
export declare const Milk: LucideIcon;
export declare const Minimize2: LucideIcon;
export declare const Minimize: LucideIcon;
export declare const MinusCircle: LucideIcon;
export declare const MinusSquare: LucideIcon;
export declare const Minus: LucideIcon;
export declare const MonitorCheck: LucideIcon;
export declare const MonitorDot: LucideIcon;
export declare const MonitorDown: LucideIcon;
export declare const MonitorOff: LucideIcon;
export declare const MonitorPause: LucideIcon;
export declare const MonitorPlay: LucideIcon;
export declare const MonitorSmartphone: LucideIcon;
export declare const MonitorSpeaker: LucideIcon;
export declare const MonitorStop: LucideIcon;
export declare const MonitorUp: LucideIcon;
export declare const MonitorX: LucideIcon;
export declare const Monitor: LucideIcon;
export declare const MoonStar: LucideIcon;
export declare const Moon: LucideIcon;
export declare const MoreHorizontal: LucideIcon;
export declare const MoreVertical: LucideIcon;
export declare const MountainSnow: LucideIcon;
export declare const Mountain: LucideIcon;
export declare const MousePointer2: LucideIcon;
export declare const MousePointerClick: LucideIcon;
export declare const MousePointer: LucideIcon;
export declare const Mouse: LucideIcon;
export declare const Move3d: LucideIcon;
export declare const MoveDiagonal2: LucideIcon;
export declare const MoveDiagonal: LucideIcon;
export declare const MoveDownLeft: LucideIcon;
export declare const MoveDownRight: LucideIcon;
export declare const MoveDown: LucideIcon;
export declare const MoveHorizontal: LucideIcon;
export declare const MoveLeft: LucideIcon;
export declare const MoveRight: LucideIcon;
export declare const MoveUpLeft: LucideIcon;
export declare const MoveUpRight: LucideIcon;
export declare const MoveUp: LucideIcon;
export declare const MoveVertical: LucideIcon;
export declare const Move: LucideIcon;
export declare const Music2: LucideIcon;
export declare const Music3: LucideIcon;
export declare const Music4: LucideIcon;
export declare const Music: LucideIcon;
export declare const Navigation2Off: LucideIcon;
export declare const Navigation2: LucideIcon;
export declare const NavigationOff: LucideIcon;
export declare const Navigation: LucideIcon;
export declare const Network: LucideIcon;
export declare const Newspaper: LucideIcon;
export declare const Nfc: LucideIcon;
export declare const NutOff: LucideIcon;
export declare const Nut: LucideIcon;
export declare const Octagon: LucideIcon;
export declare const Option: LucideIcon;
export declare const Orbit: LucideIcon;
export declare const Outdent: LucideIcon;
export declare const Package2: LucideIcon;
export declare const PackageCheck: LucideIcon;
export declare const PackageMinus: LucideIcon;
export declare const PackageOpen: LucideIcon;
export declare const PackagePlus: LucideIcon;
export declare const PackageSearch: LucideIcon;
export declare const PackageX: LucideIcon;
export declare const Package: LucideIcon;
export declare const PaintBucket: LucideIcon;
export declare const Paintbrush2: LucideIcon;
export declare const Paintbrush: LucideIcon;
export declare const Palette: LucideIcon;
export declare const Palmtree: LucideIcon;
export declare const PanelBottomClose: LucideIcon;
export declare const PanelBottomInactive: LucideIcon;
export declare const PanelBottomOpen: LucideIcon;
export declare const PanelBottom: LucideIcon;
export declare const PanelLeftClose: LucideIcon;
export declare const PanelLeftInactive: LucideIcon;
export declare const PanelLeftOpen: LucideIcon;
export declare const PanelLeft: LucideIcon;
export declare const PanelRightClose: LucideIcon;
export declare const PanelRightInactive: LucideIcon;
export declare const PanelRightOpen: LucideIcon;
export declare const PanelRight: LucideIcon;
export declare const PanelTopClose: LucideIcon;
export declare const PanelTopInactive: LucideIcon;
export declare const PanelTopOpen: LucideIcon;
export declare const PanelTop: LucideIcon;
export declare const Paperclip: LucideIcon;
export declare const Parentheses: LucideIcon;
export declare const ParkingCircleOff: LucideIcon;
export declare const ParkingCircle: LucideIcon;
export declare const ParkingSquareOff: LucideIcon;
export declare const ParkingSquare: LucideIcon;
export declare const PartyPopper: LucideIcon;
export declare const PauseCircle: LucideIcon;
export declare const PauseOctagon: LucideIcon;
export declare const Pause: LucideIcon;
export declare const PcCase: LucideIcon;
export declare const PenTool: LucideIcon;
export declare const Pencil: LucideIcon;
export declare const Percent: LucideIcon;
export declare const PersonStanding: LucideIcon;
export declare const PhoneCall: LucideIcon;
export declare const PhoneForwarded: LucideIcon;
export declare const PhoneIncoming: LucideIcon;
export declare const PhoneMissed: LucideIcon;
export declare const PhoneOff: LucideIcon;
export declare const PhoneOutgoing: LucideIcon;
export declare const Phone: LucideIcon;
export declare const PiSquare: LucideIcon;
export declare const Pi: LucideIcon;
export declare const PictureInPicture2: LucideIcon;
export declare const PictureInPicture: LucideIcon;
export declare const PieChart: LucideIcon;
export declare const PiggyBank: LucideIcon;
export declare const PilcrowSquare: LucideIcon;
export declare const Pilcrow: LucideIcon;
export declare const Pill: LucideIcon;
export declare const PinOff: LucideIcon;
export declare const Pin: LucideIcon;
export declare const Pipette: LucideIcon;
export declare const Pizza: LucideIcon;
export declare const PlaneLanding: LucideIcon;
export declare const PlaneTakeoff: LucideIcon;
export declare const Plane: LucideIcon;
export declare const PlayCircle: LucideIcon;
export declare const PlaySquare: LucideIcon;
export declare const Play: LucideIcon;
export declare const Plug2: LucideIcon;
export declare const PlugZap2: LucideIcon;
export declare const PlugZap: LucideIcon;
export declare const Plug: LucideIcon;
export declare const PlusCircle: LucideIcon;
export declare const PlusSquare: LucideIcon;
export declare const Plus: LucideIcon;
export declare const PocketKnife: LucideIcon;
export declare const Pocket: LucideIcon;
export declare const Podcast: LucideIcon;
export declare const Pointer: LucideIcon;
export declare const PoundSterling: LucideIcon;
export declare const PowerOff: LucideIcon;
export declare const Power: LucideIcon;
export declare const Printer: LucideIcon;
export declare const Puzzle: LucideIcon;
export declare const QrCode: LucideIcon;
export declare const Quote: LucideIcon;
export declare const Radar: LucideIcon;
export declare const Radiation: LucideIcon;
export declare const RadioReceiver: LucideIcon;
export declare const RadioTower: LucideIcon;
export declare const Radio: LucideIcon;
export declare const Rat: LucideIcon;
export declare const Receipt: LucideIcon;
export declare const RectangleHorizontal: LucideIcon;
export declare const RectangleVertical: LucideIcon;
export declare const Recycle: LucideIcon;
export declare const Redo2: LucideIcon;
export declare const RedoDot: LucideIcon;
export declare const Redo: LucideIcon;
export declare const RefreshCcw: LucideIcon;
export declare const RefreshCwOff: LucideIcon;
export declare const RefreshCw: LucideIcon;
export declare const Refrigerator: LucideIcon;
export declare const Regex: LucideIcon;
export declare const RemoveFormatting: LucideIcon;
export declare const Repeat1: LucideIcon;
export declare const Repeat2: LucideIcon;
export declare const Repeat: LucideIcon;
export declare const ReplaceAll: LucideIcon;
export declare const Replace: LucideIcon;
export declare const ReplyAll: LucideIcon;
export declare const Reply: LucideIcon;
export declare const Rewind: LucideIcon;
export declare const Rocket: LucideIcon;
export declare const RockingChair: LucideIcon;
export declare const RollerCoaster: LucideIcon;
export declare const Rotate3d: LucideIcon;
export declare const RotateCcw: LucideIcon;
export declare const RotateCw: LucideIcon;
export declare const Router: LucideIcon;
export declare const Rows: LucideIcon;
export declare const Rss: LucideIcon;
export declare const Ruler: LucideIcon;
export declare const RussianRuble: LucideIcon;
export declare const Sailboat: LucideIcon;
export declare const Salad: LucideIcon;
export declare const Sandwich: LucideIcon;
export declare const SatelliteDish: LucideIcon;
export declare const Satellite: LucideIcon;
export declare const SaveAll: LucideIcon;
export declare const Save: LucideIcon;
export declare const Scale3d: LucideIcon;
export declare const Scale: LucideIcon;
export declare const Scaling: LucideIcon;
export declare const ScanFace: LucideIcon;
export declare const ScanLine: LucideIcon;
export declare const Scan: LucideIcon;
export declare const ScatterChart: LucideIcon;
export declare const School2: LucideIcon;
export declare const School: LucideIcon;
export declare const Scissors: LucideIcon;
export declare const ScreenShareOff: LucideIcon;
export declare const ScreenShare: LucideIcon;
export declare const ScrollText: LucideIcon;
export declare const Scroll: LucideIcon;
export declare const Search: LucideIcon;
export declare const Send: LucideIcon;
export declare const SeparatorHorizontal: LucideIcon;
export declare const SeparatorVertical: LucideIcon;
export declare const ServerCog: LucideIcon;
export declare const ServerCrash: LucideIcon;
export declare const ServerOff: LucideIcon;
export declare const Server: LucideIcon;
export declare const Settings2: LucideIcon;
export declare const Settings: LucideIcon;
export declare const Share2: LucideIcon;
export declare const Share: LucideIcon;
export declare const Sheet: LucideIcon;
export declare const ShieldAlert: LucideIcon;
export declare const ShieldCheck: LucideIcon;
export declare const ShieldClose: LucideIcon;
export declare const ShieldOff: LucideIcon;
export declare const ShieldQuestion: LucideIcon;
export declare const Shield: LucideIcon;
export declare const Ship: LucideIcon;
export declare const Shirt: LucideIcon;
export declare const ShoppingBag: LucideIcon;
export declare const ShoppingCart: LucideIcon;
export declare const Shovel: LucideIcon;
export declare const ShowerHead: LucideIcon;
export declare const Shrink: LucideIcon;
export declare const Shrub: LucideIcon;
export declare const Shuffle: LucideIcon;
export declare const SigmaSquare: LucideIcon;
export declare const Sigma: LucideIcon;
export declare const SignalHigh: LucideIcon;
export declare const SignalLow: LucideIcon;
export declare const SignalMedium: LucideIcon;
export declare const SignalZero: LucideIcon;
export declare const Signal: LucideIcon;
export declare const Siren: LucideIcon;
export declare const SkipBack: LucideIcon;
export declare const SkipForward: LucideIcon;
export declare const Skull: LucideIcon;
export declare const Slack: LucideIcon;
export declare const Slice: LucideIcon;
export declare const SlidersHorizontal: LucideIcon;
export declare const Sliders: LucideIcon;
export declare const SmartphoneCharging: LucideIcon;
export declare const SmartphoneNfc: LucideIcon;
export declare const Smartphone: LucideIcon;
export declare const SmilePlus: LucideIcon;
export declare const Smile: LucideIcon;
export declare const Snowflake: LucideIcon;
export declare const Sofa: LucideIcon;
export declare const Soup: LucideIcon;
export declare const Space: LucideIcon;
export declare const Spade: LucideIcon;
export declare const Sparkle: LucideIcon;
export declare const Sparkles: LucideIcon;
export declare const Speaker: LucideIcon;
export declare const SpellCheck2: LucideIcon;
export declare const SpellCheck: LucideIcon;
export declare const Spline: LucideIcon;
export declare const SplitSquareHorizontal: LucideIcon;
export declare const SplitSquareVertical: LucideIcon;
export declare const Split: LucideIcon;
export declare const SprayCan: LucideIcon;
export declare const Sprout: LucideIcon;
export declare const SquareAsterisk: LucideIcon;
export declare const SquareDot: LucideIcon;
export declare const SquareEqual: LucideIcon;
export declare const SquareSlash: LucideIcon;
export declare const Square: LucideIcon;
export declare const Squirrel: LucideIcon;
export declare const Stamp: LucideIcon;
export declare const StarHalf: LucideIcon;
export declare const StarOff: LucideIcon;
export declare const Star: LucideIcon;
export declare const StepBack: LucideIcon;
export declare const StepForward: LucideIcon;
export declare const Stethoscope: LucideIcon;
export declare const Sticker: LucideIcon;
export declare const StickyNote: LucideIcon;
export declare const StopCircle: LucideIcon;
export declare const Store: LucideIcon;
export declare const StretchHorizontal: LucideIcon;
export declare const StretchVertical: LucideIcon;
export declare const Strikethrough: LucideIcon;
export declare const Subscript: LucideIcon;
export declare const Subtitles: LucideIcon;
export declare const SunDim: LucideIcon;
export declare const SunMedium: LucideIcon;
export declare const SunMoon: LucideIcon;
export declare const SunSnow: LucideIcon;
export declare const Sun: LucideIcon;
export declare const Sunrise: LucideIcon;
export declare const Sunset: LucideIcon;
export declare const Superscript: LucideIcon;
export declare const SwissFranc: LucideIcon;
export declare const SwitchCamera: LucideIcon;
export declare const Sword: LucideIcon;
export declare const Swords: LucideIcon;
export declare const Syringe: LucideIcon;
export declare const Table2: LucideIcon;
export declare const Table: LucideIcon;
export declare const Tablet: LucideIcon;
export declare const Tablets: LucideIcon;
export declare const Tag: LucideIcon;
export declare const Tags: LucideIcon;
export declare const Target: LucideIcon;
export declare const Tent: LucideIcon;
export declare const TerminalSquare: LucideIcon;
export declare const Terminal: LucideIcon;
export declare const TestTube2: LucideIcon;
export declare const TestTube: LucideIcon;
export declare const TestTubes: LucideIcon;
export declare const TextCursorInput: LucideIcon;
export declare const TextCursor: LucideIcon;
export declare const TextQuote: LucideIcon;
export declare const TextSelect: LucideIcon;
export declare const Text: LucideIcon;
export declare const ThermometerSnowflake: LucideIcon;
export declare const ThermometerSun: LucideIcon;
export declare const Thermometer: LucideIcon;
export declare const ThumbsDown: LucideIcon;
export declare const ThumbsUp: LucideIcon;
export declare const Ticket: LucideIcon;
export declare const TimerOff: LucideIcon;
export declare const TimerReset: LucideIcon;
export declare const Timer: LucideIcon;
export declare const ToggleLeft: LucideIcon;
export declare const ToggleRight: LucideIcon;
export declare const Tornado: LucideIcon;
export declare const TouchpadOff: LucideIcon;
export declare const Touchpad: LucideIcon;
export declare const TowerControl: LucideIcon;
export declare const ToyBrick: LucideIcon;
export declare const Train: LucideIcon;
export declare const Trash2: LucideIcon;
export declare const Trash: LucideIcon;
export declare const TreeDeciduous: LucideIcon;
export declare const TreePine: LucideIcon;
export declare const Trees: LucideIcon;
export declare const Trello: LucideIcon;
export declare const TrendingDown: LucideIcon;
export declare const TrendingUp: LucideIcon;
export declare const Triangle: LucideIcon;
export declare const Trophy: LucideIcon;
export declare const Truck: LucideIcon;
export declare const Tv2: LucideIcon;
export declare const Tv: LucideIcon;
export declare const Twitch: LucideIcon;
export declare const Twitter: LucideIcon;
export declare const Type: LucideIcon;
export declare const Umbrella: LucideIcon;
export declare const Underline: LucideIcon;
export declare const Undo2: LucideIcon;
export declare const UndoDot: LucideIcon;
export declare const Undo: LucideIcon;
export declare const UnfoldHorizontal: LucideIcon;
export declare const UnfoldVertical: LucideIcon;
export declare const Ungroup: LucideIcon;
export declare const Unlink2: LucideIcon;
export declare const Unlink: LucideIcon;
export declare const Unlock: LucideIcon;
export declare const Unplug: LucideIcon;
export declare const UploadCloud: LucideIcon;
export declare const Upload: LucideIcon;
export declare const Usb: LucideIcon;
export declare const User2: LucideIcon;
export declare const UserCheck2: LucideIcon;
export declare const UserCheck: LucideIcon;
export declare const UserCircle2: LucideIcon;
export declare const UserCircle: LucideIcon;
export declare const UserCog2: LucideIcon;
export declare const UserCog: LucideIcon;
export declare const UserMinus2: LucideIcon;
export declare const UserMinus: LucideIcon;
export declare const UserPlus2: LucideIcon;
export declare const UserPlus: LucideIcon;
export declare const UserSquare2: LucideIcon;
export declare const UserSquare: LucideIcon;
export declare const UserX2: LucideIcon;
export declare const UserX: LucideIcon;
export declare const User: LucideIcon;
export declare const Users2: LucideIcon;
export declare const Users: LucideIcon;
export declare const UtensilsCrossed: LucideIcon;
export declare const Utensils: LucideIcon;
export declare const UtilityPole: LucideIcon;
export declare const Variable: LucideIcon;
export declare const Vegan: LucideIcon;
export declare const VenetianMask: LucideIcon;
export declare const VibrateOff: LucideIcon;
export declare const Vibrate: LucideIcon;
export declare const VideoOff: LucideIcon;
export declare const Video: LucideIcon;
export declare const View: LucideIcon;
export declare const Voicemail: LucideIcon;
export declare const Volume1: LucideIcon;
export declare const Volume2: LucideIcon;
export declare const VolumeX: LucideIcon;
export declare const Volume: LucideIcon;
export declare const Vote: LucideIcon;
export declare const Wallet: LucideIcon;
export declare const Wallpaper: LucideIcon;
export declare const Wand2: LucideIcon;
export declare const Wand: LucideIcon;
export declare const Warehouse: LucideIcon;
export declare const Watch: LucideIcon;
export declare const Waves: LucideIcon;
export declare const Webcam: LucideIcon;
export declare const Webhook: LucideIcon;
export declare const WheatOff: LucideIcon;
export declare const Wheat: LucideIcon;
export declare const WholeWord: LucideIcon;
export declare const WifiOff: LucideIcon;
export declare const Wifi: LucideIcon;
export declare const Wind: LucideIcon;
export declare const WineOff: LucideIcon;
export declare const Wine: LucideIcon;
export declare const Workflow: LucideIcon;
export declare const WrapText: Lucid