lucide-angular 0.74.0 → 0.77.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.
Files changed (57) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +136 -1
  2. package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
  3. package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
  4. package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
  5. package/bundles/lucide-angular.umd.js +145 -1
  6. package/bundles/lucide-angular.umd.js.map +1 -1
  7. package/bundles/lucide-angular.umd.min.js +1 -1
  8. package/bundles/lucide-angular.umd.min.js.map +1 -1
  9. package/esm2015/icons/apple.js +16 -0
  10. package/esm2015/icons/banana.js +16 -0
  11. package/esm2015/icons/cherry.js +13 -0
  12. package/esm2015/icons/egg-fried.js +16 -0
  13. package/esm2015/icons/grape.js +18 -0
  14. package/esm2015/icons/ice-cream.js +12 -0
  15. package/esm2015/icons/index.js +10 -1
  16. package/esm2015/icons/joystick.js +18 -0
  17. package/esm2015/icons/music-4.js +2 -2
  18. package/esm2015/icons/pizza.js +19 -0
  19. package/esm2015/icons/usb.js +16 -0
  20. package/esm2015/src/icons/apple.js +16 -0
  21. package/esm2015/src/icons/banana.js +16 -0
  22. package/esm2015/src/icons/cherry.js +13 -0
  23. package/esm2015/src/icons/egg-fried.js +16 -0
  24. package/esm2015/src/icons/grape.js +18 -0
  25. package/esm2015/src/icons/ice-cream.js +12 -0
  26. package/esm2015/src/icons/index.js +10 -1
  27. package/esm2015/src/icons/joystick.js +18 -0
  28. package/esm2015/src/icons/music-4.js +2 -2
  29. package/esm2015/src/icons/pizza.js +19 -0
  30. package/esm2015/src/icons/usb.js +16 -0
  31. package/fesm2015/lucide-angular-src-icons.js +128 -2
  32. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  33. package/fesm2015/lucide-angular.js +137 -2
  34. package/fesm2015/lucide-angular.js.map +1 -1
  35. package/icons/apple.d.ts +3 -0
  36. package/icons/banana.d.ts +3 -0
  37. package/icons/cherry.d.ts +3 -0
  38. package/icons/egg-fried.d.ts +3 -0
  39. package/icons/grape.d.ts +3 -0
  40. package/icons/ice-cream.d.ts +3 -0
  41. package/icons/index.d.ts +9 -0
  42. package/icons/joystick.d.ts +3 -0
  43. package/icons/pizza.d.ts +3 -0
  44. package/icons/usb.d.ts +3 -0
  45. package/lucide-angular.metadata.json +1 -1
  46. package/package.json +1 -1
  47. package/src/icons/apple.d.ts +3 -0
  48. package/src/icons/banana.d.ts +3 -0
  49. package/src/icons/cherry.d.ts +3 -0
  50. package/src/icons/egg-fried.d.ts +3 -0
  51. package/src/icons/grape.d.ts +3 -0
  52. package/src/icons/ice-cream.d.ts +3 -0
  53. package/src/icons/index.d.ts +9 -0
  54. package/src/icons/joystick.d.ts +3 -0
  55. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  56. package/src/icons/pizza.d.ts +3 -0
  57. package/src/icons/usb.d.ts +3 -0
@@ -517,6 +517,20 @@ const Aperture = [
517
517
  ],
518
518
  ];
519
519
 
520
+ const Apple = [
521
+ 'svg',
522
+ defaultAttributes,
523
+ [
524
+ [
525
+ 'path',
526
+ {
527
+ d: 'M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z',
528
+ },
529
+ ],
530
+ ['path', { d: 'M10 2c1 .5 2 2 2 5' }],
531
+ ],
532
+ ];
533
+
520
534
  const ArchiveRestore = [
521
535
  'svg',
522
536
  defaultAttributes,
@@ -798,6 +812,20 @@ const BaggageClaim = [
798
812
  ],
799
813
  ];
800
814
 
815
+ const Banana = [
816
+ 'svg',
817
+ defaultAttributes,
818
+ [
819
+ ['path', { d: 'M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5' }],
820
+ [
821
+ 'path',
822
+ {
823
+ d: 'M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z',
824
+ },
825
+ ],
826
+ ],
827
+ ];
828
+
801
829
  const Banknote = [
802
830
  'svg',
803
831
  defaultAttributes,
@@ -1750,6 +1778,17 @@ const ChefHat = [
1750
1778
  ],
1751
1779
  ];
1752
1780
 
1781
+ const Cherry = [
1782
+ 'svg',
1783
+ defaultAttributes,
1784
+ [
1785
+ ['path', { d: 'M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z' }],
1786
+ ['path', { d: 'M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z' }],
1787
+ ['path', { d: 'M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12' }],
1788
+ ['path', { d: 'M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z' }],
1789
+ ],
1790
+ ];
1791
+
1753
1792
  const ChevronDown = [
1754
1793
  'svg',
1755
1794
  defaultAttributes,
@@ -3084,6 +3123,20 @@ const Edit = [
3084
3123
  ],
3085
3124
  ];
