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