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