chromogen
Version:
simple, interaction-driven Jest test generator for Recoil and React Hooks apps
38 lines (37 loc) • 5.03 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.icon_check = exports.icon_arrow = exports.icon_expand = exports.icon_retract = exports.icon_copy = exports.icon_download = void 0;
const react_1 = __importDefault(require("react"));
exports.icon_download = (react_1.default.createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("mask", { id: "mask0_40_887", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20" },
react_1.default.createElement("rect", { width: "20", height: "20", fill: "#D9D9D9" })),
react_1.default.createElement("g", { mask: "url(#mask0_40_887)" },
react_1.default.createElement("path", { d: "M10 14L13 11L11.938 9.938L10.75 11.125V8H9.25V11.125L8.062 9.938L7 11L10 14ZM5.5 18C5.08333 18 4.72933 17.854 4.438 17.562C4.146 17.2707 4 16.9167 4 16.5V6L8 2H14.5C14.9167 2 15.2707 2.146 15.562 2.438C15.854 2.72933 16 3.08333 16 3.5V16.5C16 16.9167 15.854 17.2707 15.562 17.562C15.2707 17.854 14.9167 18 14.5 18H5.5ZM5.5 16.5H14.5V3.5H8.625L5.5 6.625V16.5Z", fill: "#F3F6F8", "fill-opacity": "0.6" }))));
exports.icon_copy = (react_1.default.createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("mask", { id: "mask0_40_878", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20" },
react_1.default.createElement("rect", { width: "20", height: "20", fill: "#D9D9D9" })),
react_1.default.createElement("g", { mask: "url(#mask0_40_878)" },
react_1.default.createElement("path", { d: "M4.5 18C4.08333 18 3.72933 17.854 3.438 17.562C3.146 17.2707 3 16.9167 3 16.5V5H4.5V16.5H14V18H4.5ZM7.5 15C7.08333 15 6.72933 14.854 6.438 14.562C6.146 14.2707 6 13.9167 6 13.5V3.5C6 3.08333 6.146 2.72933 6.438 2.438C6.72933 2.146 7.08333 2 7.5 2H15.5C15.9167 2 16.2707 2.146 16.562 2.438C16.854 2.72933 17 3.08333 17 3.5V13.5C17 13.9167 16.854 14.2707 16.562 14.562C16.2707 14.854 15.9167 15 15.5 15H7.5ZM7.5 13.5H15.5V3.5H7.5V13.5Z", fill: "#F3F6F8", "fill-opacity": "0.6" }))));
exports.icon_retract = (react_1.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("mask", { id: "mask0_40_882", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24" },
react_1.default.createElement("rect", { width: "24", height: "24", transform: "matrix(-1 0 0 1 24 0)", fill: "#D9D9D9" })),
react_1.default.createElement("g", { mask: "url(#mask0_40_882)" },
react_1.default.createElement("path", { d: "M13 18L19 12L13 6L11.6 7.4L16.175 12L11.6 16.6L13 18ZM6.4 18L12.4 12L6.4 6L5 7.4L9.575 12L5 16.6L6.4 18Z", fill: "#F3F6F8", "fill-opacity": "0.6" }))));
exports.icon_expand = (react_1.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("mask", { id: "mask0_40_765", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24" },
react_1.default.createElement("rect", { width: "24", height: "24", transform: "matrix(1 0 0 -1 0 24)", fill: "#D9D9D9" })),
react_1.default.createElement("g", { mask: "url(#mask0_40_765)" },
react_1.default.createElement("path", { d: "M11 6L5 12L11 18L12.4 16.6L7.825 12L12.4 7.4L11 6ZM17.6 6L11.6 12L17.6 18L19 16.6L14.425 12L19 7.4L17.6 6Z", fill: "#F3F6F8", "fill-opacity": "0.4" }))));
exports.icon_arrow = (react_1.default.createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("mask", { id: "mask0_40_892", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20" },
react_1.default.createElement("rect", { width: "20", height: "20", fill: "#D9D9D9" })),
react_1.default.createElement("g", { mask: "url(#mask0_40_892)" },
react_1.default.createElement("path", { d: "M10 12L6 8H14L10 12Z", fill: "#F3F6F8", "fill-opacity": "0.4" }))));
exports.icon_check = (react_1.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("mask", { id: "mask0_148_58", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24" },
react_1.default.createElement("rect", { width: "24", height: "24", fill: "#D9D9D9" })),
react_1.default.createElement("g", { mask: "url(#mask0_148_58)" },
react_1.default.createElement("path", { d: "M9.55015 18.4513L3.39795 12.2991L5.28927 10.4078L9.55015 14.6687L18.711 5.50781L20.6024 7.39914L9.55015 18.4513Z", fill: "#F3F6F8", "fill-opacity": "0.6" }))));