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