iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 809 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 Map = (props) => React.createElement("svg", { className: "lucide lucide-map", 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: "M14.106 5.553a2 2 0 001.788 0l3.659-1.83A1 1 0 0121 4.619v12.764a1 1 0 01-.553.894l-4.553 2.277a2 2 0 01-1.788 0l-4.212-2.106a2 2 0 00-1.788 0l-3.659 1.83A1 1 0 013 19.381V6.618a1 1 0 01.553-.894l4.553-2.277a2 2 0 011.788 0zM15 5.764v15M9 3.236v15" }));
exports.default = Map;