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