@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.52 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.
*/
import { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const EngagementInclusion_01 = /*#__PURE__*/React.forwardRef(function EngagementInclusion_01({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _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: "M20.36,23h-0.72v-3.75\tc0-1.692-1.15-3.146-2.797-3.537c-0.15-0.036-0.261-0.163-0.275-0.317s0.071-0.299,0.212-0.362c0.675-0.3,1.111-1,1.111-1.784\tc0-1.06-0.83-1.89-1.89-1.89s-1.89,0.831-1.89,1.89c0,0.783,0.436,1.483,1.111,1.784c0.141,0.063,0.226,0.208,0.212,0.362\ts-0.125,0.281-0.275,0.317c-1.647,0.391-2.798,1.846-2.798,3.537V23h-0.72v-3.75c0-1.766,1.046-3.316,2.62-3.995\tc-0.544-0.495-0.87-1.22-0.87-2.005c0-1.031,0.569-1.905,1.417-2.332c0.055-0.179,0.083-0.403,0.083-0.668\tc0-1.06-0.831-1.89-1.89-1.89s-1.89,0.831-1.89,1.89c0,0.783,0.436,1.483,1.111,1.784c0.141,0.063,0.226,0.208,0.212,0.362\ts-0.125,0.281-0.275,0.317C10.51,13.104,9.36,14.558,9.36,16.25V20H8.64v-3.75c0-1.766,1.046-3.316,2.62-3.995\tc-0.544-0.495-0.87-1.22-0.87-2.005c0-1.463,1.146-2.61,2.61-2.61s2.61,1.146,2.61,2.61c0,0.15-0.007,0.29-0.021,0.421\tc0.268-0.041,0.556-0.041,0.823,0C16.397,10.54,16.39,10.4,16.39,10.25c0-1.463,1.146-2.61,2.61-2.61s2.61,1.146,2.61,2.61\tc0,0.785-0.326,1.51-0.87,2.005c1.574,0.679,2.62,2.229,2.62,3.995V20h-0.72v-3.75c0-1.692-1.15-3.146-2.797-3.537\tc-0.15-0.036-0.261-0.163-0.275-0.317s0.071-0.299,0.212-0.362c0.675-0.3,1.11-1,1.11-1.784c0-1.06-0.83-1.89-1.89-1.89\ts-1.89,0.831-1.89,1.89c0,0.266,0.027,0.49,0.082,0.668c0.849,0.426,1.418,1.3,1.418,2.332c0,0.785-0.326,1.51-0.87,2.005\tc1.574,0.679,2.62,2.229,2.62,3.995V23z M16,30.64C7.927,30.64,1.36,24.072,1.36,16C1.36,7.927,7.927,1.36,16,1.36\tc8.072,0,14.64,6.567,14.64,14.64c0,4.402-1.915,8.465-5.279,11.257V22H24.64v6.36H31v-0.72h-4.978\tc3.406-2.923,5.338-7.11,5.338-11.64c0-8.47-6.89-15.36-15.36-15.36S0.64,7.53,0.64,16S7.53,31.36,16,31.36V30.64z"
})), children);
});
export { EngagementInclusion_01 as default };