UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (34 loc) 1.62 kB
/** * 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. */ import Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:data--warehousing/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 DataWarehousing = /*#__PURE__*/ React.forwardRef(function DataWarehousing({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M23,31.36H9c-0.199,0-0.36-0.161-0.36-0.36 v-3.64H1c-0.199,0-0.36-0.161-0.36-0.36V5c0-0.199,0.161-0.36,0.36-0.36h7.64V1c0-0.199,0.161-0.36,0.36-0.36h14 c0.199,0,0.36,0.161,0.36,0.36v3.64H31c0.199,0,0.36,0.161,0.36,0.36v22c0,0.199-0.161,0.36-0.36,0.36h-7.64V31 C23.36,31.199,23.199,31.36,23,31.36z M9.36,30.64h13.28V1.36H9.36V30.64z M23.36,26.64h7.279V5.36H23.36v2.28H27v0.72h-3.64v2.28 H27v0.72h-3.64v2.28H27v0.72h-3.64V26.64z M1.36,26.64h7.28V14.36H5v-0.72h3.64v-2.28H5v-0.72h3.64V8.36H5V7.64h3.64V5.36H1.36 V26.64z M20,10.36h-8V9.64h8V10.36z M20,7.36h-8V6.64h8V7.36z M20,4.36h-8V3.64h8V4.36z" }), children] }); }); //#endregion export { DataWarehousing as default };