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