From 9ed4f87d539f709dac590b65305c56ea1a62f9dc Mon Sep 17 00:00:00 2001 From: pierreavn Date: Fri, 18 Aug 2023 21:02:25 +0000 Subject: [PATCH] Tabler Icons v2.31.0 --- README.md | 4 ++-- package.json | 2 +- projects/angular-tabler-icons/icons/index.ts | 22 +++++++++++++++++-- .../icons/svg/brand-databricks.ts | 7 ++++++ .../icons/svg/brand-parsinta.ts | 9 ++++++++ ...rand-microsoft-teams.ts => brand-teams.ts} | 2 +- ...tikto-filled.ts => brand-tiktok-filled.ts} | 2 +- .../icons/svg/caret-left-right.ts | 8 +++++++ .../icons/svg/caret-up-down.ts | 8 +++++++ .../icons/svg/circle-plus.ts | 6 ++--- .../icons/svg/hexagon-plus.ts | 9 ++++++++ .../angular-tabler-icons/icons/svg/horse.ts | 8 +++++++ .../icons/svg/list-letters.ts | 12 ++++++++++ .../icons/svg/map-pin-2.ts | 11 ++++++++++ .../angular-tabler-icons/icons/svg/map-pin.ts | 7 ++---- .../icons/svg/pentagon-off.ts | 2 +- .../icons/svg/pentagon-plus.ts | 9 ++++++++ .../icons/svg/pentagon.ts | 2 +- .../icons/svg/photo-circle.ts | 10 +++++++++ .../icons/svg/photo-hexagon.ts | 10 +++++++++ .../icons/svg/photo-pentagon.ts | 10 +++++++++ .../icons/svg/photo-square-rounded.ts | 10 +++++++++ .../icons/svg/square-plus.ts | 6 ++--- .../icons/svg/square-rounded-plus.ts | 6 ++--- .../icons/svg/user-hexagon.ts | 9 ++++++++ .../icons/svg/user-pentagon.ts | 9 ++++++++ .../icons/svg/user-square-rounded.ts | 9 ++++++++ .../icons/svg/user-square.ts | 9 ++++++++ projects/angular-tabler-icons/icons/svg/vs.ts | 9 ++++++++ projects/angular-tabler-icons/package.json | 2 +- yarn.lock | 8 +++---- 31 files changed, 209 insertions(+), 28 deletions(-) create mode 100644 projects/angular-tabler-icons/icons/svg/brand-databricks.ts create mode 100644 projects/angular-tabler-icons/icons/svg/brand-parsinta.ts rename projects/angular-tabler-icons/icons/svg/{brand-microsoft-teams.ts => brand-teams.ts} (78%) rename projects/angular-tabler-icons/icons/svg/{brand-tikto-filled.ts => brand-tiktok-filled.ts} (81%) create mode 100644 projects/angular-tabler-icons/icons/svg/caret-left-right.ts create mode 100644 projects/angular-tabler-icons/icons/svg/caret-up-down.ts create mode 100644 projects/angular-tabler-icons/icons/svg/hexagon-plus.ts create mode 100644 projects/angular-tabler-icons/icons/svg/horse.ts create mode 100644 projects/angular-tabler-icons/icons/svg/list-letters.ts create mode 100644 projects/angular-tabler-icons/icons/svg/map-pin-2.ts create mode 100644 projects/angular-tabler-icons/icons/svg/pentagon-plus.ts create mode 100644 projects/angular-tabler-icons/icons/svg/photo-circle.ts create mode 100644 projects/angular-tabler-icons/icons/svg/photo-hexagon.ts create mode 100644 projects/angular-tabler-icons/icons/svg/photo-pentagon.ts create mode 100644 projects/angular-tabler-icons/icons/svg/photo-square-rounded.ts create mode 100644 projects/angular-tabler-icons/icons/svg/user-hexagon.ts create mode 100644 projects/angular-tabler-icons/icons/svg/user-pentagon.ts create mode 100644 projects/angular-tabler-icons/icons/svg/user-square-rounded.ts create mode 100644 projects/angular-tabler-icons/icons/svg/user-square.ts create mode 100644 projects/angular-tabler-icons/icons/svg/vs.ts diff --git a/README.md b/README.md index 3796d035..36573462 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.30.0-%23206bc4?style=flat-square)](https://tabler-icons.io) +[![tabler-icons-version](https://img.shields.io/badge/Tabler%20Icons-v2.31.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.30.0**, see [changelog](https://tabler-icons.io/changelog) to know which icons are available. +This version includes **Tabler Icons v2.31.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 a2cf411f..74e11664 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.30.0", + "@tabler/icons": "2.31.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 a9bef824..3fde4d61 100644 --- a/projects/angular-tabler-icons/icons/index.ts +++ b/projects/angular-tabler-icons/icons/index.ts @@ -703,6 +703,7 @@ export { IconBrandCucumber } from './svg/brand-cucumber'; export { IconBrandCupra } from './svg/brand-cupra'; export { IconBrandCypress } from './svg/brand-cypress'; export { IconBrandD3 } from './svg/brand-d3'; +export { IconBrandDatabricks } from './svg/brand-databricks'; export { IconBrandDaysCounter } from './svg/brand-days-counter'; export { IconBrandDcos } from './svg/brand-dcos'; export { IconBrandDebian } from './svg/brand-debian'; @@ -810,7 +811,6 @@ export { IconBrandMedium } from './svg/brand-medium'; export { IconBrandMercedes } from './svg/brand-mercedes'; export { IconBrandMessenger } from './svg/brand-messenger'; export { IconBrandMeta } from './svg/brand-meta'; -export { IconBrandMicrosoftTeams } from './svg/brand-microsoft-teams'; export { IconBrandMinecraft } from './svg/brand-minecraft'; export { IconBrandMiniprogram } from './svg/brand-miniprogram'; export { IconBrandMixpanel } from './svg/brand-mixpanel'; @@ -842,6 +842,7 @@ export { IconBrandOpenai } from './svg/brand-openai'; export { IconBrandOpenvpn } from './svg/brand-openvpn'; export { IconBrandOpera } from './svg/brand-opera'; export { IconBrandPagekit } from './svg/brand-pagekit'; +export { IconBrandParsinta } from './svg/brand-parsinta'; export { IconBrandPatreon } from './svg/brand-patreon'; export { IconBrandPaypalFilled } from './svg/brand-paypal-filled'; export { IconBrandPaypal } from './svg/brand-paypal'; @@ -910,6 +911,7 @@ export { IconBrandSymfony } from './svg/brand-symfony'; export { IconBrandTabler } from './svg/brand-tabler'; export { IconBrandTailwind } from './svg/brand-tailwind'; export { IconBrandTaobao } from './svg/brand-taobao'; +export { IconBrandTeams } from './svg/brand-teams'; export { IconBrandTed } from './svg/brand-ted'; export { IconBrandTelegram } from './svg/brand-telegram'; export { IconBrandTerraform } from './svg/brand-terraform'; @@ -917,7 +919,7 @@ export { IconBrandTether } from './svg/brand-tether'; export { IconBrandThreads } from './svg/brand-threads'; export { IconBrandThreejs } from './svg/brand-threejs'; export { IconBrandTidal } from './svg/brand-tidal'; -export { IconBrandTiktoFilled } from './svg/brand-tikto-filled'; +export { IconBrandTiktokFilled } from './svg/brand-tiktok-filled'; export { IconBrandTiktok } from './svg/brand-tiktok'; export { IconBrandTinder } from './svg/brand-tinder'; export { IconBrandTopbuzz } from './svg/brand-topbuzz'; @@ -1133,9 +1135,11 @@ export { IconCards } from './svg/cards'; export { IconCaretDownFilled } from './svg/caret-down-filled'; export { IconCaretDown } from './svg/caret-down'; export { IconCaretLeftFilled } from './svg/caret-left-filled'; +export { IconCaretLeftRight } from './svg/caret-left-right'; export { IconCaretLeft } from './svg/caret-left'; export { IconCaretRightFilled } from './svg/caret-right-filled'; export { IconCaretRight } from './svg/caret-right'; +export { IconCaretUpDown } from './svg/caret-up-down'; export { IconCaretUpFilled } from './svg/caret-up-filled'; export { IconCaretUp } from './svg/caret-up'; export { IconCarouselHorizontalFilled } from './svg/carousel-horizontal-filled'; @@ -2527,6 +2531,7 @@ export { IconHexagonNumber7 } from './svg/hexagon-number-7'; export { IconHexagonNumber8 } from './svg/hexagon-number-8'; export { IconHexagonNumber9 } from './svg/hexagon-number-9'; export { IconHexagonOff } from './svg/hexagon-off'; +export { IconHexagonPlus } from './svg/hexagon-plus'; export { IconHexagon } from './svg/hexagon'; export { IconHexagonalPrismOff } from './svg/hexagonal-prism-off'; export { IconHexagonalPrismPlus } from './svg/hexagonal-prism-plus'; @@ -2576,6 +2581,7 @@ export { IconHomeUp } from './svg/home-up'; export { IconHomeX } from './svg/home-x'; export { IconHome } from './svg/home'; export { IconHorseToy } from './svg/horse-toy'; +export { IconHorse } from './svg/horse'; export { IconHotelService } from './svg/hotel-service'; export { IconHourglassEmpty } from './svg/hourglass-empty'; export { IconHourglassFilled } from './svg/hourglass-filled'; @@ -2795,6 +2801,7 @@ export { IconLinkOff } from './svg/link-off'; export { IconLink } from './svg/link'; export { IconListCheck } from './svg/list-check'; export { IconListDetails } from './svg/list-details'; +export { IconListLetters } from './svg/list-letters'; export { IconListNumbers } from './svg/list-numbers'; export { IconListSearch } from './svg/list-search'; export { IconListTree } from './svg/list-tree'; @@ -2925,6 +2932,7 @@ export { IconMapHeart } from './svg/map-heart'; export { IconMapMinus } from './svg/map-minus'; export { IconMapOff } from './svg/map-off'; export { IconMapPause } from './svg/map-pause'; +export { IconMapPin2 } from './svg/map-pin-2'; export { IconMapPinBolt } from './svg/map-pin-bolt'; export { IconMapPinCancel } from './svg/map-pin-cancel'; export { IconMapPinCheck } from './svg/map-pin-check'; @@ -3353,6 +3361,7 @@ export { IconPennantOff } from './svg/pennant-off'; export { IconPennant } from './svg/pennant'; export { IconPentagonFilled } from './svg/pentagon-filled'; export { IconPentagonOff } from './svg/pentagon-off'; +export { IconPentagonPlus } from './svg/pentagon-plus'; export { IconPentagon } from './svg/pentagon'; export { IconPentagram } from './svg/pentagram'; export { IconPepperOff } from './svg/pepper-off'; @@ -3376,6 +3385,7 @@ 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 { IconPhotoCircle } from './svg/photo-circle'; export { IconPhotoCode } from './svg/photo-code'; export { IconPhotoCog } from './svg/photo-cog'; export { IconPhotoDollar } from './svg/photo-dollar'; @@ -3384,9 +3394,11 @@ export { IconPhotoEdit } from './svg/photo-edit'; export { IconPhotoExclamation } from './svg/photo-exclamation'; export { IconPhotoFilled } from './svg/photo-filled'; export { IconPhotoHeart } from './svg/photo-heart'; +export { IconPhotoHexagon } from './svg/photo-hexagon'; export { IconPhotoMinus } from './svg/photo-minus'; export { IconPhotoOff } from './svg/photo-off'; export { IconPhotoPause } from './svg/photo-pause'; +export { IconPhotoPentagon } from './svg/photo-pentagon'; export { IconPhotoPin } from './svg/photo-pin'; export { IconPhotoPlus } from './svg/photo-plus'; export { IconPhotoQuestion } from './svg/photo-question'; @@ -3396,6 +3408,7 @@ export { IconPhotoSensor3 } from './svg/photo-sensor-3'; export { IconPhotoSensor } from './svg/photo-sensor'; export { IconPhotoShare } from './svg/photo-share'; export { IconPhotoShield } from './svg/photo-shield'; +export { IconPhotoSquareRounded } from './svg/photo-square-rounded'; export { IconPhotoStar } from './svg/photo-star'; export { IconPhotoUp } from './svg/photo-up'; export { IconPhotoX } from './svg/photo-x'; @@ -4391,15 +4404,19 @@ export { IconUserDown } from './svg/user-down'; export { IconUserEdit } from './svg/user-edit'; export { IconUserExclamation } from './svg/user-exclamation'; export { IconUserHeart } from './svg/user-heart'; +export { IconUserHexagon } from './svg/user-hexagon'; export { IconUserMinus } from './svg/user-minus'; export { IconUserOff } from './svg/user-off'; export { IconUserPause } from './svg/user-pause'; +export { IconUserPentagon } from './svg/user-pentagon'; export { IconUserPin } from './svg/user-pin'; export { IconUserPlus } from './svg/user-plus'; export { IconUserQuestion } from './svg/user-question'; export { IconUserSearch } from './svg/user-search'; export { IconUserShare } from './svg/user-share'; export { IconUserShield } from './svg/user-shield'; +export { IconUserSquareRounded } from './svg/user-square-rounded'; +export { IconUserSquare } from './svg/user-square'; export { IconUserStar } from './svg/user-star'; export { IconUserUp } from './svg/user-up'; export { IconUserX } from './svg/user-x'; @@ -4455,6 +4472,7 @@ export { IconVolume2 } from './svg/volume-2'; export { IconVolume3 } from './svg/volume-3'; export { IconVolumeOff } from './svg/volume-off'; export { IconVolume } from './svg/volume'; +export { IconVs } from './svg/vs'; export { IconWalk } from './svg/walk'; export { IconWallOff } from './svg/wall-off'; export { IconWall } from './svg/wall'; diff --git a/projects/angular-tabler-icons/icons/svg/brand-databricks.ts b/projects/angular-tabler-icons/icons/svg/brand-databricks.ts new file mode 100644 index 00000000..eb9da396 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/brand-databricks.ts @@ -0,0 +1,7 @@ +export const IconBrandDatabricks = ` + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/brand-parsinta.ts b/projects/angular-tabler-icons/icons/svg/brand-parsinta.ts new file mode 100644 index 00000000..12e9deac --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/brand-parsinta.ts @@ -0,0 +1,9 @@ +export const IconBrandParsinta = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/brand-microsoft-teams.ts b/projects/angular-tabler-icons/icons/svg/brand-teams.ts similarity index 78% rename from projects/angular-tabler-icons/icons/svg/brand-microsoft-teams.ts rename to projects/angular-tabler-icons/icons/svg/brand-teams.ts index 6c8e821e..9c4c8f4b 100644 --- a/projects/angular-tabler-icons/icons/svg/brand-microsoft-teams.ts +++ b/projects/angular-tabler-icons/icons/svg/brand-teams.ts @@ -1,4 +1,4 @@ -export const IconBrandMicrosoftTeams = ` +export const IconBrandTeams = ` diff --git a/projects/angular-tabler-icons/icons/svg/brand-tikto-filled.ts b/projects/angular-tabler-icons/icons/svg/brand-tiktok-filled.ts similarity index 81% rename from projects/angular-tabler-icons/icons/svg/brand-tikto-filled.ts rename to projects/angular-tabler-icons/icons/svg/brand-tiktok-filled.ts index ad116e19..bb0b1dc4 100644 --- a/projects/angular-tabler-icons/icons/svg/brand-tikto-filled.ts +++ b/projects/angular-tabler-icons/icons/svg/brand-tiktok-filled.ts @@ -1,4 +1,4 @@ -export const IconBrandTiktoFilled = ` +export const IconBrandTiktokFilled = ` diff --git a/projects/angular-tabler-icons/icons/svg/caret-left-right.ts b/projects/angular-tabler-icons/icons/svg/caret-left-right.ts new file mode 100644 index 00000000..b7cbcb91 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/caret-left-right.ts @@ -0,0 +1,8 @@ +export const IconCaretLeftRight = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/caret-up-down.ts b/projects/angular-tabler-icons/icons/svg/caret-up-down.ts new file mode 100644 index 00000000..f2ef6a78 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/caret-up-down.ts @@ -0,0 +1,8 @@ +export const IconCaretUpDown = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/circle-plus.ts b/projects/angular-tabler-icons/icons/svg/circle-plus.ts index 04dfc8e3..a79b4e06 100644 --- a/projects/angular-tabler-icons/icons/svg/circle-plus.ts +++ b/projects/angular-tabler-icons/icons/svg/circle-plus.ts @@ -1,8 +1,8 @@ export const IconCirclePlus = ` - - - + + + diff --git a/projects/angular-tabler-icons/icons/svg/hexagon-plus.ts b/projects/angular-tabler-icons/icons/svg/hexagon-plus.ts new file mode 100644 index 00000000..a09180cf --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/hexagon-plus.ts @@ -0,0 +1,9 @@ +export const IconHexagonPlus = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/horse.ts b/projects/angular-tabler-icons/icons/svg/horse.ts new file mode 100644 index 00000000..be154fc5 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/horse.ts @@ -0,0 +1,8 @@ +export const IconHorse = ` + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/list-letters.ts b/projects/angular-tabler-icons/icons/svg/list-letters.ts new file mode 100644 index 00000000..0d7610e9 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/list-letters.ts @@ -0,0 +1,12 @@ +export const IconListLetters = ` + + + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/map-pin-2.ts b/projects/angular-tabler-icons/icons/svg/map-pin-2.ts new file mode 100644 index 00000000..4254e2db --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/map-pin-2.ts @@ -0,0 +1,11 @@ +export const IconMapPin2 = ` + + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/map-pin.ts b/projects/angular-tabler-icons/icons/svg/map-pin.ts index 79b810f6..c5cda87f 100644 --- a/projects/angular-tabler-icons/icons/svg/map-pin.ts +++ b/projects/angular-tabler-icons/icons/svg/map-pin.ts @@ -1,10 +1,7 @@ export const IconMapPin = ` - - - - - + + diff --git a/projects/angular-tabler-icons/icons/svg/pentagon-off.ts b/projects/angular-tabler-icons/icons/svg/pentagon-off.ts index 693f2395..7807e1c9 100644 --- a/projects/angular-tabler-icons/icons/svg/pentagon-off.ts +++ b/projects/angular-tabler-icons/icons/svg/pentagon-off.ts @@ -1,6 +1,6 @@ export const IconPentagonOff = ` - + diff --git a/projects/angular-tabler-icons/icons/svg/pentagon-plus.ts b/projects/angular-tabler-icons/icons/svg/pentagon-plus.ts new file mode 100644 index 00000000..f86fdbad --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/pentagon-plus.ts @@ -0,0 +1,9 @@ +export const IconPentagonPlus = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/pentagon.ts b/projects/angular-tabler-icons/icons/svg/pentagon.ts index c1a5539b..64f0ea4f 100644 --- a/projects/angular-tabler-icons/icons/svg/pentagon.ts +++ b/projects/angular-tabler-icons/icons/svg/pentagon.ts @@ -1,6 +1,6 @@ export const IconPentagon = ` - + diff --git a/projects/angular-tabler-icons/icons/svg/photo-circle.ts b/projects/angular-tabler-icons/icons/svg/photo-circle.ts new file mode 100644 index 00000000..fd41f764 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/photo-circle.ts @@ -0,0 +1,10 @@ +export const IconPhotoCircle = ` + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/photo-hexagon.ts b/projects/angular-tabler-icons/icons/svg/photo-hexagon.ts new file mode 100644 index 00000000..c3f9b54f --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/photo-hexagon.ts @@ -0,0 +1,10 @@ +export const IconPhotoHexagon = ` + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/photo-pentagon.ts b/projects/angular-tabler-icons/icons/svg/photo-pentagon.ts new file mode 100644 index 00000000..5ca0aee0 --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/photo-pentagon.ts @@ -0,0 +1,10 @@ +export const IconPhotoPentagon = ` + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/photo-square-rounded.ts b/projects/angular-tabler-icons/icons/svg/photo-square-rounded.ts new file mode 100644 index 00000000..343d812d --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/photo-square-rounded.ts @@ -0,0 +1,10 @@ +export const IconPhotoSquareRounded = ` + + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/square-plus.ts b/projects/angular-tabler-icons/icons/svg/square-plus.ts index cae4767d..0429586d 100644 --- a/projects/angular-tabler-icons/icons/svg/square-plus.ts +++ b/projects/angular-tabler-icons/icons/svg/square-plus.ts @@ -1,8 +1,8 @@ export const IconSquarePlus = ` - - - + + + diff --git a/projects/angular-tabler-icons/icons/svg/square-rounded-plus.ts b/projects/angular-tabler-icons/icons/svg/square-rounded-plus.ts index d0c3a27c..4400486f 100644 --- a/projects/angular-tabler-icons/icons/svg/square-rounded-plus.ts +++ b/projects/angular-tabler-icons/icons/svg/square-rounded-plus.ts @@ -1,8 +1,8 @@ export const IconSquareRoundedPlus = ` - - - + + + diff --git a/projects/angular-tabler-icons/icons/svg/user-hexagon.ts b/projects/angular-tabler-icons/icons/svg/user-hexagon.ts new file mode 100644 index 00000000..056de07a --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/user-hexagon.ts @@ -0,0 +1,9 @@ +export const IconUserHexagon = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/user-pentagon.ts b/projects/angular-tabler-icons/icons/svg/user-pentagon.ts new file mode 100644 index 00000000..8ee36a5f --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/user-pentagon.ts @@ -0,0 +1,9 @@ +export const IconUserPentagon = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/user-square-rounded.ts b/projects/angular-tabler-icons/icons/svg/user-square-rounded.ts new file mode 100644 index 00000000..1100813c --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/user-square-rounded.ts @@ -0,0 +1,9 @@ +export const IconUserSquareRounded = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/user-square.ts b/projects/angular-tabler-icons/icons/svg/user-square.ts new file mode 100644 index 00000000..b128f53b --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/user-square.ts @@ -0,0 +1,9 @@ +export const IconUserSquare = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/icons/svg/vs.ts b/projects/angular-tabler-icons/icons/svg/vs.ts new file mode 100644 index 00000000..b1be2d5a --- /dev/null +++ b/projects/angular-tabler-icons/icons/svg/vs.ts @@ -0,0 +1,9 @@ +export const IconVs = ` + + + + + + + +` \ No newline at end of file diff --git a/projects/angular-tabler-icons/package.json b/projects/angular-tabler-icons/package.json index 19904c57..858c3478 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.30.0", + "version": "2.31.0", "description": "Tabler Icons components library for your Angular applications", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index 6af4242b..d6cffca0 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.30.0": - version "2.30.0" - resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-2.30.0.tgz#4ea3c4da56fd5653bb9d0be0dc7feaa33602555c" - integrity sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg== +"@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== "@tootallnate/once@2": version "2.0.0"