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