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