UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 1.91 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:t-shirt/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 TShirt = /*#__PURE__*/ react.default.forwardRef(function TShirt({ 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: "M24,31.36H8c-0.199,0-0.36-0.161-0.36-0.36V15.36H3c-0.199,0-0.36-0.161-0.36-0.36V5.386 c0-0.979,0.615-1.867,1.532-2.209l6.702-2.514c0.097-0.036,0.204-0.029,0.294,0.018c0.091,0.048,0.157,0.132,0.182,0.231 l0.053,0.213C11.911,3.162,13.845,4.64,16,4.64c2.154,0,4.088-1.478,4.598-3.515l0.053-0.212c0.024-0.1,0.091-0.184,0.182-0.232 c0.093-0.048,0.2-0.056,0.294-0.019l6.702,2.514c0.916,0.342,1.532,1.23,1.532,2.209V15c0,0.199-0.161,0.36-0.36,0.36h-4.64V31 C24.36,31.199,24.199,31.36,24,31.36z M8.36,30.64h15.28V8h0.721v6.64h4.279V5.386c0-0.68-0.427-1.297-1.063-1.535l-6.327-2.374 C20.594,3.738,18.416,5.36,16,5.36c-2.418,0-4.596-1.622-5.248-3.882L4.424,3.851C3.788,4.089,3.36,4.706,3.36,5.386v9.254h4.28V8 h0.72V30.64z" }), children] }); }); //#endregion module.exports = TShirt;