lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
38 lines (35 loc) • 930 B
JavaScript
/**
* @license lucide-static 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.
*/
const Germ = `
<svg
class="lucide lucide-germ"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m11 2 .925 1.848" />
<path d="M13 15h.01" />
<path d="m16 21-1-2.472" />
<path d="m19 2-1 1.804" />
<path d="m2 19 2.746-1.373" />
<path d="m22 16-2.474-2.13" />
<path d="m22 5-1.804 1" />
<path d="m3 10 2 2" />
<path d="M9 16h.01" />
<path d="M9 20v2" />
<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" />
<circle cx="15" cy="9" r="2" />
</svg>
`;
export { Germ as default };
//# sourceMappingURL=germ.mjs.map