@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.72 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:paper-cup/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 PaperCup = /*#__PURE__*/ react.default.forwardRef(function PaperCup({ 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: "M22,29.3604h-12c-.1816,0-.335-.1357-.3574-.3154L6.6855,5.3579h-.688c-.1987,0-.3599-.1611-.3599-.3599v-1.9976c0-.1987.1611-.3599.3599-.3599h20.0054c.1992,0,.3604.1611.3604.3599v1.9976c0,.1987-.1611.3599-.3604.3599h-.6924l-2.9531,23.687c-.0225.1797-.1758.3154-.3574.3154ZM10.3179,28.6396h11.3638l.4092-3.2754-12.1826-.0049.4097,3.2803ZM9.8184,24.6396l12.3623.0049,1.9062-15.2886-16.1772-.0054,1.9087,15.2891ZM7.8198,8.6304l16.3569.0054.4082-3.2778H7.4111l.4087,3.2725ZM6.3574,4.6382h19.2852v-1.2778H6.3574v1.2778Z" }), children]
});
});
//#endregion
module.exports = PaperCup;