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