@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 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.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:data--set/index.js
/**
* 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.
*/
const DataSet = /*#__PURE__*/ react.default.forwardRef(function DataSet({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,31.36H4c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h18 c0.096,0,0.188,0.038,0.255,0.105l6,6C28.322,6.813,28.36,6.904,28.36,7v24C28.36,31.199,28.199,31.36,28,31.36z M4.36,30.64h23.28 V7.36H22c-0.199,0-0.36-0.161-0.36-0.36V1.36H4.36V30.64z M22.36,6.64h4.771L22.36,1.869V6.64z M25,27.36H7 c-0.199,0-0.36-0.161-0.36-0.36V11c0-0.199,0.161-0.36,0.36-0.36h18c0.199,0,0.36,0.161,0.36,0.36v16 C25.36,27.199,25.199,27.36,25,27.36z M19.36,26.64h5.279v-3.28H19.36V26.64z M13.36,26.64h5.28v-3.28h-5.28 C13.36,23.36,13.36,26.64,13.36,26.64z M7.36,26.64h5.28v-3.28H7.36V26.64z M19.36,22.64h5.279v-3.28H19.36V22.64z M13.36,22.64 h5.28v-3.28h-5.28C13.36,19.36,13.36,22.64,13.36,22.64z M7.36,22.64h5.28v-3.28H7.36V22.64z M19.36,18.64h5.279v-3.28H19.36V18.64z M13.36,18.64h5.28v-3.28h-5.28C13.36,15.36,13.36,18.64,13.36,18.64z M7.36,18.64h5.28v-3.28H7.36V18.64z M19.36,14.64h5.279v-3.28 H19.36V14.64z M13.36,14.64h5.28v-3.28h-5.28C13.36,11.36,13.36,14.64,13.36,14.64z M7.36,14.64h5.28v-3.28H7.36V14.64z" }), children]
});
});
//#endregion
module.exports = DataSet;