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