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