@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.21 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 DataStore = /*#__PURE__*/React.forwardRef(function DataStore({
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.5,3.5C28.224,3.5,28,3.276,28,3\ts0.224-0.5,0.5-0.5S29,2.724,29,3S28.776,3.5,28.5,3.5z M29,28c0-0.276-0.224-0.5-0.5-0.5S28,27.724,28,28s0.224,0.5,0.5,0.5\tS29,28.276,29,28z M31,31.36H17c-0.199,0-0.36-0.161-0.36-0.36v-5c0-0.199,0.161-0.36,0.36-0.36h6.64V20\tc0-0.904-0.735-1.64-1.64-1.64h-6v-0.72h6c1.302,0,2.36,1.059,2.36,2.36v5.64H31c0.199,0,0.36,0.161,0.36,0.36v5\tC31.36,31.199,31.199,31.36,31,31.36z M17.36,30.64h13.28v-4.28H17.36V30.64z M25,28.36h-6v-0.72h6V28.36z M14,24.36H1\tc-0.199,0-0.36-0.161-0.36-0.36v-3h0.72v2.64h12.28V21h0.72v3C14.36,24.199,14.199,24.36,14,24.36z M14,20.36H1\tc-0.199,0-0.36-0.161-0.36-0.36v-3h0.72v2.64h12.28V17h0.72v3C14.36,20.199,14.199,20.36,14,20.36z M14,16.36H1\tc-0.199,0-0.36-0.161-0.36-0.36v-3h0.72v2.64h12.28V13h0.72v3C14.36,16.199,14.199,16.36,14,16.36z M22,14.36h-6v-0.72h6\tc0.904,0,1.64-0.736,1.64-1.64V6.36H17c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h14\tc0.199,0,0.36,0.161,0.36,0.36v5c0,0.199-0.161,0.36-0.36,0.36h-6.64V12C24.36,13.301,23.302,14.36,22,14.36z M17.36,5.64h13.28\tV1.36H17.36V5.64z M14,12.36H1c-0.199,0-0.36-0.161-0.36-0.36V8c0-0.199,0.161-0.36,0.36-0.36h13c0.199,0,0.36,0.161,0.36,0.36v4\tC14.36,12.199,14.199,12.36,14,12.36z M1.36,11.64h12.28V8.36H1.36V11.64z M25,3.36h-6V2.64h6V3.36z"
})), children);
});
module.exports = DataStore;