UNPKG

infinity-forge

Version:
9 lines 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconChalet = IconChalet; var jsx_runtime_1 = require("react/jsx-runtime"); function IconChalet(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 25, height: 24, viewBox: '0 0 25 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.318 21.262a3.746 3.746 0 004.374-.37l3.647-3.125 3.646 3.126a3.748 3.748 0 004.374.369 3.77 3.77 0 001.426-4.898L15.471 3.736A3.483 3.483 0 0012.339 1.8a3.483 3.483 0 00-3.132 1.935l-6.315 12.63a3.77 3.77 0 001.426 4.897zm5.954-8.303c0-1.14.927-2.067 2.067-2.067 1.14 0 2.066.928 2.066 2.067 0 .675-1.086 1.845-2.044 2.65l-.022-.019-.023.02c-.958-.804-2.044-1.973-2.044-2.651zm-5.9 4.145l6.314-12.63a1.838 1.838 0 011.653-1.021c.704 0 1.338.391 1.653 1.022l6.314 12.629a2.11 2.11 0 01-.798 2.74 2.098 2.098 0 01-2.447-.207L13.633 16.7c.985-.85 2.425-2.335 2.425-3.74 0-2.05-1.668-3.72-3.72-3.72a3.724 3.724 0 00-3.719 3.72c0 1.405 1.44 2.89 2.426 3.74l-3.429 2.939a2.098 2.098 0 01-2.447.206 2.11 2.11 0 01-.798-2.74z', fill: color }) })); } //# sourceMappingURL=icon-chalet.js.map