Skip to content

Commit 059ac7e

Browse files
Merge pull request #443 from storybookjs/feat_change_twitter_to_x
Feat: Adds icon for X
2 parents 0f2c423 + 0ea57ab commit 059ac7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/shared/icons.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,4 +1479,9 @@ export const icons = {
14791479
<path d="M10.24.04c.13 0 .26.03.38.09L13.5 1.5a.87.87 0 0 1 .5.8v.03-.01 9.39c0 .33-.2.63-.5.78l-2.88 1.38a.87.87 0 0 1-1-.17l-5.5-5.03-2.4 1.83a.58.58 0 0 1-.75-.04l-.77-.7a.58.58 0 0 1 0-.86L2.27 7 .2 5.1a.58.58 0 0 1 0-.86l.77-.7c.21-.2.52-.2.75-.04l2.4 1.83L9.63.3a.87.87 0 0 1 .61-.26Zm.26 3.78L6.32 7l4.18 3.18V3.82Z" />
14801480
</>
14811481
),
1482+
x: (
1483+
<>
1484+
<path d="M10.8.65h2.1l-4.6 5.25L14 12.9h-4.2l-3.3-4.3L2.1 12.9H.3l4.8-5.5L0 .65h4.2l2.9 3.8L10.8.65Zm-.7 10.8h1.1L3.5 1.7H2.3z" />
1485+
</>
1486+
),
14821487
} as const;

0 commit comments

Comments
 (0)