UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 1.83 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:tickets/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 Tickets = /*#__PURE__*/ react.default.forwardRef(function Tickets({ 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: "M28,23.36H4c-0.199,0-0.36-0.161-0.36-0.36v-4 c0-0.199,0.161-0.36,0.36-0.36c1.456,0,2.64-1.184,2.64-2.64S5.455,13.36,4,13.36c-0.199,0-0.36-0.161-0.36-0.36V9 c0-0.199,0.161-0.36,0.36-0.36h24c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36c-1.456,0-2.64,1.185-2.64,2.64 c0,1.456,1.184,2.64,2.64,2.64c0.199,0,0.36,0.161,0.36,0.36v4C28.36,23.199,28.199,23.36,28,23.36z M21.36,22.64h6.279v-3.299 c-1.684-0.18-3-1.609-3-3.341c0-1.731,1.316-3.161,3-3.341V9.36H21.36V12h-0.72V9.36H4.36v3.299c1.684,0.18,3,1.61,3,3.341 c0,1.731-1.316,3.161-3,3.341v3.299h16.28V20h0.721v2.64H21.36z M21.36,18h-0.72v-4h0.721L21.36,18L21.36,18z" }), children] }); }); //#endregion module.exports = Tickets;