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