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