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