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