infinity-forge
Version:
9 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconImage = IconImage;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconImage(_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: 'M2.16667 7.25042L3.83333 5.58375L8.41667 10.1671L11.3333 7.25042L13.8333 9.75042V2.16667H2.16667V7.25042ZM2.16667 9.60742V13.8333H4.75042L7.23817 11.3456L3.83333 7.94075L2.16667 9.60742ZM7.10742 13.8333H13.8333V12.1074L11.3333 9.60742L7.10742 13.8333ZM1.33333 0.5H14.6667C15.1269 0.5 15.5 0.8731 15.5 1.33333V14.6667C15.5 15.1269 15.1269 15.5 14.6667 15.5H1.33333C0.8731 15.5 0.5 15.1269 0.5 14.6667V1.33333C0.5 0.8731 0.8731 0.5 1.33333 0.5ZM10.9167 6.33333C10.2263 6.33333 9.66667 5.77369 9.66667 5.08333C9.66667 4.39297 10.2263 3.83333 10.9167 3.83333C11.607 3.83333 12.1667 4.39297 12.1667 5.08333C12.1667 5.77369 11.607 6.33333 10.9167 6.33333Z', fill: color }) }));
}
//# sourceMappingURL=image.js.map