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