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