infinity-forge
Version:
9 lines • 1.8 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconComputer = IconComputer;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconComputer(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '22', viewBox: '0 0 24 22', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_13_2584)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M22.5933 0.172058H1.40669C1.0337 0.172355 0.67608 0.320654 0.412338 0.584396C0.148596 0.848137 0.00029661 1.20576 0 1.57875L0 15.5471C0.00029661 15.9201 0.148596 16.2777 0.412338 16.5415C0.67608 16.8052 1.0337 16.9535 1.40669 16.9538H8.29679V20.4257H4.50007C4.31353 20.4257 4.13463 20.4998 4.00273 20.6317C3.87083 20.7636 3.79672 20.9425 3.79672 21.1291C3.79672 21.3156 3.87083 21.4945 4.00273 21.6264C4.13463 21.7583 4.31353 21.8324 4.50007 21.8324H19.4999C19.6865 21.8324 19.8654 21.7583 19.9973 21.6264C20.1292 21.4945 20.2033 21.3156 20.2033 21.1291C20.2033 20.9425 20.1292 20.7636 19.9973 20.6317C19.8654 20.4998 19.6865 20.4257 19.4999 20.4257H15.7032V16.9538H22.5933C22.9663 16.9535 23.3239 16.8052 23.5877 16.5415C23.8514 16.2777 23.9997 15.9201 24 15.5471V1.57875C23.9997 1.20576 23.8514 0.848137 23.5877 0.584396C23.3239 0.320654 22.9663 0.172355 22.5933 0.172058ZM14.2965 20.4213H9.70461V16.9493H14.2965V20.4213ZM22.5933 15.546H1.40669V1.57875H22.5933C22.5944 15.8517 22.5978 15.546 22.5933 15.546Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_13_2584', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '21.6559', fill: 'transparent', transform: 'translate(0 0.172058)' }) }) })] }));
}
//# sourceMappingURL=icon-computer.js.map