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