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