@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.13 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 Resilience_02 = /*#__PURE__*/React.forwardRef(function Resilience_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: "M16,6.36c1.577,0,2.86-1.283,2.86-2.86\tS17.577,0.64,16,0.64s-2.86,1.283-2.86,2.86S14.423,6.36,16,6.36z M16,1.36c1.18,0,2.14,0.96,2.14,2.14S17.18,5.64,16,5.64\ts-2.14-0.96-2.14-2.14S14.82,1.36,16,1.36z M11.64,17v-5c0-2.404,1.956-4.36,4.36-4.36s4.36,1.956,4.36,4.36v5\tc0,1.469-0.76,2.688-2,3.243V29h-0.72v-9c0-0.151,0.096-0.287,0.238-0.339c1.087-0.393,1.762-1.412,1.762-2.661v-5\tc0-2.007-1.633-3.64-3.64-3.64S12.36,9.993,12.36,12v5c0,1.249,0.675,2.269,1.763,2.661c0.143,0.052,0.237,0.188,0.237,0.339v9\th-0.72v-8.757C12.4,19.688,11.64,18.469,11.64,17z M24.36,29c0,1.55-4.206,2.36-8.36,2.36S7.64,30.55,7.64,29\tc0-1.283,2.699-1.87,4.308-2.106l0.104,0.713C9.505,27.979,8.36,28.646,8.36,29c0,0.557,2.697,1.64,7.64,1.64s7.64-1.083,7.64-1.64\tc0-0.278-1.084-0.973-3.697-1.395l0.115-0.711C21.352,27.104,24.36,27.728,24.36,29z M5.64,17h0.72v1H5.64V17z M5.64,19h0.72v1H5.64\tV19z M5.64,21h0.72v1H5.64V21z M6.36,4.869V16H5.64V4.869L3.254,7.254L2.746,6.746L6,3.491l3.254,3.255L8.746,7.254L6.36,4.869z M25.64,15h0.721v1H25.64V15z M25.64,17h0.721v1H25.64V17z M25.64,19h0.721v1H25.64V19z M28.745,5.254L26.36,2.87V14h-0.72V2.87\tl-2.385,2.385l-0.51-0.509L26,1.491l3.255,3.255L28.745,5.254z"
})), children);
});
module.exports = Resilience_02;