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