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