lucide-angular 0.34.0 → 0.37.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 +67 -33
- 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 +69 -33
- 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/alert-triangle.js +2 -2
- package/esm2015/icons/contact.js +5 -10
- package/esm2015/icons/github.js +3 -2
- package/esm2015/icons/gitlab.js +2 -2
- package/esm2015/icons/image-minus.js +5 -5
- package/esm2015/icons/image-off.js +7 -5
- package/esm2015/icons/image-plus.js +6 -6
- package/esm2015/icons/image.js +3 -3
- package/esm2015/icons/index.js +3 -1
- package/esm2015/icons/map.js +4 -4
- package/esm2015/icons/shopping-cart.js +5 -3
- package/esm2015/icons/sliders-horizontal.js +18 -0
- package/esm2015/icons/sun-dim.js +18 -0
- package/esm2015/icons/triangle.js +2 -2
- package/esm2015/src/icons/alert-triangle.js +2 -2
- package/esm2015/src/icons/contact.js +5 -10
- package/esm2015/src/icons/github.js +3 -2
- package/esm2015/src/icons/gitlab.js +2 -2
- package/esm2015/src/icons/image-minus.js +5 -5
- package/esm2015/src/icons/image-off.js +7 -5
- package/esm2015/src/icons/image-plus.js +6 -6
- package/esm2015/src/icons/image.js +3 -3
- package/esm2015/src/icons/index.js +3 -1
- package/esm2015/src/icons/map.js +4 -4
- package/esm2015/src/icons/shopping-cart.js +5 -3
- package/esm2015/src/icons/sliders-horizontal.js +18 -0
- package/esm2015/src/icons/sun-dim.js +18 -0
- package/esm2015/src/icons/triangle.js +2 -2
- package/fesm2015/lucide-angular-src-icons.js +66 -34
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +68 -34
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +2 -0
- package/icons/sliders-horizontal.d.ts +3 -0
- package/icons/sun-dim.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/index.d.ts +2 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/sliders-horizontal.d.ts +3 -0
- package/src/icons/sun-dim.d.ts +3 -0
|
@@ -163,7 +163,7 @@ const AlertTriangle = [
|
|
|
163
163
|
[
|
|
164
164
|
'path',
|
|
165
165
|
{
|
|
166
|
-
d: '
|
|
166
|
+
d: 'M21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21H20A2 2 0 0 0 21.73 18Z',
|
|
167
167
|
},
|
|
168
168
|
],
|
|
169
169
|
['line', { x1: '12', y1: '9', x2: '12', y2: '13' }],
|
|
@@ -1887,16 +1887,11 @@ const Contact = [
|
|
|
1887
1887
|
'svg',
|
|
1888
1888
|
defaultAttributes,
|
|
1889
1889
|
[
|
|
1890
|
-
[
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
d: 'M19 22H5c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2z',
|
|
1894
|
-
},
|
|
1895
|
-
],
|
|
1896
|
-
['line', { x1: '16', y1: '2', x2: '16', y2: '4' }],
|
|
1890
|
+
['path', { d: 'M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2' }],
|
|
1891
|
+
['rect', { x: '3', y: '4', width: '18', height: '18', rx: '2' }],
|
|
1892
|
+
['circle', { class: 'cls-2', cx: '12', cy: '10', r: '2' }],
|
|
1897
1893
|
['line', { x1: '8', y1: '2', x2: '8', y2: '4' }],
|
|
1898
|
-
['
|
|
1899
|
-
['path', { d: 'M17 18.5c-1.4-1-3.1-1.5-5-1.5s-3.6.6-5 1.5' }],
|
|
1894
|
+
['line', { x1: '16', y1: '2', x2: '16', y2: '4' }],
|
|
1900
1895
|
],
|
|
1901
1896
|
];
|
|
1902
1897
|
|
|
@@ -3119,9 +3114,10 @@ const Github = [
|
|
|
3119
3114
|
[
|
|
3120
3115
|
'path',
|
|
3121
3116
|
{
|
|
3122
|
-
d: '
|
|
3117
|
+
d: 'M15 22V18C15.14 16.75 14.78 15.49 14 14.5C17 14.5 20 12.5 20 9C20.08 7.75 19.73 6.52 19 5.5C19.28 4.35 19.28 3.15 19 2C19 2 18 2 16 3.5C13.36 3 10.64 3 8 3.5C6 2 5 2 5 2C4.7 3.15 4.7 4.35 5 5.5C4.27 6.52 3.92 7.75 4 9C4 12.5 7 14.5 10 14.5C9.61 14.99 9.32 15.55 9.15 16.15C8.98 16.75 8.93 17.38 9 18V22',
|
|
3123
3118
|
},
|
|
3124
3119
|
],
|
|
3120
|
+
['path', { d: 'M9 18c-4.51 2-5-2-7-2' }],
|
|
3125
3121
|
],
|
|
3126
3122
|
];
|
|
3127
3123
|
|
|
@@ -3132,7 +3128,7 @@ const Gitlab = [
|
|
|
3132
3128
|
[
|
|
3133
3129
|
'path',
|
|
3134
3130
|
{
|
|
3135
|
-
d: 'M22
|
|
3131
|
+
d: 'M22 13.29l-3.33-10a.42.42 0 0 0-.14-.18A.38.38 0 0 0 18.31 3a.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L15.68 9.92H8.32L6.1 3.26A.42.42 0 0 0 6 3.08.38.38 0 0 0 5.74 3a.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z',
|
|
3136
3132
|
},
|
|
3137
3133
|
],
|
|
3138
3134
|
],
|
|
@@ -3481,10 +3477,10 @@ const ImageMinus = [
|
|
|
3481
3477
|
'svg',
|
|
3482
3478
|
defaultAttributes,
|
|
3483
3479
|
[
|
|
3484
|
-
['path', { d: 'M21
|
|
3485
|
-
['
|
|
3486
|
-
['
|
|
3487
|
-
['path', { d: '
|
|
3480
|
+
['path', { d: 'M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7' }],
|
|
3481
|
+
['line', { x1: '16', y1: '5', x2: '22', y2: '5' }],
|
|
3482
|
+
['circle', { cx: '9', cy: '9', r: '2' }],
|
|
3483
|
+
['path', { d: 'm21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21' }],
|
|
3488
3484
|
],
|
|
3489
3485
|
];
|
|
3490
3486
|
|
|
@@ -3492,15 +3488,17 @@ const ImageOff = [
|
|
|
3492
3488
|
'svg',
|
|
3493
3489
|
defaultAttributes,
|
|
3494
3490
|
[
|
|
3495
|
-
['
|
|
3491
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
3492
|
+
['path', { d: 'M10.41 10.41a2 2 0 1 1-2.83-2.83' }],
|
|
3493
|
+
['line', { x1: '13.5', y1: '13.5', x2: '6', y2: '21' }],
|
|
3494
|
+
['line', { x1: '18', y1: '12', x2: '21', y2: '15' }],
|
|
3496
3495
|
[
|
|
3497
3496
|
'path',
|
|
3498
3497
|
{
|
|
3499
|
-
d: '
|
|
3498
|
+
d: 'M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59',
|
|
3500
3499
|
},
|
|
3501
3500
|
],
|
|
3502
|
-
['path', { d: '
|
|
3503
|
-
['path', { d: 'm21 15-5-5M5 21l8-8' }],
|
|
3501
|
+
['path', { d: 'M21 15V5a2 2 0 0 0-2-2H9' }],
|
|
3504
3502
|
],
|
|
3505
3503
|
];
|
|
3506
3504
|
|
|
@@ -3508,11 +3506,11 @@ const ImagePlus = [
|
|
|
3508
3506
|
'svg',
|
|
3509
3507
|
defaultAttributes,
|
|
3510
3508
|
[
|
|
3511
|
-
['path', { d: 'M21
|
|
3512
|
-
['
|
|
3513
|
-
['
|
|
3514
|
-
['
|
|
3515
|
-
['path', { d: '
|
|
3509
|
+
['path', { d: 'M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7' }],
|
|
3510
|
+
['line', { x1: '16', y1: '5', x2: '22', y2: '5' }],
|
|
3511
|
+
['line', { x1: '19', y1: '2', x2: '19', y2: '8' }],
|
|
3512
|
+
['circle', { cx: '9', cy: '9', r: '2' }],
|
|
3513
|
+
['path', { d: 'm21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21' }],
|
|
3516
3514
|
],
|
|
3517
3515
|
];
|
|
3518
3516
|
|
|
@@ -3521,8 +3519,8 @@ const Image = [
|
|
|
3521
3519
|
defaultAttributes,
|
|
3522
3520
|
[
|
|
3523
3521
|
['rect', { x: '3', y: '3', width: '18', height: '18', rx: '2', ry: '2' }],
|
|
3524
|
-
['circle', { cx: '
|
|
3525
|
-
['
|
|
3522
|
+
['circle', { cx: '9', cy: '9', r: '2' }],
|
|
3523
|
+
['path', { d: 'm21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21' }],
|
|
3526
3524
|
],
|
|
3527
3525
|
];
|
|
3528
3526
|
|
|
@@ -4128,9 +4126,9 @@ const Map = [
|
|
|
4128
4126
|
'svg',
|
|
4129
4127
|
defaultAttributes,
|
|
4130
4128
|
[
|
|
4131
|
-
['polygon', { points: '
|
|
4132
|
-
['line', { x1: '
|
|
4133
|
-
['line', { x1: '
|
|
4129
|
+
['polygon', { points: '3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21' }],
|
|
4130
|
+
['line', { x1: '9', y1: '3', x2: '9', y2: '18' }],
|
|
4131
|
+
['line', { x1: '15', y1: '6', x2: '15', y2: '21' }],
|
|
4134
4132
|
],
|
|
4135
4133
|
];
|
|
4136
4134
|
|
|
@@ -5619,10 +5617,12 @@ const ShoppingCart = [
|
|
|
5619
5617
|
defaultAttributes,
|
|
5620
5618
|
[
|
|
5621
5619
|
['circle', { cx: '9', cy: '21', r: '1' }],
|
|
5622
|
-
['circle', { cx: '
|
|
5620
|
+
['circle', { cx: '19', cy: '21', r: '1' }],
|
|
5623
5621
|
[
|
|
5624
5622
|
'path',
|
|
5625
|
-
{
|
|
5623
|
+
{
|
|
5624
|
+
d: 'M2 2H4.5L7.62 14.49A2 2 0 0 0 9.56 16h8.88a2 2 0 0 0 1.94-1.51L22 8H6',
|
|
5625
|
+
},
|
|
5626
5626
|
],
|
|
5627
5627
|
],
|
|
5628
5628
|
];
|
|
@@ -5802,6 +5802,22 @@ const Slash = [
|
|
|
5802
5802
|
],
|
|
5803
5803
|
];
|
|
5804
5804
|
|
|
5805
|
+
const SlidersHorizontal = [
|
|
5806
|
+
'svg',
|
|
5807
|
+
defaultAttributes,
|
|
5808
|
+
[
|
|
5809
|
+
['line', { x1: '21', y1: '4', x2: '14', y2: '4' }],
|
|
5810
|
+
['line', { x1: '10', y1: '4', x2: '3', y2: '4' }],
|
|
5811
|
+
['line', { x1: '21', y1: '12', x2: '12', y2: '12' }],
|
|
5812
|
+
['line', { x1: '8', y1: '12', x2: '3', y2: '12' }],
|
|
5813
|
+
['line', { x1: '21', y1: '20', x2: '16', y2: '20' }],
|
|
5814
|
+
['line', { x1: '12', y1: '20', x2: '3', y2: '20' }],
|
|
5815
|
+
['line', { x1: '14', y1: '2', x2: '14', y2: '6' }],
|
|
5816
|
+
['line', { x1: '8', y1: '10', x2: '8', y2: '14' }],
|
|
5817
|
+
['line', { x1: '16', y1: '18', x2: '16', y2: '22' }],
|
|
5818
|
+
],
|
|
5819
|
+
];
|
|
5820
|
+
|
|
5805
5821
|
const Sliders = [
|
|
5806
5822
|
'svg',
|
|
5807
5823
|
defaultAttributes,
|
|
@@ -5992,6 +6008,22 @@ const Subscript = [
|
|
|
5992
6008
|
],
|
|
5993
6009
|
];
|
|
5994
6010
|
|
|
6011
|
+
const SunDim = [
|
|
6012
|
+
'svg',
|
|
6013
|
+
defaultAttributes,
|
|
6014
|
+
[
|
|
6015
|
+
['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
|
|
6016
|
+
['path', { d: 'M12 4h.01' }],
|
|
6017
|
+
['path', { d: 'M20 12h.01' }],
|
|
6018
|
+
['path', { d: 'M12 20h.01' }],
|
|
6019
|
+
['path', { d: 'M4 12h.01' }],
|
|
6020
|
+
['path', { d: 'M17.657 6.343h.01' }],
|
|
6021
|
+
['path', { d: 'M17.657 17.657h.01' }],
|
|
6022
|
+
['path', { d: 'M6.343 17.657h.01' }],
|
|
6023
|
+
['path', { d: 'M6.343 6.343h.01' }],
|
|
6024
|
+
],
|
|
6025
|
+
];
|
|
6026
|
+
|
|
5995
6027
|
const Sun = [
|
|
5996
6028
|
'svg',
|
|
5997
6029
|
defaultAttributes,
|
|
@@ -6387,7 +6419,7 @@ const Triangle = [
|
|
|
6387
6419
|
[
|
|
6388
6420
|
'path',
|
|
6389
6421
|
{
|
|
6390
|
-
d: '
|
|
6422
|
+
d: 'M21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21H20A2 2 0 0 0 21.73 18Z',
|
|
6391
6423
|
},
|
|
6392
6424
|
],
|
|
6393
6425
|
],
|
|
@@ -7441,6 +7473,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7441
7473
|
Skull: Skull,
|
|
7442
7474
|
Slack: Slack,
|
|
7443
7475
|
Slash: Slash,
|
|
7476
|
+
SlidersHorizontal: SlidersHorizontal,
|
|
7444
7477
|
Sliders: Sliders,
|
|
7445
7478
|
SmartphoneCharging: SmartphoneCharging,
|
|
7446
7479
|
Smartphone: Smartphone,
|
|
@@ -7458,6 +7491,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7458
7491
|
StretchVertical: StretchVertical,
|
|
7459
7492
|
Strikethrough: Strikethrough,
|
|
7460
7493
|
Subscript: Subscript,
|
|
7494
|
+
SunDim: SunDim,
|
|
7461
7495
|
Sun: Sun,
|
|
7462
7496
|
Sunrise: Sunrise,
|
|
7463
7497
|
Sunset: Sunset,
|
|
@@ -7668,5 +7702,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
7668
7702
|
* Generated bundle index. Do not edit.
|
|
7669
7703
|
*/
|
|
7670
7704
|
|
|
7671
|
-
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, Baseline, 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, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, 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, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, 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, 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, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, 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, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Mail, Map, MapPin, 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, 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, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, QrCode, Quote, Radio, RadioReceiver, Redo, 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, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Verified, Vibrate, 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, createElement, index as icons, Icons as ɵa };
|
|
7705
|
+
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, Baseline, 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, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, 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, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, 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, 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, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, 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, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Mail, Map, MapPin, 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, 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, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, QrCode, Quote, Radio, RadioReceiver, Redo, 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, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Verified, Vibrate, 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, createElement, index as icons, Icons as ɵa };
|
|
7672
7706
|
//# sourceMappingURL=lucide-angular.js.map
|