@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.65 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 StorageForResiliency = /*#__PURE__*/React.forwardRef(function StorageForResiliency({
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: "M31,31.36H16\tc-0.199,0-0.36-0.161-0.36-0.36V19c0-0.199,0.161-0.36,0.36-0.36h15c0.199,0,0.36,0.161,0.36,0.36v12\tC31.36,31.199,31.199,31.36,31,31.36z M16.36,30.64h14.28v-3.28H16.36V30.64z M16.36,26.64h14.28v-3.28H16.36V26.64z M16.36,22.64\th14.28v-3.28H16.36V22.64z M13,31.36C6.185,31.36,0.64,25.815,0.64,19V6c0-0.199,0.161-0.36,0.36-0.36\tc4.354,0,8.635-1.784,11.746-4.895c0.141-0.141,0.368-0.141,0.509,0C16.365,3.856,20.646,5.64,25,5.64c0.199,0,0.36,0.161,0.36,0.36\tv11h-0.72V6.356C20.339,6.263,16.134,4.511,13,1.504C9.866,4.511,5.661,6.263,1.36,6.356V19c0,6.418,5.222,11.64,11.64,11.64V31.36z M20,29.36h-2v-0.72h2V29.36z M20,25.36h-2v-0.72h2V25.36z M20,21.36h-2v-0.72h2V21.36z"
})), children);
});
module.exports = StorageForResiliency;