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