lucide-angular 0.134.0 → 0.136.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.
@@ -1976,6 +1976,39 @@ const Carrot = [
1976
1976
  ],
1977
1977
  ];
1978
1978
 
1979
+ const CaseLower = [
1980
+ 'svg',
1981
+ defaultAttributes,
1982
+ [
1983
+ ['circle', { cx: '17', cy: '12', r: '3' }],
1984
+ ['line', { x1: '14', x2: '14', y1: '7', y2: '15' }],
1985
+ ['circle', { cx: '7', cy: '12', r: '3' }],
1986
+ ['line', { x1: '10', x2: '10', y1: '9', y2: '15' }],
1987
+ ],
1988
+ ];
1989
+
1990
+ const CaseSensitive = [
1991
+ 'svg',
1992
+ defaultAttributes,
1993
+ [
1994
+ ['polyline', { points: '3,15 7,7 11,15' }],
1995
+ ['line', { x1: '4', x2: '10', y1: '13', y2: '13' }],
1996
+ ['circle', { cx: '18', cy: '12', r: '3' }],
1997
+ ['line', { x1: '21', x2: '21', y1: '9', y2: '15' }],
1998
+ ],
1999
+ ];
2000
+
2001
+ const CaseUpper = [
2002
+ 'svg',
2003
+ defaultAttributes,
2004
+ [
2005
+ ['polyline', { points: '3,15 7,7 11,15' }],
2006
+ ['line', { x1: '4', x2: '10', y1: '13', y2: '13' }],
2007
+ ['path', { d: 'M15 7h4c1.1 0 2 .9 2 2s-.9 2-2 2h-4V7z' }],
2008
+ ['path', { d: 'M15 11h4.5c1.1 0 2 .9 2 2s-.9 2-2 2H15v-4z' }],
2009
+ ],
2010
+ ];
2011
+
1979
2012
  const Cast = [
1980
2013
  'svg',
1981
2014
  defaultAttributes,
@@ -1990,6 +2023,22 @@ const Cast = [
1990
2023
  ],
1991
2024
  ];
1992
2025
 
2026
+ const Castle = [
2027
+ 'svg',
2028
+ defaultAttributes,
2029
+ [
2030
+ ['path', { d: 'M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z' }],
2031
+ ['path', { d: 'M18 11V4H6v7' }],
2032
+ ['path', { d: 'M15 22v-4a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v4' }],
2033
+ ['path', { d: 'M22 11V9' }],
2034
+ ['path', { d: 'M2 11V9' }],
2035
+ ['path', { d: 'M6 4V2' }],
2036
+ ['path', { d: 'M18 4V2' }],
2037
+ ['path', { d: 'M10 4V2' }],
2038
+ ['path', { d: 'M14 4V2' }],
2039
+ ],
2040
+ ];
2041
+
1993
2042
  const Cat = [
1994
2043
  'svg',
1995
2044
  defaultAttributes,
@@ -2243,6 +2292,18 @@ const Chrome = [
2243
2292
  ],
2244
2293
  ];
2245
2294
 
2295
+ const Church = [
2296
+ 'svg',
2297
+ defaultAttributes,
2298
+ [
2299
+ ['path', { d: 'm18 7 4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2' }],
2300
+ ['path', { d: 'M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4' }],
2301
+ ['path', { d: 'M18 22V5l-6-3-6 3v17' }],
2302
+ ['path', { d: 'M12 7v5' }],
2303
+ ['path', { d: 'M10 9h4' }],
2304
+ ],
2305
+ ];
2306
+
2246
2307
  const CigaretteOff = [
2247
2308
  'svg',
2248
2309
  defaultAttributes,
@@ -6364,6 +6425,27 @@ const Hop = [
6364
6425
  ],
6365
6426
  ];
6366
6427
 
