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