@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.02 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:user--mask/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 UserMask = /*#__PURE__*/ react.default.forwardRef(function UserMask({ 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: "M31.36,31h-0.72c0-6.552-4.774-12.332-11.368-13.785 c-2.018,0.83-4.524,0.832-6.543,0C6.134,18.669,1.36,24.449,1.36,31H0.64c0-6.603,4.607-12.46,11.087-14.277 C9.138,15.237,7.39,12.444,7.39,9.25c0-4.748,3.862-8.61,8.61-8.61s8.61,3.862,8.61,8.61c0,3.193-1.748,5.987-4.338,7.473 C26.753,18.539,31.36,24.396,31.36,31z M11.36,15.628c1.303,0.951,2.907,1.512,4.64,1.512c1.732,0,3.337-0.561,4.64-1.512v-4.395 c-0.566-0.238-2.296-0.874-4.64-0.874c-2.343,0-4.074,0.635-4.64,0.874C11.36,11.233,11.36,15.628,11.36,15.628z M21.36,11.201 v3.833c1.463-1.357,2.413-3.262,2.52-5.384L21.36,11.201z M8.12,9.65c0.106,2.123,1.056,4.027,2.52,5.384v-3.833L8.12,9.65z M16,9.64c2.562,0,4.402,0.703,4.976,0.953l2.902-1.786C23.646,4.662,20.201,1.36,16,1.36c-4.202,0-7.646,3.302-7.877,7.447 l2.902,1.786C11.598,10.343,13.438,9.64,16,9.64z" }), children]
});
});
//#endregion
module.exports = UserMask;