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