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