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