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