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