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