UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 2.07 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:timesheet/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 Timesheet = /*#__PURE__*/ react.default.forwardRef(function Timesheet({ 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,31.3604c-5.1611,0-9.3599-4.1992-9.3599-9.3604s4.1987-9.3599,9.3599-9.3599,9.3604,4.1987,9.3604,9.3599-4.1992,9.3604-9.3604,9.3604ZM13.3672,22.3604c.1846,4.4775,3.7949,8.0879,8.2725,8.2725v-1.6328h.7207v1.6328c4.4775-.1846,8.0879-3.7949,8.2725-8.2725h-1.6328v-.7207h1.6328c-.1846-4.4775-3.7949-8.0879-8.2725-8.2725v1.6328h-.7207v-1.6328c-4.4775.1846-8.0879,3.7949-8.2725,8.2725h1.6328v.7207h-1.6328ZM10,29.3604H2c-.1987,0-.3599-.1611-.3599-.3604V4c0-.1987.1611-.3599.3599-.3599h3.6401V1h.7197v2.6401h16.2798V1h.7207v2.6401h3.6396c.1992,0,.3604.1611.3604.3599v8h-.7207v-7.6401h-3.2793v1.6401h-.7207v-1.6401H6.3599v1.6401h-.7197v-1.6401h-3.2803v24.2798h7.6401v.7207ZM25.2451,25.7549l-3.5-3.5c-.0674-.0674-.1055-.1592-.1055-.2549v-5h.7207v4.8506l3.3945,3.3945-.5098.5098ZM10,22.3604h-4v-.7207h4v.7207ZM12,16.3599h-6v-.7197h6v.7197ZM23,10.3599H6v-.7197h17v.7197Z" }), children] }); }); //#endregion module.exports = Timesheet;