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