infinity-forge
Version:
9 lines • 956 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconDelete = IconDelete;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconDelete(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '14', height: '14', viewBox: '0 0 14 14', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10.3333 3.00016H13.6666V4.3335H12.3333V13.0002C12.3333 13.3684 12.0348 13.6668 11.6666 13.6668H2.33331C1.96513 13.6668 1.66665 13.3684 1.66665 13.0002V4.3335H0.333313V3.00016H3.66665V1.00016C3.66665 0.631976 3.96513 0.333496 4.33331 0.333496H9.66665C10.0348 0.333496 10.3333 0.631976 10.3333 1.00016V3.00016ZM11 4.3335H2.99998V12.3335H11V4.3335ZM4.99998 6.3335H6.33331V10.3335H4.99998V6.3335ZM7.66665 6.3335H8.99998V10.3335H7.66665V6.3335ZM4.99998 1.66683V3.00016H8.99998V1.66683H4.99998Z', fill: color }) }));
}
//# sourceMappingURL=icon-delete.js.map