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