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