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