3086
3125
 
3126
+ const EggFried = [
3127
+ 'svg',
3128
+ defaultAttributes,
3129
+ [
3130
+ ['circle', { cx: '11.5', cy: '12.5', r: '3.5' }],
3131
+ [
3132
+ 'path',
3133
+ {
3134
+ d: 'M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z',
3135
+ },
3136
+ ],
3137
+ ],
3138
+ ];
3139
+
3087
3140
  const Egg = [
3088
3141
  'svg',
3089
3142
  defaultAttributes,
@@ -4953,6 +5006,22 @@ const GraduationCap = [
4953
5006
  ],
4954
5007
  ];
4955
5008
 
5009
+ const Grape = [
5010
+ 'svg',
5011
+ defaultAttributes,
5012
+ [
5013
+ ['path', { d: 'M22 5V2l-5.89 5.89' }],
5014
+ ['circle', { cx: '16.6', cy: '15.89', r: '3' }],
5015
+ ['circle', { cx: '8.11', cy: '7.4', r: '3' }],
5016
+ ['circle', { cx: '12.35', cy: '11.65', r: '3' }],
5017
+ ['circle', { cx: '13.91', cy: '5.85', r: '3' }],
5018
+ ['circle', { cx: '18.15', cy: '10.09', r: '3' }],
5019
+ ['circle', { cx: '6.56', cy: '13.2', r: '3' }],
5020
+ ['circle', { cx: '10.8', cy: '17.44', r: '3' }],
5021
+ ['circle', { cx: '5', cy: '19', r: '3' }],
5022
+ ],
5023
+ ];
5024
+
4956
5025
  const Grid = [
4957
5026
  'svg',
4958
5027
  defaultAttributes,
@@ -5258,6 +5327,16 @@ const Hourglass = [
5258
5327
  ],
5259
5328
  ];
5260
5329
 
5330
+ const IceCream = [
5331
+ 'svg',
5332
+ defaultAttributes,
5333
+ [
5334
+ ['path', { d: 'm7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11' }],
5335
+ ['path', { d: 'M17 7A5 5 0 0 0 7 7' }],
5336
+ ['path', { d: 'M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4' }],
5337
+ ],
5338
+ ];
5339
+
5261
5340
  const ImageMinus = [
5262
5341
  'svg',
5263
5342
  defaultAttributes,
@@ -5426,6 +5505,22 @@ const JapaneseYen = [
5426
5505
  ],
5427
5506
  ];
5428
5507
 
