@brizy/ui-icons
Version:
13 lines (12 loc) • 1.1 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ImportExport = void 0;
const react_1 = __importDefault(require("react"));
exports.ImportExport = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24" },
react_1.default.createElement("g", { fill: "currentColor", fillRule: "evenodd", className: "nc-icon-wrapper", clipRule: "evenodd" },
react_1.default.createElement("path", { d: "m14 17.086 4 4 4-4 1.414 1.414L18 23.914 12.586 18.5 14 17.086Z", "data-color": "color-2" }),
react_1.default.createElement("path", { d: "M17 20.501h-.002L17 22.5h2V13h-2v7.501Z", "data-color": "color-2" }),
react_1.default.createElement("path", { d: "M11.078 1a3 3 0 0 0-2.12.879l-5.08 5.078A3 3 0 0 0 3 9.078V20a3 3 0 0 0 3 3h8.257l-3.085-3.086a2 2 0 0 1 0-2.828l1.414-1.414A2 2 0 0 1 15 15.354V13a2 2 0 0 1 2-2h2a2 2 0 0 1 2 1.986V4a3 3 0 0 0-3-3h-6.922ZM11 9H5l6-6v6Z" }))));