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