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