lucide-angular 0.77.0 → 0.80.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 +147 -1
- 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 +157 -1
- 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/bone.js +15 -0
- package/esm2015/icons/flip-horizontal-2.js +15 -0
- package/esm2015/icons/flip-horizontal.js +15 -0
- package/esm2015/icons/flip-vertical-2.js +15 -0
- package/esm2015/icons/flip-vertical.js +15 -0
- package/esm2015/icons/git-compare.js +13 -0
- package/esm2015/icons/git-pull-request-closed.js +15 -0
- package/esm2015/icons/git-pull-request-draft.js +14 -0
- package/esm2015/icons/index.js +11 -1
- package/esm2015/icons/tag.js +2 -2
- package/esm2015/icons/tags.js +17 -0
- package/esm2015/icons/wand-2.js +22 -0
- package/esm2015/src/icons/bone.js +15 -0
- package/esm2015/src/icons/flip-horizontal-2.js +15 -0
- package/esm2015/src/icons/flip-horizontal.js +15 -0
- package/esm2015/src/icons/flip-vertical-2.js +15 -0
- package/esm2015/src/icons/flip-vertical.js +15 -0
- package/esm2015/src/icons/git-compare.js +13 -0
- package/esm2015/src/icons/git-pull-request-closed.js +15 -0
- package/esm2015/src/icons/git-pull-request-draft.js +14 -0
- package/esm2015/src/icons/index.js +11 -1
- package/esm2015/src/icons/tag.js +2 -2
- package/esm2015/src/icons/tags.js +17 -0
- package/esm2015/src/icons/wand-2.js +22 -0
- package/fesm2015/lucide-angular-src-icons.js +138 -2
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +148 -2
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/bone.d.ts +3 -0
- package/icons/flip-horizontal-2.d.ts +3 -0
- package/icons/flip-horizontal.d.ts +3 -0
- package/icons/flip-vertical-2.d.ts +3 -0
- package/icons/flip-vertical.d.ts +3 -0
- package/icons/git-compare.d.ts +3 -0
- package/icons/git-pull-request-closed.d.ts +3 -0
- package/icons/git-pull-request-draft.d.ts +3 -0
- package/icons/index.d.ts +10 -0
- package/icons/tags.d.ts +3 -0
- package/icons/wand-2.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/bone.d.ts +3 -0
- package/src/icons/flip-horizontal-2.d.ts +3 -0
- package/src/icons/flip-horizontal.d.ts +3 -0
- package/src/icons/flip-vertical-2.d.ts +3 -0
- package/src/icons/flip-vertical.d.ts +3 -0
- package/src/icons/git-compare.d.ts +3 -0
- package/src/icons/git-pull-request-closed.d.ts +3 -0
- package/src/icons/git-pull-request-draft.d.ts +3 -0
- package/src/icons/index.d.ts +10 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/tags.d.ts +3 -0
- package/src/icons/wand-2.d.ts +3 -0
|
@@ -1186,6 +1186,19 @@ const Bomb = [
|
|
|
1186
1186
|
],
|
|
1187
1187
|
];
|
|
1188
1188
|
|
|
1189
|
+
const Bone = [
|
|
1190
|
+
'svg',
|
|
1191
|
+
defaultAttributes,
|
|
1192
|
+
[
|
|
1193
|
+
[
|
|
1194
|
+
'path',
|
|
1195
|
+
{
|
|
1196
|
+
d: 'M18.6 9.82c-.52-.21-1.15-.25-1.54.15l-7.07 7.06c-.39.39-.36 1.03-.15 1.54.12.3.16.6.16.93a2.5 2.5 0 0 1-5 0c0-.26-.24-.5-.5-.5a2.5 2.5 0 1 1 .96-4.82c.5.21 1.14.25 1.53-.15l7.07-7.06c.39-.39.36-1.03.15-1.54-.12-.3-.21-.6-.21-.93a2.5 2.5 0 0 1 5 0c.01.26.24.49.5.5a2.5 2.5 0 1 1-.9 4.82Z',
|
|
1197
|
+
},
|
|
1198
|
+
],
|
|
1199
|
+
],
|
|
1200
|
+
];
|
|
1201
|
+
|
|
1189
1202
|
const BookOpen = [
|
|
1190
1203
|
'svg',
|
|
1191
1204
|
defaultAttributes,
|
|
@@ -4230,6 +4243,58 @@ const FlaskRound = [
|
|
|
4230
4243
|
],
|
|
4231
4244
|
];
|
|
4232
4245
|
|
|
4246
|
+
const FlipHorizontal2 = [
|
|
4247
|
+
'svg',
|
|
4248
|
+
defaultAttributes,
|
|
4249
|
+
[
|
|
4250
|
+
['path', { d: 'm3 7 5 5-5 5V7' }],
|
|
4251
|
+
['path', { d: 'm21 7-5 5 5 5V7' }],
|
|
4252
|
+
['path', { d: 'M12 20v2' }],
|
|
4253
|
+
['path', { d: 'M12 14v2' }],
|
|
4254
|
+
['path', { d: 'M12 8v2' }],
|
|
4255
|
+
['path', { d: 'M12 2v2' }],
|
|
4256
|
+
],
|
|
4257
|
+
];
|
|
4258
|
+
|
|
4259
|
+
const FlipHorizontal = [
|
|
4260
|
+
'svg',
|
|
4261
|
+
defaultAttributes,
|
|
4262
|
+
[
|
|
4263
|
+
['path', { d: 'M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3' }],
|
|
4264
|
+
['path', { d: 'M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3' }],
|
|
4265
|
+
['path', { d: 'M12 20v2' }],
|
|
4266
|
+
['path', { d: 'M12 14v2' }],
|
|
4267
|
+
['path', { d: 'M12 8v2' }],
|
|
4268
|
+
['path', { d: 'M12 2v2' }],
|
|
4269
|
+
],
|
|
4270
|
+
];
|
|
4271
|
+
|
|
4272
|
+
const FlipVertical2 = [
|
|
4273
|
+
'svg',
|
|
4274
|
+
defaultAttributes,
|
|
4275
|
+
[
|
|
4276
|
+
['path', { d: 'm17 3-5 5-5-5h10' }],
|
|
4277
|
+
['path', { d: 'm17 21-5-5-5 5h10' }],
|
|
4278
|
+
['path', { d: 'M4 12H2' }],
|
|
4279
|
+
['path', { d: 'M10 12H8' }],
|
|
4280
|
+
['path', { d: 'M16 12h-2' }],
|
|
4281
|
+
['path', { d: 'M22 12h-2' }],
|
|
4282
|
+
],
|
|
4283
|
+
];
|
|
4284
|
+
|
|
4285
|
+
const FlipVertical = [
|
|
4286
|
+
'svg',
|
|
4287
|
+
defaultAttributes,
|
|
4288
|
+
[
|
|
4289
|
+
['path', { d: 'M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3' }],
|
|
4290
|
+
['path', { d: 'M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3' }],
|
|
4291
|
+
['path', { d: 'M4 12H2' }],
|
|
4292
|
+
['path', { d: 'M10 12H8' }],
|
|
4293
|
+
['path', { d: 'M16 12h-2' }],
|
|
4294
|
+
['path', { d: 'M22 12h-2' }],
|
|
4295
|
+
],
|
|
4296
|
+
];
|
|
4297
|
+
|
|
4233
4298
|
const Flower2 = [
|
|
4234
4299
|
'svg',
|
|
4235
4300
|
defaultAttributes,
|
|
@@ -4863,6 +4928,17 @@ const GitCommit = [
|
|
|
4863
4928
|
],
|
|
4864
4929
|
];
|
|
4865
4930
|
|
|
4931
|
+
const GitCompare = [
|
|
4932
|
+
'svg',
|
|
4933
|
+
defaultAttributes,
|
|
4934
|
+
[
|
|
4935
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4936
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4937
|
+
['path', { d: 'M13 6h3a2 2 0 0 1 2 2v7' }],
|
|
4938
|
+
['path', { d: 'M11 18H8a2 2 0 0 1-2-2V9' }],
|
|
4939
|
+
],
|
|
4940
|
+
];
|
|
4941
|
+
|
|
4866
4942
|
const GitFork = [
|
|
4867
4943
|
'svg',
|
|
4868
4944
|
defaultAttributes,
|
|
@@ -4885,6 +4961,31 @@ const GitMerge = [
|
|
|
4885
4961
|
],
|
|
4886
4962
|
];
|
|
4887
4963
|
|
|
4964
|
+
const GitPullRequestClosed = [
|
|
4965
|
+
'svg',
|
|
4966
|
+
defaultAttributes,
|
|
4967
|
+
[
|
|
4968
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4969
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4970
|
+
['path', { d: 'M18 11.5V15' }],
|
|
4971
|
+
['path', { d: 'm21 3-6 6' }],
|
|
4972
|
+
['path', { d: 'm21 9-6-6' }],
|
|
4973
|
+
['line', { x1: '6', y1: '9', x2: '6', y2: '21' }],
|
|
4974
|
+
],
|
|
4975
|
+
];
|
|
4976
|
+
|
|
4977
|
+
const GitPullRequestDraft = [
|
|
4978
|
+
'svg',
|
|
4979
|
+
defaultAttributes,
|
|
4980
|
+
[
|
|
4981
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4982
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4983
|
+
['path', { d: 'M18 6V5' }],
|
|
4984
|
+
['path', { d: 'M18 11v-1' }],
|
|
4985
|
+
['line', { x1: '6', y1: '9', x2: '6', y2: '21' }],
|
|
4986
|
+
],
|
|
4987
|
+
];
|
|
4988
|
+
|
|
4888
4989
|
const GitPullRequest = [
|
|
4889
4990
|
'svg',
|
|
4890
4991
|
defaultAttributes,
|
|
@@ -8843,13 +8944,28 @@ const Tag = [
|
|
|
8843
8944
|
[
|
|
8844
8945
|
'path',
|
|
8845
8946
|
{
|
|
8846
|
-
d: '
|
|
8947
|
+
d: 'M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z',
|
|
8847
8948
|
},
|
|
8848
8949
|
],
|
|
8849
8950
|
['path', { d: 'M7 7h.01' }],
|
|
8850
8951
|
],
|
|
8851
8952
|
];
|
|
8852
8953
|
|
|
8954
|
+
const Tags = [
|
|
8955
|
+
'svg',
|
|
8956
|
+
defaultAttributes,
|
|
8957
|
+
[
|
|
8958
|
+
[
|
|
8959
|
+
'path',
|
|
8960
|
+
{
|
|
8961
|
+
d: 'M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z',
|
|
8962
|
+
},
|
|
8963
|
+
],
|
|
8964
|
+
['path', { d: 'M6 9.01V9' }],
|
|
8965
|
+
['path', { d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19' }],
|
|
8966
|
+
],
|
|
8967
|
+
];
|
|
8968
|
+
|
|
8853
8969
|
const Target = [
|
|
8854
8970
|
'svg',
|
|
8855
8971
|
defaultAttributes,
|
|
@@ -9620,6 +9736,26 @@ const Wallet = [
|
|
|
9620
9736
|
],
|
|
9621
9737
|
];
|
|
9622
9738
|
|
|
9739
|
+
const Wand2 = [
|
|
9740
|
+
'svg',
|
|
9741
|
+
defaultAttributes,
|
|
9742
|
+
[
|
|
9743
|
+
[
|
|
9744
|
+
'path',
|
|
9745
|
+
{
|
|
9746
|
+
d: 'm21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z',
|
|
9747
|
+
},
|
|
9748
|
+
],
|
|
9749
|
+
['path', { d: 'm14 7 3 3' }],
|
|
9750
|
+
['path', { d: 'M5 6v4' }],
|
|
9751
|
+
['path', { d: 'M19 14v4' }],
|
|
9752
|
+
['path', { d: 'M10 2v2' }],
|
|
9753
|
+
['path', { d: 'M7 8H3' }],
|
|
9754
|
+
['path', { d: 'M21 16h-4' }],
|
|
9755
|
+
['path', { d: 'M11 3H9' }],
|
|
9756
|
+
],
|
|
9757
|
+
];
|
|
9758
|
+
|
|
9623
9759
|
const Wand = [
|
|
9624
9760
|
'svg',
|
|
9625
9761
|
defaultAttributes,
|
|
@@ -9969,6 +10105,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
9969
10105
|
Bluetooth: Bluetooth,
|
|
9970
10106
|
Bold: Bold,
|
|
9971
10107
|
Bomb: Bomb,
|
|
10108
|
+
Bone: Bone,
|
|
9972
10109
|
BookOpen: BookOpen,
|
|
9973
10110
|
Book: Book,
|
|
9974
10111
|
BookmarkMinus: BookmarkMinus,
|
|
@@ -10208,6 +10345,10 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10208
10345
|
Flashlight: Flashlight,
|
|
10209
10346
|
FlaskConical: FlaskConical,
|
|
10210
10347
|
FlaskRound: FlaskRound,
|
|
10348
|
+
FlipHorizontal2: FlipHorizontal2,
|
|
10349
|
+
FlipHorizontal: FlipHorizontal,
|
|
10350
|
+
FlipVertical2: FlipVertical2,
|
|
10351
|
+
FlipVertical: FlipVertical,
|
|
10211
10352
|
Flower2: Flower2,
|
|
10212
10353
|
Flower: Flower,
|
|
10213
10354
|
Focus: Focus,
|
|
@@ -10252,8 +10393,11 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10252
10393
|
GitBranchPlus: GitBranchPlus,
|
|
10253
10394
|
GitBranch: GitBranch,
|
|
10254
10395
|
GitCommit: GitCommit,
|
|
10396
|
+
GitCompare: GitCompare,
|
|
10255
10397
|
GitFork: GitFork,
|
|
10256
10398
|
GitMerge: GitMerge,
|
|
10399
|
+
GitPullRequestClosed: GitPullRequestClosed,
|
|
10400
|
+
GitPullRequestDraft: GitPullRequestDraft,
|
|
10257
10401
|
GitPullRequest: GitPullRequest,
|
|
10258
10402
|
Github: Github,
|
|
10259
10403
|
Gitlab: Gitlab,
|
|
@@ -10569,6 +10713,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10569
10713
|
Table: Table,
|
|
10570
10714
|
Tablet: Tablet,
|
|
10571
10715
|
Tag: Tag,
|
|
10716
|
+
Tags: Tags,
|
|
10572
10717
|
Target: Target,
|
|
10573
10718
|
Tent: Tent,
|
|
10574
10719
|
TerminalSquare: TerminalSquare,
|
|
@@ -10636,6 +10781,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10636
10781
|
VolumeX: VolumeX,
|
|
10637
10782
|
Volume: Volume,
|
|
10638
10783
|
Wallet: Wallet,
|
|
10784
|
+
Wand2: Wand2,
|
|
10639
10785
|
Wand: Wand,
|
|
10640
10786
|
Watch: Watch,
|
|
10641
10787
|
Waves: Waves,
|
|
@@ -10783,5 +10929,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
10783
10929
|
* Generated bundle index. Do not edit.
|
|
10784
10930
|
*/
|
|
10785
10931
|
|
|
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 };
|
|
10932
|
+
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, Bone, 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, 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, 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, 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, Tags, 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, Wand2, 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 };
|
|
10787
10933
|
//# sourceMappingURL=lucide-angular.js.map
|