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