UNPKG

@harvest-profit/npk

Version:
6 lines 763 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const SvgExportIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M14.25 10a.75.75 0 0 1 .75.75v2.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25v-2.5a.75.75 0 1 1 1.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 .75-.75M8 1a.75.75 0 0 1 .75.75v6.689l1.97-1.969a.75.75 0 0 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.53a.75.75 0 1 1 1.06-1.06l1.97 1.969V1.75A.75.75 0 0 1 8 1" }) })); exports.default = SvgExportIcon; //# sourceMappingURL=ExportIcon.js.map