UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 1.99 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. */ 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:plastic-bottle/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 PlasticBottle = /*#__PURE__*/ react.default.forwardRef(function PlasticBottle({ 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: "M20,31.36h-8c-1.301,0-2.36-1.059-2.36-2.36V10.5 c0-1.684,0.679-3.328,1.863-4.512l2.137-2.137V1c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v2.851l2.137,2.137 c1.184,1.183,1.863,2.828,1.863,4.512V29C22.36,30.302,21.302,31.36,20,31.36z M10.36,25.36V29c0,0.904,0.736,1.64,1.64,1.64h8 c0.904,0,1.64-0.735,1.64-1.64v-3.64H10.36z M10.36,24.64h11.28v-2.28H10.36V24.64z M10.36,21.64h11.28v-2.28H10.36V21.64z M10.36,18.64h11.28v-2.28H10.36V18.64z M10.36,15.64h11.28v-2.28H10.36V15.64z M10.36,12.64h11.28V10.5 c0-1.495-0.602-2.954-1.652-4.002l-2.242-2.243C17.678,4.187,17.64,4.096,17.64,4V3.36h-3.28V4c0,0.096-0.038,0.187-0.105,0.254 l-2.243,2.243c-1.05,1.05-1.652,2.509-1.652,4.003C10.36,10.5,10.36,12.64,10.36,12.64z M14.36,2.64h3.28V1.36h-3.28V2.64z" }), children] }); }); //#endregion module.exports = PlasticBottle;