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