34 lines
978 B
JavaScript
34 lines
978 B
JavaScript
/**
|
|
* @license lucide-react v1.7.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: "M11.771 6.109a2.5 2.5 0 0 1 3.12 3.12", key: "3w1grc" }],
|
|
["path", { d: "M17.852 12.185a6.5 6.5 0 0 0-9.035-9.04", key: "1xgl7b" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M18.013 18.013C15.029 20.349 10.831 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",
|
|
key: "3m3yc0"
|
|
}
|
|
],
|
|
["path", { d: "m18.5 6 2.19 4.5a6.48 6.48 0 0 1-.139 4.393", key: "1rvkn7" }],
|
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M6.355 6.37a7 7 0 0 0-.075.23c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c3.356 0 6.993-1.267 9.85-3.151",
|
|
key: "54713r"
|
|
}
|
|
]
|
|
];
|
|
const BeefOff = createLucideIcon("beef-off", __iconNode);
|
|
|
|
export { __iconNode, BeefOff as default };
|
|
//# sourceMappingURL=beef-off.js.map
|