@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.68 kB
JavaScript
/**
* 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.
*/
;
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;
const AutomateModularManagement = /*#__PURE__*/React.forwardRef(function AutomateModularManagement({
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: "M13.681,0.995c-2.674-0.717-5.464-0.349-7.86,1.035\tc-2.396,1.383-4.11,3.617-4.826,6.29s-0.349,5.464,1.035,7.86c1.917,3.32,5.405,5.177,8.988,5.177c1.756,0,3.535-0.446,5.162-1.386\tc4.946-2.855,6.647-9.204,3.792-14.15C18.587,3.425,16.354,1.711,13.681,0.995z M18.86,16.578V9.623h-0.72v7.853\tc-0.654,0.724-1.431,1.358-2.321,1.872c-1.797,1.037-3.795,1.425-5.715,1.246l6.019-3.476l-0.36-0.624l-6.794,3.922\tc-2.568-0.555-4.901-2.148-6.315-4.598c-0.151-0.262-0.29-0.53-0.415-0.802l6.024,3.478l0.36-0.623l-6.804-3.928\tC1.255,12.195,1.204,10.32,1.69,8.505c0.302-1.126,0.794-2.169,1.45-3.093v6.964h0.72V4.519C4.523,3.79,5.303,3.16,6.181,2.653\tc1.797-1.038,3.792-1.431,5.715-1.246L5.877,4.881l0.36,0.624l6.793-3.923c2.568,0.556,4.902,2.149,6.316,4.599\tc0.151,0.263,0.29,0.53,0.414,0.801l-6.024-3.478l-0.36,0.624l6.801,3.926C21.114,10.968,20.587,14.135,18.86,16.578z M18.86,26.676\tV21h-0.72v5.676c-1.13,0.175-2,1.146-2,2.324c0,1.302,1.058,2.36,2.36,2.36s2.36-1.059,2.36-2.36\tC20.86,27.822,19.99,26.851,18.86,26.676z M18.5,30.64c-0.904,0-1.64-0.735-1.64-1.64s0.736-1.64,1.64-1.64s1.64,0.735,1.64,1.64\tS19.404,30.64,18.5,30.64z M28.86,26.676V11.981c0-0.128-0.069-0.248-0.181-0.312l-5.163-2.981l-0.359,0.624l4.982,2.877v14.487\tc-1.13,0.175-2,1.146-2,2.324c0,1.302,1.059,2.36,2.36,2.36s2.36-1.059,2.36-2.36C30.86,27.822,29.99,26.851,28.86,26.676z M28.5,30.64c-0.904,0-1.64-0.735-1.64-1.64s0.735-1.64,1.64-1.64s1.64,0.735,1.64,1.64S29.404,30.64,28.5,30.64z M8.86,26.676V23\tH8.14v3.676c-1.13,0.175-2,1.146-2,2.324c0,1.302,1.059,2.36,2.36,2.36s2.36-1.059,2.36-2.36C10.86,27.822,9.99,26.851,8.86,26.676z M8.5,30.64c-0.904,0-1.64-0.735-1.64-1.64s0.736-1.64,1.64-1.64s1.64,0.735,1.64,1.64S9.404,30.64,8.5,30.64z"
})), children);
});
module.exports = AutomateModularManagement;