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