UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 750 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 Map = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-map", viewBox: "0 0 16 16", ...props }, React.createElement("path", { fillRule: "evenodd", d: "M15.817.113A.5.5 0 0116 .5v14a.5.5 0 01-.402.49l-5 1a.5.5 0 01-.196 0L5.5 15.01l-4.902.98A.5.5 0 010 15.5v-14a.5.5 0 01.402-.49l5-1a.5.5 0 01.196 0L10.5.99l4.902-.98a.5.5 0 01.415.103M10 1.91l-4-.8v12.98l4 .8zm1 12.98l4-.8V1.11l-4 .8zm-6-.8V1.11l-4 .8v12.98z" })); exports.default = Map;