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