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