iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 790 B
JavaScript
"use strict";
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 Snail = (props) => React.createElement("svg", { className: "lucide lucide-snail", 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: "M2 13a6 6 0 1012 0 4 4 0 10-8 0 2 2 0 004 0" }),
React.createElement("circle", { cx: "10", cy: "13", r: "8" }),
React.createElement("path", { d: "M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 10-4 0v6M18 3l1.1 2.2M22 3l-1.1 2.2" }));
exports.default = Snail;