infinity-forge
Version:
9 lines • 636 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconDownload = IconDownload;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconDownload(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '21', height: '20', viewBox: '0 0 21 20', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M3 15.8334H18V17.5H3V15.8334ZM11.3333 10.9764L16.3926 5.9171L17.5711 7.09562L10.5 14.1667L3.42893 7.09562L4.60744 5.9171L9.66667 10.9764V1.66669H11.3333V10.9764Z', fill: color }) }));
}
//# sourceMappingURL=icon-download.js.map