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