lucide-angular 0.17.2 → 0.17.3
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 +70 -0
- 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 +76 -0
- 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/align-center-horizontal.js +14 -0
- package/esm2015/icons/align-center-vertical.js +14 -0
- package/esm2015/icons/align-end-horizontal.js +12 -0
- package/esm2015/icons/align-end-vertical.js +12 -0
- package/esm2015/icons/align-start-horizontal.js +12 -0
- package/esm2015/icons/align-start-vertical.js +12 -0
- package/esm2015/icons/index.js +7 -1
- package/esm2015/src/icons/align-center-horizontal.js +14 -0
- package/esm2015/src/icons/align-center-vertical.js +14 -0
- package/esm2015/src/icons/align-end-horizontal.js +12 -0
- package/esm2015/src/icons/align-end-vertical.js +12 -0
- package/esm2015/src/icons/align-start-horizontal.js +12 -0
- package/esm2015/src/icons/align-start-vertical.js +12 -0
- package/esm2015/src/icons/index.js +7 -1
- package/fesm2015/lucide-angular-src-icons.js +65 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +71 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/align-center-horizontal.d.ts +3 -0
- package/icons/align-center-vertical.d.ts +3 -0
- package/icons/align-end-horizontal.d.ts +3 -0
- package/icons/align-end-vertical.d.ts +3 -0
- package/icons/align-start-horizontal.d.ts +3 -0
- package/icons/align-start-vertical.d.ts +3 -0
- package/icons/index.d.ts +6 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/align-center-horizontal.d.ts +3 -0
- package/src/icons/align-center-vertical.d.ts +3 -0
- package/src/icons/align-end-horizontal.d.ts +3 -0
- package/src/icons/align-end-vertical.d.ts +3 -0
- package/src/icons/align-start-horizontal.d.ts +3 -0
- package/src/icons/align-start-vertical.d.ts +3 -0
- package/src/icons/index.d.ts +6 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -146,6 +146,30 @@ const AlertTriangle = [
|
|
|
146
146
|
],
|
|
147
147
|
];
|
|
148
148
|
|
|
149
|
+
const AlignCenterHorizontal = [
|
|
150
|
+
'svg',
|
|
151
|
+
defaultAttributes,
|
|
152
|
+
[
|
|
153
|
+
['path', { d: 'M2 12h20' }],
|
|
154
|
+
['path', { d: 'M10 16v4a2 2 0 01-2 2H6a2 2 0 01-2-2v-4' }],
|
|
155
|
+
['path', { d: 'M10 8V4a2 2 0 00-2-2H6a2 2 0 00-2 2v4' }],
|
|
156
|
+
['path', { d: 'M20 16v1a2 2 0 01-2 2h-2a2 2 0 01-2-2v-1' }],
|
|
157
|
+
['path', { d: 'M14 8V7c0-1.1.9-2 2-2h2a2 2 0 012 2v1' }],
|
|
158
|
+
],
|
|
159
|
+
];
|
|
160
|
+
|
|
161
|
+
const AlignCenterVertical = [
|
|
162
|
+
'svg',
|
|
163
|
+
defaultAttributes,
|
|
164
|
+
[
|
|
165
|
+
['path', { d: 'M12 2v20' }],
|
|
166
|
+
['path', { d: 'M8 10H4a2 2 0 01-2-2V6c0-1.1.9-2 2-2h4' }],
|
|
167
|
+
['path', { d: 'M16 10h4a2 2 0 002-2V6a2 2 0 00-2-2h-4' }],
|
|
168
|
+
['path', { d: 'M8 20H7a2 2 0 01-2-2v-2c0-1.1.9-2 2-2h1' }],
|
|
169
|
+
['path', { d: 'M16 14h1a2 2 0 012 2v2a2 2 0 01-2 2h-1' }],
|
|
170
|
+
],
|
|
171
|
+
];
|
|
172
|
+
|
|
149
173
|
const AlignCenter = [
|
|
150
174
|
'svg',
|
|
151
175
|
defaultAttributes,
|
|
@@ -156,6 +180,26 @@ const AlignCenter = [
|
|
|
156
180
|
],
|
|
157
181
|
];
|
|
158
182
|
|
|
183
|
+
const AlignEndHorizontal = [
|
|
184
|
+
'svg',
|
|
185
|
+
defaultAttributes,
|
|
186
|
+
[
|
|
187
|
+
['rect', { x: '4', y: '2', width: '6', height: '16', rx: '2' }],
|
|
188
|
+
['rect', { x: '14', y: '9', width: '6', height: '9', rx: '2' }],
|
|
189
|
+
['path', { d: 'M22 22H2' }],
|
|
190
|
+
],
|
|
191
|
+
];
|
|
192
|
+
|
|
193
|
+
const AlignEndVertical = [
|
|
194
|
+
'svg',
|
|
195
|
+
defaultAttributes,
|
|
196
|
+
[
|
|
197
|
+
['rect', { x: '2', y: '4', width: '16', height: '6', rx: '2' }],
|
|
198
|
+
['rect', { x: '9', y: '14', width: '9', height: '6', rx: '2' }],
|
|
199
|
+
['path', { d: 'M22 22V2' }],
|
|
200
|
+
],
|
|
201
|
+
];
|
|
202
|
+
|
|
159
203
|
const AlignJustify = [
|
|
160
204
|
'svg',
|
|
161
205
|
defaultAttributes,
|
|
@@ -186,6 +230,26 @@ const AlignRight = [
|
|
|
186
230
|
],
|
|
187
231
|
];
|
|
188
232
|
|
|
233
|
+
const AlignStartHorizontal = [
|
|
234
|
+
'svg',
|
|
235
|
+
defaultAttributes,
|
|
236
|
+
[
|
|
237
|
+
['rect', { x: '4', y: '6', width: '6', height: '16', rx: '2' }],
|
|
238
|
+
['rect', { x: '14', y: '6', width: '6', height: '9', rx: '2' }],
|
|
239
|
+
['path', { d: 'M22 2H2' }],
|
|
240
|
+
],
|
|
241
|
+
];
|
|
242
|
+
|
|
243
|
+
const AlignStartVertical = [
|
|
244
|
+
'svg',
|
|
245
|
+
defaultAttributes,
|
|
246
|
+
[
|
|
247
|
+
['rect', { x: '6', y: '14', width: '9', height: '6', rx: '2' }],
|
|
248
|
+
['rect', { x: '6', y: '4', width: '16', height: '6', rx: '2' }],
|
|
249
|
+
['path', { d: 'M2 2v20' }],
|
|
250
|
+
],
|
|
251
|
+
];
|
|
252
|
+
|
|
189
253
|
const Anchor = [
|
|
190
254
|
'svg',
|
|
191
255
|
defaultAttributes,
|
|
@@ -6265,10 +6329,16 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
6265
6329
|
AlertCircle: AlertCircle,
|
|
6266
6330
|
AlertOctagon: AlertOctagon,
|
|
6267
6331
|
AlertTriangle: AlertTriangle,
|
|
6332
|
+
AlignCenterHorizontal: AlignCenterHorizontal,
|
|
6333
|
+
AlignCenterVertical: AlignCenterVertical,
|
|
6268
6334
|
AlignCenter: AlignCenter,
|
|
6335
|
+
AlignEndHorizontal: AlignEndHorizontal,
|
|
6336
|
+
AlignEndVertical: AlignEndVertical,
|
|
6269
6337
|
AlignJustify: AlignJustify,
|
|
6270
6338
|
AlignLeft: AlignLeft,
|
|
6271
6339
|
AlignRight: AlignRight,
|
|
6340
|
+
AlignStartHorizontal: AlignStartHorizontal,
|
|
6341
|
+
AlignStartVertical: AlignStartVertical,
|
|
6272
6342
|
Anchor: Anchor,
|
|
6273
6343
|
Aperture: Aperture,
|
|
6274
6344
|
Archive: Archive,
|
|
@@ -6929,5 +6999,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
6929
6999
|
* Generated bundle index. Do not edit.
|
|
6930
7000
|
*/
|
|
6931
7001
|
|
|
6932
|
-
export { Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignJustify, AlignLeft, AlignRight, 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, 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, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsRight, 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, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, 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, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Framer, Frown, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HelpCircle, Hexagon, Highlighter, History, Home, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, 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, 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, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, 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, 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, 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, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
|
|
7002
|
+
export { Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, 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, 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, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsRight, 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, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, 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, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Framer, Frown, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HelpCircle, Hexagon, Highlighter, History, Home, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, 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, 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, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, 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, 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, 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, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
|
|
6933
7003
|
//# sourceMappingURL=lucide-angular.js.map
|