UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 739 B
"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 Lasso = (props) => React.createElement("svg", { className: "lucide lucide-lasso", 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: "M7 22a5 5 0 01-2-4M3.3 14A6.8 6.8 0 012 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 01-5-1" }), React.createElement("path", { d: "M5 18a2 2 0 100-4 2 2 0 000 4z" })); exports.default = Lasso;