diff --git a/README.md b/README.md index 36573462..fcb22911 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # angular-tabler-icons -[![tabler-icons-version](https://img.shields.io/badge/Tabler%20Icons-v2.31.0-%23206bc4?style=flat-square)](https://tabler-icons.io) +[![tabler-icons-version](https://img.shields.io/badge/Tabler%20Icons-v2.32.0-%23206bc4?style=flat-square)](https://tabler-icons.io) [![license](https://img.shields.io/npm/l/angular-tabler-icons.svg?style=flat-square)]() [![downloads](https://img.shields.io/npm/dm/angular-tabler-icons?style=flat-square)]() @@ -78,7 +78,7 @@ After importing the _IconsModule_ in your feature or shared module, use the icon List of available icons: https://tabler-icons.io/ -This version includes **Tabler Icons v2.31.0**, see [changelog](https://tabler-icons.io/changelog) to know which icons are available. +This version includes **Tabler Icons v2.32.0**, see [changelog](https://tabler-icons.io/changelog) to know which icons are available. ## Styling icons diff --git a/package.json b/package.json index 74e11664..5bb6917a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^14.3.0", "@angular/platform-browser-dynamic": "^14.3.0", "@angular/router": "^14.3.0", - "@tabler/icons": "2.31.0", + "@tabler/icons": "2.32.0", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.11.4" diff --git a/projects/angular-tabler-icons/icons/index.ts b/projects/angular-tabler-icons/icons/index.ts index 3fde4d61..0eb34a6e 100644 --- a/projects/angular-tabler-icons/icons/index.ts +++ b/projects/angular-tabler-icons/icons/index.ts @@ -1,3 +1,4 @@ +export { Icon12Hours } from './svg/12-hours'; export { Icon123 } from './svg/123'; export { Icon24Hours } from './svg/24-hours'; export { Icon2fa } from './svg/2fa'; @@ -124,6 +125,7 @@ export { IconAlpha } from './svg/alpha'; export { IconAlphabetCyrillic } from './svg/alphabet-cyrillic'; export { IconAlphabetGreek } from './svg/alphabet-greek'; export { IconAlphabetLatin } from './svg/alphabet-latin'; +export { IconAlt } from './svg/alt'; export { IconAmbulance } from './svg/ambulance'; export { IconAmpersand } from './svg/ampersand'; export { IconAnalyzeFilled } from './svg/analyze-filled'; @@ -153,6 +155,7 @@ export { IconApple } from './svg/apple'; export { IconAppsFilled } from './svg/apps-filled'; export { IconAppsOff } from './svg/apps-off'; export { IconApps } from './svg/apps'; +export { IconArcheryArrow } from './svg/archery-arrow'; export { IconArchiveFilled } from './svg/archive-filled'; export { IconArchiveOff } from './svg/archive-off'; export { IconArchive } from './svg/archive'; @@ -1391,7 +1394,9 @@ export { IconClipboardText } from './svg/clipboard-text'; export { IconClipboardTypography } from './svg/clipboard-typography'; export { IconClipboardX } from './svg/clipboard-x'; export { IconClipboard } from './svg/clipboard'; +export { IconClock12 } from './svg/clock-12'; export { IconClock2 } from './svg/clock-2'; +export { IconClock24 } from './svg/clock-24'; export { IconClockBolt } from './svg/clock-bolt'; export { IconClockCancel } from './svg/clock-cancel'; export { IconClockCheck } from './svg/clock-check'; @@ -1720,6 +1725,7 @@ export { IconDeviceDesktopUp } from './svg/device-desktop-up'; export { IconDeviceDesktopX } from './svg/device-desktop-x'; export { IconDeviceDesktop } from './svg/device-desktop'; export { IconDeviceFloppy } from './svg/device-floppy'; +export { IconDeviceGamePad } from './svg/device-game-pad'; export { IconDeviceGamepad2 } from './svg/device-gamepad-2'; export { IconDeviceGamepad } from './svg/device-gamepad'; export { IconDeviceHeartMonitorFilled } from './svg/device-heart-monitor-filled'; @@ -1852,6 +1858,7 @@ export { IconDeviceTablet } from './svg/device-tablet'; export { IconDeviceTvOff } from './svg/device-tv-off'; export { IconDeviceTvOld } from './svg/device-tv-old'; export { IconDeviceTv } from './svg/device-tv'; +export { IconDeviceUsb } from './svg/device-usb'; export { IconDeviceVisionPro } from './svg/device-vision-pro'; export { IconDeviceWatchBolt } from './svg/device-watch-bolt'; export { IconDeviceWatchCancel } from './svg/device-watch-cancel'; @@ -2646,7 +2653,10 @@ export { IconInnerShadowTopLeft } from './svg/inner-shadow-top-left'; export { IconInnerShadowTopRightFilled } from './svg/inner-shadow-top-right-filled'; export { IconInnerShadowTopRight } from './svg/inner-shadow-top-right'; export { IconInnerShadowTop } from './svg/inner-shadow-top'; +export { IconInputAi } from './svg/input-ai'; +export { IconInputCheck } from './svg/input-check'; export { IconInputSearch } from './svg/input-search'; +export { IconInputX } from './svg/input-x'; export { IconIroning1 } from './svg/ironing-1'; export { IconIroning2 } from './svg/ironing-2'; export { IconIroning3 } from './svg/ironing-3'; @@ -2927,9 +2937,11 @@ export { IconMapCog } from './svg/map-cog'; export { IconMapDiscount } from './svg/map-discount'; export { IconMapDollar } from './svg/map-dollar'; export { IconMapDown } from './svg/map-down'; +export { IconMapEast } from './svg/map-east'; export { IconMapExclamation } from './svg/map-exclamation'; export { IconMapHeart } from './svg/map-heart'; export { IconMapMinus } from './svg/map-minus'; +export { IconMapNorth } from './svg/map-north'; export { IconMapOff } from './svg/map-off'; export { IconMapPause } from './svg/map-pause'; export { IconMapPin2 } from './svg/map-pin-2'; @@ -2960,8 +2972,10 @@ export { IconMapPlus } from './svg/map-plus'; export { IconMapQuestion } from './svg/map-question'; export { IconMapSearch } from './svg/map-search'; export { IconMapShare } from './svg/map-share'; +export { IconMapSouth } from './svg/map-south'; export { IconMapStar } from './svg/map-star'; export { IconMapUp } from './svg/map-up'; +export { IconMapWest } from './svg/map-west'; export { IconMapX } from './svg/map-x'; export { IconMap } from './svg/map'; export { IconMarkdownOff } from './svg/markdown-off'; @@ -3283,6 +3297,7 @@ export { IconNumber9 } from './svg/number-9'; export { IconNumber } from './svg/number'; export { IconNumbers } from './svg/numbers'; export { IconNurse } from './svg/nurse'; +export { IconNut } from './svg/nut'; export { IconOctagonFilled } from './svg/octagon-filled'; export { IconOctagonOff } from './svg/octagon-off'; export { IconOctagon } from './svg/octagon'; @@ -3385,6 +3400,8 @@ export { IconPhotoAi } from './svg/photo-ai'; export { IconPhotoBolt } from './svg/photo-bolt'; export { IconPhotoCancel } from './svg/photo-cancel'; export { IconPhotoCheck } from './svg/photo-check'; +export { IconPhotoCircleMinus } from './svg/photo-circle-minus'; +export { IconPhotoCirclePlus } from './svg/photo-circle-plus'; export { IconPhotoCircle } from './svg/photo-circle'; export { IconPhotoCode } from './svg/photo-code'; export { IconPhotoCog } from './svg/photo-cog'; @@ -4519,6 +4536,7 @@ export { IconWaveSquare } from './svg/wave-square'; export { IconWebhookOff } from './svg/webhook-off'; export { IconWebhook } from './svg/webhook'; export { IconWeight } from './svg/weight'; +export { IconWheel } from './svg/wheel'; export { IconWheelchairOff } from './svg/wheelchair-off'; export { IconWheelchair } from './svg/wheelchair'; export { IconWhirl } from './svg/whirl'; diff --git a/projects/angular-tabler-icons/icons/svg/12-hours.ts b/projects/angular-tabler-icons/icons/svg/12-hours.ts new file mode 100644 index 00000000..b90faa0d --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/12-hours.ts @@ -0,0 +1,10 @@ +export const Icon12Hours = ` + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/24-hours.ts b/projects/angular-tabler-icons/icons/svg/24-hours.ts index 850d6fa9..69bcc4ec 100644 --- a/projects/angular-tabler-icons/icons/svg/24-hours.ts +++ b/projects/angular-tabler-icons/icons/svg/24-hours.ts @@ -1,10 +1,11 @@ export const Icon24Hours = ` - - - - - + + + + + + diff --git a/projects/angular-tabler-icons/icons/svg/alt.ts b/projects/angular-tabler-icons/icons/svg/alt.ts new file mode 100644 index 00000000..6f77dba6 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/alt.ts @@ -0,0 +1,11 @@ +export const IconAlt = ` + + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/archery-arrow.ts b/projects/angular-tabler-icons/icons/svg/archery-arrow.ts new file mode 100644 index 00000000..19dbdd1e --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/archery-arrow.ts @@ -0,0 +1,9 @@ +export const IconArcheryArrow = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/clock-12.ts b/projects/angular-tabler-icons/icons/svg/clock-12.ts new file mode 100644 index 00000000..27b06f3a --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/clock-12.ts @@ -0,0 +1,10 @@ +export const IconClock12 = ` + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/clock-24.ts b/projects/angular-tabler-icons/icons/svg/clock-24.ts new file mode 100644 index 00000000..94f15b5e --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/clock-24.ts @@ -0,0 +1,11 @@ +export const IconClock24 = ` + + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/device-game-pad.ts b/projects/angular-tabler-icons/icons/svg/device-game-pad.ts new file mode 100644 index 00000000..8dbcb70f --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/device-game-pad.ts @@ -0,0 +1,10 @@ +export const IconDeviceGamePad = ` + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/device-usb.ts b/projects/angular-tabler-icons/icons/svg/device-usb.ts new file mode 100644 index 00000000..aecdc64b --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/device-usb.ts @@ -0,0 +1,8 @@ +export const IconDeviceUsb = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/input-ai.ts b/projects/angular-tabler-icons/icons/svg/input-ai.ts new file mode 100644 index 00000000..771d59d4 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/input-ai.ts @@ -0,0 +1,10 @@ +export const IconInputAi = ` + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/input-check.ts b/projects/angular-tabler-icons/icons/svg/input-check.ts new file mode 100644 index 00000000..03d580af --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/input-check.ts @@ -0,0 +1,8 @@ +export const IconInputCheck = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/input-search.ts b/projects/angular-tabler-icons/icons/svg/input-search.ts index a0808012..7071b9b7 100644 --- a/projects/angular-tabler-icons/icons/svg/input-search.ts +++ b/projects/angular-tabler-icons/icons/svg/input-search.ts @@ -1,8 +1,8 @@ export const IconInputSearch = ` - - - + + + diff --git a/projects/angular-tabler-icons/icons/svg/input-x.ts b/projects/angular-tabler-icons/icons/svg/input-x.ts new file mode 100644 index 00000000..a60e3b37 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/input-x.ts @@ -0,0 +1,9 @@ +export const IconInputX = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/map-east.ts b/projects/angular-tabler-icons/icons/svg/map-east.ts new file mode 100644 index 00000000..7bdb89ec --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/map-east.ts @@ -0,0 +1,9 @@ +export const IconMapEast = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/map-north.ts b/projects/angular-tabler-icons/icons/svg/map-north.ts new file mode 100644 index 00000000..028802f4 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/map-north.ts @@ -0,0 +1,8 @@ +export const IconMapNorth = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/map-south.ts b/projects/angular-tabler-icons/icons/svg/map-south.ts new file mode 100644 index 00000000..dedeb207 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/map-south.ts @@ -0,0 +1,8 @@ +export const IconMapSouth = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/map-west.ts b/projects/angular-tabler-icons/icons/svg/map-west.ts new file mode 100644 index 00000000..4cd5ae56 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/map-west.ts @@ -0,0 +1,8 @@ +export const IconMapWest = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/nut.ts b/projects/angular-tabler-icons/icons/svg/nut.ts new file mode 100644 index 00000000..4d6f77c8 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/nut.ts @@ -0,0 +1,8 @@ +export const IconNut = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/photo-circle-minus.ts b/projects/angular-tabler-icons/icons/svg/photo-circle-minus.ts new file mode 100644 index 00000000..7ca39503 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/photo-circle-minus.ts @@ -0,0 +1,11 @@ +export const IconPhotoCircleMinus = ` + + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/photo-circle-plus.ts b/projects/angular-tabler-icons/icons/svg/photo-circle-plus.ts new file mode 100644 index 00000000..1e4f5221 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/photo-circle-plus.ts @@ -0,0 +1,12 @@ +export const IconPhotoCirclePlus = ` + + + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/photo-circle.ts b/projects/angular-tabler-icons/icons/svg/photo-circle.ts index fd41f764..80bee632 100644 --- a/projects/angular-tabler-icons/icons/svg/photo-circle.ts +++ b/projects/angular-tabler-icons/icons/svg/photo-circle.ts @@ -1,9 +1,9 @@ export const IconPhotoCircle = ` - - - + + + diff --git a/projects/angular-tabler-icons/icons/svg/wheel.ts b/projects/angular-tabler-icons/icons/svg/wheel.ts new file mode 100644 index 00000000..ed1bd543 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/wheel.ts @@ -0,0 +1,14 @@ +export const IconWheel = ` + + + + + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/package.json b/projects/angular-tabler-icons/package.json index 858c3478..d32bc65c 100644 --- a/projects/angular-tabler-icons/package.json +++ b/projects/angular-tabler-icons/package.json @@ -1,6 +1,6 @@ { "name": "angular-tabler-icons", - "version": "2.31.0", + "version": "2.32.0", "description": "Tabler Icons components library for your Angular applications", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index d6cffca0..5fbef5e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1761,10 +1761,10 @@ "@angular-devkit/schematics" "14.2.11" jsonc-parser "3.1.0" -"@tabler/icons@2.31.0": - version "2.31.0" - resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-2.31.0.tgz#b75c744a9d1e61c312da3df8cfbf3135a43409aa" - integrity sha512-vueOF4rjM0wcYAHOq7gcQB3fU04EAfHIwP0i/DVQdopXv84uu62DvOFHhYj9d0OBiM4O0PPoXEvsT8IVZDrYXw== +"@tabler/icons@2.32.0": + version "2.32.0" + resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-2.32.0.tgz#872b3fef34f60b017da99a1c7f0a0379a9734f80" + integrity sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w== "@tootallnate/once@2": version "2.0.0"