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