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