6428
+ const Hotel = [
6429
+ 'svg',
6430
+ defaultAttributes,
6431
+ [
6432
+ [
6433
+ 'path',
6434
+ {
6435
+ d: 'M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z',
6436
+ },
6437
+ ],
6438
+ ['path', { d: 'm9 16 .348-.24c1.465-1.013 3.84-1.013 5.304 0L15 16' }],
6439
+ ['path', { d: 'M8 7h.01' }],
6440
+ ['path', { d: 'M16 7h.01' }],
6441
+ ['path', { d: 'M12 7h.01' }],
6442
+ ['path', { d: 'M12 11h.01' }],
6443
+ ['path', { d: 'M16 11h.01' }],
6444
+ ['path', { d: 'M8 11h.01' }],
6445
+ ['path', { d: 'M10 22v-6.5m4 0V22' }],
6446
+ ],
6447
+ ];
6448
+
6367
6449
  const Hourglass = [
6368
6450
  'svg',
6369
6451
  defaultAttributes,
@@ -9152,6 +9234,46 @@ const Repeat = [
9152
9234
  ],
9153
9235
  ];
9154
9236
 
9237
+ const ReplaceAll = [
9238
+ 'svg',
9239
+ defaultAttributes,
9240
+ [
9241
+ ['path', { d: 'M6,10V5c0-1.7,1.3-3,3-3h1' }],
9242
+ ['polyline', { points: '3,7 6,10 9,7' }],
9243
+ ['path', { d: 'M22,8c0,1.1-0.9,2-2,2' }],
9244
+ ['path', { d: 'M20,2c1.1,0,2,0.9,2,2' }],
9245
+ ['path', { d: 'M14,4c0-1.1,0.9-2,2-2' }],
9246
+ ['path', { d: 'M16,10c-1.1,0-2-0.9-2-2' }],
9247
+ [
9248
+ 'path',
9249
+ {
9250
+ d: 'M8,22H4c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h4c1.1,0,2,0.9,2,2v4C10,21.1,9.1,22,8,22z',
9251
+ },
9252
+ ],
9253
+ ['path', { d: 'M14,14c1.1,0,2,0.9,2,2v4c0,1.1-0.9,2-2,2' }],
9254
+ ['path', { d: 'M20,14c1.1,0,2,0.9,2,2v4c0,1.1-0.9,2-2,2' }],
9255
+ ],
9256
+ ];
9257
+
9258
+ const Replace = [
9259
+ 'svg',
9260
+ defaultAttributes,
9261
+ [
9262
+ ['path', { d: 'M6,10V5c0-1.7,1.3-3,3-3h1' }],
9263
+ ['polyline', { points: '3,7 6,10 9,7' }],
9264
+ ['path', { d: 'M22,8c0,1.1-0.9,2-2,2' }],
9265
+ ['path', { d: 'M20,2c1.1,0,2,0.9,2,2' }],
9266
+ ['path', { d: 'M14,4c0-1.1,0.9-2,2-2' }],
9267
+ ['path', { d: 'M16,10c-1.1,0-2-0.9-2-2' }],
9268
+ [
9269
+ 'path',
9270
+ {
9271
+ d: 'M8,22H4c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h4c1.1,0,2,0.9,2,2v4C10,21.1,9.1,22,8,22z',
9272
+ },
9273
+ ],
9274
+ ],
9275
+ ];
9276
+
9155
9277
  const ReplyAll = [
9156
9278
  'svg',
9157
9279
  defaultAttributes,
@@ -9429,6 +9551,36 @@ const Scan = [
9429
9551
  ],
9430
9552
  ];
9431
9553
 
9554
+ const School2 = [
9555
+ 'svg',
9556
+ defaultAttributes,
9557
+ [
9558
+ ['circle', { cx: '12', cy: '10', r: '1' }],
9559
+ [
9560
+ 'path',
9561
+ { d: 'M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z' },
9562
+ ],
9563
+ ['path', { d: 'M6 17v.01' }],
9564
+ ['path', { d: 'M6 13v.01' }],
9565
+ ['path', { d: 'M18 17v.01' }],
9566
+ ['path', { d: 'M18 13v.01' }],
9567
+ ['path', { d: 'M14 22v-5a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v5' }],
9568
+ ],
9569
+ ];
9570
+
9571
+ const School = [
9572
+ 'svg',
9573
+ defaultAttributes,
9574
+ [
9575
+ ['path', { d: 'm4 6 8-4 8 4' }],
9576
+ ['path', { d: 'm18 10 4 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8l4-2' }],
9577
+ ['path', { d: 'M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4' }],
9578
+ ['path', { d: 'M18 5v17' }],
9579
+ ['path', { d: 'M6 5v17' }],
9580
+ ['circle', { cx: '12', cy: '9', r: '2' }],
9581
+ ],
9582
+ ];
9583
+
9432
9584
  const Scissors = [
9433
9585
  'svg',
9434
9586
  defaultAttributes,
@@ -10167,6 +10319,12 @@ const Soup = [
10167
10319
  ],
10168
10320
  ];
