buid node modules
This commit is contained in:
22
frontend/node_modules/@heroicons/react/24/solid/esm/PaperAirplaneIcon.js
generated
vendored
Normal file
22
frontend/node_modules/@heroicons/react/24/solid/esm/PaperAirplaneIcon.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import * as React from "react";
|
||||
function PaperAirplaneIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 24 24",
|
||||
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: "M3.478 2.404a.75.75 0 0 0-.926.941l2.432 7.905H13.5a.75.75 0 0 1 0 1.5H4.984l-2.432 7.905a.75.75 0 0 0 .926.94 60.519 60.519 0 0 0 18.445-8.986.75.75 0 0 0 0-1.218A60.517 60.517 0 0 0 3.478 2.404Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(PaperAirplaneIcon);
|
||||
export default ForwardRef;
|
||||
Reference in New Issue
Block a user