lucide-react
Version:
A Lucide icon library package for React applications.
40 lines (36 loc) • 1.29 kB
JavaScript
/**
* @license lucide-react v1.46.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 __iconData = {
name: "germ-off",
size: 24,
node: [
["path", { d: "m11 2 .925 1.848", key: "geewpq" }],
["path", { d: "M13 15h.01", key: "igtdqu" }],
["path", { d: "M13.424 7.768a2 2 0 112.808 2.808", key: "1e1m3r" }],
["path", { d: "m16 21-1-2.472", key: "197l0j" }],
[
"path",
{
d: "M16.988 16.988A12 12 0 019 20a5 5 0 01-2.759-9.171 8.8 8.8 0 002.307-2.28",
key: "1ydoa0"
}
],
["path", { d: "m19 2-1 1.804", key: "qavonm" }],
["path", { d: "m2 19 2.746-1.373", key: "1mv7mx" }],
["path", { d: "m2 2 20 20", key: "1ooewy" }],
["path", { d: "m22 16-2.474-2.13a12 12 0 001.376-3.786 6 6 0 00-10.313-5.151", key: "11ksly" }],
["path", { d: "m22 5-1.804 1", key: "8v36m5" }],
["path", { d: "m3 10 2 2", key: "1n5c32" }],
["path", { d: "M9 16h.01", key: "1zau5q" }],
["path", { d: "M9 20v2", key: "i2bqo8" }]
]
};
__iconData.node;
const GermOff = createLucideIcon(__iconData);
export { __iconData, GermOff as default };
//# sourceMappingURL=germ-off.mjs.map