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