infinity-forge
Version:
9 lines • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconDropFile = IconDropFile;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconDropFile(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M0.5 14.8334H15.5V16.5001H0.5V14.8334ZM8.83333 3.85711V13.1667H7.16667V3.85711L2.10744 8.91633L0.928933 7.73783L8 0.666748L15.0711 7.73783L13.8926 8.91633L8.83333 3.85711Z', fill: color }) }));
}
//# sourceMappingURL=icon-drop-file.js.map