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