import React, { FunctionComponent, SVGAttributes } from "react"; export type SvgProps = SVGAttributes; export const Svg: FunctionComponent = (props: SvgProps) => ( );