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