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