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