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