buid node modules
This commit is contained in:
26
frontend/node_modules/@heroicons/react/24/outline/BookmarkSlashIcon.js
generated
vendored
Normal file
26
frontend/node_modules/@heroicons/react/24/outline/BookmarkSlashIcon.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
const React = require("react");
|
||||
function BookmarkSlashIcon({
|
||||
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: "m3 3 1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 0 1 1.743-1.342 48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664 19.5 19.5"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(BookmarkSlashIcon);
|
||||
module.exports = ForwardRef;
|
||||
Reference in New Issue
Block a user