Skip to content

Commit cc79c1c

Browse files
committed
fix: sun icon viewbox
1 parent 233e61a commit cc79c1c

File tree

1 file changed

+1
-1
lines changed
  • src/components/primitives/Icon/Icons

1 file changed

+1
-1
lines changed

src/components/primitives/Icon/Icons/Sun.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createIcon } from '../createIcon';
33
import { G, Path } from '../nbSvg';
44

55
export const SunIcon = createIcon({
6-
viewBox: '0 0 20 20',
6+
viewBox: '0 0 24 24',
77
path: (
88
<G>
99
<Path d="M11.9996 7.21094C9.36096 7.21094 7.22266 9.34924 7.22266 11.9879C7.22266 14.6265 9.36096 16.7648 11.9996 16.7648C14.6382 16.7648 16.7765 14.6265 16.7765 11.9879C16.7765 9.34924 14.6382 7.21094 11.9996 7.21094ZM11.9996 14.7715C10.462 14.7715 9.21437 13.5255 9.21437 11.9863C9.21437 10.4487 10.462 9.20265 11.9996 9.20265C13.5356 9.20265 14.7832 10.4487 14.7832 11.9863C14.7832 13.5255 13.5356 14.7715 11.9996 14.7715Z" />

0 commit comments

Comments
 (0)