@updevs/icons 1.0.5 → 1.0.9
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/.eslintrc.json +43 -0
- package/README.md +2 -23
- package/jest.config.ts +22 -0
- package/ng-package.json +7 -0
- package/package.json +14 -27
- package/project.json +40 -0
- package/src/assets/hero-icons/icons.ts +3075 -0
- package/src/assets/hero-icons/icons.type.ts +2 -0
- package/src/assets/hero-icons/v2.1.5.txt +1 -0
- package/src/assets/tabler-icons/icons.ts +5 -0
- package/src/assets/tabler-icons/icons.type.ts +2 -0
- package/src/assets/tabler-icons/v3.11.0.txt +1 -0
- package/src/lib/icon/base-icon.component.html +3 -0
- package/src/lib/icon/base-icon.component.ts +32 -0
- package/src/lib/icon/hero-icon/hero-icon.component.scss +15 -0
- package/src/lib/icon/hero-icon/hero-icon.component.spec.ts +23 -0
- package/src/lib/icon/hero-icon/hero-icon.component.ts +45 -0
- package/src/lib/icon/icon/icon.component.html +13 -0
- package/src/lib/icon/icon/icon.component.scss +0 -0
- package/src/lib/icon/icon/icon.component.spec.ts +21 -0
- package/src/lib/icon/icon/icon.component.ts +60 -0
- package/src/lib/icon/models/content-icon.model.ts +7 -0
- package/{lib/icon/models/icon.model.d.ts → src/lib/icon/models/icon.model.ts} +8 -2
- package/src/lib/icon/tabler-icon/tabler-icon.component.scss +0 -0
- package/src/lib/icon/tabler-icon/tabler-icon.component.spec.ts +21 -0
- package/src/lib/icon/tabler-icon/tabler-icon.component.ts +58 -0
- package/src/lib/icon/types/weight.type.ts +1 -0
- package/src/lib/upd-icons.module.ts +21 -0
- package/{public-api.d.ts → src/public-api.ts} +3 -0
- package/src/test-setup.ts +8 -0
- package/tsconfig.json +29 -0
- package/tsconfig.lib.json +18 -0
- package/tsconfig.lib.prod.json +9 -0
- package/tsconfig.spec.json +16 -0
- package/assets/hero-icons/icons.d.ts +0 -4
- package/assets/hero-icons/icons.type.d.ts +0 -1
- package/assets/tabler-icons/icons.d.ts +0 -4
- package/assets/tabler-icons/icons.type.d.ts +0 -1
- package/esm2022/assets/hero-icons/icons.mjs +0 -4241
- package/esm2022/assets/hero-icons/icons.type.mjs +0 -2
- package/esm2022/assets/tabler-icons/icons.mjs +0 -50101
- package/esm2022/assets/tabler-icons/icons.type.mjs +0 -2
- package/esm2022/index.mjs +0 -2
- package/esm2022/lib/icon/base-icon.component.mjs +0 -40
- package/esm2022/lib/icon/hero-icon/hero-icon.component.mjs +0 -50
- package/esm2022/lib/icon/icon/icon.component.mjs +0 -60
- package/esm2022/lib/icon/models/content-icon.model.mjs +0 -6
- package/esm2022/lib/icon/models/icon.model.mjs +0 -2
- package/esm2022/lib/icon/tabler-icon/tabler-icon.component.mjs +0 -31
- package/esm2022/lib/icon/types/icon-library.type.mjs +0 -2
- package/esm2022/lib/icon/types/size.type.mjs +0 -2
- package/esm2022/lib/icon/types/structure.type.mjs +0 -2
- package/esm2022/lib/upd-icons.module.mjs +0 -30
- package/esm2022/public-api.mjs +0 -12
- package/esm2022/updevs-icons.mjs +0 -5
- package/fesm2022/updevs-icons.mjs +0 -54549
- package/fesm2022/updevs-icons.mjs.map +0 -1
- package/lib/icon/base-icon.component.d.ts +0 -18
- package/lib/icon/hero-icon/hero-icon.component.d.ts +0 -14
- package/lib/icon/icon/icon.component.d.ts +0 -25
- package/lib/icon/models/content-icon.model.d.ts +0 -7
- package/lib/icon/tabler-icon/tabler-icon.component.d.ts +0 -10
- package/lib/upd-icons.module.d.ts +0 -10
- /package/{index.d.ts → src/index.ts} +0 -0
- /package/{lib/icon/types/icon-library.type.d.ts → src/lib/icon/types/icon-library.type.ts} +0 -0
- /package/{lib/icon/types/size.type.d.ts → src/lib/icon/types/size.type.ts} +0 -0
- /package/{lib/icon/types/structure.type.d.ts → src/lib/icon/types/structure.type.ts} +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
export type HeroIconsType = 'academic-cap'| 'adjustments-horizontal'| 'adjustments-vertical'| 'archive-box-arrow-down'| 'archive-box-x-mark'| 'archive-box'| 'arrow-down-circle'| 'arrow-down-left'| 'arrow-down-on-square-stack'| 'arrow-down-on-square'| 'arrow-down-right'| 'arrow-down-tray'| 'arrow-down'| 'arrow-left-circle'| 'arrow-left-end-on-rectangle'| 'arrow-left-on-rectangle'| 'arrow-left-start-on-rectangle'| 'arrow-left'| 'arrow-long-down'| 'arrow-long-left'| 'arrow-long-right'| 'arrow-long-up'| 'arrow-path-rounded-square'| 'arrow-path'| 'arrow-right-circle'| 'arrow-right-end-on-rectangle'| 'arrow-right-on-rectangle'| 'arrow-right-start-on-rectangle'| 'arrow-right'| 'arrow-small-down'| 'arrow-small-left'| 'arrow-small-right'| 'arrow-small-up'| 'arrow-top-right-on-square'| 'arrow-trending-down'| 'arrow-trending-up'| 'arrow-turn-down-left'| 'arrow-turn-down-right'| 'arrow-turn-left-down'| 'arrow-turn-left-up'| 'arrow-turn-right-down'| 'arrow-turn-right-up'| 'arrow-turn-up-left'| 'arrow-turn-up-right'| 'arrow-up-circle'| 'arrow-up-left'| 'arrow-up-on-square-stack'| 'arrow-up-on-square'| 'arrow-up-right'| 'arrow-up-tray'| 'arrow-up'| 'arrow-uturn-down'| 'arrow-uturn-left'| 'arrow-uturn-right'| 'arrow-uturn-up'| 'arrows-pointing-in'| 'arrows-pointing-out'| 'arrows-right-left'| 'arrows-up-down'| 'at-symbol'| 'backspace'| 'backward'| 'banknotes'| 'bars-2'| 'bars-3-bottom-left'| 'bars-3-bottom-right'| 'bars-3-center-left'| 'bars-3'| 'bars-4'| 'bars-arrow-down'| 'bars-arrow-up'| 'battery-0'| 'battery-100'| 'battery-50'| 'beaker'| 'bell-alert'| 'bell-slash'| 'bell-snooze'| 'bell'| 'bold'| 'bolt-slash'| 'bolt'| 'book-open'| 'bookmark-slash'| 'bookmark-square'| 'bookmark'| 'briefcase'| 'bug-ant'| 'building-library'| 'building-office-2'| 'building-office'| 'building-storefront'| 'cake'| 'calculator'| 'calendar-date-range'| 'calendar-days'| 'calendar'| 'camera'| 'chart-bar-square'| 'chart-bar'| 'chart-pie'| 'chat-bubble-bottom-center-text'| 'chat-bubble-bottom-center'| 'chat-bubble-left-ellipsis'| 'chat-bubble-left-right'| 'chat-bubble-left'| 'chat-bubble-oval-left-ellipsis'| 'chat-bubble-oval-left'| 'check-badge'| 'check-circle'| 'check'| 'chevron-double-down'| 'chevron-double-left'| 'chevron-double-right'| 'chevron-double-up'| 'chevron-down'| 'chevron-left'| 'chevron-right'| 'chevron-up-down'| 'chevron-up'| 'circle-stack'| 'clipboard-document-check'| 'clipboard-document-list'| 'clipboard-document'| 'clipboard'| 'clock'| 'cloud-arrow-down'| 'cloud-arrow-up'| 'cloud'| 'code-bracket-square'| 'code-bracket'| 'cog-6-tooth'| 'cog-8-tooth'| 'cog'| 'command-line'| 'computer-desktop'| 'cpu-chip'| 'credit-card'| 'cube-transparent'| 'cube'| 'currency-bangladeshi'| 'currency-dollar'| 'currency-euro'| 'currency-pound'| 'currency-rupee'| 'currency-yen'| 'cursor-arrow-rays'| 'cursor-arrow-ripple'| 'device-phone-mobile'| 'device-tablet'| 'divide'| 'document-arrow-down'| 'document-arrow-up'| 'document-chart-bar'| 'document-check'| 'document-currency-bangladeshi'| 'document-currency-dollar'| 'document-currency-euro'| 'document-currency-pound'| 'document-currency-rupee'| 'document-currency-yen'| 'document-duplicate'| 'document-magnifying-glass'| 'document-minus'| 'document-plus'| 'document-text'| 'document'| 'ellipsis-horizontal-circle'| 'ellipsis-horizontal'| 'ellipsis-vertical'| 'envelope-open'| 'envelope'| 'equals'| 'exclamation-circle'| 'exclamation-triangle'| 'eye-dropper'| 'eye-slash'| 'eye'| 'face-frown'| 'face-smile'| 'film'| 'finger-print'| 'fire'| 'flag'| 'folder-arrow-down'| 'folder-minus'| 'folder-open'| 'folder-plus'| 'folder'| 'forward'| 'funnel'| 'gif'| 'gift-top'| 'gift'| 'globe-alt'| 'globe-americas'| 'globe-asia-australia'| 'globe-europe-africa'| 'h1'| 'h2'| 'h3'| 'hand-raised'| 'hand-thumb-down'| 'hand-thumb-up'| 'hashtag'| 'heart'| 'home-modern'| 'home'| 'identification'| 'inbox-arrow-down'| 'inbox-stack'| 'inbox'| 'information-circle'| 'italic'| 'key'| 'language'| 'lifebuoy'| 'light-bulb'| 'link-slash'| 'link'| 'list-bullet'| 'lock-closed'| 'lock-open'| 'magnifying-glass-circle'| 'magnifying-glass-minus'| 'magnifying-glass-plus'| 'magnifying-glass'| 'map-pin'| 'map'| 'megaphone'| 'microphone'| 'minus-circle'| 'minus-small'| 'minus'| 'moon'| 'musical-note'| 'newspaper'| 'no-symbol'| 'numbered-list'| 'paint-brush'| 'paper-airplane'| 'paper-clip'| 'pause-circle'| 'pause'| 'pencil-square'| 'pencil'| 'percent-badge'| 'phone-arrow-down-left'| 'phone-arrow-up-right'| 'phone-x-mark'| 'phone'| 'photo'| 'play-circle'| 'play-pause'| 'play'| 'plus-circle'| 'plus-small'| 'plus'| 'power'| 'presentation-chart-bar'| 'presentation-chart-line'| 'printer'| 'puzzle-piece'| 'qr-code'| 'question-mark-circle'| 'queue-list'| 'radio'| 'receipt-percent'| 'receipt-refund'| 'rectangle-group'| 'rectangle-stack'| 'rocket-launch'| 'rss'| 'scale'| 'scissors'| 'server-stack'| 'server'| 'share'| 'shield-check'| 'shield-exclamation'| 'shopping-bag'| 'shopping-cart'| 'signal-slash'| 'signal'| 'slash'| 'sparkles'| 'speaker-wave'| 'speaker-x-mark'| 'square-2-stack'| 'square-3-stack-3d'| 'squares-2x2'| 'squares-plus'| 'star'| 'stop-circle'| 'stop'| 'strikethrough'| 'sun'| 'swatch'| 'table-cells'| 'tag'| 'ticket'| 'trash'| 'trophy'| 'truck'| 'tv'| 'underline'| 'user-circle'| 'user-group'| 'user-minus'| 'user-plus'| 'user'| 'users'| 'variable'| 'video-camera-slash'| 'video-camera'| 'view-columns'| 'viewfinder-circle'| 'wallet'| 'wifi'| 'window'| 'wrench-screwdriver'| 'wrench'| 'x-circle'| 'x-mark';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
heroicons version '2.1.5'
|