lucide-react
Version:
A Lucide icon library package for React applications.
39 lines (35 loc) • 1.2 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",
size: 24,
node: [
["path", { d: "m11 2 .925 1.848", key: "geewpq" }],
["path", { d: "M13 15h.01", key: "igtdqu" }],
["path", { d: "m16 21-1-2.472", key: "197l0j" }],
["path", { d: "m19 2-1 1.804", key: "qavonm" }],
["path", { d: "m2 19 2.746-1.373", key: "1mv7mx" }],
["path", { d: "m22 16-2.474-2.13", key: "1hzzot" }],
["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" }],
[
"path",
{
d: "M9.33 7.035c-.51 1.478-1.786 2.93-3.09 3.794A5 5 0 009 20a12.1 12.1 0 0011.902-9.916A6 6 0 009.33 7.035",
key: "lfugof"
}
],
["circle", { cx: "15", cy: "9", r: "2", key: "14ricq" }]
]
};
__iconData.node;
const Germ = createLucideIcon(__iconData);
export { __iconData, Germ as default };
//# sourceMappingURL=germ.mjs.map