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