UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 861 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 MapPinOff = (props) => React.createElement("svg", { className: "lucide lucide-map-pin-off", 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: "M12.75 7.09a3 3 0 012.16 2.16M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 01-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 011.432-4.568M2 2l20 20" }), React.createElement("path", { d: "M8.475 2.818A8 8 0 0120 10c0 1.183-.31 2.377-.81 3.533M9.13 9.13a3 3 0 003.74 3.74" })); exports.default = MapPinOff;