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