@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.22 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:transparent-supply/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 TransparentSupply = /*#__PURE__*/ react.default.forwardRef(function TransparentSupply({ 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: "M30,30.36h-6c-0.199,0-0.36-0.161-0.36-0.36 v-2.64H8.5c-3.231,0-5.86-2.629-5.86-5.86s2.628-5.86,5.86-5.86H10v0.72H8.5c-2.834,0-5.14,2.306-5.14,5.14s2.306,5.14,5.14,5.14 h15.14V24c0-0.199,0.161-0.36,0.36-0.36h6c0.199,0,0.36,0.161,0.36,0.36v6C30.36,30.199,30.199,30.36,30,30.36z M24.36,29.64h5.279 v-5.28H24.36V29.64z M21.36,22h-0.72v-3c0-0.797-0.843-1.64-1.64-1.64h-6c-0.797,0-1.64,0.843-1.64,1.64v3h-0.72v-3 c0-1.191,1.169-2.36,2.36-2.36h6c1.191,0,2.36,1.168,2.36,2.36V22z M23.5,16.36H22v-0.72h1.5c2.834,0,5.14-2.306,5.14-5.14 s-2.306-5.14-5.14-5.14H8.36V8c0,0.199-0.161,0.36-0.36,0.36H2C1.801,8.36,1.64,8.199,1.64,8V2c0-0.199,0.161-0.36,0.36-0.36h6 c0.199,0,0.36,0.161,0.36,0.36v2.64H23.5c3.231,0,5.86,2.628,5.86,5.86S26.731,16.36,23.5,16.36z M2.36,7.64h5.28V2.36H2.36V7.64z M16,15.36c-1.577,0-2.86-1.283-2.86-2.86S14.423,9.64,16,9.64s2.86,1.283,2.86,2.86S17.577,15.36,16,15.36z M16,10.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S17.18,10.36,16,10.36z" }), children]
});
});
//#endregion
module.exports = TransparentSupply;