Skip to content

Commit 239d2bd

Browse files
author
Dominic Nguyen
authored
Merge pull request #388 from storybookjs/update-remaining-icons
Update remaining icons
2 parents e16eb8a + 3b713c4 commit 239d2bd

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

src/components/shared/icons.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,18 @@ export const icons = {
383383
circle: <path d="M14 7A7 7 0 1 1 0 7a7 7 0 0 1 14 0Z" />,
384384
bookmarkhollow: (
385385
<>
386-
<path d="M3 1.5c0-.28.22-.5.5-.5h7c.28 0 .5.22.5.5v12a.5.5 0 0 1-.5.5.5.5 0 0 1-.35-.15L7 10.71l-3.15 3.14a.5.5 0 0 1-.35.15.5.5 0 0 1-.5-.5v-12Zm3.65 8.15c.2-.2.5-.2.7 0L10 12.29V2H4v10.3l2.65-2.65Z" />
386+
<path
387+
fillRule="evenodd"
388+
d="M3.5 0h7c.28 0 .5.22.5.5v13a.5.5 0 0 1-.45.5.46.46 0 0 1-.38-.12L7 11.16l-3.17 2.72a.46.46 0 0 1-.38.12.5.5 0 0 1-.45-.5V.5c0-.28.22-.5.5-.5ZM4 12.41l2.66-2.28a.45.45 0 0 1 .38-.13c.1.01.2.05.29.12l2.67 2.3V1H4v11.41Z"
389+
/>
387390
</>
388391
),
389392
bookmark: (
390393
<>
391-
<path d="M3 1.5c0-.28.22-.5.5-.5h7c.28 0 .5.22.5.5v12a.5.5 0 0 1-.5.5.5.5 0 0 1-.35-.15L7 10.71l-3.15 3.14a.5.5 0 0 1-.35.15.5.5 0 0 1-.5-.5v-12Z" />
394+
<path
395+
fillRule="evenodd"
396+
d="M3.5 0h7c.28 0 .5.22.5.5v13a.5.5 0 0 1-.45.5.46.46 0 0 1-.38-.12L7 11.16l-3.17 2.72a.46.46 0 0 1-.38.12.5.5 0 0 1-.45-.5V.5c0-.28.22-.5.5-.5Z"
397+
/>
392398
</>
393399
),
394400
hearthollow: (
@@ -1138,7 +1144,7 @@ export const icons = {
11381144
<>
11391145
<path
11401146
fillRule="evenodd"
1141-
d="M6.59 4.5 5.09 3H2v8h10V4.5H6.59Zm.41-1L5.8 2.3a1 1 0 0 0-.71-.3H1.5a.5.5 0 0 0-.5.5v9c0 .28.22.5.5.5h11a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H7Z"
1147+
d="M6.59 3.5 5.09 2H1v9h12V3.5H6.59Zm.41-1L5.8 1.3a1 1 0 0 0-.71-.3H.5a.5.5 0 0 0-.5.5v10c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H7Z"
11421148
/>
11431149
</>
11441150
),

0 commit comments

Comments
 (0)