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