UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 773 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 MapFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-map-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { fillRule: "evenodd", d: "M16 .5a.5.5 0 00-.598-.49L10.5.99 5.598.01a.5.5 0 00-.196 0l-5 1A.5.5 0 000 1.5v14a.5.5 0 00.598.49l4.902-.98 4.902.98a.5.5 0 00.196 0l5-1A.5.5 0 0016 14.5zM5 14.09V1.11l.5-.1.5.1v12.98l-.402-.08a.5.5 0 00-.196 0zm5 .8V1.91l.402.08a.5.5 0 00.196 0L11 1.91v12.98l-.5.1z" })); exports.default = MapFill;