import * as React from 'react'; export interface Camera-316Props extends React.SVGProps { ariaLabel?: string } export default function Camera-316({ ariaLabel, ...props }: Camera-316Props) { return ( ); }