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