10169
10321
 
10322
+ const Space = [
10323
+ 'svg',
10324
+ defaultAttributes,
10325
+ [['polyline', { points: '22,17 22,19 2,19 2,17' }]],
10326
+ ];
10327
+
10170
10328
  const Speaker = [
10171
10329
  'svg',
10172
10330
  defaultAttributes,
@@ -10351,6 +10509,26 @@ const StopCircle = [
10351
10509
  ],
10352
10510
  ];
10353
10511
 
10512
+ const Store = [
10513
+ 'svg',
10514
+ defaultAttributes,
10515
+ [
10516
+ [
10517
+ 'path',
10518
+ { d: 'm2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7' },
10519
+ ],
10520
+ ['path', { d: 'M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8' }],
10521
+ ['path', { d: 'M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4' }],
10522
+ ['path', { d: 'M2 7h20' }],
10523
+ [
10524
+ 'path',
10525
+ {
10526
+ d: 'M22 7v3a2 2 0 0 1-2 2v0a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12v0a2 2 0 0 1-2-2V7',
10527
+ },
10528
+ ],
10529
+ ],
10530
+ ];
10531
+
10354
10532
  const StretchHorizontal = [
10355
10533
  'svg',
10356
10534
  defaultAttributes,
@@ -10737,6 +10915,28 @@ const TextCursor = [
10737
10915
  ],
10738
10916
  ];
10739
10917
 
10918
+ const TextSelection = [
10919
+ 'svg',
10920
+ defaultAttributes,
10921
+ [
10922
+ ['path', { d: 'M5 3a2 2 0 0 0-2 2' }],
10923
+ ['path', { d: 'M19 3a2 2 0 0 1 2 2' }],
10924
+ ['path', { d: 'M21 19a2 2 0 0 1-2 2' }],
10925
+ ['path', { d: 'M5 21a2 2 0 0 1-2-2' }],
10926
+ ['path', { d: 'M9 3h1' }],
10927
+ ['path', { d: 'M9 21h1' }],
10928
+ ['path', { d: 'M14 3h1' }],
10929
+ ['path', { d: 'M14 21h1' }],
10930
+ ['path', { d: 'M3 9v1' }],
10931
+ ['path', { d: 'M21 9v1' }],
10932
+ ['path', { d: 'M3 14v1' }],
10933
+ ['path', { d: 'M21 14v1' }],
10934
+ ['line', { x1: '7', x2: '15', y1: '8', y2: '8' }],
10935
+ ['line', { x1: '7', x2: '17', y1: '12', y2: '12' }],
10936
+ ['line', { x1: '7', x2: '13', y1: '16', y2: '16' }],
10937
+ ],
10938
+ ];
10939
+
10740
10940
  const ThermometerSnowflake = [
10741
10941
  'svg',
10742
10942
  defaultAttributes,
@@ -11558,6 +11758,22 @@ const Wand = [
11558
11758
  ],
11559
11759
  ];
11560
11760
 
11761
+ const Warehouse = [
11762
+ 'svg',
11763
+ defaultAttributes,
11764
+ [
11765
+ [
11766
+ 'path',
11767
+ {
11768
+ d: 'M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z',
11769
+ },
11770
+ ],
11771
+ ['path', { d: 'M6 18h12' }],
11772
+ ['path', { d: 'M6 14h12' }],
11773
+ ['rect', { width: '12', height: '12', x: '6', y: '10' }],
11774
+ ],
11775
+ ];
11776
+
11561
11777
  const Watch = [
11562
11778
  'svg',
11563
11779
  defaultAttributes,
@@ -11723,6 +11939,18 @@ const Wheat = [
11723
11939
  ],
11724
11940
  ];
