custom-chatbot-app
Version:
This is my custom chatbot package for BuyersEdge
24 lines • 4.98 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.svgs = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importDefault(require("react"));
var MESSAGE_ICON = react_1.default.createElement("svg", { width: "65", height: "52", viewBox: "0 0 65 52", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("path", { d: "M21.125 21.9375C20.0037 21.9375 19.0938 22.8468 19.0938 23.9688C19.0938 25.0859 19.9164 26 21.125 26C22.3336 26 23.1562 25.0905 23.1562 23.9688C23.1562 22.7602 22.2422 21.9375 21.125 21.9375ZM22.8109 6.5H19.1141C16.6359 6.5 14.625 8.515 14.625 10.9891C14.625 11.8873 15.3518 12.6141 16.25 12.6141C17.1482 12.6141 17.875 11.8873 17.875 10.9891C17.875 10.3086 18.4336 9.75 19.1141 9.75H22.8069C23.6742 9.75 24.375 10.4508 24.375 11.3141C24.375 11.9107 24.0433 12.4475 23.488 12.7248L20.3734 14.3406C19.8352 14.5336 19.5 15.1734 19.5 15.7828V17.875C19.5 18.7687 20.2313 19.5 21.125 19.5C22.0187 19.5 22.75 18.7687 22.75 17.8648V16.768L24.962 15.6193C26.518 14.8078 27.625 13.1523 27.625 11.3141C27.625 8.66023 25.4617 6.5 22.8109 6.5ZM58.5 13H45.5V16.25H58.5C60.2916 16.25 61.75 17.7084 61.75 19.5V39C61.75 40.7916 60.2916 42.25 58.5 42.25H52V47.2845L43.1031 42.25H32.5C30.7084 42.25 29.25 40.7916 29.25 39V35.75L26 35.7496V38.9976C26 42.5777 28.9199 45.4062 32.4086 45.4062L42.25 45.5L53.3102 51.7593C53.5336 51.9289 53.7875 52 54.0312 52C54.6711 52 55.25 51.5023 55.25 50.7812V45.497H58.5C62.0801 45.497 65 42.577 65 39.0884V19.4086C65 15.9148 62.0852 13 58.5 13ZM42.25 26V6.40859C42.25 2.91992 39.3352 0 35.75 0H6.5C2.91992 0 0 2.91992 0 6.40859V25.9086C0 29.5852 2.91992 32.5 6.5 32.5L9.75 32.5011V37.7812C9.75 38.5023 10.3391 39 10.9688 39C11.21 39 11.4639 38.9238 11.6924 38.7588L22.75 32.5L35.75 32.4924C39.3352 32.4898 42.25 29.5852 42.25 26ZM21.8969 29.25L13 34.2875V29.25H6.5C4.70844 29.25 3.25 27.7875 3.25 26V6.5C3.25 4.70844 4.70844 3.25 6.5 3.25H35.75C37.5416 3.25 39 4.70844 39 6.5V26C39 27.7916 37.5416 29.25 35.75 29.25H21.8969Z", fill: "white" }));
var CLOSE_ICON = react_1.default.createElement("svg", { width: "38", height: "38", viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("path", { d: "M36.8837 6.64844C38.3681 5.18359 38.3681 2.80469 36.8837 1.33984C35.3994 -0.125 32.9887 -0.125 31.5044 1.33984L19 13.6914L6.48375 1.35156C4.99937 -0.113281 2.58875 -0.113281 1.10437 1.35156C-0.380005 2.81641 -0.380005 5.19531 1.10437 6.66016L13.6206 19L1.11625 31.3516C-0.36813 32.8164 -0.36813 35.1953 1.11625 36.6602C2.60062 38.125 5.01125 38.125 6.49562 36.6602L19 24.3086L31.5162 36.6484C33.0006 38.1133 35.4112 38.1133 36.8956 36.6484C38.38 35.1836 38.38 32.8047 36.8956 31.3398L24.3794 19L36.8837 6.64844Z", fill: "white" }));
var CHEVRON_LEFT_ICON = react_1.default.createElement("svg", { width: "13", height: "22", viewBox: "0 0 13 22", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("path", { d: "M0.940613 9.94063C0.354675 10.5266 0.354675 11.4781 0.940613 12.0641L9.94061 21.0641C10.5266 21.65 11.4781 21.65 12.0641 21.0641C12.65 20.4781 12.65 19.5266 12.0641 18.9406L4.12343 11L12.0594 3.05938C12.6453 2.47344 12.6453 1.52188 12.0594 0.935944C11.4734 0.350006 10.5219 0.350006 9.93592 0.935944L0.935925 9.93594L0.940613 9.94063Z", fill: "white" }));
var SEND_ICON = react_1.default.createElement("svg", { width: "32", height: "28", viewBox: "0 0 32 28", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("g", { opacity: "0.6" },
react_1.default.createElement("path", { d: "M4.54999 1.52032C2.61666 0.694536 0.711102 2.73985 1.7111 4.56641L5.5611 11.6102C5.80555 12.0641 6.2611 12.3648 6.77777 12.4305L16.5555 13.6336C16.7444 13.6555 16.8889 13.8141 16.8889 14C16.8889 14.1859 16.7444 14.3445 16.5555 14.3664L6.77777 15.5695C6.2611 15.6352 5.80555 15.9414 5.5611 16.3898L1.7111 23.4336C0.711102 25.2602 2.61666 27.3055 4.54999 26.4797L29.1 16.007C30.8833 15.2469 30.8833 12.7531 29.1 11.993L4.54999 1.52032Z", fill: "#007CF9" })));
var ACTIVE_SEND_ICON = react_1.default.createElement("svg", { width: "32", height: "28", viewBox: "0 0 32 28", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("path", { d: "M4.54999 1.52026C2.61666 0.694475 0.711102 2.73979 1.7111 4.56635L5.5611 11.6101C5.80555 12.064 6.2611 12.3648 6.77777 12.4304L16.5555 13.6335C16.7444 13.6554 16.8889 13.814 16.8889 13.9999C16.8889 14.1859 16.7444 14.3445 16.5555 14.3664L6.77777 15.5695C6.2611 15.6351 5.80555 15.9414 5.5611 16.3898L1.7111 23.4335C0.711102 25.2601 2.61666 27.3054 4.54999 26.4796L29.1 16.007C30.8833 15.2468 30.8833 12.7531 29.1 11.9929L4.54999 1.52026Z", fill: "#007CF9" }));
exports.svgs = {
messageIcon: MESSAGE_ICON,
closeIcon: CLOSE_ICON,
chevronLeftIcon: CHEVRON_LEFT_ICON,
sendIcon: SEND_ICON,
activeSendIcon: ACTIVE_SEND_ICON
};
//# sourceMappingURL=svgs.js.map