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