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