@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.17 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:person--working/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 PersonWorking = /*#__PURE__*/ react.default.forwardRef(function PersonWorking({ 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: "M20,29.36c-0.146,0-0.283-0.09-0.337-0.234 l-2.75-7.352c-0.087-0.232-0.378-0.414-0.663-0.414h-4.89v4.436l4.825,2.896l-0.37,0.617l-4.455-2.673V29h-0.72v-2.364l-4.455,2.673 l-0.37-0.617l4.825-2.896V21.36H7c-0.75,0-1.36-0.61-1.36-1.36v-8h0.72v8c0,0.353,0.287,0.64,0.64,0.64h1.949 C8.158,20.019,7.64,19.057,7.64,18v-6c0-1.549,1.187-2.36,2.36-2.36c1.194,0,1.789,0.739,2.212,1.462l1.998,3.538H20v0.72h-6 c-0.13,0-0.25-0.07-0.313-0.183l-2.099-3.715C11.118,10.66,10.687,10.36,10,10.36c-0.79,0-1.64,0.513-1.64,1.64v6 c0,1.431,1.209,2.64,2.64,2.64h5.25c0.583,0,1.145,0.371,1.337,0.882l2.629,7.027l2.67-0.891l0.229,0.684l-3,1 C20.076,29.354,20.038,29.36,20,29.36z M23,17.36h-8v-0.72h7.791l3.896-6.819l0.625,0.357l-4,7C23.248,17.291,23.129,17.36,23,17.36 z M12,8.36c-1.577,0-2.86-1.283-2.86-2.86S10.423,2.64,12,2.64s2.86,1.283,2.86,2.86S13.577,8.36,12,8.36z M12,3.36 c-1.18,0-2.14,0.96-2.14,2.14S10.82,7.64,12,7.64s2.14-0.96,2.14-2.14S13.18,3.36,12,3.36z" }), children]
});
});
//#endregion
module.exports = PersonWorking;