infinity-forge
Version:
9 lines • 980 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconPerformance = IconPerformance;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconPerformance(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M4.76367 18H8.47266V11.127H4.76367V18ZM5.81836 12.1816H7.41797V16.9453H5.81836V12.1816Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M0 18H3.70898V7.41797H0V18ZM1.05469 8.47266H2.6543V16.9453H1.05469V8.47266Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M9.52734 18H13.2363V3.70898H9.52734V18ZM10.582 4.76367H12.1816V16.9453H10.582V4.76367Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M14.291 0V18H18V0H14.291ZM16.9453 16.9453H15.3457V1.05469H16.9453V16.9453Z', fill: color })] }));
}
//# sourceMappingURL=icon-performance.js.map