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