infinity-forge
Version:
9 lines • 687 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconX = IconX;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconX(_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: 'M11.7919 2.04163L8.46079 5.84946L5.58063 2.04163H1.40918L6.3934 8.55909L1.66951 13.9583H3.69229L7.33819 9.79236L10.5245 13.9583H14.5927L9.39699 7.08943L13.8135 2.04163H11.7919ZM11.0825 12.7483L3.7699 3.18807H4.97196L12.2026 12.7483H11.0825Z', fill: color }) }));
}
//# sourceMappingURL=icon-x.js.map