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