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