UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.93 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:on-premises--02/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 OnPremises_02 = /*#__PURE__*/ React.forwardRef(function OnPremises_02({ 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: "M31,31.36h-6v-0.72h5.64V1.36H15.36V9h-0.72V1 c0-0.199,0.161-0.36,0.36-0.36h16c0.199,0,0.36,0.161,0.36,0.36v30C31.36,31.199,31.199,31.36,31,31.36z M23,31.36H1 c-0.199,0-0.36-0.161-0.36-0.36V11c0-0.199,0.161-0.36,0.36-0.36h22c0.199,0,0.36,0.161,0.36,0.36v20 C23.36,31.199,23.199,31.36,23,31.36z M1.36,30.64h21.28v-4.28H1.36V30.64z M1.36,25.64h21.28v-4.28H1.36V25.64z M1.36,20.64h21.28 v-4.28H1.36V20.64z M1.36,15.64h21.28v-4.28H1.36V15.64z M21,28.36h-6v-0.72h6V28.36z M5,28.36H3v-0.72h2V28.36z M27.36,25h-0.72v-2 h0.721L27.36,25L27.36,25z M21,23.36h-6v-0.72h6V23.36z M5,23.36H3v-0.72h2V23.36z M27.36,19h-0.72v-2h0.721L27.36,19L27.36,19z M21,18.36h-6v-0.72h6V18.36z M5,18.36H3v-0.72h2V18.36z M21,13.36h-6v-0.72h6V13.36z M5,13.36H3v-0.72h2V13.36z M27.36,13h-0.72v-2 h0.721L27.36,13L27.36,13z M27.36,7h-0.72V5h0.721L27.36,7L27.36,7z M23.36,7h-0.72V5h0.721L23.36,7L23.36,7z M19.36,7h-0.72V5 h0.721L19.36,7L19.36,7z" }), children] }); }); //#endregion export { OnPremises_02 as default };