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