lucide-angular 0.31.0 → 0.34.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 +62 -15
- 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 +64 -15
- 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/accessibility.js +24 -0
- package/esm2015/icons/index.js +3 -1
- package/esm2015/icons/mic-off.js +7 -6
- package/esm2015/icons/mic.js +4 -5
- package/esm2015/icons/milestone.js +12 -0
- package/esm2015/icons/umbrella.js +11 -2
- package/esm2015/icons/volume-x.js +3 -3
- package/esm2015/icons/watch.js +8 -4
- package/esm2015/src/icons/accessibility.js +24 -0
- package/esm2015/src/icons/index.js +3 -1
- package/esm2015/src/icons/mic-off.js +7 -6
- package/esm2015/src/icons/mic.js +4 -5
- package/esm2015/src/icons/milestone.js +12 -0
- package/esm2015/src/icons/umbrella.js +11 -2
- package/esm2015/src/icons/volume-x.js +3 -3
- package/esm2015/src/icons/watch.js +8 -4
- package/fesm2015/lucide-angular-src-icons.js +61 -16
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +63 -16
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/accessibility.d.ts +3 -0
- package/icons/index.d.ts +2 -0
- package/icons/milestone.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/accessibility.d.ts +3 -0
- package/src/icons/index.d.ts +2 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/milestone.d.ts +3 -0
|
@@ -12,6 +12,28 @@ var defaultAttributes = {
|
|
|
12
12
|
'stroke-linejoin': 'round',
|
|
13
13
|
};
|
|
14
14
|
|
|
15
|
+
const Accessibility = [
|
|
16
|
+
'svg',
|
|
17
|
+
defaultAttributes,
|
|
18
|
+
[
|
|
19
|
+
['circle', { cx: '16', cy: '4', r: '1' }],
|
|
20
|
+
['path', { d: 'M18 19L19 12L13.13 12.94' }],
|
|
21
|
+
['path', { d: 'M5 8L8 5L13.5 8L11.29 11.1' }],
|
|
22
|
+
[
|
|
23
|
+
'path',
|
|
24
|
+
{
|
|
25
|
+
d: 'M4.24 14.48C4.05 15.06 3.97 15.68 4.01 16.32C4.19 19.08 6.57 21.17 9.32 20.99C9.97 20.95 10.57 20.79 11.12 20.53',
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
[
|
|
29
|
+
'path',
|
|
30
|
+
{
|
|
31
|
+
d: 'M13.76 17.52C13.95 16.94 14.03 16.32 13.99 15.68C13.81 12.92 11.43 10.83 8.68 11.01C8.03 11.05 7.43 11.21 6.88 11.47',
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
],
|
|
35
|
+
];
|
|
36
|
+
|
|
15
37
|
const Activity = [
|
|
16
38
|
'svg',
|
|
17
39
|
defaultAttributes,
|
|
@@ -4194,11 +4216,12 @@ const MicOff = [
|
|
|
4194
4216
|
'svg',
|
|
4195
4217
|
defaultAttributes,
|
|
4196
4218
|
[
|
|
4197
|
-
['line', { x1: '
|
|
4198
|
-
['path', { d: '
|
|
4199
|
-
['path', { d: '
|
|
4200
|
-
['
|
|
4201
|
-
['
|
|
4219
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
4220
|
+
['path', { d: 'M18.89 13.23A7.12 7.12 0 0 0 19 12V10 ' }],
|
|
4221
|
+
['path', { d: 'M5 10v2A7 7 0 0 0 17 17' }],
|
|
4222
|
+
['path', { d: 'M15 9.34V5A3 3 0 0 0 9.32 3.67' }],
|
|
4223
|
+
['path', { d: 'M9 9v3a3 3 0 0 0 5.12 2.12' }],
|
|
4224
|
+
['line', { x1: '12', y1: '19', x2: '12', y2: '22' }],
|
|
4202
4225
|
],
|
|
4203
4226
|
];
|
|
4204
4227
|
|
|
@@ -4206,10 +4229,19 @@ const Mic = [
|
|
|
4206
4229
|
'svg',
|
|
4207
4230
|
defaultAttributes,
|
|
4208
4231
|
[
|
|
4209
|
-
['path', { d: 'M12
|
|
4210
|
-
['path', { d: 'M19
|
|
4211
|
-
['line', { x1: '12', y1: '19', x2: '12', y2: '
|
|
4212
|
-
|
|
4232
|
+
['path', { d: 'M12 2A3 3 0 0 0 9 5v7a3 3 0 0 0 6 0V5A3 3 0 0 0 12 2Z' }],
|
|
4233
|
+
['path', { d: 'M19 10v2A7 7 0 0 1 5 12V10' }],
|
|
4234
|
+
['line', { x1: '12', y1: '19', x2: '12', y2: '22' }],
|
|
4235
|
+
],
|
|
4236
|
+
];
|
|
4237
|
+
|
|
4238
|
+
const Milestone = [
|
|
4239
|
+
'svg',
|
|
4240
|
+
defaultAttributes,
|
|
4241
|
+
[
|
|
4242
|
+
['path', { d: 'M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z' }],
|
|
4243
|
+
['path', { d: 'M12 13v9' }],
|
|
4244
|
+
['path', { d: 'M12 2v4' }],
|
|
4213
4245
|
],
|
|
4214
4246
|
];
|
|
4215
4247
|
|
|
@@ -6424,7 +6456,16 @@ const Type = [
|
|
|
6424
6456
|
const Umbrella = [
|
|
6425
6457
|
'svg',
|
|
6426
6458
|
defaultAttributes,
|
|
6427
|
-
[
|
|
6459
|
+
[
|
|
6460
|
+
[
|
|
6461
|
+
'path',
|
|
6462
|
+
{
|
|
6463
|
+
d: 'M22 12a9.92 9.92 0 0 0-3.24-6.41 10.12 10.12 0 0 0-13.52 0A9.92 9.92 0 0 0 2 12Z',
|
|
6464
|
+
},
|
|
6465
|
+
],
|
|
6466
|
+
['path', { d: 'M12 12v8a2 2 0 0 0 4 0' }],
|
|
6467
|
+
['line', { x1: '12', y1: '2', x2: '12', y2: '3' }],
|
|
6468
|
+
],
|
|
6428
6469
|
];
|
|
6429
6470
|
|
|
6430
6471
|
const Underline = [
|
|
@@ -6662,8 +6703,8 @@ const VolumeX = [
|
|
|
6662
6703
|
defaultAttributes,
|
|
6663
6704
|
[
|
|
6664
6705
|
['polygon', { points: '11 5 6 9 2 9 2 15 6 15 11 19 11 5' }],
|
|
6665
|
-
['line', { x1: '
|
|
6666
|
-
['line', { x1: '
|
|
6706
|
+
['line', { x1: '22', y1: '9', x2: '16', y2: '15' }],
|
|
6707
|
+
['line', { x1: '16', y1: '9', x2: '22', y2: '15' }],
|
|
6667
6708
|
],
|
|
6668
6709
|
];
|
|
6669
6710
|
|
|
@@ -6703,14 +6744,18 @@ const Watch = [
|
|
|
6703
6744
|
'svg',
|
|
6704
6745
|
defaultAttributes,
|
|
6705
6746
|
[
|
|
6706
|
-
['circle', { cx: '12', cy: '12', r: '
|
|
6707
|
-
['polyline', { points: '12
|
|
6747
|
+
['circle', { cx: '12', cy: '12', r: '6' }],
|
|
6748
|
+
['polyline', { points: '12 10 12 12 13 13' }],
|
|
6708
6749
|
[
|
|
6709
6750
|
'path',
|
|
6710
6751
|
{
|
|
6711
|
-
d: '
|
|
6752
|
+
d: 'M16.13 7.66l-.81-4.05a2 2 0 0 0-2-1.61H10.64a2 2 0 0 0-2 1.61L7.86 7.66',
|
|
6712
6753
|
},
|
|
6713
6754
|
],
|
|
6755
|
+
[
|
|
6756
|
+
'path',
|
|
6757
|
+
{ d: 'M7.88 16.36l.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05' },
|
|
6758
|
+
],
|
|
6714
6759
|
],
|
|
6715
6760
|
];
|
|
6716
6761
|
|
|
@@ -6900,6 +6945,7 @@ const ZoomOut = [
|
|
|
6900
6945
|
|
|
6901
6946
|
var index = /*#__PURE__*/Object.freeze({
|
|
6902
6947
|
__proto__: null,
|
|
6948
|
+
Accessibility: Accessibility,
|
|
6903
6949
|
Activity: Activity,
|
|
6904
6950
|
Airplay: Airplay,
|
|
6905
6951
|
AlarmCheck: AlarmCheck,
|
|
@@ -7260,6 +7306,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7260
7306
|
MessageSquare: MessageSquare,
|
|
7261
7307
|
MicOff: MicOff,
|
|
7262
7308
|
Mic: Mic,
|
|
7309
|
+
Milestone: Milestone,
|
|
7263
7310
|
Minimize2: Minimize2,
|
|
7264
7311
|
Minimize: Minimize,
|
|
7265
7312
|
MinusCircle: MinusCircle,
|
|
@@ -7621,5 +7668,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
7621
7668
|
* Generated bundle index. Do not edit.
|
|
7622
7669
|
*/
|
|
7623
7670
|
|
|
7624
|
-
export { 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, 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 };
|
|
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 };
|
|
7625
7672
|
//# sourceMappingURL=lucide-angular.js.map
|