mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 18:53:02 +00:00
merge new into master
This commit is contained in:
23
node_modules/lucide-react/dist/esm/icons/bookmark-minus.js
generated
vendored
Normal file
23
node_modules/lucide-react/dist/esm/icons/bookmark-minus.js
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @license lucide-react v0.563.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.js';
|
||||
|
||||
const __iconNode = [
|
||||
["path", { d: "M15 10H9", key: "o6yqo3" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",
|
||||
key: "oz39mx"
|
||||
}
|
||||
]
|
||||
];
|
||||
const BookmarkMinus = createLucideIcon("bookmark-minus", __iconNode);
|
||||
|
||||
export { __iconNode, BookmarkMinus as default };
|
||||
//# sourceMappingURL=bookmark-minus.js.map
|
||||
Reference in New Issue
Block a user