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