init
This commit is contained in:
22
mc_test/node_modules/lucide-react/dist/esm/icons/bone.js
generated
vendored
Executable file
22
mc_test/node_modules/lucide-react/dist/esm/icons/bone.js
generated
vendored
Executable file
@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide-react v0.545.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: "M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",
|
||||
key: "w610uw"
|
||||
}
|
||||
]
|
||||
];
|
||||
const Bone = createLucideIcon("bone", __iconNode);
|
||||
|
||||
export { __iconNode, Bone as default };
|
||||
//# sourceMappingURL=bone.js.map
|
||||
Reference in New Issue
Block a user