import * as React from "react"; import { SVGProps } from "react"; const SvgShredder = (props: SVGProps) => ( ); export default SvgShredder;