5508
+ const Joystick = [
5509
+ 'svg',
5510
+ defaultAttributes,
5511
+ [
5512
+ [
5513
+ 'path',
5514
+ {
5515
+ d: 'M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z',
5516
+ },
5517
+ ],
5518
+ ['path', { d: 'M6 15v-2' }],
5519
+ ['path', { d: 'M12 15V9' }],
5520
+ ['circle', { cx: '12', cy: '6', r: '3' }],
5521
+ ],
5522
+ ];
5523
+
5429
5524
  const Key = [
5430
5525
  'svg',
5431
5526
  defaultAttributes,
@@ -6507,7 +6602,7 @@ const Music4 = [
6507
6602
  defaultAttributes,
6508
6603
  [
6509
6604
  ['path', { d: 'M9 18V5l12-2v13' }],
6510
- ['path', { d: 'M9 9l12-2' }],
6605
+ ['path', { d: 'm9 9 12-2' }],
6511
6606
  ['circle', { cx: '6', cy: '18', r: '3' }],
6512
6607
  ['circle', { cx: '18', cy: '16', r: '3' }],
6513
6608
  ],
@@ -7131,6 +7226,23 @@ const Pipette = [
7131
7226
  ],
7132
7227
  ];
7133
7228
 
7229
+ const Pizza = [
7230
+ 'svg',
7231
+ defaultAttributes,
7232
+ [
7233
+ ['path', { d: 'M15 11h.01' }],
7234
+ ['path', { d: 'M11 15h.01' }],
7235
+ ['path', { d: 'M16 16h.01' }],
7236
+ [
7237
+ 'path',
7238
+ {
7239
+ d: 'm2 16 20 6-6-20c-3.36.9-6.42 2.67-8.88 5.12A19.876 19.876 0 0 0 2 16Z',
7240
+ },
7241
+ ],
7242
+ ['path', { d: 'M17 6c-6.29 1.47-9.43 5.13-11 11' }],
7243
+ ],
7244
+ ];
7245
+
7134
7246
  const Plane = [
7135
7247
  'svg',
7136
7248
  defaultAttributes,
@@ -9245,6 +9357,20 @@ const Upload = [
9245
9357
  ],
9246
9358
  ];
9247
9359
 
9360
+ const Usb = [
9361
+ 'svg',
9362
+ defaultAttributes,
9363
+ [
9364
+ ['circle', { cx: '4', cy: '20', r: '1' }],
9365
+ ['circle', { cx: '10', cy: '7', r: '1' }],
9366
+ ['path', { d: 'M4 20 19 5' }],
9367
+ ['path', { d: 'm21 3-3 1 2 2 1-3Z' }],
9368
+ ['path', { d: 'm10 7-5 5 2 5' }],
9369
+ ['path', { d: 'm10 14 5 2 4-4' }],
9370
+ ['path', { d: 'm18 12 1-1 1 1-1 1-1-1Z' }],
9371
+ ],
9372
+ ];
9373
+
9248
9374
  const UserCheck = [
9249
9375
  'svg',
9250
9376
  defaultAttributes,
@@ -9781,6 +9907,7 @@ var index = /*#__PURE__*/Object.freeze({
9781
9907
  Angry: Angry,
9782
9908
  Annoyed: Annoyed,
9783
9909
  Aperture: Aperture,
9910
+ Apple: Apple,
9784
9911
  ArchiveRestore: ArchiveRestore,
9785
9912
  Archive: Archive,
9786
9913
  Armchair: Armchair,
@@ -9809,6 +9936,7 @@ var index = /*#__PURE__*/Object.freeze({
9809
9936
  Baby: Baby,
9810
9937
  Backpack: Backpack,
9811
9938
  BaggageClaim: BaggageClaim,
9939
+ Banana: Banana,
9812
9940
  Banknote: Banknote,
9813
9941
  BarChart2: BarChart2,
9814
9942
  BarChart3: BarChart3,
@@ -9881,6 +10009,7 @@ var index = /*#__PURE__*/Object.freeze({
9881
10009
  CheckSquare: CheckSquare,
9882
10010
  Check: Check,
9883
10011
  ChefHat: ChefHat,
10012
+ Cherry: Cherry,
9884
10013
  ChevronDown: ChevronDown,
9885
10014
  ChevronFirst: ChevronFirst,
9886
10015
  ChevronLast: ChevronLast,
@@ -9999,6 +10128,7 @@ var index = /*#__PURE__*/Object.freeze({
9999
10128
  Edit2: Edit2,
10000
10129
  Edit3: Edit3,
10001
10130
  Edit: Edit,
10131
+ EggFried: EggFried,
10002
10132
  Egg: Egg,
10003
10133
  EqualNot: EqualNot,
10004
10134
  Equal: Equal,
@@ -10133,6 +10263,7 @@ var index = /*#__PURE__*/Object.freeze({
10133
10263
  Globe: Globe,
10134
10264
  Grab: Grab,
10135
10265
  GraduationCap: GraduationCap,
10266
+ Grape: Grape,
10136
10267
  Grid: Grid,
10137
10268
  GripHorizontal: GripHorizontal,
10138
10269
  GripVertical: GripVertical,
@@ -10154,6 +10285,7 @@ var index = /*#__PURE__*/Object.freeze({
10154
10285
  History: History,
10155
10286
  Home: Home,
10156
10287
  Hourglass: Hourglass,
10288
+ IceCream: IceCream,
10157
10289
  ImageMinus: ImageMinus,
10158
10290
  ImageOff: ImageOff,
10159
10291
  ImagePlus: ImagePlus,
@@ -10168,6 +10300,7 @@ var index = /*#__PURE__*/Object.freeze({
10168
10300
  Instagram: Instagram,
10169
10301
  Italic: Italic,
10170
10302
  JapaneseYen: JapaneseYen,
10303
+ Joystick: Joystick,
10171
10304
  Key: Key,
10172
10305
  Keyboard: Keyboard,
10173
10306
  LampCeiling: LampCeiling,
@@ -10306,6 +10439,7 @@ var index = /*#__PURE__*/Object.freeze({
10306
10439
  PinOff: PinOff,
10307
10440
  Pin: Pin,
10308
10441
  Pipette: Pipette,
10442
+ Pizza: Pizza,
10309
10443
  Plane: Plane,
10310
10444
  PlayCircle: PlayCircle,
10311
10445
  Play: Play,
@@ -10479,6 +10613,7 @@ var index = /*#__PURE__*/Object.freeze({
10479
10613
  Unlock: Unlock,
10480
10614
  UploadCloud: UploadCloud,
10481
10615
  Upload: Upload,
10616
+ Usb: Usb,
10482
10617
  UserCheck: UserCheck,
10483
10618
  UserCog: UserCog,
10484
10619
  UserMinus: UserMinus,
@@ -10648,5 +10783,5 @@ LucideAngularModule.ctorParameters = () => [
10648
10783
  * Generated bundle index. Do not edit.
10649
10784
  */
10650
10785
 
10651
- export { Accessibility, Activity, AirVent, 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, Angry, Annoyed, Aperture, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, 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, CircleDot, CircleEllipsis, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudCog, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Cog, 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, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, 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, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Laugh, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, PartyPopper, 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, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserCog, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
10786
+ export { Accessibility, Activity, AirVent, 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, Angry, Annoyed, Aperture, Apple, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, Cherry, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudCog, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Cog, 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, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, EggFried, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, IceCream, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Joystick, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Laugh, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Pizza, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, Usb, User, UserCheck, UserCog, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
10652
10787
  //# sourceMappingURL=lucide-angular.js.map