import React from "react"; import type { SVGIcon } from "./types"; const Error = (props: SVGIcon) => ( ); export default Error;