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