/// <reference types="react" />
import { SvgProps } from '../@types';
declare const CameraIcon: ({ size, fill, style, className, }: SvgProps) => JSX.Element;
export default CameraIcon;
