iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.06 kB
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 LassoPolygon = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-lasso-polygon", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M5.581 2.186l6.566 4.69 7.502-2.812a1 1 0 011.326.714l.019.112 1 9a1 1 0 01-.678 1.059l-9 3a1 1 0 01-.553.023L7.329 16.89a3 3 0 01-1.287.923c.095.986.374 1.9.826 2.69a1 1 0 01-1.736.993c-.624-1.09-.99-2.335-1.098-3.656A3 3 0 012 15l.005-.176a3 3 0 01.86-1.932l-.818-2.59a1 1 0 01-.009-.577l2-7a1 1 0 011.543-.539m-.009 2.451L4.044 9.985l.642 2.031Q4.841 12 5 12a3 3 0 013 2.995l3.957.965 7.96-2.654-.769-6.919-6.797 2.55a1 1 0 01-.827-.058l-.105-.065z" }));
exports.default = LassoPolygon;