buid node modules
This commit is contained in:
26
frontend/node_modules/@heroicons/react/24/outline/BuildingLibraryIcon.js
generated
vendored
Normal file
26
frontend/node_modules/@heroicons/react/24/outline/BuildingLibraryIcon.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
const React = require("react");
|
||||
function BuildingLibraryIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
fill: "none",
|
||||
viewBox: "0 0 24 24",
|
||||
strokeWidth: 1.5,
|
||||
stroke: "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", {
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round",
|
||||
d: "M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(BuildingLibraryIcon);
|
||||
module.exports = ForwardRef;
|
||||
Reference in New Issue
Block a user