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