diff --git a/src/components/Icon/Icon.stories.js b/src/components/Icon/Icon.stories.js index e958587ee..7afae93da 100644 --- a/src/components/Icon/Icon.stories.js +++ b/src/components/Icon/Icon.stories.js @@ -58,17 +58,26 @@ export const iconGallery = { args: { icons: [ + 'Add', 'Announcements', 'AnonymousReview', + 'ArrowLeft', + 'ArrowRight', 'AttachFile', + 'Attention', 'BackButton', 'Bold', + 'Book', 'Bullets', + 'Calendar', 'Cancel', 'Catalog', - 'Complete', 'ChevronDown', + 'ChevronLeft', + 'ChevronRight', 'ChevronUp', + 'Clock', + 'Complete', 'Dashboard', 'DefaultDocument', 'DecreaseTextSize', diff --git a/src/components/Icon/Icon.vue b/src/components/Icon/Icon.vue index 3d9d214c8..a67339d1d 100644 --- a/src/components/Icon/Icon.vue +++ b/src/components/Icon/Icon.vue @@ -36,16 +36,25 @@