UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

41 lines (37 loc) 1.53 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-off", size: 24, node: [ ["path", { d: "M10.01 10h.01", key: "1a2j31" }], ["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: "m16.5 19.794-1-1.733", key: "165y8t" }], ["path", { d: "m16.5 4.205-1 1.732", key: "1v0drn" }], ["path", { d: "M18.891 13.235a7 7 0 00-8.126-8.126", key: "ols27d" }], ["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: "m2 2 20 20", key: "1ooewy" }], ["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.05 7.05a7 7 0 009.9 9.9", key: "1rpkjt" }], ["path", { d: "m7.5 19.794 1-1.733", key: "199mim" }], ["path", { d: "M9 12h.01", key: "157uk2" }] ] }; __iconData.node; const VirusOff = createLucideIcon(__iconData); export { __iconData, VirusOff as default }; //# sourceMappingURL=virus-off.mjs.map