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