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