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