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