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