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