From 9b059f8d0dafdf7fc2cf63ad0aed5a201bdbc5cb Mon Sep 17 00:00:00 2001 From: sercan Date: Thu, 22 Apr 2021 22:05:59 +0300 Subject: [PATCH] (icons/heroicons) Updated heroicons to v1.0.1 --- src/app/mock-api/ui/icons/data.ts | 108 ++++---- src/assets/icons/heroicons-outline.svg | 266 ++++++++++--------- src/assets/icons/heroicons-solid.svg | 350 +++++++++++++------------ 3 files changed, 376 insertions(+), 348 deletions(-) diff --git a/src/app/mock-api/ui/icons/data.ts b/src/app/mock-api/ui/icons/data.ts index 166d4559..9ed2e8b5 100644 --- a/src/app/mock-api/ui/icons/data.ts +++ b/src/app/mock-api/ui/icons/data.ts @@ -4152,87 +4152,91 @@ export const feather = [ 'zoom-in', 'zoom-out' ]; -// heroicons v0.4.2 +// heroicons v1.0.1 - 230 icons export const heroicons = [ 'academic-cap', 'annotation', - 'arrow-circle-down', 'adjustments', + 'archive', + 'arrow-circle-down', 'arrow-circle-left', 'arrow-circle-right', - 'archive', 'arrow-circle-up', 'arrow-down', - 'arrow-narrow-down', 'arrow-left', + 'arrow-narrow-down', 'arrow-narrow-left', 'arrow-narrow-right', - 'arrow-right', 'arrow-narrow-up', + 'arrow-right', + 'arrow-sm-left', + 'arrow-sm-down', + 'arrow-sm-right', + 'arrow-sm-up', 'arrow-up', - 'at-symbol', 'arrows-expand', - 'backspace', + 'at-symbol', 'badge-check', + 'backspace', 'ban', 'beaker', 'bell', 'book-open', 'bookmark-alt', 'bookmark', - 'calendar', 'briefcase', - 'calculator', 'cake', + 'calculator', + 'calendar', 'camera', 'cash', 'chart-bar', 'chart-pie', 'chart-square-bar', 'chat-alt-2', + 'chat-alt', 'chat', 'check-circle', - 'chat-alt', 'check', 'chevron-double-down', 'chevron-double-left', - 'chevron-down', 'chevron-double-up', - 'chevron-left', 'chevron-double-right', + 'chevron-down', + 'chevron-left', 'chevron-right', 'chevron-up', 'chip', 'clipboard-check', 'clipboard-copy', 'clipboard-list', - 'clock', - 'cloud-upload', 'clipboard', + 'clock', 'cloud-download', - 'code', + 'cloud-upload', 'cloud', + 'code', 'cog', 'collection', - 'color-swatch', 'credit-card', + 'color-swatch', 'cube-transparent', 'cube', 'currency-bangladeshi', 'currency-dollar', - 'currency-pound', 'currency-euro', + 'currency-pound', 'currency-rupee', - 'cursor-click', 'currency-yen', + 'cursor-click', 'database', 'desktop-computer', 'device-mobile', 'device-tablet', - 'document-download', 'document-add', - 'document-remove', + 'document-download', 'document-duplicate', + 'document-remove', 'document-report', 'document-search', 'document-text', @@ -4241,81 +4245,81 @@ export const heroicons = [ 'dots-horizontal', 'dots-vertical', 'download', + 'duplicate', 'emoji-happy', 'emoji-sad', - 'duplicate', 'exclamation-circle', 'exclamation', 'external-link', 'eye-off', - 'film', - 'fast-forward', - 'finger-print', 'eye', + 'fast-forward', + 'film', 'filter', + 'finger-print', 'fire', 'flag', 'folder-add', - 'folder-remove', - 'folder-open', - 'folder', 'folder-download', + 'folder-open', + 'folder-remove', + 'folder', 'gift', 'globe-alt', - 'hand', 'globe', + 'hand', 'hashtag', - 'identification', 'heart', 'home', + 'identification', 'inbox-in', 'inbox', 'information-circle', 'key', + 'library', 'light-bulb', 'lightning-bolt', - 'library', 'link', 'location-marker', 'lock-closed', 'lock-open', - 'logout', - 'mail', 'login', - 'map', + 'logout', 'mail-open', + 'mail', + 'map', 'menu-alt-1', + 'menu-alt-2', 'menu-alt-3', 'menu-alt-4', - 'menu-alt-2', 'menu', 'microphone', 'minus-circle', 'minus-sm', 'minus', - 'music-note', 'moon', + 'music-note', 'newspaper', 'office-building', - 'paper-clip', 'paper-airplane', + 'paper-clip', 'pause', 'pencil-alt', 'pencil', 'phone-incoming', 'phone-missed-call', 'phone-outgoing', - 'plus-circle', - 'play', 'photograph', 'phone', + 'play', + 'plus-circle', 'plus-sm', 'plus', 'presentation-chart-bar', - 'puzzle', 'presentation-chart-line', - 'qrcode', 'printer', + 'qrcode', + 'puzzle', 'question-mark-circle', 'receipt-refund', 'receipt-tax', @@ -4327,8 +4331,8 @@ export const heroicons = [ 'save', 'scale', 'scissors', - 'search', 'search-circle', + 'search', 'selector', 'server', 'share', @@ -4338,22 +4342,22 @@ export const heroicons = [ 'shopping-cart', 'sort-ascending', 'sort-descending', - 'sparkles', 'speakerphone', + 'sparkles', 'star', - 'status-offline', 'status-online', + 'status-offline', 'stop', 'sun', 'support', - 'switch-horizontal', 'switch-vertical', + 'switch-horizontal', 'table', 'tag', 'template', - 'thumb-down', 'terminal', 'thumb-up', + 'thumb-down', 'ticket', 'translate', 'trash', @@ -4362,22 +4366,22 @@ export const heroicons = [ 'truck', 'upload', 'user-add', - 'user-circle', 'user-group', - 'user', + 'user-circle', 'user-remove', + 'user', 'users', + 'variable', 'video-camera', 'view-boards', - 'variable', 'view-grid-add', 'view-grid', 'view-list', - 'volume-off', 'volume-up', - 'wifi', + 'volume-off', 'x-circle', - 'x', 'zoom-in', - 'zoom-out' + 'wifi', + 'zoom-out', + 'x' ]; diff --git a/src/assets/icons/heroicons-outline.svg b/src/assets/icons/heroicons-outline.svg index 6d418295..ffcb0f43 100644 --- a/src/assets/icons/heroicons-outline.svg +++ b/src/assets/icons/heroicons-outline.svg @@ -6,57 +6,69 @@ - - + + - - + + - - - + + + - - - + + + + + + - - + + + + + + + + + + + - - - + + + @@ -81,17 +93,17 @@ - - - + + + - - + + @@ -113,23 +125,23 @@ + + + - - - - - + + @@ -140,18 +152,15 @@ - - - - - - + + + @@ -161,24 +170,27 @@ + + + + + + - - - - - - + + + @@ -204,21 +216,21 @@ - - - + + + - - - + + + @@ -231,18 +243,18 @@ - - - - - + + + + + @@ -267,18 +279,18 @@ - - - - - - + + + + + + @@ -288,25 +300,21 @@ - - - - - - + + + - - - + + @@ -314,63 +322,64 @@ - - + + + + + + + + + - - - - - - + + + - - - + + + - - - - - - - - + + + + + @@ -378,9 +387,15 @@ + + + + + + @@ -390,17 +405,17 @@ - - - + + + - - + + @@ -408,9 +423,6 @@ - - - @@ -426,33 +438,30 @@ - - - + + + - - - + + + - - - @@ -462,12 +471,8 @@ - - - - - - + + @@ -475,6 +480,13 @@ + + + + + + + @@ -484,18 +496,18 @@ - - - - - - + + + + + + @@ -517,24 +529,24 @@ - - - + + + - - - + + + @@ -602,12 +614,12 @@ - - - + + + @@ -627,7 +639,7 @@ - + @@ -642,24 +654,24 @@ - - - + + + + + + - - - diff --git a/src/assets/icons/heroicons-solid.svg b/src/assets/icons/heroicons-solid.svg index 1bd3ed23..0b9c1adb 100644 --- a/src/assets/icons/heroicons-solid.svg +++ b/src/assets/icons/heroicons-solid.svg @@ -7,21 +7,18 @@ - - - - - - - - + + + + + @@ -29,70 +26,85 @@ + + + - - - - - - - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - + + + + + + @@ -102,10 +114,6 @@ - - - - @@ -113,20 +121,27 @@ + + + + - - - - - + + - - + + + + + + + + @@ -135,18 +150,15 @@ - - - - - - + + + @@ -154,25 +166,25 @@ - - - - + + + + - - - + + + @@ -196,34 +208,34 @@ - - + + - - - - - - + + + + + + - - - + + + @@ -251,6 +263,12 @@ + + + + + + @@ -258,12 +276,6 @@ - - - - - - @@ -273,12 +285,12 @@ - - - + + + @@ -292,13 +304,13 @@ + + + - - - @@ -310,31 +322,31 @@ - - - + + + + + + - - - - - - - + + + + @@ -346,35 +358,38 @@ + + + + - - - + + + - - - - - - + + + + + @@ -387,20 +402,17 @@ - - - - - - - - + + + + + @@ -411,22 +423,22 @@ + + + - - - - - - + + + @@ -442,12 +454,12 @@ - - - + + + @@ -458,22 +470,25 @@ - - - - - - + + + + + + + + + @@ -482,22 +497,19 @@ - - - + + + - - - @@ -516,32 +528,35 @@ - - - + + + - - + + + + + + + + - - - @@ -549,9 +564,6 @@ - - - @@ -575,15 +587,15 @@ + + + - - - @@ -593,21 +605,21 @@ - - - + + + - - - + + + @@ -617,12 +629,12 @@ - - - + + + @@ -641,49 +653,49 @@ - - - - - + + - - - + + + + + + - - - - - + + + + + + + + - - - @@ -702,25 +714,25 @@ - - - - - - + + + + + +