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