@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.81 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:complete-work--technician/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 CompleteWorkTechnician = /*#__PURE__*/ react.default.forwardRef(function CompleteWorkTechnician({ 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: "M30,31.3604h-8c-.1992,0-.3604-.1611-.3604-.3604v-12c0-.1992.1611-.3604.3604-.3604h8c.1992,0,.3604.1611.3604.3604v12c0,.1992-.1611.3604-.3604.3604ZM22.3604,30.6396h7.2793v-2.2793h-7.2793v2.2793ZM22.3604,27.6396h7.2793v-8.2793h-7.2793v8.2793ZM2.3599,31h-.7197c0-.0928.1055-9.2949,9.2461-12.3418l.1489-.04c-.8267-.5488-1.6582-1.4043-2.3345-2.4185-1.6221-2.4331-1.3706-4.8433-1.1636-5.8398h-1.5371v-.7197h1.6401v-1.6401c0-.0522.0581-5.1182,5-6.3125v-.6875c0-.1987.1611-.3599.3599-.3599h4c.1992,0,.3604.1611.3604.3599v.6875c4.9414,1.1943,5,6.2603,5,6.3125v1.6401h1.6396v.7197h-1.5371c.207.9966.459,3.4067-1.1631,5.8398-.6768,1.0161-1.5068,1.8706-2.3291,2.4204l.1201.0312c.377.125.7178.252,1.0459.3877l-.2754.666c-.3125-.1299-.6377-.251-.9756-.3633l-.9766-.2549c-.1504-.04-.2588-.1709-.2686-.3252-.0098-.1553.0801-.2988.2246-.3574.9297-.377,2.0156-1.374,2.835-2.604,1.5527-2.3291,1.1953-4.687,1.0225-5.4404h-13.4458c-.1724.7534-.5303,3.1113,1.0225,5.4404.8159,1.2231,1.9023,2.2183,2.8359,2.5972.1436.0586.2334.2021.2241.3564-.0098.1543-.1167.2852-.2661.3252l-1,.2686c-.2515.084-.4961.1729-.7334.2656v11.3867h-.7197v-11.082c-.8569.3916-1.6128.8428-2.2803,1.334v9.748h-.7197v-9.1729c-4.21,3.6348-4.2798,8.8926-4.2803,9.1729ZM8.3599,9.6401h13.2798v-1.6401c0-.186-.0635-4.4409-4.2793-5.5698v3.5698h-.7202V1.3599h-3.2803v4.6401h-.7197v-3.5693c-4.2295,1.1396-4.2803,5.5239-4.2803,5.5693v1.6401ZM26,29c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM28.4971,22.8408l-.5098-.5098-2.5732,2.5742-1.1592-1.1602-.5098.5098,1.6689,1.668,3.083-3.082Z" }), children]
});
});
//#endregion
module.exports = CompleteWorkTechnician;