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