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