@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.24 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 ObjectStorage = /*#__PURE__*/React.forwardRef(function ObjectStorage({
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: "M28.745,30.255l-6.692-6.693\tc-1.484,1.482-3.456,2.299-5.553,2.299c-4.334,0-7.86-3.526-7.86-7.86s3.526-7.86,7.86-7.86s7.86,3.526,7.86,7.86\tc0,1.859-0.643,3.62-1.821,5.03l6.716,6.715L28.745,30.255z M10.201,21.36c1.204,2.247,3.576,3.779,6.299,3.779\tc1.906,0,3.699-0.742,5.048-2.092c0.507-0.506,0.927-1.074,1.256-1.688H21V20.64h2.138c0.286-0.72,0.454-1.488,0.493-2.279h-2.635\tV17.64h2.635c-0.04-0.801-0.213-1.568-0.497-2.28h-2.138v-0.72h1.803c-1.204-2.248-3.576-3.78-6.299-3.78s-5.095,1.533-6.299,3.78\tH12v0.72H9.866c-0.284,0.711-0.457,1.479-0.497,2.28H12v0.721H9.369c0.04,0.802,0.212,1.568,0.497,2.279H12v0.721L10.201,21.36\tL10.201,21.36z M25,21.36v-0.72c3.11,0,5.64-2.529,5.64-5.64c0-2.919-2.279-5.387-5.19-5.617c-0.179-0.014-0.319-0.157-0.331-0.336\tC24.882,5.297,21.755,2.36,18,2.36c-2.83,0-5.396,1.676-6.537,4.271c-0.077,0.175-0.279,0.258-0.456,0.192\tC10.19,6.516,9.346,6.36,8.498,6.36c-3.936,0-7.138,3.203-7.138,7.14c0,3.76,2.927,6.896,6.664,7.141L7.977,21.36\tC3.863,21.09,0.64,17.638,0.64,13.5c0-4.334,3.525-7.86,7.857-7.86c0.827,0,1.648,0.133,2.448,0.397\tC12.264,3.355,14.997,1.64,18,1.64c4.032,0,7.406,3.075,7.812,7.057C28.947,9.099,31.36,11.811,31.36,15\tC31.36,18.507,28.507,21.36,25,21.36z M18,21.36h-3v-0.72h3V21.36z M18,18.36h-3v-0.72h3V18.36z M18,15.36h-3v-0.72h3V15.36z"
})), children);
});
module.exports = ObjectStorage;