buid node modules
This commit is contained in:
22
frontend/node_modules/@heroicons/react/16/solid/UserIcon.js
generated
vendored
Normal file
22
frontend/node_modules/@heroicons/react/16/solid/UserIcon.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
const React = require("react");
|
||||
function UserIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 16 16",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM12.735 14c.618 0 1.093-.561.872-1.139a6.002 6.002 0 0 0-11.215 0c-.22.578.254 1.139.872 1.139h9.47Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(UserIcon);
|
||||
module.exports = ForwardRef;
|
||||
Reference in New Issue
Block a user