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