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