UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.79 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:start-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 StartWorkTechnician = /*#__PURE__*/ React.forwardRef(function StartWorkTechnician({ 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: "M26.5,29.5c0,.2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5ZM30.3604,31v-12c0-.1992-.1611-.3604-.3604-.3604h-8c-.1992,0-.3604.1611-.3604.3604v12c0,.1992.1611.3604.3604.3604h8c.1992,0,.3604-.1611.3604-.3604ZM22.3604,28.3604h7.2793v2.2793h-7.2793v-2.2793ZM22.3604,19.3604h7.2793v8.2793h-7.2793v-8.2793ZM6.6401,21.8271v9.1729h.7197v-9.748c.6675-.4912,1.4233-.9424,2.2803-1.334v11.082h.7197v-11.3867c.2373-.0928.4819-.1816.7334-.2656l1-.2686c.1494-.04.2563-.1709.2661-.3252.0093-.1543-.0806-.2979-.2241-.3564-.9336-.3789-2.02-1.374-2.8359-2.5972-1.5527-2.3291-1.1948-4.687-1.0225-5.4404h13.4458c.1729.7534.5303,3.1113-1.0225,5.4404-.8193,1.23-1.9053,2.2271-2.835,2.604-.1445.0586-.2344.2021-.2246.3574.0098.1543.1182.2852.2686.3252l.9766.2549c.3379.1123.6631.2334.9756.3633l.2754-.666c-.3281-.1357-.6689-.2627-1.0459-.3877l-.1201-.0312c.8223-.5498,1.6523-1.4043,2.3291-2.4204,1.6221-2.4331,1.3701-4.8433,1.1631-5.8398h1.5371v-.7197h-1.6396v-1.6401c0-.0522-.0586-5.1182-5-6.3125v-.6875c0-.1987-.1611-.3599-.3604-.3599h-4c-.1987,0-.3599.1611-.3599.3599v.6875c-4.9419,1.1943-5,6.2603-5,6.3125v1.6401h-1.6401v.7197h1.5371c-.207.9966-.4585,3.4067,1.1636,5.8398.6763,1.0142,1.5078,1.8696,2.3345,2.4185l-.1489.04C1.7456,21.7051,1.6401,30.9072,1.6401,31h.7197c.0005-.2803.0703-5.5381,4.2803-9.1729ZM8.3599,8c0-.0454.0508-4.4297,4.2803-5.5693v3.5693h.7197V1.3599h3.2803v4.6401h.7202v-3.5698c4.2158,1.1289,4.2793,5.3838,4.2793,5.5698v1.6401h-13.2798v-1.6401ZM25.1611,24.8223l3-1.5c.1221-.0615.1992-.1855.1992-.3223s-.0771-.2607-.1992-.3223l-3-1.5c-.1113-.0566-.2451-.0488-.3506.0156-.1055.0664-.1709.1816-.1709.3066v3c0,.125.0654.2402.1709.3066.0576.0352.124.0537.1895.0537.0547,0,.1104-.0127.1611-.0381ZM27.1953,23l-1.835.918v-1.8359l1.835.918Z" }), children] }); }); //#endregion export { StartWorkTechnician as default };