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