UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

41 lines (37 loc) 1.51 kB
/** * @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: "virus", size: 24, node: [ ["path", { d: "M12 14.991h.01", key: "csw8q1" }], ["path", { d: "M12 22v-3", key: "kmzjlo" }], ["path", { d: "M12 2v3", key: "qbqxhf" }], ["path", { d: "M13 22h-2", key: "191ugt" }], ["path", { d: "M13 2h-2", key: "mj6ths" }], ["path", { d: "M13.99 10H14", key: "djkarb" }], ["path", { d: "m16.5 19.794-1-1.733", key: "165y8t" }], ["path", { d: "m16.5 4.205-1 1.732", key: "1v0drn" }], ["path", { d: "m19.794 16.5-1.732-1", key: "2ukevj" }], ["path", { d: "m19.794 7.5-1.732 1", key: "1f81wk" }], ["path", { d: "M2 12h3", key: "1wrr53" }], ["path", { d: "M2 13v-2", key: "v9793i" }], ["path", { d: "M22 12h-3", key: "silwxu" }], ["path", { d: "M22 13v-2", key: "1nj1a6" }], ["path", { d: "m4.206 16.5 1.732-1", key: "1b8gjo" }], ["path", { d: "m4.206 7.5 1.732 1", key: "paipwt" }], ["path", { d: "m7.5 19.794 1-1.733", key: "199mim" }], ["path", { d: "m7.5 4.205 1 1.732", key: "1dzlgs" }], ["path", { d: "M9 12h.01", key: "157uk2" }], ["circle", { cx: "12", cy: "12", r: "7", key: "fim9np" }] ] }; __iconData.node; const Virus = createLucideIcon(__iconData); export { __iconData, Virus as default }; //# sourceMappingURL=virus.mjs.map