We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233e61a commit cc79c1cCopy full SHA for cc79c1c
src/components/primitives/Icon/Icons/Sun.tsx
@@ -3,7 +3,7 @@ import { createIcon } from '../createIcon';
3
import { G, Path } from '../nbSvg';
4
5
export const SunIcon = createIcon({
6
- viewBox: '0 0 20 20',
+ viewBox: '0 0 24 24',
7
path: (
8
<G>
9
<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