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