@ng-icons/tabler-icons 12.7.0 → 13.1.2
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/README.md +38 -18
- package/{esm2015/index.js → esm2020/index.mjs} +0 -0
- package/{esm2015/ng-icons-tabler-icons.js → esm2020/ng-icons-tabler-icons.mjs} +0 -0
- package/fesm2015/{ng-icons-tabler-icons.js → ng-icons-tabler-icons.mjs} +0 -1
- package/fesm2015/ng-icons-tabler-icons.mjs.map +1 -0
- package/fesm2020/ng-icons-tabler-icons.mjs +1304 -0
- package/fesm2020/ng-icons-tabler-icons.mjs.map +1 -0
- package/ng-icons-tabler-icons.d.ts +1 -0
- package/package.json +21 -9
- package/bundles/ng-icons-tabler-icons.umd.js +0 -2612
- package/bundles/ng-icons-tabler-icons.umd.js.map +0 -1
- package/fesm2015/ng-icons-tabler-icons.js.map +0 -1
- package/ng-icons-tabler-icons.metadata.json +0 -1
package/README.md
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
<img width="847" alt="logo" src="https://user-images.githubusercontent.com/20795331/142078474-da890691-b524-4144-9640-2f7f9da3a3a3.png">
|
|
3
|
+
|
|
1
4
|
# Ng Icons
|
|
2
5
|
|
|
3
6
|
The all-in-one icon library for Angular. This allows you to use icons from multiple icon sets with a single icon component.
|
|
4
|
-
Containing over
|
|
7
|
+
Containing over 17000+ icons for you to use in your projects.
|
|
5
8
|
|
|
6
9
|
Currently, we support the following libraries:
|
|
7
10
|
|
|
8
11
|
- [Bootstrap Icons](https://icons.getbootstrap.com/)
|
|
9
12
|
- [Heroicons](https://heroicons.com/)
|
|
10
13
|
- [Ionicons](https://ionic.io/ionicons)
|
|
14
|
+
- [Material Icons](https://fonts.google.com/icons?selected=Material+Icons)
|
|
11
15
|
- [CSS.gg](https://css.gg/)
|
|
12
16
|
- [Feather Icons](https://feathericons.com/)
|
|
13
17
|
- [Jam Icons](https://jam-icons.com/)
|
|
@@ -18,21 +22,17 @@ Currently, we support the following libraries:
|
|
|
18
22
|
|
|
19
23
|
Got suggestions for additional iconsets? Create an issue and we can consider adding them!
|
|
20
24
|
|
|
21
|
-
##
|
|
25
|
+
## Supported Versions
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
| Angular Version | Ng Icon Version |
|
|
28
|
+
| --------------- | ------------------ |
|
|
29
|
+
| 11.x.x | 12.x.x |
|
|
30
|
+
| 12.x.x | 13.x.x (or 12.x.x) |
|
|
31
|
+
| 13.x.x | 13.x.x |
|
|
24
32
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
- `@ng-icons/ionicons` - The Ionicons iconset including both outline and solid variants.
|
|
29
|
-
- `@ng-icons/css.gg` - The CSS.gg iconset.
|
|
30
|
-
- `@ng-icons/feather-icons` - The Feather Icons iconset.
|
|
31
|
-
- `@ng-icons/jam-icons` - The Jam Icons iconset.
|
|
32
|
-
- `@ng-icons/octicons` - The Octicons iconset.
|
|
33
|
-
- `@ng-icons/radix-icons` - The Radix UI iconset.
|
|
34
|
-
- `@ng-icons/tabler-icons` - The Tabler iconset.
|
|
35
|
-
- `@ng-icons/akar-icons` - The Akar iconset.
|
|
33
|
+
> Note: Ng Icons relies on modern browser features and is designed to work on evergreen browsers. We do not support older browsers such as IE11.
|
|
34
|
+
|
|
35
|
+
## Installation
|
|
36
36
|
|
|
37
37
|
You must install the `@ng-icons/core` package, however you only need to install the iconset libraries you intend to use.
|
|
38
38
|
|
|
@@ -48,6 +48,25 @@ or
|
|
|
48
48
|
yarn add @ng-icons/core @ng-icons/heroicons ...
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
+
## Packages
|
|
52
|
+
|
|
53
|
+
The following packages are available:
|
|
54
|
+
|
|
55
|
+
| Package | License |
|
|
56
|
+
| --------------------------- | ---------- |
|
|
57
|
+
| `@ng-icons/core` | MIT |
|
|
58
|
+
| `@ng-icons/bootstrap-icons` | MIT |
|
|
59
|
+
| `@ng-icons/heroicons` | MIT |
|
|
60
|
+
| `@ng-icons/ionicons` | MIT |
|
|
61
|
+
| `@ng-icons/material-icons` | Apache 2.0 |
|
|
62
|
+
| `@ng-icons/css.gg` | MIT |
|
|
63
|
+
| `@ng-icons/feather-icons` | MIT |
|
|
64
|
+
| `@ng-icons/jam-icons` | MIT |
|
|
65
|
+
| `@ng-icons/octicons` | MIT |
|
|
66
|
+
| `@ng-icons/radix-icons` | MIT |
|
|
67
|
+
| `@ng-icons/tabler-icons` | MIT |
|
|
68
|
+
| `@ng-icons/akar-icons` | MIT |
|
|
69
|
+
|
|
51
70
|
## Usage
|
|
52
71
|
|
|
53
72
|
Import the `NgIconsModule` and register the icons you wish to use:
|
|
@@ -74,7 +93,8 @@ You can then use the icon in your templates:
|
|
|
74
93
|
<ng-icon name="feather-airplay"></ng-icon>
|
|
75
94
|
```
|
|
76
95
|
|
|
77
|
-
| Name | Type
|
|
78
|
-
| ----------- |
|
|
79
|
-
| size | string
|
|
80
|
-
|
|
|
96
|
+
| Name | Type | Description |
|
|
97
|
+
| ----------- | -------------------- | ---------------------------------------------------------------------------------- |
|
|
98
|
+
| size | `string` | Define the size of the icon. This defaults to the current font size. |
|
|
99
|
+
| color | `string` | Define the color of the icon. This defaults to the current text color. |
|
|
100
|
+
| strokeWidth | `string` \| `number` | Define the stroke-width of the icon. This only works on iconsets that use strokes. |
|
|
File without changes
|
|
File without changes
|
|
@@ -1302,4 +1302,3 @@ const TablerZoomQuestion = `<svg xmlns="http://www.w3.org/2000/svg" class="icon
|
|
|
1302
1302
|
*/
|
|
1303
1303
|
|
|
1304
1304
|
export { Tabler2fa, Tabler3dCubeSphere, TablerAB, TablerAccessPoint, TablerAccessPointOff, TablerAccessible, TablerActivity, TablerAd, TablerAd2, TablerAdjustments, TablerAdjustmentsAlt, TablerAdjustmentsHorizontal, TablerAerialLift, TablerAffiliate, TablerAlarm, TablerAlertCircle, TablerAlertOctagon, TablerAlertTriangle, TablerAlien, TablerAlignCenter, TablerAlignJustified, TablerAlignLeft, TablerAlignRight, TablerAmbulance, TablerAnchor, TablerAngle, TablerAntennaBars1, TablerAntennaBars2, TablerAntennaBars3, TablerAntennaBars4, TablerAntennaBars5, TablerAperture, TablerApple, TablerApps, TablerArchive, TablerArrowBack, TablerArrowBackUp, TablerArrowBarDown, TablerArrowBarLeft, TablerArrowBarRight, TablerArrowBarToDown, TablerArrowBarToLeft, TablerArrowBarToRight, TablerArrowBarToUp, TablerArrowBarUp, TablerArrowBigDown, TablerArrowBigLeft, TablerArrowBigRight, TablerArrowBigTop, TablerArrowBottomBar, TablerArrowBottomCircle, TablerArrowBottomSquare, TablerArrowBottomTail, TablerArrowDown, TablerArrowDownCircle, TablerArrowDownLeft, TablerArrowDownLeftCircle, TablerArrowDownRight, TablerArrowDownRightCircle, TablerArrowForward, TablerArrowForwardUp, TablerArrowLeft, TablerArrowLeftBar, TablerArrowLeftCircle, TablerArrowLeftSquare, TablerArrowLeftTail, TablerArrowLoopLeft, TablerArrowLoopRight, TablerArrowNarrowDown, TablerArrowNarrowLeft, TablerArrowNarrowRight, TablerArrowNarrowUp, TablerArrowRampLeft, TablerArrowRampRight, TablerArrowRight, TablerArrowRightBar, TablerArrowRightCircle, TablerArrowRightSquare, TablerArrowRightTail, TablerArrowTopBar, TablerArrowTopCircle, TablerArrowTopSquare, TablerArrowTopTail, TablerArrowUp, TablerArrowUpCircle, TablerArrowUpLeft, TablerArrowUpLeftCircle, TablerArrowUpRight, TablerArrowUpRightCircle, TablerArrowWaveLeftDown, TablerArrowWaveLeftUp, TablerArrowWaveRightDown, TablerArrowWaveRightUp, TablerArrowsDiagonal, TablerArrowsDiagonal2, TablerArrowsDoubleNeSw, TablerArrowsDoubleNwSe, TablerArrowsDoubleSeNw, TablerArrowsDoubleSwNe, TablerArrowsDown, TablerArrowsDownUp, TablerArrowsHorizontal, TablerArrowsJoin, TablerArrowsJoin2, TablerArrowsLeft, TablerArrowsLeftDown, TablerArrowsLeftRight, TablerArrowsMaximize, TablerArrowsMinimize, TablerArrowsRight, TablerArrowsRightDown, TablerArrowsRightLeft, TablerArrowsSort, TablerArrowsSplit, TablerArrowsSplit2, TablerArrowsUp, TablerArrowsUpDown, TablerArrowsUpLeft, TablerArrowsUpRight, TablerArrowsVertical, TablerArtboard, TablerAspectRatio, TablerAt, TablerAtom, TablerAtom2, TablerAward, TablerBackhoe, TablerBackspace, TablerBallAmericanFootball, TablerBallBasketball, TablerBallBowling, TablerBallFootball, TablerBallFootballOff, TablerBallTennis, TablerBallVolleyball, TablerBan, TablerBandage, TablerBarcode, TablerBasket, TablerBattery, TablerBattery1, TablerBattery2, TablerBattery3, TablerBattery4, TablerBatteryAutomotive, TablerBatteryCharging, TablerBatteryOff, TablerBed, TablerBell, TablerBellMinus, TablerBellOff, TablerBellPlus, TablerBellRinging, TablerBellRinging2, TablerBellX, TablerBike, TablerBinary, TablerBiohazard, TablerBlockquote, TablerBluetooth, TablerBluetoothConnected, TablerBluetoothOff, TablerBold, TablerBolt, TablerBoltOff, TablerBone, TablerBook, TablerBookmark, TablerBookmarkOff, TablerBookmarks, TablerBorderAll, TablerBorderBottom, TablerBorderHorizontal, TablerBorderInner, TablerBorderLeft, TablerBorderNone, TablerBorderOuter, TablerBorderRadius, TablerBorderRight, TablerBorderStyle, TablerBorderStyle2, TablerBorderTop, TablerBorderVertical, TablerBottle, TablerBox, TablerBoxMargin, TablerBoxModel, TablerBoxModel2, TablerBoxMultiple, TablerBoxMultiple0, TablerBoxMultiple1, TablerBoxMultiple2, TablerBoxMultiple3, TablerBoxMultiple4, TablerBoxMultiple5, TablerBoxMultiple6, TablerBoxMultiple7, TablerBoxMultiple8, TablerBoxMultiple9, TablerBoxPadding, TablerBraces, TablerBrackets, TablerBrandAirbnb, TablerBrandAndroid, TablerBrandApple, TablerBrandAppleArcade, TablerBrandAppstore, TablerBrandAsana, TablerBrandBehance, TablerBrandBing, TablerBrandBitbucket, TablerBrandBooking, TablerBrandChrome, TablerBrandCodepen, TablerBrandCodesandbox, TablerBrandCss3, TablerBrandDeviantart, TablerBrandDiscord, TablerBrandDisqus, TablerBrandDocker, TablerBrandDribbble, TablerBrandEdge, TablerBrandFacebook, TablerBrandFigma, TablerBrandFirefox, TablerBrandFlickr, TablerBrandFoursquare, TablerBrandFramer, TablerBrandGithub, TablerBrandGitlab, TablerBrandGoogle, TablerBrandGoogleAnalytics, TablerBrandGoogleDrive, TablerBrandGooglePlay, TablerBrandGravatar, TablerBrandHipchat, TablerBrandHtml5, TablerBrandInstagram, TablerBrandJavascript, TablerBrandKickstarter, TablerBrandKotlin, TablerBrandLinkedin, TablerBrandMedium, TablerBrandMessenger, TablerBrandNetflix, TablerBrandOpenSource, TablerBrandOpera, TablerBrandPagekit, TablerBrandPatreon, TablerBrandPaypal, TablerBrandPinterest, TablerBrandPocket, TablerBrandProducthunt, TablerBrandPython, TablerBrandReddit, TablerBrandSafari, TablerBrandSass, TablerBrandSentry, TablerBrandShazam, TablerBrandSketch, TablerBrandSkype, TablerBrandSlack, TablerBrandSnapchat, TablerBrandSoundcloud, TablerBrandSpotify, TablerBrandSteam, TablerBrandStripe, TablerBrandTabler, TablerBrandTailwind, TablerBrandTelegram, TablerBrandTidal, TablerBrandTiktok, TablerBrandTinder, TablerBrandTumblr, TablerBrandTwitch, TablerBrandTwitter, TablerBrandUnsplash, TablerBrandVercel, TablerBrandVimeo, TablerBrandVk, TablerBrandWhatsapp, TablerBrandWindows, TablerBrandYahoo, TablerBrandYcombinator, TablerBrandYoutube, TablerBriefcase, TablerBrightness, TablerBrightness2, TablerBrightnessDown, TablerBrightnessHalf, TablerBrightnessUp, TablerBrowser, TablerBrush, TablerBucket, TablerBug, TablerBuilding, TablerBuildingArch, TablerBuildingBank, TablerBuildingBridge, TablerBuildingBridge2, TablerBuildingCarousel, TablerBuildingCastle, TablerBuildingChurch, TablerBuildingCommunity, TablerBuildingCottage, TablerBuildingFactory, TablerBuildingFortress, TablerBuildingHospital, TablerBuildingLighthouse, TablerBuildingMonument, TablerBuildingPavilon, TablerBuildingSkyscraper, TablerBuildingStore, TablerBuildingWarehouse, TablerBulb, TablerBulbOff, TablerBulldozer, TablerBus, TablerBusinessplan, TablerCalculator, TablerCalendar, TablerCalendarEvent, TablerCalendarMinus, TablerCalendarOff, TablerCalendarPlus, TablerCalendarStats, TablerCalendarTime, TablerCamera, TablerCameraMinus, TablerCameraOff, TablerCameraPlus, TablerCameraRotate, TablerCameraSelfie, TablerCandy, TablerCapture, TablerCar, TablerCarCrane, TablerCaravan, TablerCardboards, TablerCaretDown, TablerCaretLeft, TablerCaretRight, TablerCaretUp, TablerCash, TablerCashBanknote, TablerCashBanknoteOff, TablerCast, TablerCe, TablerCertificate, TablerChargingPile, TablerChartArcs, TablerChartArcs3, TablerChartArea, TablerChartAreaLine, TablerChartArrows, TablerChartArrowsVertical, TablerChartBar, TablerChartBubble, TablerChartCandle, TablerChartCircles, TablerChartDonut, TablerChartDonut2, TablerChartDonut3, TablerChartDonut4, TablerChartDots, TablerChartInfographic, TablerChartLine, TablerChartPie, TablerChartPie2, TablerChartPie3, TablerChartPie4, TablerChartRadar, TablerCheck, TablerCheckbox, TablerChecks, TablerCheese, TablerChevronDown, TablerChevronDownLeft, TablerChevronDownRight, TablerChevronLeft, TablerChevronRight, TablerChevronUp, TablerChevronUpLeft, TablerChevronUpRight, TablerChevronsDown, TablerChevronsDownLeft, TablerChevronsDownRight, TablerChevronsLeft, TablerChevronsRight, TablerChevronsUp, TablerChevronsUpLeft, TablerChevronsUpRight, TablerChristmasTree, TablerCircle, TablerCircle0, TablerCircle1, TablerCircle2, TablerCircle3, TablerCircle4, TablerCircle5, TablerCircle6, TablerCircle7, TablerCircle8, TablerCircle9, TablerCircleCheck, TablerCircleDashed, TablerCircleDotted, TablerCircleHalf, TablerCircleHalfVertical, TablerCircleMinus, TablerCircleOff, TablerCirclePlus, TablerCircleSquare, TablerCircleX, TablerCircles, TablerClearAll, TablerClearFormatting, TablerClick, TablerClipboard, TablerClipboardCheck, TablerClipboardList, TablerClipboardX, TablerClock, TablerCloud, TablerCloudDownload, TablerCloudFog, TablerCloudOff, TablerCloudRain, TablerCloudSnow, TablerCloudStorm, TablerCloudUpload, TablerCode, TablerCodeMinus, TablerCodePlus, TablerCoffee, TablerCoin, TablerColorPicker, TablerColorSwatch, TablerColumnInsertLeft, TablerColumnInsertRight, TablerColumns, TablerComet, TablerCommand, TablerCompass, TablerConfetti, TablerContainer, TablerContrast, TablerCookie, TablerCopy, TablerCopyleft, TablerCopyright, TablerCornerDownLeft, TablerCornerDownLeftDouble, TablerCornerDownRight, TablerCornerDownRightDouble, TablerCornerLeftDown, TablerCornerLeftDownDouble, TablerCornerLeftUp, TablerCornerLeftUpDouble, TablerCornerRightDown, TablerCornerRightDownDouble, TablerCornerRightUp, TablerCornerRightUpDouble, TablerCornerUpLeft, TablerCornerUpLeftDouble, TablerCornerUpRight, TablerCornerUpRightDouble, TablerCrane, TablerCreditCard, TablerCreditCardOff, TablerCrop, TablerCrosshair, TablerCrown, TablerCrownOff, TablerCup, TablerCurlyLoop, TablerCurrencyBahraini, TablerCurrencyBath, TablerCurrencyBitcoin, TablerCurrencyCent, TablerCurrencyDinar, TablerCurrencyDirham, TablerCurrencyDollar, TablerCurrencyDollarAustralian, TablerCurrencyDollarCanadian, TablerCurrencyDollarSingapore, TablerCurrencyEthereum, TablerCurrencyEuro, TablerCurrencyForint, TablerCurrencyFrank, TablerCurrencyKroneCzech, TablerCurrencyKroneDanish, TablerCurrencyKroneSwedish, TablerCurrencyLeu, TablerCurrencyLira, TablerCurrencyLitecoin, TablerCurrencyNaira, TablerCurrencyPound, TablerCurrencyReal, TablerCurrencyRenminbi, TablerCurrencyRipple, TablerCurrencyRiyal, TablerCurrencyRubel, TablerCurrencyRupee, TablerCurrencyShekel, TablerCurrencyTaka, TablerCurrencyTugrik, TablerCurrencyWon, TablerCurrencyYen, TablerCurrencyZloty, TablerCurrentLocation, TablerCursorText, TablerCut, TablerDashboard, TablerDatabase, TablerDatabaseExport, TablerDatabaseImport, TablerDatabaseOff, TablerDetails, TablerDeviceAnalytics, TablerDeviceAudioTape, TablerDeviceCctv, TablerDeviceComputerCamera, TablerDeviceComputerCameraOff, TablerDeviceDesktop, TablerDeviceDesktopAnalytics, TablerDeviceDesktopOff, TablerDeviceFloppy, TablerDeviceGamepad, TablerDeviceLaptop, TablerDeviceMobile, TablerDeviceMobileMessage, TablerDeviceMobileRotated, TablerDeviceMobileVibration, TablerDeviceSpeaker, TablerDeviceTablet, TablerDeviceTv, TablerDeviceWatch, TablerDevices, TablerDevices2, TablerDevicesPc, TablerDiamond, TablerDice, TablerDimensions, TablerDirection, TablerDirectionHorizontal, TablerDirections, TablerDisabled, TablerDisabled2, TablerDisc, TablerDiscount, TablerDiscount2, TablerDivide, TablerDna, TablerDogBowl, TablerDots, TablerDotsCircleHorizontal, TablerDotsDiagonal, TablerDotsDiagonal2, TablerDotsVertical, TablerDownload, TablerDragDrop, TablerDragDrop2, TablerDrone, TablerDroneOff, TablerDroplet, TablerDropletFilled, TablerDropletFilled2, TablerDropletHalf, TablerDropletHalf2, TablerDropletOff, TablerEar, TablerEarOff, TablerEdit, TablerEditCircle, TablerEgg, TablerEmphasis, TablerEqual, TablerEqualNot, TablerEraser, TablerExchange, TablerExposure, TablerExternalLink, TablerEye, TablerEyeCheck, TablerEyeOff, TablerEyeglass, TablerEyeglass2, TablerFaceId, TablerFall, TablerFeather, TablerFence, TablerFile, TablerFileAlert, TablerFileAnalytics, TablerFileCertificate, TablerFileCheck, TablerFileCode, TablerFileCode2, TablerFileDiff, TablerFileDislike, TablerFileDownload, TablerFileExport, TablerFileHorizontal, TablerFileImport, TablerFileInfo, TablerFileInvoice, TablerFileLike, TablerFileMinus, TablerFileMusic, TablerFileOff, TablerFilePhone, TablerFilePlus, TablerFileReport, TablerFileSearch, TablerFileShredder, TablerFileSymlink, TablerFileText, TablerFileUpload, TablerFileX, TablerFileZip, TablerFiles, TablerFilesOff, TablerFilter, TablerFilterOff, TablerFingerprint, TablerFiretruck, TablerFish, TablerFlag, TablerFlag2, TablerFlag3, TablerFlame, TablerFlare, TablerFlask, TablerFlipHorizontal, TablerFlipVertical, TablerFloatCenter, TablerFloatLeft, TablerFloatNone, TablerFloatRight, TablerFocus, TablerFocus2, TablerFold, TablerFoldDown, TablerFoldUp, TablerFolder, TablerFolderMinus, TablerFolderOff, TablerFolderPlus, TablerFolderX, TablerFolders, TablerForbid, TablerForbid2, TablerForklift, TablerForms, TablerFrame, TablerFriends, TablerGasStation, TablerGauge, TablerGeometry, TablerGhost, TablerGift, TablerGitBranch, TablerGitCommit, TablerGitCompare, TablerGitFork, TablerGitMerge, TablerGitPullRequest, TablerGlass, TablerGlassFull, TablerGlassOff, TablerGlobe, TablerGolf, TablerGps, TablerGrain, TablerGridDots, TablerGripHorizontal, TablerGripVertical, TablerGrowth, TablerH1, TablerH2, TablerH3, TablerH4, TablerH5, TablerH6, TablerHandFinger, TablerHandLittleFinger, TablerHandMiddleFinger, TablerHandOff, TablerHandRingFinger, TablerHandRock, TablerHandStop, TablerHandThreeFingers, TablerHandTwoFingers, TablerHanger, TablerHash, TablerHeading, TablerHeadphones, TablerHeadphonesOff, TablerHeadset, TablerHeart, TablerHeartBroken, TablerHelicopter, TablerHelicopterLanding, TablerHelp, TablerHexagon, TablerHexagonOff, TablerHierarchy, TablerHierarchy2, TablerHistory, TablerHome, TablerHome2, TablerIceCream, TablerIceCream2, TablerId, TablerInbox, TablerIndentDecrease, TablerIndentIncrease, TablerInfinity, TablerInfoCircle, TablerInfoSquare, TablerItalic, TablerJumpRope, TablerKarate, TablerKey, TablerKeyboard, TablerKeyboardHide, TablerKeyboardOff, TablerKeyboardShow, TablerLanguage, TablerLayersDifference, TablerLayersIntersect, TablerLayersLinked, TablerLayersSubtract, TablerLayersUnion, TablerLayout, TablerLayout2, TablerLayoutAlignBottom, TablerLayoutAlignCenter, TablerLayoutAlignLeft, TablerLayoutAlignMiddle, TablerLayoutAlignRight, TablerLayoutAlignTop, TablerLayoutBottombar, TablerLayoutCards, TablerLayoutColumns, TablerLayoutDistributeHorizontal, TablerLayoutDistributeVertical, TablerLayoutGrid, TablerLayoutGridAdd, TablerLayoutKanban, TablerLayoutList, TablerLayoutNavbar, TablerLayoutRows, TablerLayoutSidebar, TablerLayoutSidebarRight, TablerLeaf, TablerLego, TablerLemon, TablerLetterA, TablerLetterB, TablerLetterC, TablerLetterCase, TablerLetterCaseLower, TablerLetterCaseToggle, TablerLetterCaseUpper, TablerLetterD, TablerLetterE, TablerLetterF, TablerLetterG, TablerLetterH, TablerLetterI, TablerLetterJ, TablerLetterK, TablerLetterL, TablerLetterM, TablerLetterN, TablerLetterO, TablerLetterP, TablerLetterQ, TablerLetterR, TablerLetterS, TablerLetterSpacing, TablerLetterT, TablerLetterU, TablerLetterV, TablerLetterW, TablerLetterX, TablerLetterY, TablerLetterZ, TablerLettersCase, TablerLicense, TablerLifebuoy, TablerLine, TablerLineDashed, TablerLineDotted, TablerLineHeight, TablerLink, TablerList, TablerListCheck, TablerListNumbers, TablerListSearch, TablerLivePhoto, TablerLiveView, TablerLoader, TablerLoaderQuarter, TablerLocation, TablerLock, TablerLockAccess, TablerLockOff, TablerLockOpen, TablerLogin, TablerLogout, TablerMacro, TablerMagnet, TablerMail, TablerMailForward, TablerMailOpened, TablerMailbox, TablerMan, TablerManualGearbox, TablerMap, TablerMap2, TablerMapPin, TablerMapPinOff, TablerMapPins, TablerMarkdown, TablerMarquee, TablerMarquee2, TablerMars, TablerMask, TablerMaskOff, TablerMassage, TablerMath, TablerMathFunction, TablerMathSymbols, TablerMaximize, TablerMeat, TablerMedal, TablerMedicalCross, TablerMenu, TablerMenu2, TablerMessage, TablerMessage2, TablerMessageCircle, TablerMessageCircle2, TablerMessageCircleOff, TablerMessageDots, TablerMessageOff, TablerMessagePlus, TablerMessageReport, TablerMessages, TablerMessagesOff, TablerMicrophone, TablerMicrophone2, TablerMicrophoneOff, TablerMilk, TablerMinimize, TablerMinus, TablerMinusVertical, TablerMist, TablerMoodBoy, TablerMoodConfuzed, TablerMoodCrazyHappy, TablerMoodCry, TablerMoodEmpty, TablerMoodHappy, TablerMoodKid, TablerMoodNeutral, TablerMoodSad, TablerMoodSmile, TablerMoodSuprised, TablerMoodTongue, TablerMoon, TablerMoon2, TablerMoonStars, TablerMoped, TablerMotorbike, TablerMouse, TablerMovie, TablerMug, TablerMushroom, TablerMusic, TablerNewSection, TablerNews, TablerNfc, TablerNote, TablerNotebook, TablerNotes, TablerNotification, TablerNumber0, TablerNumber1, TablerNumber2, TablerNumber3, TablerNumber4, TablerNumber5, TablerNumber6, TablerNumber7, TablerNumber8, TablerNumber9, TablerOctagon, TablerOctagonOff, TablerOld, TablerOlympics, TablerOmega, TablerOutlet, TablerOverline, TablerPackage, TablerPacman, TablerPageBreak, TablerPaint, TablerPalette, TablerPanoramaHorizontal, TablerPanoramaVertical, TablerPaperclip, TablerParachute, TablerParentheses, TablerParking, TablerPeace, TablerPencil, TablerPennant, TablerPepper, TablerPercentage, TablerPerspective, TablerPhone, TablerPhoneCall, TablerPhoneCalling, TablerPhoneCheck, TablerPhoneIncoming, TablerPhoneOff, TablerPhoneOutgoing, TablerPhonePause, TablerPhonePlus, TablerPhoneX, TablerPhoto, TablerPhotoOff, TablerPhysotherapist, TablerPictureInPicture, TablerPictureInPictureOff, TablerPictureInPictureOn, TablerPill, TablerPin, TablerPinned, TablerPinnedOff, TablerPizza, TablerPlane, TablerPlaneArrival, TablerPlaneDeparture, TablerPlanet, TablerPlant, TablerPlant2, TablerPlayCard, TablerPlayerPause, TablerPlayerPlay, TablerPlayerRecord, TablerPlayerSkipBack, TablerPlayerSkipForward, TablerPlayerStop, TablerPlayerTrackNext, TablerPlayerTrackPrev, TablerPlaylist, TablerPlug, TablerPlus, TablerPoint, TablerPokeball, TablerPolaroid, TablerPool, TablerPower, TablerPray, TablerPresentation, TablerPresentationAnalytics, TablerPrinter, TablerPrompt, TablerPropeller, TablerPuzzle, TablerPyramid, TablerQrcode, TablerQuestionMark, TablerRadio, TablerRadioactive, TablerRadiusBottomLeft, TablerRadiusBottomRight, TablerRadiusTopLeft, TablerRadiusTopRight, TablerRainbow, TablerReceipt, TablerReceipt2, TablerReceiptOff, TablerReceiptRefund, TablerReceiptTax, TablerRecharging, TablerRecordMail, TablerRectangle, TablerRectangleVertical, TablerRecycle, TablerRefresh, TablerRefreshAlert, TablerRegistered, TablerRelationManyToMany, TablerRelationOneToMany, TablerRelationOneToOne, TablerRepeat, TablerRepeatOnce, TablerReplace, TablerReport, TablerReportAnalytics, TablerReportMedical, TablerReportMoney, TablerResize, TablerRipple, TablerRoadSign, TablerRocket, TablerRotate, TablerRotate2, TablerRotateClockwise, TablerRotateClockwise2, TablerRotateRectangle, TablerRoute, TablerRouter, TablerRowInsertBottom, TablerRowInsertTop, TablerRss, TablerRuler, TablerRuler2, TablerRun, TablerSailboat, TablerSalt, TablerSatellite, TablerSausage, TablerScale, TablerScan, TablerSchool, TablerScissors, TablerScooter, TablerScooterElectric, TablerScreenShare, TablerScreenShareOff, TablerScubaMask, TablerSearch, TablerSection, TablerSeeding, TablerSelect, TablerSelector, TablerSend, TablerSeparator, TablerSeparatorHorizontal, TablerSeparatorVertical, TablerServer, TablerServicemark, TablerSettings, TablerSettingsAutomation, TablerShadow, TablerShadowOff, TablerShape, TablerShape2, TablerShape3, TablerShare, TablerShield, TablerShieldCheck, TablerShieldLock, TablerShieldOff, TablerShieldX, TablerShip, TablerShirt, TablerShoppingCart, TablerShoppingCartDiscount, TablerShoppingCartOff, TablerShoppingCartPlus, TablerShoppingCartX, TablerShredder, TablerSignature, TablerSitemap, TablerSkateboard, TablerSlice, TablerSlideshow, TablerSmartHome, TablerSmoking, TablerSmokingNo, TablerSnowflake, TablerSoccerField, TablerSocial, TablerSock, TablerSortAscending, TablerSortAscending2, TablerSortAscendingLetters, TablerSortAscendingNumbers, TablerSortDescending, TablerSortDescending2, TablerSortDescendingLetters, TablerSortDescendingNumbers, TablerSoup, TablerSpace, TablerSpeakerphone, TablerSpeedboat, TablerSportBillard, TablerSquare, TablerSquare0, TablerSquare1, TablerSquare2, TablerSquare3, TablerSquare4, TablerSquare5, TablerSquare6, TablerSquare7, TablerSquare8, TablerSquare9, TablerSquareCheck, TablerSquareDot, TablerSquareForbid, TablerSquareForbid2, TablerSquareMinus, TablerSquareOff, TablerSquarePlus, TablerSquareRoot, TablerSquareRoot2, TablerSquareRotated, TablerSquareRotatedOff, TablerSquareToggle, TablerSquareToggleHorizontal, TablerSquareX, TablerSquaresDiagonal, TablerSquaresFilled, TablerStack, TablerStack2, TablerStairs, TablerStairsDown, TablerStairsUp, TablerStar, TablerStarHalf, TablerStarOff, TablerStars, TablerSteeringWheel, TablerStepInto, TablerStepOut, TablerStethoscope, TablerSticker, TablerStrikethrough, TablerSubmarine, TablerSubscript, TablerSubtask, TablerSum, TablerSun, TablerSunOff, TablerSunrise, TablerSunset, TablerSuperscript, TablerSwimming, TablerSwitch, TablerSwitch2, TablerSwitch3, TablerSwitchHorizontal, TablerSwitchVertical, TablerTable, TablerTableExport, TablerTableImport, TablerTableOff, TablerTag, TablerTallymark1, TablerTallymark2, TablerTallymark3, TablerTallymark4, TablerTallymarks, TablerTank, TablerTarget, TablerTemperature, TablerTemperatureCelsius, TablerTemperatureFahrenheit, TablerTemperatureMinus, TablerTemperaturePlus, TablerTemplate, TablerTent, TablerTerminal, TablerTerminal2, TablerTestPipe, TablerTextDirectionLtr, TablerTextDirectionRtl, TablerTextWrap, TablerTextWrapDisabled, TablerThumbDown, TablerThumbUp, TablerTicket, TablerTiltShift, TablerTir, TablerToggleLeft, TablerToggleRight, TablerTool, TablerTools, TablerToolsKitchen, TablerToolsKitchen2, TablerTornado, TablerTournament, TablerTrack, TablerTractor, TablerTrademark, TablerTrafficCone, TablerTrafficLights, TablerTrain, TablerTransferIn, TablerTransferOut, TablerTrash, TablerTrashOff, TablerTree, TablerTrees, TablerTrendingDown, TablerTrendingDown2, TablerTrendingDown3, TablerTrendingUp, TablerTrendingUp2, TablerTrendingUp3, TablerTriangle, TablerTriangleOff, TablerTriangleSquareCircle, TablerTrident, TablerTrophy, TablerTruck, TablerTruckDelivery, TablerTruckOff, TablerTruckReturn, TablerTypography, TablerUmbrella, TablerUnderline, TablerUnlink, TablerUpload, TablerUrgent, TablerUser, TablerUserCheck, TablerUserExclamation, TablerUserMinus, TablerUserOff, TablerUserPlus, TablerUserX, TablerUsers, TablerVaccine, TablerVariable, TablerVector, TablerVectorBeizer2, TablerVectorBezier, TablerVectorTriangle, TablerVenus, TablerVersions, TablerVideo, TablerVideoMinus, TablerVideoOff, TablerVideoPlus, TablerView360, TablerViewfinder, TablerViewportNarrow, TablerViewportWide, TablerVirus, TablerVirusOff, TablerVirusSearch, TablerVocabulary, TablerVolume, TablerVolume2, TablerVolume3, TablerWalk, TablerWallet, TablerWand, TablerWaveSawTool, TablerWaveSine, TablerWaveSquare, TablerWifi, TablerWifi0, TablerWifi1, TablerWifi2, TablerWifiOff, TablerWind, TablerWindmill, TablerWindow, TablerWiper, TablerWiperWash, TablerWoman, TablerWorld, TablerWorldLatitude, TablerWorldLongitude, TablerWreckingBall, TablerWriting, TablerWritingSign, TablerX, TablerYinYang, TablerZodiacAquarius, TablerZodiacAries, TablerZodiacCancer, TablerZodiacCapricorn, TablerZodiacGemini, TablerZodiacLeo, TablerZodiacLibra, TablerZodiacPisces, TablerZodiacSagittarius, TablerZodiacScorpio, TablerZodiacTaurus, TablerZodiacVirgo, TablerZoomCancel, TablerZoomCheck, TablerZoomIn, TablerZoomMoney, TablerZoomOut, TablerZoomQuestion };
|
|
1305
|
-
//# sourceMappingURL=ng-icons-tabler-icons.js.map
|