UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MapSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.MapSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#MapSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.494.27a.75.75 0 0 1 .337 0l4.506 1.037 3.175-.733a1.827 1.827 0 0 1 2.238 1.78v10.713a1.83 1.83 0 0 1-1.416 1.78l-3.828.884a.75.75 0 0 1-.338 0l-4.505-1.038-3.175.733a1.826 1.826 0 0 1-2.238-1.78V2.934a1.83 1.83 0 0 1 1.416-1.78zm.92 13.056 3.173.731V2.675l-3.174-.732zm-1.5-11.383v11.384l-2.764.637a.33.33 0 0 1-.4-.318V2.933a.33.33 0 0 1 .253-.318zm6.173.73v11.384l2.91-.672a.33.33 0 0 0 .253-.318V2.354a.326.326 0 0 0-.4-.318z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "MapSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.MapSIcon.displayName = 'MapSIcon';