import type { SVGProps } from "react"; const SvgCameraIcon = (props: SVGProps) => ( ); export default SvgCameraIcon;