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