lucide-angular 0.52.0 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/lucide-angular-src-icons.umd.js +117 -0
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +125 -0
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/armchair.js +18 -0
- package/esm2015/icons/bed-double.js +13 -0
- package/esm2015/icons/bed-single.js +12 -0
- package/esm2015/icons/bed.js +13 -0
- package/esm2015/icons/cigarette-off.js +16 -0
- package/esm2015/icons/cigarette.js +14 -0
- package/esm2015/icons/dices.js +20 -0
- package/esm2015/icons/index.js +9 -1
- package/esm2015/icons/sofa.js +19 -0
- package/esm2015/src/icons/armchair.js +18 -0
- package/esm2015/src/icons/bed-double.js +13 -0
- package/esm2015/src/icons/bed-single.js +12 -0
- package/esm2015/src/icons/bed.js +13 -0
- package/esm2015/src/icons/cigarette-off.js +16 -0
- package/esm2015/src/icons/cigarette.js +14 -0
- package/esm2015/src/icons/dices.js +20 -0
- package/esm2015/src/icons/index.js +9 -1
- package/esm2015/src/icons/sofa.js +19 -0
- package/fesm2015/lucide-angular-src-icons.js +110 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +118 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/armchair.d.ts +3 -0
- package/icons/bed-double.d.ts +3 -0
- package/icons/bed-single.d.ts +3 -0
- package/icons/bed.d.ts +3 -0
- package/icons/cigarette-off.d.ts +3 -0
- package/icons/cigarette.d.ts +3 -0
- package/icons/dices.d.ts +3 -0
- package/icons/index.d.ts +8 -0
- package/icons/sofa.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/armchair.d.ts +3 -0
- package/src/icons/bed-double.d.ts +3 -0
- package/src/icons/bed-single.d.ts +3 -0
- package/src/icons/bed.d.ts +3 -0
- package/src/icons/cigarette-off.d.ts +3 -0
- package/src/icons/cigarette.d.ts +3 -0
- package/src/icons/dices.d.ts +3 -0
- package/src/icons/index.d.ts +8 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/sofa.d.ts +3 -0
|
@@ -485,6 +485,22 @@ const Archive = [
|
|
|
485
485
|
],
|
|
486
486
|
];
|
|
487
487
|
|
|
488
|
+
const Armchair = [
|
|
489
|
+
'svg',
|
|
490
|
+
defaultAttributes,
|
|
491
|
+
[
|
|
492
|
+
['path', { d: 'M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3' }],
|
|
493
|
+
[
|
|
494
|
+
'path',
|
|
495
|
+
{
|
|
496
|
+
d: 'M3 11v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z',
|
|
497
|
+
},
|
|
498
|
+
],
|
|
499
|
+
['path', { d: 'M5 18v2' }],
|
|
500
|
+
['path', { d: 'M19 18v2' }],
|
|
501
|
+
],
|
|
502
|
+
];
|
|
503
|
+
|
|
488
504
|
const ArrowBigDown = [
|
|
489
505
|
'svg',
|
|
490
506
|
defaultAttributes,
|
|
@@ -830,6 +846,38 @@ const Beaker = [
|
|
|
830
846
|
],
|
|
831
847
|
];
|
|
832
848
|
|
|
849
|
+
const BedDouble = [
|
|
850
|
+
'svg',
|
|
851
|
+
defaultAttributes,
|
|
852
|
+
[
|
|
853
|
+
['path', { d: 'M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8' }],
|
|
854
|
+
['path', { d: 'M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4' }],
|
|
855
|
+
['path', { d: 'M12 4v6' }],
|
|
856
|
+
['path', { d: 'M2 18h20' }],
|
|
857
|
+
],
|
|
858
|
+
];
|
|
859
|
+
|
|
860
|
+
const BedSingle = [
|
|
861
|
+
'svg',
|
|
862
|
+
defaultAttributes,
|
|
863
|
+
[
|
|
864
|
+
['path', { d: 'M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8' }],
|
|
865
|
+
['path', { d: 'M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4' }],
|
|
866
|
+
['path', { d: 'M3 18h18' }],
|
|
867
|
+
],
|
|
868
|
+
];
|
|
869
|
+
|
|
870
|
+
const Bed = [
|
|
871
|
+
'svg',
|
|
872
|
+
defaultAttributes,
|
|
873
|
+
[
|
|
874
|
+
['path', { d: 'M2 4v16' }],
|
|
875
|
+
['path', { d: 'M2 8h18a2 2 0 0 1 2 2v10' }],
|
|
876
|
+
['path', { d: 'M2 17h20' }],
|
|
877
|
+
['path', { d: 'M6 8v9' }],
|
|
878
|
+
],
|
|
879
|
+
];
|
|
880
|
+
|
|
833
881
|
const BellMinus = [
|
|
834
882
|
'svg',
|
|
835
883
|
defaultAttributes,
|
|
@@ -1571,6 +1619,32 @@ const Chrome = [
|
|
|
1571
1619
|
],
|
|
1572
1620
|
];
|
|
1573
1621
|
|
|
1622
|
+
const CigaretteOff = [
|
|
1623
|
+
'svg',
|
|
1624
|
+
defaultAttributes,
|
|
1625
|
+
[
|
|
1626
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
1627
|
+
['path', { d: 'M12 12H2v4h14' }],
|
|
1628
|
+
['path', { d: 'M22 12v4' }],
|
|
1629
|
+
['path', { d: 'M18 12h-.5' }],
|
|
1630
|
+
['path', { d: 'M7 12v4' }],
|
|
1631
|
+
['path', { d: 'M18 8c0-2.5-2-2.5-2-5' }],
|
|
1632
|
+
['path', { d: 'M22 8c0-2.5-2-2.5-2-5' }],
|
|
1633
|
+
],
|
|
1634
|
+
];
|
|
1635
|
+
|
|
1636
|
+
const Cigarette = [
|
|
1637
|
+
'svg',
|
|
1638
|
+
defaultAttributes,
|
|
1639
|
+
[
|
|
1640
|
+
['path', { d: 'M18 12H2v4h16' }],
|
|
1641
|
+
['path', { d: 'M22 12v4' }],
|
|
1642
|
+
['path', { d: 'M7 12v4' }],
|
|
1643
|
+
['path', { d: 'M18 8c0-2.5-2-2.5-2-5' }],
|
|
1644
|
+
['path', { d: 'M22 8c0-2.5-2-2.5-2-5' }],
|
|
1645
|
+
],
|
|
1646
|
+
];
|
|
1647
|
+
|
|
1574
1648
|
const CircleSlashed = [
|
|
1575
1649
|
'svg',
|
|
1576
1650
|
defaultAttributes,
|
|
@@ -2440,6 +2514,24 @@ const Dice6 = [
|
|
|
2440
2514
|
],
|
|
2441
2515
|
];
|
|
2442
2516
|
|
|
2517
|
+
const Dices = [
|
|
2518
|
+
'svg',
|
|
2519
|
+
defaultAttributes,
|
|
2520
|
+
[
|
|
2521
|
+
['rect', { x: '2', y: '10', width: '12', height: '12', rx: '2', ry: '2' }],
|
|
2522
|
+
[
|
|
2523
|
+
'path',
|
|
2524
|
+
{
|
|
2525
|
+
d: 'm17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6',
|
|
2526
|
+
},
|
|
2527
|
+
],
|
|
2528
|
+
['path', { d: 'M6 18h.01' }],
|
|
2529
|
+
['path', { d: 'M10 14h.01' }],
|
|
2530
|
+
['path', { d: 'M15 6h.01' }],
|
|
2531
|
+
['path', { d: 'M18 9h.01' }],
|
|
2532
|
+
],
|
|
2533
|
+
];
|
|
2534
|
+
|
|
2443
2535
|
const Disc = [
|
|
2444
2536
|
'svg',
|
|
2445
2537
|
defaultAttributes,
|
|
@@ -6287,6 +6379,23 @@ const Snowflake = [
|
|
|
6287
6379
|
],
|
|
6288
6380
|
];
|
|
6289
6381
|
|
|
6382
|
+
const Sofa = [
|
|
6383
|
+
'svg',
|
|
6384
|
+
defaultAttributes,
|
|
6385
|
+
[
|
|
6386
|
+
['path', { d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3' }],
|
|
6387
|
+
[
|
|
6388
|
+
'path',
|
|
6389
|
+
{
|
|
6390
|
+
d: 'M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H6v-2a2 2 0 0 0-4 0Z',
|
|
6391
|
+
},
|
|
6392
|
+
],
|
|
6393
|
+
['path', { d: 'M4 18v2' }],
|
|
6394
|
+
['path', { d: 'M20 18v2' }],
|
|
6395
|
+
['path', { d: 'M12 4v9' }],
|
|
6396
|
+
],
|
|
6397
|
+
];
|
|
6398
|
+
|
|
6290
6399
|
const SortAsc = [
|
|
6291
6400
|
'svg',
|
|
6292
6401
|
defaultAttributes,
|
|
@@ -7508,5 +7617,5 @@ const ZoomOut = [
|
|
|
7508
7617
|
* Generated bundle index. Do not edit.
|
|
7509
7618
|
*/
|
|
7510
7619
|
|
|
7511
|
-
export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarDays, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, Magnet, Mail, Map, MapPin, MapPinOff, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut };
|
|
7620
|
+
export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarDays, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, Magnet, Mail, Map, MapPin, MapPinOff, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut };
|
|
7512
7621
|
//# sourceMappingURL=lucide-angular-src-icons.js.map
|