UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.77 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:sap--hana/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 SapHana = /*#__PURE__*/ React.forwardRef(function SapHana({ 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: "M5,21.36H1c-0.199,0-0.36-0.161-0.36-0.36V5c0-0.199,0.161-0.36,0.36-0.36h30 c0.144,0,0.273,0.085,0.331,0.217c0.057,0.132,0.029,0.285-0.069,0.39l-8.5,9l-0.523-0.494l7.927-8.393H1.36v15.28H5V21.36z M29.36,28v-5c0-0.199-0.161-0.36-0.36-0.36H7c-0.199,0-0.36,0.161-0.36,0.36v5c0,0.199,0.161,0.36,0.36,0.36h22 C29.199,28.36,29.36,28.199,29.36,28z M7.36,23.36h21.28v4.279H7.36V23.36z M27,24.64h-6v0.721h6V24.64z M10,24.64H9v0.721h1V24.64z M12,24.64h-1v0.721h1V24.64z M14,24.64h-1v0.721h1V24.64z M29.36,21v-5c0-0.199-0.161-0.36-0.36-0.36H7 c-0.199,0-0.36,0.161-0.36,0.36v5c0,0.199,0.161,0.36,0.36,0.36h22C29.199,21.36,29.36,21.199,29.36,21z M7.36,16.36h21.28v4.28 H7.36V16.36z M27,17.64h-6v0.721h6V17.64z M10,17.64H9v0.721h1V17.64z M12,17.64h-1v0.721h1V17.64z M14,17.64h-1v0.721h1V17.64z" }), children] }); }); //#endregion export { SapHana as default };