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