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