iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 782 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Worm = (props) => React.createElement("svg", { className: "lucide lucide-worm", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M19 12l-1.5 3M19.63 18.81L22 20M6.47 8.23a1.68 1.68 0 012.44 1.93l-.64 2.08a6.76 6.76 0 0010.16 7.67l.42-.27a1 1 0 10-2.73-4.21l-.42.27a1.76 1.76 0 01-2.63-1.99l.64-2.08A6.66 6.66 0 003.94 3.9l-.7.4a1 1 0 102.55 4.34z" }));
exports.default = Worm;