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