infinity-forge
Version:
9 lines • 2.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconPc = IconPc;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconPc(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', viewBox: '0 0 40 40', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { "clip-path": 'url(#clip0_102_1776)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M38.8281 26.987H37.4895V9.3307C37.4895 7.31828 35.8637 5.64844 33.8073 5.64844H6.19273C4.17242 5.64844 2.51047 7.2818 2.51047 9.3307V26.987H1.17188C0.524687 26.987 0 27.5116 0 28.1588V30.6693C0 32.6813 1.62531 34.3516 3.68227 34.3516H36.3177C38.3377 34.3516 40 32.7188 40 30.6693V28.1588C40 27.5116 39.4753 26.987 38.8281 26.987ZM4.85414 9.3307C4.85414 8.59328 5.45086 7.99219 6.19266 7.99219H33.8073C34.5463 7.99219 35.1458 8.59039 35.1458 9.3307V26.987H29.2573C28.8407 23.677 26.6832 20.9017 23.7337 19.6087C26.9875 16.3599 24.648 10.6582 19.9999 10.6693C15.352 10.6582 13.0123 16.3608 16.2662 19.6087C13.3168 20.9016 11.1593 23.677 10.7427 26.987H4.85414V9.3307ZM20 21.1719C23.4534 21.1719 26.3291 23.6904 26.8882 26.987H23.7656C23.4548 26.987 23.1567 27.1104 22.937 27.3302C22.7563 27.5109 22.5059 27.6146 22.2505 27.6146H17.7495C17.4941 27.6146 17.2438 27.5109 17.0628 27.33C16.843 27.1103 16.5451 26.987 16.2344 26.987H13.1119C13.6709 23.6904 16.5466 21.1719 20 21.1719ZM17.0924 15.9205C17.0924 14.3173 18.3967 13.013 20 13.013C23.852 13.1592 23.8509 18.6826 20 18.8281C18.3968 18.8281 17.0924 17.5238 17.0924 15.9205ZM37.6562 30.6693C37.6562 31.4067 37.0595 32.0078 36.3177 32.0078H3.68227C2.9432 32.0078 2.34375 31.4095 2.34375 30.6693V29.3307H15.8076C16.3691 29.7383 17.0424 29.9584 17.7495 29.9584H22.2505C22.9575 29.9584 23.6309 29.7384 24.1924 29.3307H37.6562V30.6693Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_102_1776', children: (0, jsx_runtime_1.jsx)("rect", { width: '40', height: '40', fill: 'white' }) }) })] }));
}
//# sourceMappingURL=icon-pc.js.map