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