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