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