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