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