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