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