UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.51 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: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.forwardRef(function PaperCup({ 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: "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 export { PaperCup as default };