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