File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { DEFAULT_HEIGHT , DEFAULT_WIDTH } from '../../constants/constants' ;
1+ import { DEFAULT_FILL_NONE , DEFAULT_HEIGHT , DEFAULT_WIDTH } from '../../constants/constants' ;
22import { IconProps } from '../types' ;
33
44function CrossCircleIcon ( {
55 width = DEFAULT_WIDTH ,
66 height = DEFAULT_HEIGHT ,
7- fill = 'currentColor' ,
7+ fill = DEFAULT_FILL_NONE ,
88 ...props
99} : IconProps ) : JSX . Element {
1010 return (
@@ -20,7 +20,7 @@ function CrossCircleIcon({
2020 < g clipPath = "url(#a)" >
2121 < path
2222 d = "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59Z"
23- fillOpacity = ".54"
23+ fill = { fill }
2424 />
2525 </ g >
2626 < defs >
You can’t perform that action at this time.
0 commit comments