mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 07:06:17 +07:00
Fix dependencies: Add flag-icons, tailwind directives, and postcss config
This commit is contained in:
27
node_modules/lucide-vue-next/dist/esm/icons/chess-bishop.js
generated
vendored
Normal file
27
node_modules/lucide-vue-next/dist/esm/icons/chess-bishop.js
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* @license lucide-vue-next v0.562.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 ChessBishop = createLucideIcon("chess-bishop", [
|
||||
[
|
||||
"path",
|
||||
{ d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z", key: "b89hwq" }
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18",
|
||||
key: "8jdkhx"
|
||||
}
|
||||
],
|
||||
["path", { d: "m16 7-2.5 2.5", key: "1jq90w" }],
|
||||
["path", { d: "M9 2h6", key: "1jrp98" }]
|
||||
]);
|
||||
|
||||
export { ChessBishop as default };
|
||||
//# sourceMappingURL=chess-bishop.js.map
|
||||
Reference in New Issue
Block a user