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 e28c1bc commit 1bfa6e5Copy full SHA for 1bfa6e5
src/icons/Info/InfoCircle.tsx
@@ -1,10 +1,11 @@
1
import { DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
2
+import { WHITE } from '../../theme/colors';
3
import { IconProps } from '../types';
4
5
export function InfoCircleIcon({
6
width = DEFAULT_WIDTH,
7
height = DEFAULT_HEIGHT,
- fill = 'currentColor',
8
+ fill = WHITE,
9
...props
10
}: IconProps): JSX.Element {
11
return (
0 commit comments