Skip to content

Commit b7db170

Browse files
committed
Icon size
1 parent eb14e57 commit b7db170

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/app/components/icons/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ export const AccountIcon = ({ className }: { className?: string }) => (
275275

276276
export const BookmarkIcon = ({ className }: { className?: string }) => (
277277
<svg
278-
width="13"
279-
height="18"
278+
width="20"
279+
height="20"
280280
viewBox="0 0 18 18"
281281
xmlns="http://www.w3.org/2000/svg"
282282
className={className}
@@ -292,8 +292,8 @@ export const BookmarkIcon = ({ className }: { className?: string }) => (
292292

293293
export const FilledBookmarkIcon = ({ className }: { className?: string }) => (
294294
<svg
295-
width="13"
296-
height="18"
295+
width="20"
296+
height="20"
297297
viewBox="0 0 18 18"
298298
xmlns="http://www.w3.org/2000/svg"
299299
className={className}
@@ -310,8 +310,8 @@ export const FilledBookmarkIcon = ({ className }: { className?: string }) => (
310310
export const Spinner = ({ className }: { className?: string }) => (
311311
<svg
312312
viewBox="0 0 32 32"
313-
width="1em"
314-
height="1em"
313+
width="20"
314+
height="20"
315315
className={className}
316316
focusable="false"
317317
aria-hidden="true"

0 commit comments

Comments
 (0)