import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgStrikethrough: (props: SVGProps) => React.JSX.Element; export default SvgStrikethrough; //# sourceMappingURL=Strikethrough.d.ts.map