infinity-forge
Version:
9 lines • 1.73 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconMapFloor = IconMapFloor;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconMapFloor(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 25, viewBox: '0 0 24 25', fill: color, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_2086_233)', fill: color, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M16.007 16.357c2.554-4.007 2.232-3.507 2.306-3.612a7.677 7.677 0 001.421-4.464C19.734 4.015 16.272.5 12 .5 7.742.5 4.266 4.008 4.266 8.281c0 1.608.501 3.192 1.462 4.521l2.265 3.555c-2.422.372-6.54 1.482-6.54 3.924 0 .89.581 2.16 3.35 3.148C6.736 24.12 9.293 24.5 12 24.5c5.064 0 10.547-1.428 10.547-4.219 0-2.443-4.113-3.55-6.54-3.924zM6.902 12.03a6.309 6.309 0 01-1.23-3.747c0-3.517 2.831-6.376 6.328-6.376 3.49 0 6.328 2.86 6.328 6.375 0 1.312-.4 2.57-1.155 3.641-.068.09.286-.46-5.173 8.106l-5.098-8zM12 23.094c-5.531 0-9.14-1.626-9.14-2.813 0-.797 1.854-2.109 5.964-2.62l2.583 4.053a.703.703 0 001.186 0l2.583-4.053c4.11.511 5.965 1.823 5.965 2.62 0 1.177-3.577 2.813-9.141 2.813z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M12 4.766A3.52 3.52 0 008.484 8.28 3.52 3.52 0 0012 11.797a3.52 3.52 0 003.516-3.516A3.52 3.52 0 0012 4.766zm0 5.625a2.112 2.112 0 01-2.11-2.11c0-1.163.947-2.11 2.11-2.11 1.163 0 2.11.947 2.11 2.11 0 1.163-.947 2.11-2.11 2.11z' })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2086_233', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', transform: 'translate(0 .5)', d: 'M0 0H24V24H0z' }) }) })] }));
}
//# sourceMappingURL=icon-map-floor.js.map