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