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