File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,8 +275,8 @@ export const AccountIcon = ({ className }: { className?: string }) => (
275275
276276export 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
293293export 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 }) => (
310310export 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"
You can’t perform that action at this time.
0 commit comments