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