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