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