UNPKG

@storybook/design-system

Version:
8 lines 259 B
import { SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } declare const SvgIe: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element; export default SvgIe; //# sourceMappingURL=Ie.d.ts.map