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