UNPKG

infinity-forge

Version:
9 lines 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconBox = IconBox; var jsx_runtime_1 = require("react/jsx-runtime"); function IconBox(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', height: '16', width: '16', viewBox: '0 0 512 512', children: (0, jsx_runtime_1.jsx)("path", { opacity: '1', fill: color, d: 'M32 32H480c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H32C14.3 128 0 113.7 0 96V64C0 46.3 14.3 32 32 32zm0 128H480V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V160zm128 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z' }) })); } //# sourceMappingURL=icon-box.js.map