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