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