UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

45 lines (41 loc) 3.37 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _path2, _path3, _path4, _path5, _path6; const MachineLearning_02 = /*#__PURE__*/React.forwardRef(function MachineLearning_02({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M12.86,8.5c0-1.025-0.834-1.86-1.86-1.86S9.14,7.475,9.14,8.5s0.834,1.86,1.86,1.86c0.413,0,0.791-0.14,1.1-0.368 l3.54,3.17V19h0.72v-6.161L12.585,9.46C12.756,9.178,12.86,8.852,12.86,8.5z M11,9.64c-0.628,0-1.14-0.512-1.14-1.14 S10.372,7.36,11,7.36s1.14,0.512,1.14,1.14S11.628,9.64,11,9.64z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M13.36,18.5c0-1.025-0.834-1.86-1.86-1.86s-1.86,0.834-1.86,1.86s0.834,1.86,1.86,1.86c0.453,0,0.862-0.169,1.185-0.439 l2.955,2.256V31h0.72v-9.178l-3.222-2.46C13.275,19.103,13.36,18.813,13.36,18.5z M11.5,19.64c-0.628,0-1.14-0.511-1.14-1.14 s0.512-1.14,1.14-1.14s1.14,0.511,1.14,1.14S12.128,19.64,11.5,19.64z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M19.86,5.5c0-1.025-0.835-1.86-1.86-1.86s-1.86,0.834-1.86,1.86c0,0.902,0.646,1.655,1.5,1.823V31h0.721V7.323 C19.214,7.155,19.86,6.402,19.86,5.5z M18,6.64c-0.629,0-1.14-0.512-1.14-1.14S17.371,4.36,18,4.36s1.14,0.512,1.14,1.14 S18.629,6.64,18,6.64z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M23,21.64c-1.025,0-1.86,0.835-1.86,1.86c0,0.311,0.084,0.6,0.219,0.857l-1.719,1.478V31h0.721v-4.835l1.451-1.246 C22.135,25.19,22.546,25.36,23,25.36c1.025,0,1.86-0.835,1.86-1.86S24.025,21.64,23,21.64z M23,24.64 c-0.629,0-1.14-0.511-1.14-1.14s0.511-1.14,1.14-1.14s1.14,0.511,1.14,1.14S23.629,24.64,23,24.64z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M23.5,11.64c-1.025,0-1.86,0.834-1.86,1.86c0,0.223,0.046,0.434,0.118,0.633l-2.118,1.695V23h0.721v-6.827l1.774-1.42 c0.34,0.37,0.824,0.607,1.365,0.607c1.025,0,1.86-0.834,1.86-1.86S24.525,11.64,23.5,11.64z M23.5,14.64 c-0.629,0-1.14-0.512-1.14-1.14s0.511-1.14,1.14-1.14s1.14,0.512,1.14,1.14S24.129,14.64,23.5,14.64z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M17.5,0.64c-6.509,0-11.81,5.271-11.86,11.768l-3.238,5.983c-0.212,0.425-0.19,0.92,0.059,1.323 c0.25,0.404,0.682,0.646,1.157,0.646H5.64V23c0,3.456,3.684,6.164,7,6.35V31h0.72v-2.36H13c-3.071,0-6.64-2.463-6.64-5.64v-3.36 H3.618c-0.227,0-0.425-0.11-0.544-0.303c-0.119-0.193-0.129-0.42-0.034-0.613l3.276-6.052L6.36,12.5 c0-6.143,4.998-11.14,11.14-11.14S28.64,6.357,28.64,12.5c0,2.782-1.031,5.446-2.903,7.501l-0.095,0.103L25.64,31h0.721 l0.002-10.618c1.935-2.173,2.998-4.966,2.998-7.882C29.36,5.96,24.04,0.64,17.5,0.64z" })), children); }); module.exports = MachineLearning_02;