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