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