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