34 lines
1.1 KiB
JavaScript
34 lines
1.1 KiB
JavaScript
/**
|
|
* @license lucide-react v1.23.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.mjs';
|
|
|
|
const __iconNode = [
|
|
[
|
|
"path",
|
|
{
|
|
d: "M14 4.5a1 1 0 0 1 5 0 .5.5 0 0 0 .5.5 1 1 0 0 1 0 5c-.81 0-1.8-.7-2.5 0l-1.958 1.957a.15.15 0 0 1-.252-.072l-.493-2.07a.15.15 0 0 0-.111-.112l-2.072-.494a.15.15 0 0 1-.072-.252L14 7c.7-.7 0-1.69 0-2.5",
|
|
key: "1c7o5b"
|
|
}
|
|
],
|
|
["path", { d: "m16 20-1-2", key: "5348lt" }],
|
|
["path", { d: "m20 16-2-1", key: "2c7pv5" }],
|
|
["path", { d: "m4 8 2 1", key: "rpj1x4" }],
|
|
["path", { d: "m8 4 1 2", key: "1r4zbp" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M9.698 14.19a.15.15 0 0 0 .112.112l2.074.489a.15.15 0 0 1 .072.252L10 17c-.7.7 0 1.69 0 2.5a1 1 0 0 1-5 0 .495.495 0 0 0-.5-.5 1 1 0 0 1 0-5c.81 0 1.8.7 2.5 0l1.956-1.957a.15.15 0 0 1 .252.072z",
|
|
key: "3u61yx"
|
|
}
|
|
]
|
|
];
|
|
const BoneFracture = createLucideIcon("bone-fracture", __iconNode);
|
|
|
|
export { __iconNode, BoneFracture as default };
|
|
//# sourceMappingURL=bone-fracture.mjs.map
|