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