import { SVGAttributes } from 'react'; import { DefaultTheme } from 'styled-components'; import { SpaceProps } from 'styled-system'; export interface SvgProps extends SVGAttributes, SpaceProps { theme?: DefaultTheme; spin?: boolean; fill?: string; opac?: boolean; }