UNPKG

infinity-forge

Version:
14 lines 1.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconMap = IconMap; exports.IconMapRounded = IconMapRounded; var jsx_runtime_1 = require("react/jsx-runtime"); function IconMap(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '15', height: '20', viewBox: '388 8457 15 20', children: (0, jsx_runtime_1.jsx)("path", { d: 'M394.73 8476.596c-5.676-8.228-6.73-9.072-6.73-12.096a7.5 7.5 0 1 1 15 0c0 3.024-1.054 3.868-6.73 12.096a.938.938 0 0 1-1.54 0Zm.77-8.971a3.125 3.125 0 1 0 0-6.25 3.125 3.125 0 0 0 0 6.25Z', fill: color, fillRule: 'evenodd', "data-name": 'Icon awesome-map-marker-alt' }) })); } function IconMapRounded(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8 13.933L11.2998 10.6331C13.1223 8.81071 13.1223 5.85593 11.2998 4.03348C9.4774 2.21103 6.52261 2.21103 4.70017 4.03348C2.87772 5.85593 2.87772 8.81071 4.70017 10.6331L8 13.933ZM8 15.8186L3.75736 11.576C1.41421 9.23278 1.41421 5.43382 3.75736 3.09067C6.10051 0.747526 9.89947 0.747526 12.2427 3.09067C14.5858 5.43382 14.5858 9.23278 12.2427 11.576L8 15.8186ZM8 8.66665C8.7364 8.66665 9.33333 8.06971 9.33333 7.33331C9.33333 6.59693 8.7364 5.99998 8 5.99998C7.2636 5.99998 6.66667 6.59693 6.66667 7.33331C6.66667 8.06971 7.2636 8.66665 8 8.66665ZM8 9.99998C6.52724 9.99998 5.33333 8.80605 5.33333 7.33331C5.33333 5.86055 6.52724 4.66665 8 4.66665C9.47273 4.66665 10.6667 5.86055 10.6667 7.33331C10.6667 8.80605 9.47273 9.99998 8 9.99998Z', fill: color }) })); } //# sourceMappingURL=icon-Map.js.map