diff --git a/src/components/Icon/Icon-v2.stories.tsx b/src/components/Icon/Icon-v2.stories.tsx index 23f5a0c6d..f4a673dcd 100644 --- a/src/components/Icon/Icon-v2.stories.tsx +++ b/src/components/Icon/Icon-v2.stories.tsx @@ -141,4 +141,7 @@ const IconsInGrid = (args: IconProps) => ( */ export const IconGrid: Story = { render: (args) => , + parameters: { + layout: 'padded', + }, }; diff --git a/src/components/Icon/__snapshots__/Icon-v2.test.ts.snap b/src/components/Icon/__snapshots__/Icon-v2.test.ts.snap index eeecc1670..6b1f4363d 100644 --- a/src/components/Icon/__snapshots__/Icon-v2.test.ts.snap +++ b/src/components/Icon/__snapshots__/Icon-v2.test.ts.snap @@ -1442,6 +1442,26 @@ exports[` (v2) IconGrid story renders snapshot 1`] = ` lock-open +
  • + + + logout + +
  • @@ -1762,6 +1782,26 @@ exports[` (v2) IconGrid story renders snapshot 1`] = ` question-mark-encircled
  • +
  • + + + redo + +
  • @@ -1802,6 +1842,26 @@ exports[` (v2) IconGrid story renders snapshot 1`] = ` search
  • +
  • + + + seat + +
  • @@ -1893,7 +1953,7 @@ exports[` (v2) IconGrid story renders snapshot 1`] = ` xmlns="http://www.w3.org/2000/svg" > (v2) IconGrid story renders snapshot 1`] = ` xmlns="http://www.w3.org/2000/svg" > (v2) IconGrid story renders snapshot 1`] = ` trend-up
  • +
  • + + + undo + +
  • @@ -2122,6 +2202,26 @@ exports[` (v2) IconGrid story renders snapshot 1`] = ` unfold-more
  • +
  • + + + upload + +
  • diff --git a/src/icons/spritemap-v2.tsx b/src/icons/spritemap-v2.tsx index 32de0d873..1ef6b941c 100644 --- a/src/icons/spritemap-v2.tsx +++ b/src/icons/spritemap-v2.tsx @@ -431,6 +431,12 @@ const icons = { ), }, + logout: { + viewBox: '0 0 24 24', + content: ( + + ), + }, lotus: { viewBox: '0 0 24 24', content: ( @@ -509,7 +515,6 @@ const icons = { ), }, - 'play-arrow': { viewBox: '0 0 24 24', content: ( @@ -528,6 +533,12 @@ const icons = { ), }, + redo: { + viewBox: '0 0 24 24', + content: ( + + ), + }, remove: { viewBox: '0 0 24 24', content: ( @@ -540,6 +551,12 @@ const icons = { ), }, + seat: { + viewBox: '0 0 24 24', + content: ( + + ), + }, send: { viewBox: '0 0 24 24', content: ( @@ -567,13 +584,13 @@ const icons = { star: { viewBox: '0 0 24 24', content: ( - + ), }, 'star-filled': { viewBox: '0 0 24 24', content: ( - + ), }, 'swap-vertical': { @@ -630,13 +647,24 @@ const icons = { ), }, - + undo: { + viewBox: '0 0 24 24', + content: ( + + ), + }, 'unfold-more': { viewBox: '0 0 24 24', content: ( ), }, + upload: { + viewBox: '0 0 24 24', + content: ( + + ), + }, video: { viewBox: '0 0 24 24', content: (