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