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