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