mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
29
node_modules/@heroicons/react/24/solid/BanknotesIcon.js
generated
vendored
Normal file
29
node_modules/@heroicons/react/24/solid/BanknotesIcon.js
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
const React = require("react");
|
||||
|
||||
function BanknotesIcon({
|
||||
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",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M12 7.5a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5z"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
fillRule: "evenodd",
|
||||
d: "M1.5 4.875C1.5 3.839 2.34 3 3.375 3h17.25c1.035 0 1.875.84 1.875 1.875v9.75c0 1.036-.84 1.875-1.875 1.875H3.375A1.875 1.875 0 011.5 14.625v-9.75zM8.25 9.75a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0zM18.75 9a.75.75 0 00-.75.75v.008c0 .414.336.75.75.75h.008a.75.75 0 00.75-.75V9.75a.75.75 0 00-.75-.75h-.008zM4.5 9.75A.75.75 0 015.25 9h.008a.75.75 0 01.75.75v.008a.75.75 0 01-.75.75H5.25a.75.75 0 01-.75-.75V9.75z",
|
||||
clipRule: "evenodd"
|
||||
}), /*#__PURE__*/React.createElement("path", {
|
||||
d: "M2.25 18a.75.75 0 000 1.5c5.4 0 10.63.722 15.6 2.075 1.19.324 2.4-.558 2.4-1.82V18.75a.75.75 0 00-.75-.75H2.25z"
|
||||
}));
|
||||
}
|
||||
|
||||
const ForwardRef = React.forwardRef(BanknotesIcon);
|
||||
module.exports = ForwardRef;
|
||||
Reference in New Issue
Block a user