11725
11941
 
11942
+ const WholeWord = [
11943
+ 'svg',
11944
+ defaultAttributes,
11945
+ [
11946
+ ['circle', { cx: '17', cy: '12', r: '3' }],
11947
+ ['line', { x1: '14', x2: '14', y1: '7', y2: '15' }],
11948
+ ['circle', { cx: '7', cy: '12', r: '3' }],
11949
+ ['line', { x1: '10', x2: '10', y1: '9', y2: '15' }],
11950
+ ['polyline', { points: '22,17 22,19 2,19 2,17' }],
11951
+ ],
11952
+ ];
11953
+
11726
11954
  const WifiOff = [
11727
11955
  'svg',
11728
11956
  defaultAttributes,
@@ -12067,7 +12295,11 @@ var index = /*#__PURE__*/Object.freeze({
12067
12295
  Candy: Candy,
12068
12296
  Car: Car,
12069
12297
  Carrot: Carrot,
12298
+ CaseLower: CaseLower,
12299
+ CaseSensitive: CaseSensitive,
12300
+ CaseUpper: CaseUpper,
12070
12301
  Cast: Cast,
12302
+ Castle: Castle,
12071
12303
  Cat: Cat,
12072
12304
  CheckCheck: CheckCheck,
12073
12305
  CheckCircle2: CheckCircle2,
@@ -12095,6 +12327,7 @@ var index = /*#__PURE__*/Object.freeze({
12095
12327
  ChevronsUpDown: ChevronsUpDown,
12096
12328
  ChevronsUp: ChevronsUp,
12097
12329
  Chrome: Chrome,
12330
+ Church: Church,
12098
12331
  CigaretteOff: CigaretteOff,
12099
12332
  Cigarette: Cigarette,
12100
12333
  CircleDot: CircleDot,
@@ -12398,6 +12631,7 @@ var index = /*#__PURE__*/Object.freeze({
12398
12631
  Home: Home,
12399
12632
  HopOff: HopOff,
12400
12633
  Hop: Hop,
12634
+ Hotel: Hotel,
12401
12635
  Hourglass: Hourglass,
12402
12636
  IceCream2: IceCream2,
12403
12637
  IceCream: IceCream,
@@ -12618,6 +12852,8 @@ var index = /*#__PURE__*/Object.freeze({
12618
12852
  RemoveFormatting: RemoveFormatting,
12619
12853
  Repeat1: Repeat1,
12620
12854
  Repeat: Repeat,
12855
+ ReplaceAll: ReplaceAll,
12856
+ Replace: Replace,
12621
12857
  ReplyAll: ReplyAll,
12622
12858
  Reply: Reply,
12623
12859
  Rewind: Rewind,
@@ -12640,6 +12876,8 @@ var index = /*#__PURE__*/Object.freeze({
12640
12876
  ScanFace: ScanFace,
12641
12877
  ScanLine: ScanLine,
12642
12878
  Scan: Scan,
12879
+ School2: School2,
12880
+ School: School,
12643
12881
  Scissors: Scissors,
12644
12882
  ScreenShareOff: ScreenShareOff,
12645
12883
  ScreenShare: ScreenShare,
@@ -12699,6 +12937,7 @@ var index = /*#__PURE__*/Object.freeze({
12699
12937
  SortAsc: SortAsc,
12700
12938
  SortDesc: SortDesc,
12701
12939
  Soup: Soup,
12940
+ Space: Space,
12702
12941
  Speaker: Speaker,
12703
12942
  Spline: Spline,
12704
12943
  SplitSquareHorizontal: SplitSquareHorizontal,
@@ -12713,6 +12952,7 @@ var index = /*#__PURE__*/Object.freeze({
12713
12952
  Sticker: Sticker,
12714
12953
  StickyNote: StickyNote,
12715
12954
  StopCircle: StopCircle,
12955
+ Store: Store,
12716
12956
  StretchHorizontal: StretchHorizontal,
12717
12957
  StretchVertical: StretchVertical,
12718
12958
  Strikethrough: Strikethrough,
@@ -12743,6 +12983,7 @@ var index = /*#__PURE__*/Object.freeze({
12743
12983
  Terminal: Terminal,
12744
12984
  TextCursorInput: TextCursorInput,
12745
12985
  TextCursor: TextCursor,
12986
+ TextSelection: TextSelection,
12746
12987
  ThermometerSnowflake: ThermometerSnowflake,
12747
12988
  ThermometerSun: ThermometerSun,
12748
12989
  Thermometer: Thermometer,
@@ -12811,12 +13052,14 @@ var index = /*#__PURE__*/Object.freeze({
12811
13052
  Wallet: Wallet,
12812
13053
  Wand2: Wand2,
12813
13054
  Wand: Wand,
13055
+ Warehouse: Warehouse,
12814
13056
  Watch: Watch,
12815
13057
  Waves: Waves,
12816
13058
  Webcam: Webcam,
12817
13059
  Webhook: Webhook,
12818
13060
  WheatOff: WheatOff,
12819
13061
  Wheat: Wheat,
13062
+ WholeWord: WholeWord,
12820
13063
  WifiOff: WifiOff,
12821
13064
  Wifi: Wifi,
12822
13065
  Wind: Wind,
@@ -12956,5 +13199,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
12956
13199
  * Generated bundle index. Do not edit.
12957
13200
  */
12958
13201
 
12959
- 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, ArrowUpDown, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Atom, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, BatteryWarning, Beaker, Bean, BeanOff, Bed, BedDouble, BedSingle, Beef, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bird, Bitcoin, Blinds, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Bone, Book, BookOpen, BookOpenCheck, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Brain, BrainCircuit, BrainCog, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Candy, CandyOff, Car, Carrot, Cast, Cat, Check, CheckCheck, CheckCircle, CheckCircle2, CheckSquare, ChefHat, Cherry, ChevronDown, ChevronDownSquare, ChevronFirst, ChevronLast, ChevronLeft, ChevronLeftSquare, ChevronRight, ChevronRightSquare, ChevronUp, ChevronUpSquare, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Citrus, 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, ConciergeBell, Construction, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreativeCommons, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, CurlyBraces, Currency, Database, DatabaseBackup, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Divide, DivideCircle, DivideSquare, Dna, DnaOff, Dog, DollarSign, DoorClosed, DoorOpen, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Dumbbell, Ear, EarOff, Edit, Edit2, Edit3, Egg, EggFried, EggOff, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, Fan, 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, FileJson, FileJson2, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileType2, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, FilterX, Fingerprint, Fish, FishOff, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskConicalOff, FlaskRound, FlipHorizontal, FlipHorizontal2, FlipVertical, FlipVertical2, 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, Footprints, Forklift, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitCompare, GitFork, GitMerge, GitPullRequest, GitPullRequestClosed, GitPullRequestDraft, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, Grip, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HeartPulse, HelpCircle, HelpingHand, Hexagon, Highlighter, History, Home, Hop, HopOff, Hourglass, IceCream, IceCream2, 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, MailCheck, MailMinus, MailOpen, MailPlus, MailQuestion, MailSearch, MailWarning, MailX, Mailbox, Mails, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Medal, Megaphone, MegaphoneOff, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Microwave, Milestone, Milk, MilkOff, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSmartphone, 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, Nfc, Nut, NutOff, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, ParkingCircle, ParkingCircleOff, ParkingSquare, ParkingSquareOff, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PictureInPicture, PictureInPicture2, PieChart, PiggyBank, Pilcrow, Pill, Pin, PinOff, Pipette, Pizza, Plane, PlaneLanding, PlaneTakeoff, Play, PlayCircle, Plug, Plug2, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Receipt, RectangleHorizontal, RectangleVertical, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Refrigerator, Regex, RemoveFormatting, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Router, Rss, Ruler, RussianRuble, Sailboat, Salad, Sandwich, Save, Scale, Scale3d, Scaling, Scan, ScanFace, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Ship, Shirt, ShoppingBag, ShoppingCart, Shovel, ShowerHead, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, SmartphoneNfc, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Soup, Speaker, Spline, SplitSquareHorizontal, SplitSquareVertical, Sprout, Square, Stamp, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Subtitles, Sun, SunDim, SunMedium, SunMoon, SunSnow, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tablets, Tag, Tags, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, TowerControl, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Trophy, 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, UtilityPole, Vegan, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Vote, Wallet, Wand, Wand2, Watch, Waves, Webcam, Webhook, Wheat, WheatOff, Wifi, WifiOff, Wind, Wine, WineOff, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons };
13202
+ 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, ArrowUpDown, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Atom, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, BatteryWarning, Beaker, Bean, BeanOff, Bed, BedDouble, BedSingle, Beef, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bird, Bitcoin, Blinds, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Bone, Book, BookOpen, BookOpenCheck, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Brain, BrainCircuit, BrainCog, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Candy, CandyOff, Car, Carrot, CaseLower, CaseSensitive, CaseUpper, Cast, Castle, Cat, Check, CheckCheck, CheckCircle, CheckCircle2, CheckSquare, ChefHat, Cherry, ChevronDown, ChevronDownSquare, ChevronFirst, ChevronLast, ChevronLeft, ChevronLeftSquare, ChevronRight, ChevronRightSquare, ChevronUp, ChevronUpSquare, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Church, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Citrus, 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, ConciergeBell, Construction, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreativeCommons, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, CurlyBraces, Currency, Database, DatabaseBackup, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Divide, DivideCircle, DivideSquare, Dna, DnaOff, Dog, DollarSign, DoorClosed, DoorOpen, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Dumbbell, Ear, EarOff, Edit, Edit2, Edit3, Egg, EggFried, EggOff, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, Fan, 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, FileJson, FileJson2, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileType2, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, FilterX, Fingerprint, Fish, FishOff, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskConicalOff, FlaskRound, FlipHorizontal, FlipHorizontal2, FlipVertical, FlipVertical2, 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, Footprints, Forklift, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitCompare, GitFork, GitMerge, GitPullRequest, GitPullRequestClosed, GitPullRequestDraft, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, Grip, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HeartPulse, HelpCircle, HelpingHand, Hexagon, Highlighter, History, Home, Hop, HopOff, Hotel, Hourglass, IceCream, IceCream2, 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, MailCheck, MailMinus, MailOpen, MailPlus, MailQuestion, MailSearch, MailWarning, MailX, Mailbox, Mails, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Medal, Megaphone, MegaphoneOff, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Microwave, Milestone, Milk, MilkOff, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSmartphone, 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, Nfc, Nut, NutOff, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, ParkingCircle, ParkingCircleOff, ParkingSquare, ParkingSquareOff, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PictureInPicture, PictureInPicture2, PieChart, PiggyBank, Pilcrow, Pill, Pin, PinOff, Pipette, Pizza, Plane, PlaneLanding, PlaneTakeoff, Play, PlayCircle, Plug, Plug2, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Receipt, RectangleHorizontal, RectangleVertical, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Refrigerator, Regex, RemoveFormatting, Repeat, Repeat1, Replace, ReplaceAll, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Router, Rss, Ruler, RussianRuble, Sailboat, Salad, Sandwich, Save, Scale, Scale3d, Scaling, Scan, ScanFace, ScanLine, School, School2, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Ship, Shirt, ShoppingBag, ShoppingCart, Shovel, ShowerHead, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, SmartphoneNfc, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Soup, Space, Speaker, Spline, SplitSquareHorizontal, SplitSquareVertical, Sprout, Square, Stamp, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, Store, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Subtitles, Sun, SunDim, SunMedium, SunMoon, SunSnow, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tablets, Tag, Tags, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, TextSelection, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, TowerControl, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Trophy, 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, UtilityPole, Vegan, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Vote, Wallet, Wand, Wand2, Warehouse, Watch, Waves, Webcam, Webhook, Wheat, WheatOff, WholeWord, Wifi, WifiOff, Wind, Wine, WineOff, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons };
12960
13203
  //# sourceMappingURL=lucide-angular.mjs.map