Socket
Socket
Sign inDemoInstall

@eduzz/houston-icons

Package Overview
Dependencies
0
Maintainers
6
Versions
312
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.2 to 1.9.3

13

Add/index.js

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Add = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M97 24C100.314 24 103 26.6863 103 30L103 162C103 165.314 100.314 168 97 168C93.6863 168 91 165.314 91 162L91 30C91 26.6863 93.6863 24 97 24Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M24 96C24 92.6863 26.6863 90 30 90L162 90C165.314 90 168 92.6863 168 96C168 99.3137 165.314 102 162 102L30 102C26.6863 102 24 99.3137 24 96Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Add = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M97 24C100.314 24 103 26.6863 103 30L103 162C103 165.314 100.314 168 97 168C93.6863 168 91 165.314 91 162L91 30C91 26.6863 93.6863 24 97 24Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M24 96C24 92.6863 26.6863 90 30 90L162 90C165.314 90 168 92.6863 168 96C168 99.3137 165.314 102 162 102L30 102C26.6863 102 24 99.3137 24 96Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Add;
export default Add;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var AlertOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.7249 39.0909L37.3466 155.038H154.103L95.7249 39.0909ZM104.549 29.6074C100.785 22.1309 90.6651 22.1309 86.9008 29.6073L25.1897 152.174C21.6382 159.227 26.4652 167.745 34.0138 167.745H157.436C164.985 167.745 169.812 159.227 166.26 152.174L104.549 29.6074Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M100.085 121.437C100.001 122.902 98.6067 124.051 96.916 124.051H94.5751C92.8856 124.051 91.4923 122.903 91.4058 121.44L89.2289 84.6373C89.1358 83.0644 90.5816 81.7449 92.3981 81.7449H99.0511C100.866 81.7449 102.312 83.0627 102.221 84.6346L100.085 121.437Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M102.225 133.604C102.225 136.995 99.3145 139.745 95.7246 139.745C92.1348 139.745 89.2246 136.995 89.2246 133.604C89.2246 130.212 92.1348 127.463 95.7246 127.463C99.3145 127.463 102.225 130.212 102.225 133.604Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const AlertOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.7249 39.0909L37.3466 155.038H154.103L95.7249 39.0909ZM104.549 29.6074C100.785 22.1309 90.6651 22.1309 86.9008 29.6073L25.1897 152.174C21.6382 159.227 26.4652 167.745 34.0138 167.745H157.436C164.985 167.745 169.812 159.227 166.26 152.174L104.549 29.6074Z' }), _jsx("path", { d: 'M100.085 121.437C100.001 122.902 98.6067 124.051 96.916 124.051H94.5751C92.8856 124.051 91.4923 122.903 91.4058 121.44L89.2289 84.6373C89.1358 83.0644 90.5816 81.7449 92.3981 81.7449H99.0511C100.866 81.7449 102.312 83.0627 102.221 84.6346L100.085 121.437Z' }), _jsx("path", { d: 'M102.225 133.604C102.225 136.995 99.3145 139.745 95.7246 139.745C92.1348 139.745 89.2246 136.995 89.2246 133.604C89.2246 130.212 92.1348 127.463 95.7246 127.463C99.3145 127.463 102.225 130.212 102.225 133.604Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = AlertOutline;
export default AlertOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var AlertSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M96.2246 37.7449L158.578 157.745H33.8708L96.2246 37.7449Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.7249 39.0909L37.3466 155.038H154.103L95.7249 39.0909ZM104.549 29.6074C100.785 22.1309 90.6651 22.1309 86.9008 29.6073L25.1897 152.174C21.6382 159.227 26.4652 167.745 34.0138 167.745H157.436C164.985 167.745 169.812 159.227 166.26 152.174L104.549 29.6074Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M100.085 119.437C100.001 120.902 98.6067 122.051 96.916 122.051H94.5751C92.8856 122.051 91.4923 120.903 91.4058 119.44L89.2289 82.6373C89.1358 81.0644 90.5816 79.7449 92.3981 79.7449H99.0511C100.866 79.7449 102.312 81.0627 102.221 82.6346L100.085 119.437Z', fill: 'white' }), (0, jsx_runtime_1.jsx)("path", { d: 'M102.225 131.604C102.225 134.995 99.3145 137.745 95.7246 137.745C92.1348 137.745 89.2246 134.995 89.2246 131.604C89.2246 128.212 92.1348 125.463 95.7246 125.463C99.3145 125.463 102.225 128.212 102.225 131.604Z', fill: 'white' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const AlertSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M96.2246 37.7449L158.578 157.745H33.8708L96.2246 37.7449Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.7249 39.0909L37.3466 155.038H154.103L95.7249 39.0909ZM104.549 29.6074C100.785 22.1309 90.6651 22.1309 86.9008 29.6073L25.1897 152.174C21.6382 159.227 26.4652 167.745 34.0138 167.745H157.436C164.985 167.745 169.812 159.227 166.26 152.174L104.549 29.6074Z' }), _jsx("path", { d: 'M100.085 119.437C100.001 120.902 98.6067 122.051 96.916 122.051H94.5751C92.8856 122.051 91.4923 120.903 91.4058 119.44L89.2289 82.6373C89.1358 81.0644 90.5816 79.7449 92.3981 79.7449H99.0511C100.866 79.7449 102.312 81.0627 102.221 82.6346L100.085 119.437Z', fill: 'white' }), _jsx("path", { d: 'M102.225 131.604C102.225 134.995 99.3145 137.745 95.7246 137.745C92.1348 137.745 89.2246 134.995 89.2246 131.604C89.2246 128.212 92.1348 125.463 95.7246 125.463C99.3145 125.463 102.225 128.212 102.225 131.604Z', fill: 'white' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = AlertSolid;
export default AlertSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Anticipation = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M81.6016 127.791C81.6016 130.982 80.4883 133.413 78.2617 135.083C76.0537 136.753 72.7417 137.588 68.3257 137.588C66.062 137.588 64.1323 137.43 62.5366 137.115C60.9409 136.818 59.4473 136.373 58.0557 135.779V128.765C59.6328 129.507 61.4048 130.129 63.3716 130.63C65.3569 131.131 67.1011 131.381 68.604 131.381C71.6841 131.381 73.2241 130.491 73.2241 128.709C73.2241 128.042 73.02 127.503 72.6118 127.095C72.2036 126.668 71.4985 126.195 70.4966 125.676C69.4946 125.138 68.1587 124.516 66.4888 123.811C64.0952 122.809 62.3325 121.881 61.2007 121.028C60.0874 120.174 59.271 119.2 58.7515 118.105C58.2505 116.992 58 115.628 58 114.014C58 111.25 59.0669 109.116 61.2007 107.613C63.353 106.091 66.396 105.331 70.3296 105.331C74.0776 105.331 77.7236 106.147 81.2676 107.78L78.707 113.903C77.1484 113.235 75.6919 112.688 74.3374 112.261C72.9829 111.834 71.6006 111.621 70.1904 111.621C67.6855 111.621 66.4331 112.298 66.4331 113.652C66.4331 114.413 66.832 115.072 67.6299 115.628C68.4463 116.185 70.2183 117.011 72.9458 118.105C75.3765 119.089 77.1577 120.007 78.2896 120.861C79.4214 121.714 80.2563 122.698 80.7944 123.811C81.3325 124.924 81.6016 126.251 81.6016 127.791Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M67.9082 102H72.6582V108.531H67.9082V102Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M67.9082 133.469H72.6582V140H67.9082V133.469Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M35 95V105.811C36.0097 105.353 37.0174 104.829 37.9991 104.233C41.5306 102.09 44.5766 99.1256 46.3536 95H35ZM35 124.635V118.632C38.0153 117.683 41.1868 116.336 44.2258 114.492C50.606 110.619 56.6218 104.388 58.9801 95H78.4976C80.6567 104.05 86.1112 110.156 92.0288 114.006C96.7447 117.074 101.816 118.766 106 119.53V124.47C101.816 125.234 96.7447 126.926 92.0288 129.994C86.5581 133.553 81.4831 139.041 79.0419 147H58.9445C56.3518 138.611 50.8836 132.873 45.0339 129.179C41.7244 127.089 38.2523 125.619 35 124.635ZM91.9946 147H106V136.766C103.666 137.402 101.031 138.453 98.5729 140.053C95.989 141.734 93.6475 143.978 91.9946 147ZM98.5729 103.947C95.4488 101.915 92.6788 99.0593 91.0522 95H106V107.234C103.666 106.598 101.031 105.547 98.5729 103.947ZM35 137.404V147H45.9931C44.1864 143.657 41.5592 141.177 38.626 139.325C37.4405 138.576 36.2172 137.94 35 137.404ZM33 83C27.4772 83 23 87.4772 23 93V149C23 154.523 27.4772 159 33 159H108C113.523 159 118 154.523 118 149V93C118 87.4772 113.523 83 108 83H33Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M115.073 56.5239L113.821 44.5856C136.249 42.4296 158.327 55.1347 167.084 77.1202C177.711 103.8 164.698 134.044 138.018 144.671C127.949 148.682 124.98 136.948 133.577 133.523C154.1 125.348 164.111 102.084 155.936 81.5608C149.213 64.6843 132.288 54.9166 115.073 56.5239ZM101.447 28.0673L100.928 27.8413L100.8 28.1351L101.447 28.0673Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M113.917 28.0095C116.003 25.4348 119.782 25.0387 122.356 27.1248C124.931 29.2109 125.327 32.9892 123.241 35.5638L107.84 54.5719C105.754 57.1466 101.976 57.5427 99.401 55.4566C96.8263 53.3705 96.4302 49.5922 98.5163 47.0176L113.917 28.0095Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M99.1936 56.1834C96.6189 54.0973 96.2228 50.319 98.3089 47.7444C100.395 45.1697 104.173 44.7736 106.748 46.8597L125.78 62.2798C128.354 64.3659 128.75 68.1442 126.664 70.7189C124.578 73.2936 120.8 73.6896 118.225 71.6036L99.1936 56.1834Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M108.565 42.4033L115.527 41.6735L116.987 55.5972L110.025 56.327L108.565 42.4033Z', fill: 'currentColor' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Anticipation = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M81.6016 127.791C81.6016 130.982 80.4883 133.413 78.2617 135.083C76.0537 136.753 72.7417 137.588 68.3257 137.588C66.062 137.588 64.1323 137.43 62.5366 137.115C60.9409 136.818 59.4473 136.373 58.0557 135.779V128.765C59.6328 129.507 61.4048 130.129 63.3716 130.63C65.3569 131.131 67.1011 131.381 68.604 131.381C71.6841 131.381 73.2241 130.491 73.2241 128.709C73.2241 128.042 73.02 127.503 72.6118 127.095C72.2036 126.668 71.4985 126.195 70.4966 125.676C69.4946 125.138 68.1587 124.516 66.4888 123.811C64.0952 122.809 62.3325 121.881 61.2007 121.028C60.0874 120.174 59.271 119.2 58.7515 118.105C58.2505 116.992 58 115.628 58 114.014C58 111.25 59.0669 109.116 61.2007 107.613C63.353 106.091 66.396 105.331 70.3296 105.331C74.0776 105.331 77.7236 106.147 81.2676 107.78L78.707 113.903C77.1484 113.235 75.6919 112.688 74.3374 112.261C72.9829 111.834 71.6006 111.621 70.1904 111.621C67.6855 111.621 66.4331 112.298 66.4331 113.652C66.4331 114.413 66.832 115.072 67.6299 115.628C68.4463 116.185 70.2183 117.011 72.9458 118.105C75.3765 119.089 77.1577 120.007 78.2896 120.861C79.4214 121.714 80.2563 122.698 80.7944 123.811C81.3325 124.924 81.6016 126.251 81.6016 127.791Z' }), _jsx("path", { d: 'M67.9082 102H72.6582V108.531H67.9082V102Z' }), _jsx("path", { d: 'M67.9082 133.469H72.6582V140H67.9082V133.469Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M35 95V105.811C36.0097 105.353 37.0174 104.829 37.9991 104.233C41.5306 102.09 44.5766 99.1256 46.3536 95H35ZM35 124.635V118.632C38.0153 117.683 41.1868 116.336 44.2258 114.492C50.606 110.619 56.6218 104.388 58.9801 95H78.4976C80.6567 104.05 86.1112 110.156 92.0288 114.006C96.7447 117.074 101.816 118.766 106 119.53V124.47C101.816 125.234 96.7447 126.926 92.0288 129.994C86.5581 133.553 81.4831 139.041 79.0419 147H58.9445C56.3518 138.611 50.8836 132.873 45.0339 129.179C41.7244 127.089 38.2523 125.619 35 124.635ZM91.9946 147H106V136.766C103.666 137.402 101.031 138.453 98.5729 140.053C95.989 141.734 93.6475 143.978 91.9946 147ZM98.5729 103.947C95.4488 101.915 92.6788 99.0593 91.0522 95H106V107.234C103.666 106.598 101.031 105.547 98.5729 103.947ZM35 137.404V147H45.9931C44.1864 143.657 41.5592 141.177 38.626 139.325C37.4405 138.576 36.2172 137.94 35 137.404ZM33 83C27.4772 83 23 87.4772 23 93V149C23 154.523 27.4772 159 33 159H108C113.523 159 118 154.523 118 149V93C118 87.4772 113.523 83 108 83H33Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M115.073 56.5239L113.821 44.5856C136.249 42.4296 158.327 55.1347 167.084 77.1202C177.711 103.8 164.698 134.044 138.018 144.671C127.949 148.682 124.98 136.948 133.577 133.523C154.1 125.348 164.111 102.084 155.936 81.5608C149.213 64.6843 132.288 54.9166 115.073 56.5239ZM101.447 28.0673L100.928 27.8413L100.8 28.1351L101.447 28.0673Z' }), _jsx("path", { d: 'M113.917 28.0095C116.003 25.4348 119.782 25.0387 122.356 27.1248C124.931 29.2109 125.327 32.9892 123.241 35.5638L107.84 54.5719C105.754 57.1466 101.976 57.5427 99.401 55.4566C96.8263 53.3705 96.4302 49.5922 98.5163 47.0176L113.917 28.0095Z' }), _jsx("path", { d: 'M99.1936 56.1834C96.6189 54.0973 96.2228 50.319 98.3089 47.7444C100.395 45.1697 104.173 44.7736 106.748 46.8597L125.78 62.2798C128.354 64.3659 128.75 68.1442 126.664 70.7189C124.578 73.2936 120.8 73.6896 118.225 71.6036L99.1936 56.1834Z' }), _jsx("path", { d: 'M108.565 42.4033L115.527 41.6735L116.987 55.5972L110.025 56.327L108.565 42.4033Z', fill: 'currentColor' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Anticipation;
export default Anticipation;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Apps = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M24 44C24 32.9543 32.9543 24 44 24C55.0457 24 64 32.9543 64 44C64 55.0457 55.0457 64 44 64C32.9543 64 24 55.0457 24 44Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M24 96C24 84.9543 32.9543 76 44 76C55.0457 76 64 84.9543 64 96C64 107.046 55.0457 116 44 116C32.9543 116 24 107.046 24 96Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M24 148C24 136.954 32.9543 128 44 128C55.0457 128 64 136.954 64 148C64 159.046 55.0457 168 44 168C32.9543 168 24 159.046 24 148Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M76 44C76 32.9543 84.9543 24 96 24C107.046 24 116 32.9543 116 44C116 55.0457 107.046 64 96 64C84.9543 64 76 55.0457 76 44Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M76 96C76 84.9543 84.9543 76 96 76C107.046 76 116 84.9543 116 96C116 107.046 107.046 116 96 116C84.9543 116 76 107.046 76 96Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M76 148C76 136.954 84.9543 128 96 128C107.046 128 116 136.954 116 148C116 159.046 107.046 168 96 168C84.9543 168 76 159.046 76 148Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M128 44C128 32.9543 136.954 24 148 24C159.046 24 168 32.9543 168 44C168 55.0457 159.046 64 148 64C136.954 64 128 55.0457 128 44Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M128 96C128 84.9543 136.954 76 148 76C159.046 76 168 84.9543 168 96C168 107.046 159.046 116 148 116C136.954 116 128 107.046 128 96Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M128 148C128 136.954 136.954 128 148 128C159.046 128 168 136.954 168 148C168 159.046 159.046 168 148 168C136.954 168 128 159.046 128 148Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Apps = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M24 44C24 32.9543 32.9543 24 44 24C55.0457 24 64 32.9543 64 44C64 55.0457 55.0457 64 44 64C32.9543 64 24 55.0457 24 44Z' }), _jsx("path", { d: 'M24 96C24 84.9543 32.9543 76 44 76C55.0457 76 64 84.9543 64 96C64 107.046 55.0457 116 44 116C32.9543 116 24 107.046 24 96Z' }), _jsx("path", { d: 'M24 148C24 136.954 32.9543 128 44 128C55.0457 128 64 136.954 64 148C64 159.046 55.0457 168 44 168C32.9543 168 24 159.046 24 148Z' }), _jsx("path", { d: 'M76 44C76 32.9543 84.9543 24 96 24C107.046 24 116 32.9543 116 44C116 55.0457 107.046 64 96 64C84.9543 64 76 55.0457 76 44Z' }), _jsx("path", { d: 'M76 96C76 84.9543 84.9543 76 96 76C107.046 76 116 84.9543 116 96C116 107.046 107.046 116 96 116C84.9543 116 76 107.046 76 96Z' }), _jsx("path", { d: 'M76 148C76 136.954 84.9543 128 96 128C107.046 128 116 136.954 116 148C116 159.046 107.046 168 96 168C84.9543 168 76 159.046 76 148Z' }), _jsx("path", { d: 'M128 44C128 32.9543 136.954 24 148 24C159.046 24 168 32.9543 168 44C168 55.0457 159.046 64 148 64C136.954 64 128 55.0457 128 44Z' }), _jsx("path", { d: 'M128 96C128 84.9543 136.954 76 148 76C159.046 76 168 84.9543 168 96C168 107.046 159.046 116 148 116C136.954 116 128 107.046 128 96Z' }), _jsx("path", { d: 'M128 148C128 136.954 136.954 128 148 128C159.046 128 168 136.954 168 148C168 159.046 159.046 168 148 168C136.954 168 128 159.046 128 148Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Apps;
export default Apps;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ArrowDown = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.9995 25.0005C100.313 25.0005 103 27.6868 103 31.0006L103 152.001C103 155.314 100.313 158.001 96.9995 158.001C93.6858 158.001 90.9995 155.314 90.9995 152.001L90.9995 31.0006C90.9995 27.6868 93.6858 25.0005 96.9995 25.0005Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M133.243 132.727C135.586 130.384 135.586 126.585 133.243 124.242C130.899 121.899 127.101 121.899 124.757 124.242L95.9853 153.014L67.7279 124.757C65.3848 122.414 61.5858 122.414 59.2426 124.757C56.8995 127.1 56.8995 130.899 59.2426 133.242L91.7574 165.757C94.1005 168.1 97.8995 168.1 100.243 165.757C100.37 165.63 100.49 165.499 100.603 165.364C100.645 165.324 100.687 165.283 100.728 165.242L133.243 132.727Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const ArrowDown = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.9995 25.0005C100.313 25.0005 103 27.6868 103 31.0006L103 152.001C103 155.314 100.313 158.001 96.9995 158.001C93.6858 158.001 90.9995 155.314 90.9995 152.001L90.9995 31.0006C90.9995 27.6868 93.6858 25.0005 96.9995 25.0005Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M133.243 132.727C135.586 130.384 135.586 126.585 133.243 124.242C130.899 121.899 127.101 121.899 124.757 124.242L95.9853 153.014L67.7279 124.757C65.3848 122.414 61.5858 122.414 59.2426 124.757C56.8995 127.1 56.8995 130.899 59.2426 133.242L91.7574 165.757C94.1005 168.1 97.8995 168.1 100.243 165.757C100.37 165.63 100.49 165.499 100.603 165.364C100.645 165.324 100.687 165.283 100.728 165.242L133.243 132.727Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ArrowDown;
export default ArrowDown;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ArrowLeft = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M167 96.9995C167 100.313 164.314 103 161 103L40 103C36.6863 103 34 100.313 34 96.9995C34 93.6858 36.6863 90.9995 40 90.9995L161 90.9995C164.314 90.9995 167 93.6858 167 96.9995Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M59.2731 133.243C61.6163 135.586 65.4152 135.586 67.7584 133.243C70.1015 130.899 70.1015 127.101 67.7584 124.757L38.9863 95.9853L67.2437 67.7279C69.5868 65.3848 69.5868 61.5858 67.2437 59.2426C64.9005 56.8995 61.1015 56.8995 58.7584 59.2426L26.2437 91.7574C23.9005 94.1005 23.9005 97.8995 26.2437 100.243C26.3706 100.37 26.5017 100.49 26.6367 100.603C26.6765 100.645 26.7171 100.687 26.7584 100.728L59.2731 133.243Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const ArrowLeft = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M167 96.9995C167 100.313 164.314 103 161 103L40 103C36.6863 103 34 100.313 34 96.9995C34 93.6858 36.6863 90.9995 40 90.9995L161 90.9995C164.314 90.9995 167 93.6858 167 96.9995Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M59.2731 133.243C61.6163 135.586 65.4152 135.586 67.7584 133.243C70.1015 130.899 70.1015 127.101 67.7584 124.757L38.9863 95.9853L67.2437 67.7279C69.5868 65.3848 69.5868 61.5858 67.2437 59.2426C64.9005 56.8995 61.1015 56.8995 58.7584 59.2426L26.2437 91.7574C23.9005 94.1005 23.9005 97.8995 26.2437 100.243C26.3706 100.37 26.5017 100.49 26.6367 100.603C26.6765 100.645 26.7171 100.687 26.7584 100.728L59.2731 133.243Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ArrowLeft;
export default ArrowLeft;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ArrowRight = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M25 95.0005C25 91.6868 27.6863 89.0005 31 89.0005H152C155.314 89.0005 158 91.6868 158 95.0005C158 98.3142 155.314 101.001 152 101.001H31C27.6863 101.001 25 98.3142 25 95.0005Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M132.727 58.7574C130.384 56.4142 126.585 56.4142 124.242 58.7574C121.898 61.1005 121.898 64.8995 124.242 67.2426L153.014 96.0147L124.756 124.272C122.413 126.615 122.413 130.414 124.756 132.757C127.099 135.101 130.898 135.101 133.242 132.757L165.756 100.243C168.099 97.8995 168.099 94.1005 165.756 91.7574C165.629 91.6305 165.498 91.5105 165.363 91.3973C165.323 91.3551 165.283 91.3134 165.242 91.2721L132.727 58.7574Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const ArrowRight = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M25 95.0005C25 91.6868 27.6863 89.0005 31 89.0005H152C155.314 89.0005 158 91.6868 158 95.0005C158 98.3142 155.314 101.001 152 101.001H31C27.6863 101.001 25 98.3142 25 95.0005Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M132.727 58.7574C130.384 56.4142 126.585 56.4142 124.242 58.7574C121.898 61.1005 121.898 64.8995 124.242 67.2426L153.014 96.0147L124.756 124.272C122.413 126.615 122.413 130.414 124.756 132.757C127.099 135.101 130.898 135.101 133.242 132.757L165.756 100.243C168.099 97.8995 168.099 94.1005 165.756 91.7574C165.629 91.6305 165.498 91.5105 165.363 91.3973C165.323 91.3551 165.283 91.3134 165.242 91.2721L132.727 58.7574Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ArrowRight;
export default ArrowRight;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ArrowUp = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.0005 166.999C91.6868 166.999 89.0005 164.313 89.0005 160.999V39.9995C89.0005 36.6858 91.6868 33.9995 95.0005 33.9995C98.3142 33.9995 101.001 36.6858 101.001 39.9995V160.999C101.001 164.313 98.3142 166.999 95.0005 166.999Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58.7574 59.2726C56.4142 61.6158 56.4142 65.4148 58.7574 67.7579C61.1005 70.101 64.8995 70.101 67.2426 67.7579L96.0147 38.9858L124.272 67.2432C126.615 69.5863 130.414 69.5863 132.757 67.2432C135.101 64.9 135.101 61.101 132.757 58.7579L100.243 26.2432C97.8995 23.9 94.1005 23.9 91.7574 26.2432C91.6305 26.3701 91.5105 26.5012 91.3973 26.6362C91.3551 26.676 91.3134 26.7166 91.2721 26.7579L58.7574 59.2726Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const ArrowUp = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.0005 166.999C91.6868 166.999 89.0005 164.313 89.0005 160.999V39.9995C89.0005 36.6858 91.6868 33.9995 95.0005 33.9995C98.3142 33.9995 101.001 36.6858 101.001 39.9995V160.999C101.001 164.313 98.3142 166.999 95.0005 166.999Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58.7574 59.2726C56.4142 61.6158 56.4142 65.4148 58.7574 67.7579C61.1005 70.101 64.8995 70.101 67.2426 67.7579L96.0147 38.9858L124.272 67.2432C126.615 69.5863 130.414 69.5863 132.757 67.2432C135.101 64.9 135.101 61.101 132.757 58.7579L100.243 26.2432C97.8995 23.9 94.1005 23.9 91.7574 26.2432C91.6305 26.3701 91.5105 26.5012 91.3973 26.6362C91.3551 26.676 91.3134 26.7166 91.2721 26.7579L58.7574 59.2726Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ArrowUp;
export default ArrowUp;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var AvatarOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M132 52C132 71.8823 115.882 88 96 88C76.1177 88 60 71.8823 60 52C60 32.1177 76.1177 16 96 16C115.882 16 132 32.1177 132 52ZM120 52C120 65.2548 109.255 76 96 76C82.7452 76 72 65.2548 72 52C72 38.7452 82.7452 28 96 28C109.255 28 120 38.7452 120 52Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M148 140C148 124.536 135.464 112 120 112H72C56.536 112 44 124.536 44 140V168H43.917C43.9716 168.325 44 168.659 44 169V170C44 173.314 41.3137 176 38 176C34.6863 176 32 173.314 32 170V169C32 168.659 32.0284 168.325 32.083 168H32V140C32 117.909 49.9086 100 72 100H120C142.091 100 160 117.909 160 140V168H159.917C159.972 168.325 160 168.659 160 169V170C160 173.314 157.314 176 154 176C150.686 176 148 173.314 148 170V169C148 168.659 148.028 168.325 148.083 168H148V140Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const AvatarOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M132 52C132 71.8823 115.882 88 96 88C76.1177 88 60 71.8823 60 52C60 32.1177 76.1177 16 96 16C115.882 16 132 32.1177 132 52ZM120 52C120 65.2548 109.255 76 96 76C82.7452 76 72 65.2548 72 52C72 38.7452 82.7452 28 96 28C109.255 28 120 38.7452 120 52Z' }), _jsx("path", { d: 'M148 140C148 124.536 135.464 112 120 112H72C56.536 112 44 124.536 44 140V168H43.917C43.9716 168.325 44 168.659 44 169V170C44 173.314 41.3137 176 38 176C34.6863 176 32 173.314 32 170V169C32 168.659 32.0284 168.325 32.083 168H32V140C32 117.909 49.9086 100 72 100H120C142.091 100 160 117.909 160 140V168H159.917C159.972 168.325 160 168.659 160 169V170C160 173.314 157.314 176 154 176C150.686 176 148 173.314 148 170V169C148 168.659 148.028 168.325 148.083 168H148V140Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = AvatarOutline;
export default AvatarOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var AvatarSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M132 51.7955C132 71.5647 115.882 87.5909 96 87.5909C76.1177 87.5909 60 71.5647 60 51.7955C60 32.0262 76.1177 16 96 16C115.882 16 132 32.0262 132 51.7955Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 87.5909C115.882 87.5909 132 71.5647 132 51.7955C132 32.0262 115.882 16 96 16C76.1177 16 60 32.0262 60 51.7955C60 71.5647 76.1177 87.5909 96 87.5909Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M32 176V139.523C32 117.431 49.9086 99.5227 72 99.5227H120C142.091 99.5227 160 117.431 160 139.523V176H32Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const AvatarSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M132 51.7955C132 71.5647 115.882 87.5909 96 87.5909C76.1177 87.5909 60 71.5647 60 51.7955C60 32.0262 76.1177 16 96 16C115.882 16 132 32.0262 132 51.7955Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 87.5909C115.882 87.5909 132 71.5647 132 51.7955C132 32.0262 115.882 16 96 16C76.1177 16 60 32.0262 60 51.7955C60 71.5647 76.1177 87.5909 96 87.5909Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M32 176V139.523C32 117.431 49.9086 99.5227 72 99.5227H120C142.091 99.5227 160 117.431 160 139.523V176H32Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = AvatarSolid;
export default AvatarSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var BankSlip = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 39C16 35.6863 18.6863 33 22 33H170C173.314 33 176 35.6863 176 39C176 42.3137 173.314 45 170 45H22C18.6863 45 16 42.3137 16 39Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 154C16 150.686 18.6863 148 22 148H170C173.314 148 176 150.686 176 154C176 157.314 173.314 160 170 160H22C18.6863 160 16 157.314 16 154Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M32 71C32 69.8954 32.8954 69 34 69H46C47.1046 69 48 69.8954 48 71V124C48 125.105 47.1046 126 46 126H34C32.8954 126 32 125.105 32 124V71Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M78 71C78 69.8954 78.985 69 80.2 69H97.8C99.015 69 100 69.8954 100 71V124C100 125.105 99.015 126 97.8 126H80.2C78.985 126 78 125.105 78 124V71Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M56 70C56 69.4477 56.4477 69 57 69H63C63.5523 69 64 69.4477 64 70V125C64 125.552 63.5523 126 63 126H57C56.4477 126 56 125.552 56 125V70Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M132 70C132 69.4477 132.448 69 133 69H139C139.552 69 140 69.4477 140 70V125C140 125.552 139.552 126 139 126H133C132.448 126 132 125.552 132 125V70Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M148 71C148 69.8954 148.895 69 150 69H158C159.105 69 160 69.8954 160 71V124C160 125.105 159.105 126 158 126H150C148.895 126 148 125.105 148 124V71Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 33C25.3137 33 28 35.6863 28 39V55C28 58.3137 25.3137 61 22 61C18.6863 61 16 58.3137 16 55V39C16 35.6863 18.6863 33 22 33Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 132C25.3137 132 28 134.686 28 138V154C28 157.314 25.3137 160 22 160C18.6863 160 16 157.314 16 154V138C16 134.686 18.6863 132 22 132Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M170 33C173.314 33 176 35.6863 176 39V55C176 58.3137 173.314 61 170 61C166.686 61 164 58.3137 164 55V39C164 35.6863 166.686 33 170 33Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M170 132C173.314 132 176 134.686 176 138V154C176 157.314 173.314 160 170 160C166.686 160 164 157.314 164 154V138C164 134.686 166.686 132 170 132Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const BankSlip = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 39C16 35.6863 18.6863 33 22 33H170C173.314 33 176 35.6863 176 39C176 42.3137 173.314 45 170 45H22C18.6863 45 16 42.3137 16 39Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 154C16 150.686 18.6863 148 22 148H170C173.314 148 176 150.686 176 154C176 157.314 173.314 160 170 160H22C18.6863 160 16 157.314 16 154Z' }), _jsx("path", { d: 'M32 71C32 69.8954 32.8954 69 34 69H46C47.1046 69 48 69.8954 48 71V124C48 125.105 47.1046 126 46 126H34C32.8954 126 32 125.105 32 124V71Z' }), _jsx("path", { d: 'M78 71C78 69.8954 78.985 69 80.2 69H97.8C99.015 69 100 69.8954 100 71V124C100 125.105 99.015 126 97.8 126H80.2C78.985 126 78 125.105 78 124V71Z' }), _jsx("path", { d: 'M56 70C56 69.4477 56.4477 69 57 69H63C63.5523 69 64 69.4477 64 70V125C64 125.552 63.5523 126 63 126H57C56.4477 126 56 125.552 56 125V70Z' }), _jsx("path", { d: 'M132 70C132 69.4477 132.448 69 133 69H139C139.552 69 140 69.4477 140 70V125C140 125.552 139.552 126 139 126H133C132.448 126 132 125.552 132 125V70Z' }), _jsx("path", { d: 'M148 71C148 69.8954 148.895 69 150 69H158C159.105 69 160 69.8954 160 71V124C160 125.105 159.105 126 158 126H150C148.895 126 148 125.105 148 124V71Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 33C25.3137 33 28 35.6863 28 39V55C28 58.3137 25.3137 61 22 61C18.6863 61 16 58.3137 16 55V39C16 35.6863 18.6863 33 22 33Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 132C25.3137 132 28 134.686 28 138V154C28 157.314 25.3137 160 22 160C18.6863 160 16 157.314 16 154V138C16 134.686 18.6863 132 22 132Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M170 33C173.314 33 176 35.6863 176 39V55C176 58.3137 173.314 61 170 61C166.686 61 164 58.3137 164 55V39C164 35.6863 166.686 33 170 33Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M170 132C173.314 132 176 134.686 176 138V154C176 157.314 173.314 160 170 160C166.686 160 164 157.314 164 154V138C164 134.686 166.686 132 170 132Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = BankSlip;
export default BankSlip;

@@ -1,10 +0,8 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var react_1 = require("react");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var IconBelt = (0, react_1.memo)(function (_a) {
var props = tslib_1.__rest(_a, []);
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', d: 'm103.14769,92.09137l-13.55078,0l-0.21094,-1.62109l-0.01172,0.0078c-7.99219,5.57031 -14.90234,12.56251 -20.39062,20.63281c-6.98829,10.125 -12.1875,21.39063 -15.36719,33.29297l-0.10156,0.50783l-0.27344,0.44139c-0.78516,1.22656 -1.86719,2.23828 -3.14453,2.93361c-1.27735,0.69922 -2.70703,1.05858 -4.16016,1.05077c-1.69141,0.01173 -3.34766,-0.48827 -4.75391,-1.42969l-17.02734,-11.91406c-1.85156,-1.24609 -3.15234,-3.15625 -3.64062,-5.33594c-0.48829,-2.17969 -0.1211,-4.46875 1.01953,-6.38672c5.72265,-12.90234 13.01953,-25.03905 21.72265,-36.125l-30.17187,0c-2.3125,-0.0625 -4.50781,-1.04687 -6.10156,-2.73047c-1.59766,-1.68359 -2.46485,-3.9375 -2.41016,-6.26172l0,-21.5c0.07812,-2.38672 1.06641,-4.65234 2.76172,-6.32812c1.6914,-1.67578 3.96094,-2.63281 6.33984,-2.67578l55.67969,0c2.02344,-1.73828 4.28906,-3.19922 6.74219,-4.32422c2.21484,-0.98828 4.59766,-1.53516 7.01953,-1.60547c1.58984,-0.0625 3.16797,0.30469 4.57031,1.05859c0.65234,0.35157 1.26172,0.78516 1.80469,1.28516c1,-0.84766 2.15625,-1.49609 3.40625,-1.90625c1.65625,-0.53906 3.41797,-0.64063 5.12109,-0.29297c4.99219,0.79688 9.89453,2.07813 14.63672,3.83203c1.41406,0.52344 2.85547,0.97266 4.3125,1.34766c0.57422,0.16406 1.12891,0.36719 1.66797,0.60547l59.93359,0c2.33984,0.03125 4.57422,1 6.20703,2.68359c1.63672,1.68359 2.53516,3.95313 2.50781,6.30469l0.14453,21.48047c0.00391,2.36328 -0.90234,4.64063 -2.52734,6.35156c-0.79688,0.83984 -1.75,1.50781 -2.80859,1.96874c-1.05859,0.45703 -2.19922,0.69531 -3.35156,0.69923l-30.42578,0c8.05859,10.56641 14.83984,22.06249 20.19922,34.24999c1.13672,1.92578 1.49219,4.21875 0.99609,6.40234c-0.49609,2.18361 -1.80469,4.09375 -3.66016,5.33594l-16.73438,11.76953c-1.40625,0.98047 -3.07422,1.5 -4.78516,1.49219c-1.44141,0 -2.85938,-0.36328 -4.12109,-1.05469c-1.26563,-0.69531 -2.33594,-1.69531 -3.11719,-2.91014l-0.27344,-0.44142l-0.10156,-0.5078c-3.16016,-11.83986 -8.3125,-23.0508 -15.23437,-33.14845c-4.73048,-6.875 -9.9297,-13.41405 -15.5547,-19.57421c-0.96875,0.85547 -1.67578,1.44922 -2,1.71875l-0.78125,0.62109zm40.25781,-9.92578l35.30469,0c0.37891,0 0.75391,-0.07812 1.10156,-0.23047c0.34766,-0.15234 0.66016,-0.37109 0.92188,-0.64843c0.55859,-0.58204 0.86328,-1.36329 0.85156,-2.16797l-0.14453,-21.48047c0.01172,-0.39063 -0.05469,-0.77735 -0.19141,-1.14063c-0.14063,-0.35938 -0.34766,-0.6914 -0.61719,-0.97265c-0.26563,-0.28125 -0.58594,-0.50782 -0.94141,-0.66407c-0.35156,-0.15234 -0.73438,-0.23828 -1.12109,-0.24609l-53.57813,0c1.25391,2.41016 1.74218,5.15625 1.38281,7.87109c-0.10156,0.85547 -0.30469,1.74219 -0.59766,2.64453c6.24219,5.28907 12.12891,10.97657 17.62891,17.03516zm-55.71484,-4.73828l0.84766,6.53516c-9.64453,6.26953 -17.94922,14.42187 -24.41406,23.97656c-4.86719,7.0664 -8.91405,14.65234 -12.0703,22.60546l-20.5586,-13.53515c5.10547,-9.71095 11.14844,-18.90626 18.04297,-27.44531c6.01563,-7.02344 12.67969,-13.45313 19.90625,-19.19922c4.82422,2 11.94532,4.85938 18.24609,7.06249zm-2.40625,-18.5l1.57813,12.14453c-6.11719,-2.25 -13.21094,-5.09765 -18.95313,-7.53515c-0.52734,-1.1875 -0.56641,-2.53516 -0.10938,-3.75391c2.3711,-4.47266 6.10547,-8.06641 10.66016,-10.25c1.46875,-0.67578 3.05078,-1.0625 4.66406,-1.14063c0.46094,-0.01953 0.91797,0.05469 1.34766,0.21875c0.42969,0.16407 0.82031,0.41016 1.15234,0.73047c0.27344,0.26563 0.50391,0.57813 0.67578,0.91797c-1.01563,2.7461 -1.37109,5.71485 -1.01563,8.66797zm55.47266,28.96094c-5.45313,-6.17578 -11.33203,-11.95313 -17.59375,-17.29688c-3.39453,5.57031 -8.79297,11.25781 -13.03516,15.3125c5.875,6.38672 11.29298,13.18359 16.21484,20.33984c5.28516,7.72656 9.58984,16.07031 12.82031,24.83984l20.64453,-13.59374c-5.28906,-10.51172 -11.67188,-20.4336 -19.05078,-29.60156zm-46.12891,-1.63673l6.44923,0c7.5039,-6.39452 18.85155,-18.06641 19.59375,-24.46094c0.22655,-1.6953 -0.12891,-3.41405 -1.01563,-4.875c-0.88281,-1.45703 -2.24219,-2.5664 -3.84375,-3.14062c-1.69141,-0.41016 -3.35547,-0.91797 -4.98828,-1.52344c-4.41797,-1.62891 -8.97656,-2.82813 -13.61719,-3.58984c-0.76953,-0.19532 -1.57422,-0.19141 -2.33984,0.01562c-0.76953,0.20313 -1.46875,0.60547 -2.03907,1.16016c-1.55468,2.51172 -2.20312,5.48828 -1.82812,8.42968l3.62891,27.98438zm46.42578,50.41016c0.41406,1.33203 0.80469,2.67188 1.16797,4.01953c0.26563,0.29688 0.59375,0.53906 0.95703,0.70313c0.36328,0.16406 0.75781,0.25 1.15625,0.25l-0.00391,0.02734c0.54297,0 1.07422,-0.16406 1.51563,-0.47656l16.73828,-11.77342c0.65625,-0.43361 1.12109,-1.10939 1.29297,-1.88283c0.17188,-0.77343 0.03516,-1.58202 -0.375,-2.25391l-0.20703,-0.40624c-0.32422,-0.73829 -0.65625,-1.46876 -0.99219,-2.19922l-21.25,13.99218zm-76.95703,-82.04296c-0.71484,1.08984 -1.36327,2.23047 -1.93359,3.41797c-0.52343,1.5039 -0.70312,3.10937 -0.51953,4.6914c0.17969,1.58203 0.71485,3.10548 1.56641,4.44923l0.32031,0.48827c-5.41406,4.4961 -10.50781,9.36719 -15.25,14.57031l-35.17969,0c-0.38281,-0.01171 -0.76172,-0.10156 -1.11328,-0.26171c-0.34766,-0.16016 -0.66406,-0.38672 -0.92578,-0.67188c-0.25781,-0.28125 -0.46094,-0.61719 -0.59375,-0.98047c-0.13281,-0.35937 -0.19141,-0.74609 -0.17188,-1.13281l0,-21.52344c0.10157,-0.83203 0.5,-1.59764 1.1211,-2.15625c0.62109,-0.5625 1.42187,-0.875 2.25781,-0.89062l50.42187,0zm-35.18359,67.51562l21.1211,13.90625c-0.73047,2.16016 -1.39844,4.34766 -2,6.55469c-0.45313,0.48438 -1.05078,0.80469 -1.70313,0.90625c-0.65234,0.10547 -1.32031,-0.01563 -1.89844,-0.33594l-17.02343,-11.92969c-0.32813,-0.21484 -0.60938,-0.48828 -0.82813,-0.8125c-0.22265,-0.32422 -0.375,-0.6875 -0.45703,-1.07031c-0.07812,-0.38281 -0.08203,-0.77734 -0.00781,-1.16406c0.07031,-0.38281 0.21875,-0.75 0.43359,-1.07813l0.23828,-0.40625c0.6875,-1.53515 1.39453,-3.05859 2.125,-4.57031zm0,0' }) })));
import { __rest } from "tslib";
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from 'react';
import Icon from '../Icon';
const IconBelt = memo((_a) => {
var props = __rest(_a, []);
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', d: 'm103.14769,92.09137l-13.55078,0l-0.21094,-1.62109l-0.01172,0.0078c-7.99219,5.57031 -14.90234,12.56251 -20.39062,20.63281c-6.98829,10.125 -12.1875,21.39063 -15.36719,33.29297l-0.10156,0.50783l-0.27344,0.44139c-0.78516,1.22656 -1.86719,2.23828 -3.14453,2.93361c-1.27735,0.69922 -2.70703,1.05858 -4.16016,1.05077c-1.69141,0.01173 -3.34766,-0.48827 -4.75391,-1.42969l-17.02734,-11.91406c-1.85156,-1.24609 -3.15234,-3.15625 -3.64062,-5.33594c-0.48829,-2.17969 -0.1211,-4.46875 1.01953,-6.38672c5.72265,-12.90234 13.01953,-25.03905 21.72265,-36.125l-30.17187,0c-2.3125,-0.0625 -4.50781,-1.04687 -6.10156,-2.73047c-1.59766,-1.68359 -2.46485,-3.9375 -2.41016,-6.26172l0,-21.5c0.07812,-2.38672 1.06641,-4.65234 2.76172,-6.32812c1.6914,-1.67578 3.96094,-2.63281 6.33984,-2.67578l55.67969,0c2.02344,-1.73828 4.28906,-3.19922 6.74219,-4.32422c2.21484,-0.98828 4.59766,-1.53516 7.01953,-1.60547c1.58984,-0.0625 3.16797,0.30469 4.57031,1.05859c0.65234,0.35157 1.26172,0.78516 1.80469,1.28516c1,-0.84766 2.15625,-1.49609 3.40625,-1.90625c1.65625,-0.53906 3.41797,-0.64063 5.12109,-0.29297c4.99219,0.79688 9.89453,2.07813 14.63672,3.83203c1.41406,0.52344 2.85547,0.97266 4.3125,1.34766c0.57422,0.16406 1.12891,0.36719 1.66797,0.60547l59.93359,0c2.33984,0.03125 4.57422,1 6.20703,2.68359c1.63672,1.68359 2.53516,3.95313 2.50781,6.30469l0.14453,21.48047c0.00391,2.36328 -0.90234,4.64063 -2.52734,6.35156c-0.79688,0.83984 -1.75,1.50781 -2.80859,1.96874c-1.05859,0.45703 -2.19922,0.69531 -3.35156,0.69923l-30.42578,0c8.05859,10.56641 14.83984,22.06249 20.19922,34.24999c1.13672,1.92578 1.49219,4.21875 0.99609,6.40234c-0.49609,2.18361 -1.80469,4.09375 -3.66016,5.33594l-16.73438,11.76953c-1.40625,0.98047 -3.07422,1.5 -4.78516,1.49219c-1.44141,0 -2.85938,-0.36328 -4.12109,-1.05469c-1.26563,-0.69531 -2.33594,-1.69531 -3.11719,-2.91014l-0.27344,-0.44142l-0.10156,-0.5078c-3.16016,-11.83986 -8.3125,-23.0508 -15.23437,-33.14845c-4.73048,-6.875 -9.9297,-13.41405 -15.5547,-19.57421c-0.96875,0.85547 -1.67578,1.44922 -2,1.71875l-0.78125,0.62109zm40.25781,-9.92578l35.30469,0c0.37891,0 0.75391,-0.07812 1.10156,-0.23047c0.34766,-0.15234 0.66016,-0.37109 0.92188,-0.64843c0.55859,-0.58204 0.86328,-1.36329 0.85156,-2.16797l-0.14453,-21.48047c0.01172,-0.39063 -0.05469,-0.77735 -0.19141,-1.14063c-0.14063,-0.35938 -0.34766,-0.6914 -0.61719,-0.97265c-0.26563,-0.28125 -0.58594,-0.50782 -0.94141,-0.66407c-0.35156,-0.15234 -0.73438,-0.23828 -1.12109,-0.24609l-53.57813,0c1.25391,2.41016 1.74218,5.15625 1.38281,7.87109c-0.10156,0.85547 -0.30469,1.74219 -0.59766,2.64453c6.24219,5.28907 12.12891,10.97657 17.62891,17.03516zm-55.71484,-4.73828l0.84766,6.53516c-9.64453,6.26953 -17.94922,14.42187 -24.41406,23.97656c-4.86719,7.0664 -8.91405,14.65234 -12.0703,22.60546l-20.5586,-13.53515c5.10547,-9.71095 11.14844,-18.90626 18.04297,-27.44531c6.01563,-7.02344 12.67969,-13.45313 19.90625,-19.19922c4.82422,2 11.94532,4.85938 18.24609,7.06249zm-2.40625,-18.5l1.57813,12.14453c-6.11719,-2.25 -13.21094,-5.09765 -18.95313,-7.53515c-0.52734,-1.1875 -0.56641,-2.53516 -0.10938,-3.75391c2.3711,-4.47266 6.10547,-8.06641 10.66016,-10.25c1.46875,-0.67578 3.05078,-1.0625 4.66406,-1.14063c0.46094,-0.01953 0.91797,0.05469 1.34766,0.21875c0.42969,0.16407 0.82031,0.41016 1.15234,0.73047c0.27344,0.26563 0.50391,0.57813 0.67578,0.91797c-1.01563,2.7461 -1.37109,5.71485 -1.01563,8.66797zm55.47266,28.96094c-5.45313,-6.17578 -11.33203,-11.95313 -17.59375,-17.29688c-3.39453,5.57031 -8.79297,11.25781 -13.03516,15.3125c5.875,6.38672 11.29298,13.18359 16.21484,20.33984c5.28516,7.72656 9.58984,16.07031 12.82031,24.83984l20.64453,-13.59374c-5.28906,-10.51172 -11.67188,-20.4336 -19.05078,-29.60156zm-46.12891,-1.63673l6.44923,0c7.5039,-6.39452 18.85155,-18.06641 19.59375,-24.46094c0.22655,-1.6953 -0.12891,-3.41405 -1.01563,-4.875c-0.88281,-1.45703 -2.24219,-2.5664 -3.84375,-3.14062c-1.69141,-0.41016 -3.35547,-0.91797 -4.98828,-1.52344c-4.41797,-1.62891 -8.97656,-2.82813 -13.61719,-3.58984c-0.76953,-0.19532 -1.57422,-0.19141 -2.33984,0.01562c-0.76953,0.20313 -1.46875,0.60547 -2.03907,1.16016c-1.55468,2.51172 -2.20312,5.48828 -1.82812,8.42968l3.62891,27.98438zm46.42578,50.41016c0.41406,1.33203 0.80469,2.67188 1.16797,4.01953c0.26563,0.29688 0.59375,0.53906 0.95703,0.70313c0.36328,0.16406 0.75781,0.25 1.15625,0.25l-0.00391,0.02734c0.54297,0 1.07422,-0.16406 1.51563,-0.47656l16.73828,-11.77342c0.65625,-0.43361 1.12109,-1.10939 1.29297,-1.88283c0.17188,-0.77343 0.03516,-1.58202 -0.375,-2.25391l-0.20703,-0.40624c-0.32422,-0.73829 -0.65625,-1.46876 -0.99219,-2.19922l-21.25,13.99218zm-76.95703,-82.04296c-0.71484,1.08984 -1.36327,2.23047 -1.93359,3.41797c-0.52343,1.5039 -0.70312,3.10937 -0.51953,4.6914c0.17969,1.58203 0.71485,3.10548 1.56641,4.44923l0.32031,0.48827c-5.41406,4.4961 -10.50781,9.36719 -15.25,14.57031l-35.17969,0c-0.38281,-0.01171 -0.76172,-0.10156 -1.11328,-0.26171c-0.34766,-0.16016 -0.66406,-0.38672 -0.92578,-0.67188c-0.25781,-0.28125 -0.46094,-0.61719 -0.59375,-0.98047c-0.13281,-0.35937 -0.19141,-0.74609 -0.17188,-1.13281l0,-21.52344c0.10157,-0.83203 0.5,-1.59764 1.1211,-2.15625c0.62109,-0.5625 1.42187,-0.875 2.25781,-0.89062l50.42187,0zm-35.18359,67.51562l21.1211,13.90625c-0.73047,2.16016 -1.39844,4.34766 -2,6.55469c-0.45313,0.48438 -1.05078,0.80469 -1.70313,0.90625c-0.65234,0.10547 -1.32031,-0.01563 -1.89844,-0.33594l-17.02343,-11.92969c-0.32813,-0.21484 -0.60938,-0.48828 -0.82813,-0.8125c-0.22265,-0.32422 -0.375,-0.6875 -0.45703,-1.07031c-0.07812,-0.38281 -0.08203,-0.77734 -0.00781,-1.16406c0.07031,-0.38281 0.21875,-0.75 0.43359,-1.07813l0.23828,-0.40625c0.6875,-1.53515 1.39453,-3.05859 2.125,-4.57031zm0,0' }) })));
});

@@ -15,2 +13,2 @@ /**

*/
exports.default = IconBelt;
export default IconBelt;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var BetaTester = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M55.5586 31.5417C55.5586 27.3765 59.1798 24 63.6467 24H128.352C132.819 24 136.44 27.3765 136.44 31.5417C136.44 35.7068 132.819 39.0833 128.352 39.0833H63.6467C59.1798 39.0833 55.5586 35.7068 55.5586 31.5417Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M79.8237 91.1083L40.0687 155.979H151.931L112.176 91.1083L112.176 39.0833H79.8237V91.1083ZM155.389 161.621C155.387 161.619 155.386 161.616 155.385 161.614L155.389 161.621ZM124.308 27.7708L124.308 88.1041L165.922 156.008C169.004 161.036 165.11 167.292 158.9 167.292H33.1001C26.8898 167.292 22.9965 161.036 26.0776 156.008L67.6916 88.1041V27.7708H124.308Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44.3111 140.646L91.7333 90.1458H122.533L160.667 156.146H36L44.3111 140.646ZM85.866 137.646C85.866 142.064 82.3639 145.646 78.0438 145.646C73.7237 145.646 70.2215 142.064 70.2215 137.646C70.2215 133.228 73.7237 129.646 78.0438 129.646C82.3639 129.646 85.866 133.228 85.866 137.646ZM104.445 126.646C112.006 126.646 118.134 120.378 118.134 112.646C118.134 104.914 112.006 98.6456 104.445 98.6456C96.8852 98.6456 90.7565 104.914 90.7565 112.646C90.7565 120.378 96.8852 126.646 104.445 126.646Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const BetaTester = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M55.5586 31.5417C55.5586 27.3765 59.1798 24 63.6467 24H128.352C132.819 24 136.44 27.3765 136.44 31.5417C136.44 35.7068 132.819 39.0833 128.352 39.0833H63.6467C59.1798 39.0833 55.5586 35.7068 55.5586 31.5417Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M79.8237 91.1083L40.0687 155.979H151.931L112.176 91.1083L112.176 39.0833H79.8237V91.1083ZM155.389 161.621C155.387 161.619 155.386 161.616 155.385 161.614L155.389 161.621ZM124.308 27.7708L124.308 88.1041L165.922 156.008C169.004 161.036 165.11 167.292 158.9 167.292H33.1001C26.8898 167.292 22.9965 161.036 26.0776 156.008L67.6916 88.1041V27.7708H124.308Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44.3111 140.646L91.7333 90.1458H122.533L160.667 156.146H36L44.3111 140.646ZM85.866 137.646C85.866 142.064 82.3639 145.646 78.0438 145.646C73.7237 145.646 70.2215 142.064 70.2215 137.646C70.2215 133.228 73.7237 129.646 78.0438 129.646C82.3639 129.646 85.866 133.228 85.866 137.646ZM104.445 126.646C112.006 126.646 118.134 120.378 118.134 112.646C118.134 104.914 112.006 98.6456 104.445 98.6456C96.8852 98.6456 90.7565 104.914 90.7565 112.646C90.7565 120.378 96.8852 126.646 104.445 126.646Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = BetaTester;
export default BetaTester;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var BoxOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M99.119 23.6418C97.0821 22.7827 94.7853 22.7862 92.7511 23.6516L32.31 49.3638C31.8083 49.5773 31.3554 49.868 30.9627 50.2188C29.9944 50.5139 29.0656 50.9609 28.2132 51.5553C25.5738 53.3955 24 56.4149 24 59.6384V133.322C24 137.34 26.4343 140.954 30.1506 142.455L87.4234 165.581L91.0597 167.05C94.1582 168.301 97.6165 168.317 100.727 167.095L104.492 165.615L161.764 143.108C165.526 141.63 168 137.992 168 133.941V59.6384C168 56.4149 166.426 53.3955 163.787 51.5553C163.124 51.0929 162.414 50.7197 161.676 50.4378C161.231 49.9848 160.694 49.6146 160.085 49.358L99.119 23.6418ZM100.909 81.446L129.947 70.1545L148.364 63.2952L158.182 59.6384V70.1408V133.941L110.727 152.59L100.909 156.449V145.875V81.446ZM65.1348 71.3022L91.0909 81.4816V145.836V156.449L81.2727 152.484L33.8182 133.322V70.1408V59.6384L43.6364 63.2952L65.1348 71.3022ZM126.463 60.9499L145.081 53.7099L95.9492 32.9855L47.2325 53.7101L68.6324 62.1026L94.5095 71.7405C95.0312 71.9348 95.5291 72.1704 96 72.4429C96.4709 72.1704 96.9688 71.9348 97.4905 71.7405L126.463 60.9499Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const BoxOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M99.119 23.6418C97.0821 22.7827 94.7853 22.7862 92.7511 23.6516L32.31 49.3638C31.8083 49.5773 31.3554 49.868 30.9627 50.2188C29.9944 50.5139 29.0656 50.9609 28.2132 51.5553C25.5738 53.3955 24 56.4149 24 59.6384V133.322C24 137.34 26.4343 140.954 30.1506 142.455L87.4234 165.581L91.0597 167.05C94.1582 168.301 97.6165 168.317 100.727 167.095L104.492 165.615L161.764 143.108C165.526 141.63 168 137.992 168 133.941V59.6384C168 56.4149 166.426 53.3955 163.787 51.5553C163.124 51.0929 162.414 50.7197 161.676 50.4378C161.231 49.9848 160.694 49.6146 160.085 49.358L99.119 23.6418ZM100.909 81.446L129.947 70.1545L148.364 63.2952L158.182 59.6384V70.1408V133.941L110.727 152.59L100.909 156.449V145.875V81.446ZM65.1348 71.3022L91.0909 81.4816V145.836V156.449L81.2727 152.484L33.8182 133.322V70.1408V59.6384L43.6364 63.2952L65.1348 71.3022ZM126.463 60.9499L145.081 53.7099L95.9492 32.9855L47.2325 53.7101L68.6324 62.1026L94.5095 71.7405C95.0312 71.9348 95.5291 72.1704 96 72.4429C96.4709 72.1704 96.9688 71.9348 97.4905 71.7405L126.463 60.9499Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = BoxOutline;
export default BoxOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var BoxSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M101.64 79.193L165.64 54.5242C166.295 54.2716 167 54.7552 167 55.4572V139.702C167 140.11 166.752 140.477 166.374 140.63L102.374 166.446C101.717 166.711 101 166.227 101 165.518V80.1261C101 79.7126 101.255 79.3418 101.64 79.193Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M166.5 55.4572C166.5 55.1062 166.148 54.8644 165.82 54.9907L101.82 79.6596C101.627 79.7339 101.5 79.9194 101.5 80.1261V165.518C101.5 165.873 101.858 166.115 102.187 165.982L166.187 140.166C166.376 140.09 166.5 139.906 166.5 139.702V55.4572ZM165.461 54.0576C166.443 53.6788 167.5 54.4041 167.5 55.4572V139.702C167.5 140.314 167.128 140.864 166.561 141.093L102.561 166.909C101.575 167.307 100.5 166.581 100.5 165.518V80.1261C100.5 79.5058 100.882 78.9496 101.461 78.7265L165.461 54.0576Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M26 139.706V55.4653C26 54.761 26.7086 54.2774 27.3645 54.5341L90.3645 79.1911C90.7478 79.3411 91 79.7107 91 80.1223V165.51C91 166.221 90.2789 166.705 89.621 166.435L26.621 140.631C26.2454 140.478 26 140.112 26 139.706Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M27.1822 54.9997C26.8543 54.8714 26.5 55.1132 26.5 55.4653V139.706C26.5 139.909 26.6227 140.092 26.8105 140.169L89.8105 165.973C90.1395 166.107 90.5 165.865 90.5 165.51V80.1223C90.5 79.9165 90.3739 79.7317 90.1822 79.6567L27.1822 54.9997ZM25.5 55.4653C25.5 54.4089 26.5629 53.6834 27.5467 54.0685L90.5467 78.7255C91.1217 78.9505 91.5 79.5049 91.5 80.1223V165.51C91.5 166.576 90.4184 167.302 89.4315 166.898L26.4315 141.094C25.868 140.863 25.5 140.315 25.5 139.706V55.4653Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M40.3339 46.9682L95.7405 24.156C95.9832 24.0561 96.2555 24.0556 96.4986 24.1546L152.482 46.9668C153.324 47.3099 153.309 48.5079 152.458 48.8286L96.4738 69.9299C96.2454 70.016 95.9933 70.0156 95.7652 69.9287L40.3587 48.8274C39.5121 48.505 39.4962 47.3131 40.3339 46.9682Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.3099 24.6177C96.1884 24.5681 96.0522 24.5684 95.9309 24.6183L95.7408 24.1567L95.9309 24.6183L40.5242 47.4306C40.1054 47.603 40.1134 48.199 40.5367 48.3602L95.9432 69.4614C96.0572 69.5049 96.1832 69.5051 96.2975 69.462L152.281 48.3607C152.707 48.2004 152.715 47.6014 152.294 47.4298L96.3099 24.6177ZM95.5502 23.6937C95.9142 23.5438 96.3227 23.543 96.6873 23.6916L152.671 46.5038C153.934 47.0185 153.91 48.8154 152.634 49.2965L96.6502 70.3978C96.3075 70.5269 95.9295 70.5263 95.5872 70.396L40.1807 49.2947C38.9109 48.8111 38.887 47.0232 40.1435 46.5059L95.5502 23.6937Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const BoxSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M101.64 79.193L165.64 54.5242C166.295 54.2716 167 54.7552 167 55.4572V139.702C167 140.11 166.752 140.477 166.374 140.63L102.374 166.446C101.717 166.711 101 166.227 101 165.518V80.1261C101 79.7126 101.255 79.3418 101.64 79.193Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M166.5 55.4572C166.5 55.1062 166.148 54.8644 165.82 54.9907L101.82 79.6596C101.627 79.7339 101.5 79.9194 101.5 80.1261V165.518C101.5 165.873 101.858 166.115 102.187 165.982L166.187 140.166C166.376 140.09 166.5 139.906 166.5 139.702V55.4572ZM165.461 54.0576C166.443 53.6788 167.5 54.4041 167.5 55.4572V139.702C167.5 140.314 167.128 140.864 166.561 141.093L102.561 166.909C101.575 167.307 100.5 166.581 100.5 165.518V80.1261C100.5 79.5058 100.882 78.9496 101.461 78.7265L165.461 54.0576Z' }), _jsx("path", { d: 'M26 139.706V55.4653C26 54.761 26.7086 54.2774 27.3645 54.5341L90.3645 79.1911C90.7478 79.3411 91 79.7107 91 80.1223V165.51C91 166.221 90.2789 166.705 89.621 166.435L26.621 140.631C26.2454 140.478 26 140.112 26 139.706Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M27.1822 54.9997C26.8543 54.8714 26.5 55.1132 26.5 55.4653V139.706C26.5 139.909 26.6227 140.092 26.8105 140.169L89.8105 165.973C90.1395 166.107 90.5 165.865 90.5 165.51V80.1223C90.5 79.9165 90.3739 79.7317 90.1822 79.6567L27.1822 54.9997ZM25.5 55.4653C25.5 54.4089 26.5629 53.6834 27.5467 54.0685L90.5467 78.7255C91.1217 78.9505 91.5 79.5049 91.5 80.1223V165.51C91.5 166.576 90.4184 167.302 89.4315 166.898L26.4315 141.094C25.868 140.863 25.5 140.315 25.5 139.706V55.4653Z' }), _jsx("path", { d: 'M40.3339 46.9682L95.7405 24.156C95.9832 24.0561 96.2555 24.0556 96.4986 24.1546L152.482 46.9668C153.324 47.3099 153.309 48.5079 152.458 48.8286L96.4738 69.9299C96.2454 70.016 95.9933 70.0156 95.7652 69.9287L40.3587 48.8274C39.5121 48.505 39.4962 47.3131 40.3339 46.9682Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.3099 24.6177C96.1884 24.5681 96.0522 24.5684 95.9309 24.6183L95.7408 24.1567L95.9309 24.6183L40.5242 47.4306C40.1054 47.603 40.1134 48.199 40.5367 48.3602L95.9432 69.4614C96.0572 69.5049 96.1832 69.5051 96.2975 69.462L152.281 48.3607C152.707 48.2004 152.715 47.6014 152.294 47.4298L96.3099 24.6177ZM95.5502 23.6937C95.9142 23.5438 96.3227 23.543 96.6873 23.6916L152.671 46.5038C153.934 47.0185 153.91 48.8154 152.634 49.2965L96.6502 70.3978C96.3075 70.5269 95.9295 70.5263 95.5872 70.396L40.1807 49.2947C38.9109 48.8111 38.887 47.0232 40.1435 46.5059L95.5502 23.6937Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = BoxSolid;
export default BoxSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Bullet = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: 'M128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128C113.673 128 128 113.673 128 96Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Bullet = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { d: 'M128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128C113.673 128 128 113.673 128 96Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Bullet;
export default Bullet;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Calendar = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M75 17C78.3137 17 81 19.6863 81 23V24H112V23C112 19.6863 114.686 17 118 17C121.314 17 124 19.6863 124 23V24H158C163.523 24 168 28.4772 168 34V158C168 163.523 163.523 168 158 168H34C28.4771 168 24 163.523 24 158V34C24 28.4771 28.4772 24 34 24H69V23C69 19.6863 71.6863 17 75 17ZM112 36V42C112 45.3137 114.686 48 118 48C121.314 48 124 45.3137 124 42V36H156V58H36V36H69V42C69 45.3137 71.6863 48 75 48C78.3137 48 81 45.3137 81 42V36H112ZM36 70V156H156V70H36Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Calendar = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M75 17C78.3137 17 81 19.6863 81 23V24H112V23C112 19.6863 114.686 17 118 17C121.314 17 124 19.6863 124 23V24H158C163.523 24 168 28.4772 168 34V158C168 163.523 163.523 168 158 168H34C28.4771 168 24 163.523 24 158V34C24 28.4771 28.4772 24 34 24H69V23C69 19.6863 71.6863 17 75 17ZM112 36V42C112 45.3137 114.686 48 118 48C121.314 48 124 45.3137 124 42V36H156V58H36V36H69V42C69 45.3137 71.6863 48 75 48C78.3137 48 81 45.3137 81 42V36H112ZM36 70V156H156V70H36Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Calendar;
export default Calendar;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CameraFrontOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 48V164H148V48H44ZM32 27C32 20.9249 36.9249 16 43 16H149C155.075 16 160 20.9249 160 27V165C160 171.075 155.075 176 149 176H43C36.9249 176 32 171.075 32 165V27Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.666 98.875C104.917 98.875 112.416 91.3758 112.416 82.125C112.416 72.8742 104.917 65.375 95.666 65.375C86.4152 65.375 78.916 72.8742 78.916 82.125C78.916 91.3758 86.4152 98.875 95.666 98.875ZM95.666 107.25C109.542 107.25 120.791 96.0012 120.791 82.125C120.791 68.2488 109.542 57 95.666 57C81.7899 57 70.541 68.2488 70.541 82.125C70.541 96.0012 81.7899 107.25 95.666 107.25Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.666 96.875C103.812 96.875 110.416 90.2712 110.416 82.125C110.416 73.9788 103.812 67.375 95.666 67.375C87.5198 67.375 80.916 73.9788 80.916 82.125C80.916 90.2712 87.5198 96.875 95.666 96.875ZM122.791 82.125C122.791 97.1057 110.647 109.25 95.666 109.25C80.6853 109.25 68.541 97.1057 68.541 82.125C68.541 67.1443 80.6853 55 95.666 55C110.647 55 122.791 67.1443 122.791 82.125ZM112.416 82.125C112.416 91.3758 104.917 98.875 95.666 98.875C86.4152 98.875 78.916 91.3758 78.916 82.125C78.916 72.8742 86.4152 65.375 95.666 65.375C104.917 65.375 112.416 72.8742 112.416 82.125ZM120.791 82.125C120.791 96.0012 109.542 107.25 95.666 107.25C81.7899 107.25 70.541 96.0012 70.541 82.125C70.541 68.2488 81.7899 57 95.666 57C109.542 57 120.791 68.2488 120.791 82.125Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M78.9167 127.625H112.417C123.209 127.625 131.958 136.374 131.958 147.167V170.791C131.958 171.124 131.95 171.455 131.934 171.784H140.316C140.328 171.454 140.333 171.123 140.333 170.791V147.167C140.333 131.749 127.835 119.25 112.417 119.25H78.9167C63.4987 119.25 51 131.749 51 147.167V170.791C51 171.123 51.0058 171.454 51.0173 171.784H59.3998C59.3833 171.455 59.375 171.124 59.375 170.791V147.167C59.375 136.374 68.1241 127.625 78.9167 127.625Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M129.831 173.784L129.936 171.684C129.951 171.388 129.958 171.091 129.958 170.791V147.167C129.958 137.479 122.105 129.625 112.417 129.625H78.9167C69.2287 129.625 61.375 137.479 61.375 147.167V170.791C61.375 171.091 61.3825 171.388 61.3973 171.684L61.5024 173.784H49.086L49.0185 171.854C49.0062 171.501 49 171.147 49 170.791V147.167C49 130.644 62.3941 117.25 78.9167 117.25H112.417C128.939 117.25 142.333 130.644 142.333 147.167V170.791C142.333 171.147 142.327 171.501 142.315 171.854L142.247 173.784H129.831ZM131.958 147.167C131.958 136.374 123.209 127.625 112.417 127.625H78.9167C68.1241 127.625 59.375 136.374 59.375 147.167V170.791C59.375 171.124 59.3833 171.455 59.3998 171.784H51.0173C51.0058 171.454 51 171.123 51 170.791V147.167C51 131.749 63.4987 119.25 78.9167 119.25H112.417C127.835 119.25 140.333 131.749 140.333 147.167V170.791C140.333 171.123 140.328 171.454 140.316 171.784H131.934C131.95 171.455 131.958 171.124 131.958 170.791V147.167Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M102 30C102 33.3137 99.3137 36 96 36C92.6863 36 90 33.3137 90 30C90 26.6863 92.6863 24 96 24C99.3137 24 102 26.6863 102 30Z', fill: 'white' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CameraFrontOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 48V164H148V48H44ZM32 27C32 20.9249 36.9249 16 43 16H149C155.075 16 160 20.9249 160 27V165C160 171.075 155.075 176 149 176H43C36.9249 176 32 171.075 32 165V27Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.666 98.875C104.917 98.875 112.416 91.3758 112.416 82.125C112.416 72.8742 104.917 65.375 95.666 65.375C86.4152 65.375 78.916 72.8742 78.916 82.125C78.916 91.3758 86.4152 98.875 95.666 98.875ZM95.666 107.25C109.542 107.25 120.791 96.0012 120.791 82.125C120.791 68.2488 109.542 57 95.666 57C81.7899 57 70.541 68.2488 70.541 82.125C70.541 96.0012 81.7899 107.25 95.666 107.25Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.666 96.875C103.812 96.875 110.416 90.2712 110.416 82.125C110.416 73.9788 103.812 67.375 95.666 67.375C87.5198 67.375 80.916 73.9788 80.916 82.125C80.916 90.2712 87.5198 96.875 95.666 96.875ZM122.791 82.125C122.791 97.1057 110.647 109.25 95.666 109.25C80.6853 109.25 68.541 97.1057 68.541 82.125C68.541 67.1443 80.6853 55 95.666 55C110.647 55 122.791 67.1443 122.791 82.125ZM112.416 82.125C112.416 91.3758 104.917 98.875 95.666 98.875C86.4152 98.875 78.916 91.3758 78.916 82.125C78.916 72.8742 86.4152 65.375 95.666 65.375C104.917 65.375 112.416 72.8742 112.416 82.125ZM120.791 82.125C120.791 96.0012 109.542 107.25 95.666 107.25C81.7899 107.25 70.541 96.0012 70.541 82.125C70.541 68.2488 81.7899 57 95.666 57C109.542 57 120.791 68.2488 120.791 82.125Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M78.9167 127.625H112.417C123.209 127.625 131.958 136.374 131.958 147.167V170.791C131.958 171.124 131.95 171.455 131.934 171.784H140.316C140.328 171.454 140.333 171.123 140.333 170.791V147.167C140.333 131.749 127.835 119.25 112.417 119.25H78.9167C63.4987 119.25 51 131.749 51 147.167V170.791C51 171.123 51.0058 171.454 51.0173 171.784H59.3998C59.3833 171.455 59.375 171.124 59.375 170.791V147.167C59.375 136.374 68.1241 127.625 78.9167 127.625Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M129.831 173.784L129.936 171.684C129.951 171.388 129.958 171.091 129.958 170.791V147.167C129.958 137.479 122.105 129.625 112.417 129.625H78.9167C69.2287 129.625 61.375 137.479 61.375 147.167V170.791C61.375 171.091 61.3825 171.388 61.3973 171.684L61.5024 173.784H49.086L49.0185 171.854C49.0062 171.501 49 171.147 49 170.791V147.167C49 130.644 62.3941 117.25 78.9167 117.25H112.417C128.939 117.25 142.333 130.644 142.333 147.167V170.791C142.333 171.147 142.327 171.501 142.315 171.854L142.247 173.784H129.831ZM131.958 147.167C131.958 136.374 123.209 127.625 112.417 127.625H78.9167C68.1241 127.625 59.375 136.374 59.375 147.167V170.791C59.375 171.124 59.3833 171.455 59.3998 171.784H51.0173C51.0058 171.454 51 171.123 51 170.791V147.167C51 131.749 63.4987 119.25 78.9167 119.25H112.417C127.835 119.25 140.333 131.749 140.333 147.167V170.791C140.333 171.123 140.328 171.454 140.316 171.784H131.934C131.95 171.455 131.958 171.124 131.958 170.791V147.167Z' }), _jsx("path", { d: 'M102 30C102 33.3137 99.3137 36 96 36C92.6863 36 90 33.3137 90 30C90 26.6863 92.6863 24 96 24C99.3137 24 102 26.6863 102 30Z', fill: 'white' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CameraFrontOutline;
export default CameraFrontOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CameraFrontSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M121.84 79.7727C121.84 94.0066 110.235 105.545 95.9198 105.545C81.6046 105.545 69.9998 94.0066 69.9998 79.7727C69.9998 65.5388 81.6046 54 95.9198 54C110.235 54 121.84 65.5388 121.84 79.7727Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.9198 96.9055C105.51 96.9055 113.2 89.1885 113.2 79.7727C113.2 70.3569 105.51 62.64 95.9198 62.64C86.3299 62.64 78.6398 70.3569 78.6398 79.7727C78.6398 89.1885 86.3299 96.9055 95.9198 96.9055ZM95.9198 105.545C110.235 105.545 121.84 94.0066 121.84 79.7727C121.84 65.5388 110.235 54 95.9198 54C81.6046 54 69.9998 65.5388 69.9998 79.7727C69.9998 94.0066 81.6046 105.545 95.9198 105.545Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M124.16 169.2H68H50V166.842V157.68V142.936C50 127.03 62.8942 114.136 78.8 114.136H113.36C129.266 114.136 142.16 127.03 142.16 142.936V157.68V166.842V169.2H124.16ZM63.525 180H53.1743L53.1744 180H63.5252L63.525 180ZM138.986 180H128.635L128.635 180H138.986L138.986 180Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 45V161H148V45H44ZM32 24C32 17.9249 36.9249 13 43 13H149C155.075 13 160 17.9249 160 24V162C160 168.075 155.075 173 149 173H43C36.9249 173 32 168.075 32 162V24Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M102 27C102 30.3137 99.3137 33 96 33C92.6863 33 90 30.3137 90 27C90 23.6863 92.6863 21 96 21C99.3137 21 102 23.6863 102 27Z', fill: 'white' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CameraFrontSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M121.84 79.7727C121.84 94.0066 110.235 105.545 95.9198 105.545C81.6046 105.545 69.9998 94.0066 69.9998 79.7727C69.9998 65.5388 81.6046 54 95.9198 54C110.235 54 121.84 65.5388 121.84 79.7727Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.9198 96.9055C105.51 96.9055 113.2 89.1885 113.2 79.7727C113.2 70.3569 105.51 62.64 95.9198 62.64C86.3299 62.64 78.6398 70.3569 78.6398 79.7727C78.6398 89.1885 86.3299 96.9055 95.9198 96.9055ZM95.9198 105.545C110.235 105.545 121.84 94.0066 121.84 79.7727C121.84 65.5388 110.235 54 95.9198 54C81.6046 54 69.9998 65.5388 69.9998 79.7727C69.9998 94.0066 81.6046 105.545 95.9198 105.545Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M124.16 169.2H68H50V166.842V157.68V142.936C50 127.03 62.8942 114.136 78.8 114.136H113.36C129.266 114.136 142.16 127.03 142.16 142.936V157.68V166.842V169.2H124.16ZM63.525 180H53.1743L53.1744 180H63.5252L63.525 180ZM138.986 180H128.635L128.635 180H138.986L138.986 180Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 45V161H148V45H44ZM32 24C32 17.9249 36.9249 13 43 13H149C155.075 13 160 17.9249 160 24V162C160 168.075 155.075 173 149 173H43C36.9249 173 32 168.075 32 162V24Z' }), _jsx("path", { d: 'M102 27C102 30.3137 99.3137 33 96 33C92.6863 33 90 30.3137 90 27C90 23.6863 92.6863 21 96 21C99.3137 21 102 23.6863 102 27Z', fill: 'white' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CameraFrontSolid;
export default CameraFrontSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CameraOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M165.091 148V64.2105H148.165C141.941 64.2105 136.012 61.2859 131.872 56.1726L122.017 44H67.1685L60.9487 53.8769C56.873 60.349 50.1707 64.2105 43.0133 64.2105L26.9091 64.2105L26.9091 148L165.091 148ZM26.9091 52.2105C20.8842 52.2105 16 57.5831 16 64.2105V148C16 154.627 20.8842 160 26.9091 160H165.091C171.116 160 176 154.627 176 148V64.2105C176 57.5831 171.116 52.2105 165.091 52.2105H148.165C145.053 52.2105 142.089 50.7482 140.019 48.1916L130.163 36.0189C128.093 33.4623 125.129 32 122.017 32H67.1685C63.5898 32 60.2387 33.9308 58.2008 37.1668L51.981 47.0437C49.9432 50.2797 46.592 52.2105 43.0133 52.2105H26.9091Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 118.4C108.371 118.4 118.4 108.371 118.4 96C118.4 83.6288 108.371 73.6 96 73.6C83.6288 73.6 73.6 83.6288 73.6 96C73.6 108.371 83.6288 118.4 96 118.4ZM96 128C113.673 128 128 113.673 128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M154.958 85.0136L138.959 84.9045L139.041 72.9048L155.04 73.0139L154.958 85.0136Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M42.9583 60.1091L26.9592 60L27.041 48.0002L43.0402 48.1094L42.9583 60.1091Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CameraOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M165.091 148V64.2105H148.165C141.941 64.2105 136.012 61.2859 131.872 56.1726L122.017 44H67.1685L60.9487 53.8769C56.873 60.349 50.1707 64.2105 43.0133 64.2105L26.9091 64.2105L26.9091 148L165.091 148ZM26.9091 52.2105C20.8842 52.2105 16 57.5831 16 64.2105V148C16 154.627 20.8842 160 26.9091 160H165.091C171.116 160 176 154.627 176 148V64.2105C176 57.5831 171.116 52.2105 165.091 52.2105H148.165C145.053 52.2105 142.089 50.7482 140.019 48.1916L130.163 36.0189C128.093 33.4623 125.129 32 122.017 32H67.1685C63.5898 32 60.2387 33.9308 58.2008 37.1668L51.981 47.0437C49.9432 50.2797 46.592 52.2105 43.0133 52.2105H26.9091Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 118.4C108.371 118.4 118.4 108.371 118.4 96C118.4 83.6288 108.371 73.6 96 73.6C83.6288 73.6 73.6 83.6288 73.6 96C73.6 108.371 83.6288 118.4 96 118.4ZM96 128C113.673 128 128 113.673 128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M154.958 85.0136L138.959 84.9045L139.041 72.9048L155.04 73.0139L154.958 85.0136Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M42.9583 60.1091L26.9592 60L27.041 48.0002L43.0402 48.1094L42.9583 60.1091Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CameraOutline;
export default CameraOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CameraSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M165.091 148V64.2105H148.165C141.941 64.2105 136.012 61.2859 131.872 56.1726L122.017 44H67.1685L60.9487 53.8769C56.873 60.349 50.1707 64.2105 43.0133 64.2105L26.9091 64.2105L26.9091 148L165.091 148ZM26.9091 52.2105C20.8842 52.2105 16 57.5831 16 64.2105V148C16 154.627 20.8842 160 26.9091 160H165.091C171.116 160 176 154.627 176 148V64.2105C176 57.5831 171.116 52.2105 165.091 52.2105H148.165C145.053 52.2105 142.089 50.7482 140.019 48.1916L130.163 36.0189C128.093 33.4623 125.129 32 122.017 32H67.1685C63.5898 32 60.2387 33.9308 58.2008 37.1668L51.981 47.0437C49.9432 50.2797 46.592 52.2105 43.0133 52.2105H26.9091Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M42.9583 60.1091L26.9592 60L27.041 48.0002L43.0402 48.1094L42.9583 60.1091Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M59.5 50.5L65.5 42.5H127.5L140.5 54.5L154.5 60.5L168.5 63V153H24V60.5H29H44.5L59.5 50.5Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M65.25 42H127.695L140.776 54.0743L154.644 60.0179L169 62.5814V153.5H23.5V60H44.3486L59.1514 50.1315L65.25 42ZM65.75 43L59.8486 50.8685L44.6514 61H24.5V152.5H168V63.4186L154.356 60.9821L140.224 54.9257L127.305 43H65.75Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 118.4C108.371 118.4 118.4 108.371 118.4 96C118.4 83.6288 108.371 73.6 96 73.6C83.6288 73.6 73.6 83.6288 73.6 96C73.6 108.371 83.6288 118.4 96 118.4ZM96 128C113.673 128 128 113.673 128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128Z', fill: 'white' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M154.958 85.0136L138.959 84.9045L139.041 72.9048L155.04 73.0139L154.958 85.0136Z', fill: 'white' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CameraSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M165.091 148V64.2105H148.165C141.941 64.2105 136.012 61.2859 131.872 56.1726L122.017 44H67.1685L60.9487 53.8769C56.873 60.349 50.1707 64.2105 43.0133 64.2105L26.9091 64.2105L26.9091 148L165.091 148ZM26.9091 52.2105C20.8842 52.2105 16 57.5831 16 64.2105V148C16 154.627 20.8842 160 26.9091 160H165.091C171.116 160 176 154.627 176 148V64.2105C176 57.5831 171.116 52.2105 165.091 52.2105H148.165C145.053 52.2105 142.089 50.7482 140.019 48.1916L130.163 36.0189C128.093 33.4623 125.129 32 122.017 32H67.1685C63.5898 32 60.2387 33.9308 58.2008 37.1668L51.981 47.0437C49.9432 50.2797 46.592 52.2105 43.0133 52.2105H26.9091Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M42.9583 60.1091L26.9592 60L27.041 48.0002L43.0402 48.1094L42.9583 60.1091Z' }), _jsx("path", { d: 'M59.5 50.5L65.5 42.5H127.5L140.5 54.5L154.5 60.5L168.5 63V153H24V60.5H29H44.5L59.5 50.5Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M65.25 42H127.695L140.776 54.0743L154.644 60.0179L169 62.5814V153.5H23.5V60H44.3486L59.1514 50.1315L65.25 42ZM65.75 43L59.8486 50.8685L44.6514 61H24.5V152.5H168V63.4186L154.356 60.9821L140.224 54.9257L127.305 43H65.75Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 118.4C108.371 118.4 118.4 108.371 118.4 96C118.4 83.6288 108.371 73.6 96 73.6C83.6288 73.6 73.6 83.6288 73.6 96C73.6 108.371 83.6288 118.4 96 118.4ZM96 128C113.673 128 128 113.673 128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128Z', fill: 'white' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M154.958 85.0136L138.959 84.9045L139.041 72.9048L155.04 73.0139L154.958 85.0136Z', fill: 'white' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CameraSolid;
export default CameraSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Cancel = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M48.9779 38.7574C46.6348 36.4142 42.8358 36.4142 40.4926 38.7574C38.1495 41.1005 38.1495 44.8995 40.4926 47.2426L87.515 94.265L38.7574 143.023C36.4142 145.366 36.4142 149.165 38.7574 151.508C41.1005 153.851 44.8995 153.851 47.2426 151.508L96.0002 102.75L144.543 151.293C146.886 153.636 150.685 153.636 153.028 151.293C155.372 148.95 155.372 145.151 153.028 142.808L104.486 94.265L151.293 47.4574C153.636 45.1142 153.636 41.3152 151.293 38.9721C148.95 36.629 145.151 36.629 142.808 38.9721L96.0002 85.7797L48.9779 38.7574Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Cancel = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M48.9779 38.7574C46.6348 36.4142 42.8358 36.4142 40.4926 38.7574C38.1495 41.1005 38.1495 44.8995 40.4926 47.2426L87.515 94.265L38.7574 143.023C36.4142 145.366 36.4142 149.165 38.7574 151.508C41.1005 153.851 44.8995 153.851 47.2426 151.508L96.0002 102.75L144.543 151.293C146.886 153.636 150.685 153.636 153.028 151.293C155.372 148.95 155.372 145.151 153.028 142.808L104.486 94.265L151.293 47.4574C153.636 45.1142 153.636 41.3152 151.293 38.9721C148.95 36.629 145.151 36.629 142.808 38.9721L96.0002 85.7797L48.9779 38.7574Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Cancel;
export default Cancel;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CardOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 65V44H164V65H28ZM28 85V148H164V85H28ZM16 42C16 36.4772 20.4772 32 26 32H166C171.523 32 176 36.4772 176 42V150C176 155.523 171.523 160 166 160H26C20.4772 160 16 155.523 16 150V42Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const CardOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 65V44H164V65H28ZM28 85V148H164V85H28ZM16 42C16 36.4772 20.4772 32 26 32H166C171.523 32 176 36.4772 176 42V150C176 155.523 171.523 160 166 160H26C20.4772 160 16 155.523 16 150V42Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CardOutline;
export default CardOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CardSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M16 84H176V149C176 154.523 171.523 159 166 159H26C20.4772 159 16 154.523 16 149V84Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M16 42C16 36.4772 20.4772 32 26 32H166C171.523 32 176 36.4772 176 42V64H16V42Z', fill: 'currentColor' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CardSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M16 84H176V149C176 154.523 171.523 159 166 159H26C20.4772 159 16 154.523 16 149V84Z', fill: 'currentColor' }), _jsx("path", { d: 'M16 42C16 36.4772 20.4772 32 26 32H166C171.523 32 176 36.4772 176 42V64H16V42Z', fill: 'currentColor' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CardSolid;
export default CardSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CardsOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M48 44V129H164V44H48ZM46 32C40.4772 32 36 36.4772 36 42V131C36 136.523 40.4772 141 46 141H166C171.523 141 176 136.523 176 131V42C176 36.4772 171.523 32 166 32H46Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M44.2353 64H167.765V86H44.2353V64Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20.0733 158.684C17.7047 157.881 16 155.64 16 153V70C16 66.6863 18.6863 64 22 64C25.3137 64 28 66.6863 28 70V147.444H105.998C109.312 147.444 111.998 150.13 111.998 153.444C111.998 156.758 109.312 159.444 105.998 159.444H22.998C21.9361 159.444 20.9386 159.168 20.0733 158.684Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CardsOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M48 44V129H164V44H48ZM46 32C40.4772 32 36 36.4772 36 42V131C36 136.523 40.4772 141 46 141H166C171.523 141 176 136.523 176 131V42C176 36.4772 171.523 32 166 32H46Z' }), _jsx("path", { d: 'M44.2353 64H167.765V86H44.2353V64Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20.0733 158.684C17.7047 157.881 16 155.64 16 153V70C16 66.6863 18.6863 64 22 64C25.3137 64 28 66.6863 28 70V147.444H105.998C109.312 147.444 111.998 150.13 111.998 153.444C111.998 156.758 109.312 159.444 105.998 159.444H22.998C21.9361 159.444 20.9386 159.168 20.0733 158.684Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CardsOutline;
export default CardsOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CardsSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M21.0733 157.851C18.7047 157.048 17 154.807 17 152.167V69.167C17 65.8533 19.6863 63.167 23 63.167C26.3137 63.167 29 65.8533 29 69.167V146.611H106.998C110.312 146.611 112.998 149.297 112.998 152.611C112.998 155.925 110.312 158.611 106.998 158.611H23.998C22.9361 158.611 21.9386 158.335 21.0733 157.851Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M38.959 39.2083C38.959 35.7796 41.7385 33 45.1673 33H169.334C172.763 33 175.542 35.7796 175.542 39.2083V54.7292H38.959V39.2083Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M38.959 74.1304H175.542V126.125C175.542 129.554 172.763 132.333 169.334 132.333H45.1673C41.7386 132.333 38.959 129.554 38.959 126.125V74.1304Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CardsSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M21.0733 157.851C18.7047 157.048 17 154.807 17 152.167V69.167C17 65.8533 19.6863 63.167 23 63.167C26.3137 63.167 29 65.8533 29 69.167V146.611H106.998C110.312 146.611 112.998 149.297 112.998 152.611C112.998 155.925 110.312 158.611 106.998 158.611H23.998C22.9361 158.611 21.9386 158.335 21.0733 157.851Z' }), _jsx("path", { d: 'M38.959 39.2083C38.959 35.7796 41.7385 33 45.1673 33H169.334C172.763 33 175.542 35.7796 175.542 39.2083V54.7292H38.959V39.2083Z' }), _jsx("path", { d: 'M38.959 74.1304H175.542V126.125C175.542 129.554 172.763 132.333 169.334 132.333H45.1673C41.7386 132.333 38.959 129.554 38.959 126.125V74.1304Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CardsSolid;
export default CardsSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CartOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M53 61C53 57.6863 55.7343 55 59.1071 55H160.893C164.266 55 167 57.6863 167 61C167 64.3137 164.266 67 160.893 67H59.1071C55.7343 67 53 64.3137 53 61Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M25 29C25 25.6863 27.6863 23 31 23H45C48.3137 23 51 25.6863 51 29C51 32.3137 48.3137 35 45 35H31C27.6863 35 25 32.3137 25 29Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M76 114C76 110.686 78.7677 108 82.1818 108H137.818C141.232 108 144 110.686 144 114C144 117.314 141.232 120 137.818 120H82.1818C78.7677 120 76 117.314 76 114Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M68 130C68 126.686 70.5584 124 73.7143 124H142.286C145.442 124 148 126.686 148 130C148 133.314 145.442 136 142.286 136H73.7143C70.5584 136 68 133.314 68 130Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M93 155C93 161.627 87.6274 167 81 167C74.3726 167 69 161.627 69 155C69 148.373 74.3726 143 81 143C87.6274 143 93 148.373 93 155Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M145 156C145 162.627 139.627 168 133 168C126.373 168 121 162.627 121 156C121 149.373 126.373 144 133 144C139.627 144 145 149.373 145 156Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M39.6773 31.8941C38.3375 28.885 39.7055 25.3529 42.7327 24.0051C45.7599 22.6573 49.3 24.0041 50.6398 27.0133L87.6811 110.209C89.0209 113.219 87.6529 116.751 84.6257 118.098C81.5985 119.446 78.0583 118.099 76.7186 115.09L39.6773 31.8941Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M167.357 64.3687C168.706 61.3379 167.346 57.7882 164.319 56.4404C161.292 55.0926 157.744 56.457 156.394 59.4879L133.41 111.112C132.06 114.143 133.42 117.693 136.448 119.041C139.475 120.388 143.023 119.024 144.372 115.993L167.357 64.3687Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M88.1505 113.114C89.1914 110.776 87.5811 107.788 84.5539 106.44C81.5267 105.093 78.2288 105.895 77.188 108.233L68.545 127.645C67.5041 129.983 69.1144 132.971 72.1416 134.319C75.1688 135.667 78.4667 134.864 79.5075 132.526L88.1505 113.114Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CartOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M53 61C53 57.6863 55.7343 55 59.1071 55H160.893C164.266 55 167 57.6863 167 61C167 64.3137 164.266 67 160.893 67H59.1071C55.7343 67 53 64.3137 53 61Z' }), _jsx("path", { d: 'M25 29C25 25.6863 27.6863 23 31 23H45C48.3137 23 51 25.6863 51 29C51 32.3137 48.3137 35 45 35H31C27.6863 35 25 32.3137 25 29Z' }), _jsx("path", { d: 'M76 114C76 110.686 78.7677 108 82.1818 108H137.818C141.232 108 144 110.686 144 114C144 117.314 141.232 120 137.818 120H82.1818C78.7677 120 76 117.314 76 114Z' }), _jsx("path", { d: 'M68 130C68 126.686 70.5584 124 73.7143 124H142.286C145.442 124 148 126.686 148 130C148 133.314 145.442 136 142.286 136H73.7143C70.5584 136 68 133.314 68 130Z' }), _jsx("path", { d: 'M93 155C93 161.627 87.6274 167 81 167C74.3726 167 69 161.627 69 155C69 148.373 74.3726 143 81 143C87.6274 143 93 148.373 93 155Z' }), _jsx("path", { d: 'M145 156C145 162.627 139.627 168 133 168C126.373 168 121 162.627 121 156C121 149.373 126.373 144 133 144C139.627 144 145 149.373 145 156Z' }), _jsx("path", { d: 'M39.6773 31.8941C38.3375 28.885 39.7055 25.3529 42.7327 24.0051C45.7599 22.6573 49.3 24.0041 50.6398 27.0133L87.6811 110.209C89.0209 113.219 87.6529 116.751 84.6257 118.098C81.5985 119.446 78.0583 118.099 76.7186 115.09L39.6773 31.8941Z' }), _jsx("path", { d: 'M167.357 64.3687C168.706 61.3379 167.346 57.7882 164.319 56.4404C161.292 55.0926 157.744 56.457 156.394 59.4879L133.41 111.112C132.06 114.143 133.42 117.693 136.448 119.041C139.475 120.388 143.023 119.024 144.372 115.993L167.357 64.3687Z' }), _jsx("path", { d: 'M88.1505 113.114C89.1914 110.776 87.5811 107.788 84.5539 106.44C81.5267 105.093 78.2288 105.895 77.188 108.233L68.545 127.645C67.5041 129.983 69.1144 132.971 72.1416 134.319C75.1688 135.667 78.4667 134.864 79.5075 132.526L88.1505 113.114Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CartOutline;
export default CartOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CardSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M30 24.4351C26.6863 24.4351 24 27.1214 24 30.4351C24 33.7488 26.6863 36.4351 30 36.4351H40.06L52.0865 63.4468C52.2564 64.4297 52.6695 65.3312 53.263 66.0894L74.4267 113.624L68.021 128.011C67.3773 128.982 67 130.162 67 131.435C67 134.749 69.5584 137.435 72.7143 137.435H141.286C144.442 137.435 147 134.749 147 131.435C147 128.121 144.442 125.435 141.286 125.435H82.3037L84.0846 121.435H136.818C137.924 121.435 138.962 121.153 139.861 120.659C141.371 120.132 142.67 119.006 143.372 117.428L166.357 65.8038C167.481 63.2783 166.725 60.3927 164.689 58.7208C163.571 57.3286 161.838 56.4351 159.893 56.4351H62.1003L49.731 28.6533C48.9721 26.2096 46.6933 24.4351 44 24.4351H30ZM92 156.435C92 163.062 86.6274 168.435 80 168.435C73.3726 168.435 68 163.062 68 156.435C68 149.808 73.3726 144.435 80 144.435C86.6274 144.435 92 149.808 92 156.435ZM132 169.435C138.627 169.435 144 164.062 144 157.435C144 150.808 138.627 145.435 132 145.435C125.373 145.435 120 150.808 120 157.435C120 164.062 125.373 169.435 132 169.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M40.06 36.4351L40.5168 36.2317L40.3848 35.9351H40.06V36.4351ZM52.0865 63.4468L52.5792 63.3617L52.5686 63.3003L52.5432 63.2435L52.0865 63.4468ZM53.263 66.0894L53.7198 65.886L53.6947 65.8297L53.6567 65.7812L53.263 66.0894ZM74.4267 113.624L74.8835 113.827L74.974 113.624L74.8835 113.421L74.4267 113.624ZM68.021 128.011L68.4377 128.288L68.4608 128.253L68.4777 128.215L68.021 128.011ZM82.3037 125.435L81.8469 125.232L81.5337 125.935H82.3037V125.435ZM84.0846 121.435V120.935H83.7599L83.6278 121.232L84.0846 121.435ZM139.861 120.659L139.696 120.187L139.656 120.201L139.62 120.221L139.861 120.659ZM143.372 117.428L143.829 117.632L143.372 117.428ZM166.357 65.8038L165.9 65.6004L166.357 65.8038ZM164.689 58.7208L164.3 59.0339L164.332 59.0743L164.372 59.1071L164.689 58.7208ZM62.1003 56.4351L61.6435 56.6384L61.7756 56.9351H62.1003V56.4351ZM49.731 28.6533L49.2535 28.8016L49.2622 28.8297L49.2742 28.8566L49.731 28.6533ZM24.5 30.4351C24.5 27.3975 26.9624 24.9351 30 24.9351V23.9351C26.4101 23.9351 23.5 26.8452 23.5 30.4351H24.5ZM30 35.9351C26.9624 35.9351 24.5 33.4726 24.5 30.4351H23.5C23.5 34.0249 26.4101 36.9351 30 36.9351V35.9351ZM40.06 35.9351H30V36.9351H40.06V35.9351ZM52.5432 63.2435L40.5168 36.2317L39.6033 36.6384L51.6297 63.6502L52.5432 63.2435ZM53.6567 65.7812C53.1124 65.0858 52.7345 64.2605 52.5792 63.3617L51.5938 63.532C51.7782 64.5989 52.2266 65.5765 52.8693 66.3976L53.6567 65.7812ZM74.8835 113.421L53.7198 65.886L52.8062 66.2927L73.97 113.827L74.8835 113.421ZM68.4777 128.215L74.8835 113.827L73.97 113.421L67.5642 127.808L68.4777 128.215ZM67.5 131.435C67.5 130.262 67.8475 129.178 68.4377 128.288L67.6042 127.735C66.9072 128.787 66.5 130.063 66.5 131.435H67.5ZM72.7143 136.935C69.8572 136.935 67.5 134.496 67.5 131.435H66.5C66.5 135.002 69.2595 137.935 72.7143 137.935V136.935ZM141.286 136.935H72.7143V137.935H141.286V136.935ZM146.5 131.435C146.5 134.496 144.143 136.935 141.286 136.935V137.935C144.74 137.935 147.5 135.002 147.5 131.435H146.5ZM141.286 125.935C144.143 125.935 146.5 128.374 146.5 131.435H147.5C147.5 127.868 144.74 124.935 141.286 124.935V125.935ZM82.3037 125.935H141.286V124.935H82.3037V125.935ZM83.6278 121.232L81.8469 125.232L82.7604 125.638L84.5414 121.638L83.6278 121.232ZM136.818 120.935H84.0846V121.935H136.818V120.935ZM139.62 120.221C138.794 120.675 137.838 120.935 136.818 120.935V121.935C138.01 121.935 139.131 121.631 140.102 121.097L139.62 120.221ZM142.916 117.225C142.271 118.672 141.082 119.704 139.696 120.187L140.025 121.131C141.661 120.561 143.068 119.341 143.829 117.632L142.916 117.225ZM165.9 65.6004L142.916 117.225L143.829 117.632L166.814 66.0072L165.9 65.6004ZM164.372 59.1071C166.237 60.6397 166.931 63.2854 165.9 65.6004L166.814 66.0072C168.032 63.2712 167.212 60.1457 165.007 58.3345L164.372 59.1071ZM159.893 56.9351C161.682 56.9351 163.273 57.7564 164.3 59.0339L165.079 58.4077C163.869 56.9009 161.994 55.9351 159.893 55.9351V56.9351ZM62.1003 56.9351H159.893V55.9351H62.1003V56.9351ZM49.2742 28.8566L61.6435 56.6384L62.557 56.2317L50.1878 28.4499L49.2742 28.8566ZM44 24.9351C46.4681 24.9351 48.5577 26.5611 49.2535 28.8016L50.2085 28.505C49.3865 25.8581 46.9185 23.9351 44 23.9351V24.9351ZM30 24.9351H44V23.9351H30V24.9351ZM80 168.935C86.9036 168.935 92.5 163.339 92.5 156.435H91.5C91.5 162.786 86.3513 167.935 80 167.935V168.935ZM67.5 156.435C67.5 163.339 73.0964 168.935 80 168.935V167.935C73.6487 167.935 68.5 162.786 68.5 156.435H67.5ZM80 143.935C73.0964 143.935 67.5 149.532 67.5 156.435H68.5C68.5 150.084 73.6487 144.935 80 144.935V143.935ZM92.5 156.435C92.5 149.532 86.9036 143.935 80 143.935V144.935C86.3513 144.935 91.5 150.084 91.5 156.435H92.5ZM143.5 157.435C143.5 163.786 138.351 168.935 132 168.935V169.935C138.904 169.935 144.5 164.339 144.5 157.435H143.5ZM132 145.935C138.351 145.935 143.5 151.084 143.5 157.435H144.5C144.5 150.532 138.904 144.935 132 144.935V145.935ZM120.5 157.435C120.5 151.084 125.649 145.935 132 145.935V144.935C125.096 144.935 119.5 150.532 119.5 157.435H120.5ZM132 168.935C125.649 168.935 120.5 163.786 120.5 157.435H119.5C119.5 164.339 125.096 169.935 132 169.935V168.935Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CardSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M30 24.4351C26.6863 24.4351 24 27.1214 24 30.4351C24 33.7488 26.6863 36.4351 30 36.4351H40.06L52.0865 63.4468C52.2564 64.4297 52.6695 65.3312 53.263 66.0894L74.4267 113.624L68.021 128.011C67.3773 128.982 67 130.162 67 131.435C67 134.749 69.5584 137.435 72.7143 137.435H141.286C144.442 137.435 147 134.749 147 131.435C147 128.121 144.442 125.435 141.286 125.435H82.3037L84.0846 121.435H136.818C137.924 121.435 138.962 121.153 139.861 120.659C141.371 120.132 142.67 119.006 143.372 117.428L166.357 65.8038C167.481 63.2783 166.725 60.3927 164.689 58.7208C163.571 57.3286 161.838 56.4351 159.893 56.4351H62.1003L49.731 28.6533C48.9721 26.2096 46.6933 24.4351 44 24.4351H30ZM92 156.435C92 163.062 86.6274 168.435 80 168.435C73.3726 168.435 68 163.062 68 156.435C68 149.808 73.3726 144.435 80 144.435C86.6274 144.435 92 149.808 92 156.435ZM132 169.435C138.627 169.435 144 164.062 144 157.435C144 150.808 138.627 145.435 132 145.435C125.373 145.435 120 150.808 120 157.435C120 164.062 125.373 169.435 132 169.435Z' }), _jsx("path", { d: 'M40.06 36.4351L40.5168 36.2317L40.3848 35.9351H40.06V36.4351ZM52.0865 63.4468L52.5792 63.3617L52.5686 63.3003L52.5432 63.2435L52.0865 63.4468ZM53.263 66.0894L53.7198 65.886L53.6947 65.8297L53.6567 65.7812L53.263 66.0894ZM74.4267 113.624L74.8835 113.827L74.974 113.624L74.8835 113.421L74.4267 113.624ZM68.021 128.011L68.4377 128.288L68.4608 128.253L68.4777 128.215L68.021 128.011ZM82.3037 125.435L81.8469 125.232L81.5337 125.935H82.3037V125.435ZM84.0846 121.435V120.935H83.7599L83.6278 121.232L84.0846 121.435ZM139.861 120.659L139.696 120.187L139.656 120.201L139.62 120.221L139.861 120.659ZM143.372 117.428L143.829 117.632L143.372 117.428ZM166.357 65.8038L165.9 65.6004L166.357 65.8038ZM164.689 58.7208L164.3 59.0339L164.332 59.0743L164.372 59.1071L164.689 58.7208ZM62.1003 56.4351L61.6435 56.6384L61.7756 56.9351H62.1003V56.4351ZM49.731 28.6533L49.2535 28.8016L49.2622 28.8297L49.2742 28.8566L49.731 28.6533ZM24.5 30.4351C24.5 27.3975 26.9624 24.9351 30 24.9351V23.9351C26.4101 23.9351 23.5 26.8452 23.5 30.4351H24.5ZM30 35.9351C26.9624 35.9351 24.5 33.4726 24.5 30.4351H23.5C23.5 34.0249 26.4101 36.9351 30 36.9351V35.9351ZM40.06 35.9351H30V36.9351H40.06V35.9351ZM52.5432 63.2435L40.5168 36.2317L39.6033 36.6384L51.6297 63.6502L52.5432 63.2435ZM53.6567 65.7812C53.1124 65.0858 52.7345 64.2605 52.5792 63.3617L51.5938 63.532C51.7782 64.5989 52.2266 65.5765 52.8693 66.3976L53.6567 65.7812ZM74.8835 113.421L53.7198 65.886L52.8062 66.2927L73.97 113.827L74.8835 113.421ZM68.4777 128.215L74.8835 113.827L73.97 113.421L67.5642 127.808L68.4777 128.215ZM67.5 131.435C67.5 130.262 67.8475 129.178 68.4377 128.288L67.6042 127.735C66.9072 128.787 66.5 130.063 66.5 131.435H67.5ZM72.7143 136.935C69.8572 136.935 67.5 134.496 67.5 131.435H66.5C66.5 135.002 69.2595 137.935 72.7143 137.935V136.935ZM141.286 136.935H72.7143V137.935H141.286V136.935ZM146.5 131.435C146.5 134.496 144.143 136.935 141.286 136.935V137.935C144.74 137.935 147.5 135.002 147.5 131.435H146.5ZM141.286 125.935C144.143 125.935 146.5 128.374 146.5 131.435H147.5C147.5 127.868 144.74 124.935 141.286 124.935V125.935ZM82.3037 125.935H141.286V124.935H82.3037V125.935ZM83.6278 121.232L81.8469 125.232L82.7604 125.638L84.5414 121.638L83.6278 121.232ZM136.818 120.935H84.0846V121.935H136.818V120.935ZM139.62 120.221C138.794 120.675 137.838 120.935 136.818 120.935V121.935C138.01 121.935 139.131 121.631 140.102 121.097L139.62 120.221ZM142.916 117.225C142.271 118.672 141.082 119.704 139.696 120.187L140.025 121.131C141.661 120.561 143.068 119.341 143.829 117.632L142.916 117.225ZM165.9 65.6004L142.916 117.225L143.829 117.632L166.814 66.0072L165.9 65.6004ZM164.372 59.1071C166.237 60.6397 166.931 63.2854 165.9 65.6004L166.814 66.0072C168.032 63.2712 167.212 60.1457 165.007 58.3345L164.372 59.1071ZM159.893 56.9351C161.682 56.9351 163.273 57.7564 164.3 59.0339L165.079 58.4077C163.869 56.9009 161.994 55.9351 159.893 55.9351V56.9351ZM62.1003 56.9351H159.893V55.9351H62.1003V56.9351ZM49.2742 28.8566L61.6435 56.6384L62.557 56.2317L50.1878 28.4499L49.2742 28.8566ZM44 24.9351C46.4681 24.9351 48.5577 26.5611 49.2535 28.8016L50.2085 28.505C49.3865 25.8581 46.9185 23.9351 44 23.9351V24.9351ZM30 24.9351H44V23.9351H30V24.9351ZM80 168.935C86.9036 168.935 92.5 163.339 92.5 156.435H91.5C91.5 162.786 86.3513 167.935 80 167.935V168.935ZM67.5 156.435C67.5 163.339 73.0964 168.935 80 168.935V167.935C73.6487 167.935 68.5 162.786 68.5 156.435H67.5ZM80 143.935C73.0964 143.935 67.5 149.532 67.5 156.435H68.5C68.5 150.084 73.6487 144.935 80 144.935V143.935ZM92.5 156.435C92.5 149.532 86.9036 143.935 80 143.935V144.935C86.3513 144.935 91.5 150.084 91.5 156.435H92.5ZM143.5 157.435C143.5 163.786 138.351 168.935 132 168.935V169.935C138.904 169.935 144.5 164.339 144.5 157.435H143.5ZM132 145.935C138.351 145.935 143.5 151.084 143.5 157.435H144.5C144.5 150.532 138.904 144.935 132 144.935V145.935ZM120.5 157.435C120.5 151.084 125.649 145.935 132 145.935V144.935C125.096 144.935 119.5 150.532 119.5 157.435H120.5ZM132 168.935C125.649 168.935 120.5 163.786 120.5 157.435H119.5C119.5 164.339 125.096 169.935 132 169.935V168.935Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CardSolid;
export default CardSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ChevronDoubleLeft = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("path", { d: 'm106.80624,28.41659c-2.21062,-2.21062 -5.79478,-2.21069 -8.00539,-0.00015l-63.60667,63.60421c-1.06153,1.06152 -1.65801,2.50134 -1.65801,4.00256c0,1.50133 0.59632,2.94135 1.65792,4.00253l63.55568,63.55768c2.21053,2.21065 5.79452,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60365,-59.60162c2.21062,-2.21054 2.21138,-5.79455 0.00075,-8.00516l0,-0.00001z' }), (0, jsx_runtime_1.jsx)("path", { d: 'm150.80623,28.41659c-2.21062,-2.21062 -5.79477,-2.21069 -8.00539,-0.00015l-63.60667,63.60421c-1.06152,1.06152 -1.65801,2.50134 -1.65801,4.00256c0,1.50133 0.59632,2.94135 1.65792,4.00253l63.55568,63.55768c2.21054,2.21065 5.79453,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60364,-59.60162c2.21063,-2.21054 2.2114,-5.79455 0.00075,-8.00516l0,-0.00001z' })] }) })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const ChevronDoubleLeft = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsxs("g", { children: [_jsx("path", { d: 'm106.80624,28.41659c-2.21062,-2.21062 -5.79478,-2.21069 -8.00539,-0.00015l-63.60667,63.60421c-1.06153,1.06152 -1.65801,2.50134 -1.65801,4.00256c0,1.50133 0.59632,2.94135 1.65792,4.00253l63.55568,63.55768c2.21053,2.21065 5.79452,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60365,-59.60162c2.21062,-2.21054 2.21138,-5.79455 0.00075,-8.00516l0,-0.00001z' }), _jsx("path", { d: 'm150.80623,28.41659c-2.21062,-2.21062 -5.79477,-2.21069 -8.00539,-0.00015l-63.60667,63.60421c-1.06152,1.06152 -1.65801,2.50134 -1.65801,4.00256c0,1.50133 0.59632,2.94135 1.65792,4.00253l63.55568,63.55768c2.21054,2.21065 5.79453,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60364,-59.60162c2.21063,-2.21054 2.2114,-5.79455 0.00075,-8.00516l0,-0.00001z' })] }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ChevronDoubleLeft;
export default ChevronDoubleLeft;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ChevronDoubleRight = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsxs)("g", tslib_1.__assign({ transform: 'rotate(-180 96 96)' }, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'm106.80624,28.41659c-2.21062,-2.21062 -5.79478,-2.21069 -8.00539,-0.00015l-63.60667,63.60421c-1.06153,1.06152 -1.65801,2.50134 -1.65801,4.00256c0,1.50133 0.59632,2.94135 1.65792,4.00253l63.55568,63.55768c2.21053,2.21065 5.79452,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60365,-59.60162c2.21062,-2.21054 2.21138,-5.79455 0.00075,-8.00516l0,-0.00001z' }), (0, jsx_runtime_1.jsx)("path", { d: 'm150.80623,28.41659c-2.21062,-2.21062 -5.79477,-2.21069 -8.00539,-0.00015l-63.60667,63.60421c-1.06152,1.06152 -1.65801,2.50134 -1.65801,4.00256c0,1.50133 0.59632,2.94135 1.65792,4.00253l63.55568,63.55768c2.21054,2.21065 5.79453,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60364,-59.60162c2.21063,-2.21054 2.2114,-5.79455 0.00075,-8.00516l0,-0.00001z' })] })) })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const ChevronDoubleRight = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsxs("g", Object.assign({ transform: 'rotate(-180 96 96)' }, { children: [_jsx("path", { d: 'm106.80624,28.41659c-2.21062,-2.21062 -5.79478,-2.21069 -8.00539,-0.00015l-63.60667,63.60421c-1.06153,1.06152 -1.65801,2.50134 -1.65801,4.00256c0,1.50133 0.59632,2.94135 1.65792,4.00253l63.55568,63.55768c2.21053,2.21065 5.79452,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60365,-59.60162c2.21062,-2.21054 2.21138,-5.79455 0.00075,-8.00516l0,-0.00001z' }), _jsx("path", { d: 'm150.80623,28.41659c-2.21062,-2.21062 -5.79477,-2.21069 -8.00539,-0.00015l-63.60667,63.60421c-1.06152,1.06152 -1.65801,2.50134 -1.65801,4.00256c0,1.50133 0.59632,2.94135 1.65792,4.00253l63.55568,63.55768c2.21054,2.21065 5.79453,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60364,-59.60162c2.21063,-2.21054 2.2114,-5.79455 0.00075,-8.00516l0,-0.00001z' })] })) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ChevronDoubleRight;
export default ChevronDoubleRight;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ChevronDown = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: 'm56.7847,82.433c-2.22424,-2.22424 -2.22424,-5.83064 0,-8.05493c2.2243,-2.22424 5.83068,-2.22424 8.05491,0l31.16135,31.16138l31.15903,-31.16046c2.22436,-2.22435 5.83086,-2.22435 8.0552,-0.00011c2.22437,2.22424 2.22437,5.83063 0,8.05487l-35.18665,35.18805c-1.06812,1.06818 -2.51685,1.66832 -4.02743,1.66832c-1.51067,0 -2.95939,-0.60002 -4.02754,-1.66826l-35.18888,-35.18886z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const ChevronDown = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { d: 'm56.7847,82.433c-2.22424,-2.22424 -2.22424,-5.83064 0,-8.05493c2.2243,-2.22424 5.83068,-2.22424 8.05491,0l31.16135,31.16138l31.15903,-31.16046c2.22436,-2.22435 5.83086,-2.22435 8.0552,-0.00011c2.22437,2.22424 2.22437,5.83063 0,8.05487l-35.18665,35.18805c-1.06812,1.06818 -2.51685,1.66832 -4.02743,1.66832c-1.51067,0 -2.95939,-0.60002 -4.02754,-1.66826l-35.18888,-35.18886z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ChevronDown;
export default ChevronDown;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ChevronLeft = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { d: 'm121.80624,28.41659c-2.21062,-2.21062 -5.79478,-2.21069 -8.0054,-0.00015l-63.60667,63.60421c-1.06153,1.06152 -1.65801,2.50134 -1.65801,4.00257c0,1.50132 0.59632,2.94135 1.65792,4.00252l63.55568,63.55768c2.21054,2.21065 5.79452,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60365,-59.60162c2.21062,-2.21054 2.21138,-5.79455 0.00075,-8.00516z' }) }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const ChevronLeft = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("g", { children: _jsx("path", { d: 'm121.80624,28.41659c-2.21062,-2.21062 -5.79478,-2.21069 -8.0054,-0.00015l-63.60667,63.60421c-1.06153,1.06152 -1.65801,2.50134 -1.65801,4.00257c0,1.50132 0.59632,2.94135 1.65792,4.00252l63.55568,63.55768c2.21054,2.21065 5.79452,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60365,-59.60162c2.21062,-2.21054 2.21138,-5.79455 0.00075,-8.00516z' }) }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ChevronLeft;
export default ChevronLeft;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ChevronRight = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("g", tslib_1.__assign({ transform: 'rotate(-180 96 96)' }, { children: (0, jsx_runtime_1.jsx)("path", { d: 'm121.80624,28.41659c-2.21062,-2.21062 -5.79478,-2.21069 -8.0054,-0.00015l-63.60667,63.60421c-1.06153,1.06152 -1.65801,2.50134 -1.65801,4.00257c0,1.50132 0.59632,2.94135 1.65792,4.00252l63.55568,63.55768c2.21054,2.21065 5.79452,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60365,-59.60162c2.21062,-2.21054 2.21138,-5.79455 0.00075,-8.00516z' }) })) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const ChevronRight = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("g", Object.assign({ transform: 'rotate(-180 96 96)' }, { children: _jsx("path", { d: 'm121.80624,28.41659c-2.21062,-2.21062 -5.79478,-2.21069 -8.0054,-0.00015l-63.60667,63.60421c-1.06153,1.06152 -1.65801,2.50134 -1.65801,4.00257c0,1.50132 0.59632,2.94135 1.65792,4.00252l63.55568,63.55768c2.21054,2.21065 5.79452,2.21065 8.00517,0c2.21062,-2.2106 2.21062,-5.79483 0,-8.00543l-59.55309,-59.55461l59.60365,-59.60162c2.21062,-2.21054 2.21138,-5.79455 0.00075,-8.00516z' }) })) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ChevronRight;
export default ChevronRight;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ChevronUp = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("g", tslib_1.__assign({ transform: 'rotate(-180 96 96)' }, { children: (0, jsx_runtime_1.jsx)("path", { d: 'm56.7847,82.43299c-2.22424,-2.22424 -2.22424,-5.83064 0,-8.05493c2.2243,-2.22424 5.83068,-2.22424 8.05491,0l31.16135,31.16138l31.15903,-31.16046c2.22436,-2.22435 5.83085,-2.22435 8.0552,-0.00011c2.22437,2.22424 2.22437,5.83063 0,8.05486l-35.18665,35.18806c-1.06812,1.06818 -2.51686,1.66832 -4.02744,1.66832c-1.51067,0 -2.95939,-0.60002 -4.02753,-1.66827l-35.18888,-35.18886l0.00001,0z' }) })) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const ChevronUp = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("g", Object.assign({ transform: 'rotate(-180 96 96)' }, { children: _jsx("path", { d: 'm56.7847,82.43299c-2.22424,-2.22424 -2.22424,-5.83064 0,-8.05493c2.2243,-2.22424 5.83068,-2.22424 8.05491,0l31.16135,31.16138l31.15903,-31.16046c2.22436,-2.22435 5.83085,-2.22435 8.0552,-0.00011c2.22437,2.22424 2.22437,5.83063 0,8.05486l-35.18665,35.18806c-1.06812,1.06818 -2.51686,1.66832 -4.02744,1.66832c-1.51067,0 -2.95939,-0.60002 -4.02753,-1.66827l-35.18888,-35.18886l0.00001,0z' }) })) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ChevronUp;
export default ChevronUp;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CopyOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 51.9656V163.966H122V51.9656H44ZM42 39.9656C36.4772 39.9656 32 44.4427 32 49.9656V165.966C32 171.488 36.4772 175.966 42 175.966H124C129.523 175.966 134 171.488 134 165.966V49.9656C134 44.4427 129.523 39.9656 124 39.9656H42Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M70.0695 16.0001C66.7558 15.9811 64.0542 18.652 64.0353 21.9657C64.0163 25.2793 66.6872 27.9809 70.0008 27.9999L147 28.4404V105.966C147 109.279 149.686 111.966 153 111.966C156.314 111.966 159 109.279 159 105.966V23.1483C159.023 22.9384 159.036 22.7251 159.037 22.5091C159.056 19.1955 156.385 16.4939 153.072 16.4749L70.0695 16.0001Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CopyOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 51.9656V163.966H122V51.9656H44ZM42 39.9656C36.4772 39.9656 32 44.4427 32 49.9656V165.966C32 171.488 36.4772 175.966 42 175.966H124C129.523 175.966 134 171.488 134 165.966V49.9656C134 44.4427 129.523 39.9656 124 39.9656H42Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M70.0695 16.0001C66.7558 15.9811 64.0542 18.652 64.0353 21.9657C64.0163 25.2793 66.6872 27.9809 70.0008 27.9999L147 28.4404V105.966C147 109.279 149.686 111.966 153 111.966C156.314 111.966 159 109.279 159 105.966V23.1483C159.023 22.9384 159.036 22.7251 159.037 22.5091C159.056 19.1955 156.385 16.4939 153.072 16.4749L70.0695 16.0001Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CopyOutline;
export default CopyOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CopySolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M32 49.9656C32 44.4427 36.4772 39.9656 42 39.9656H124C129.523 39.9656 134 44.4427 134 49.9656V165.966C134 171.488 129.523 175.966 124 175.966H42C36.4772 175.966 32 171.488 32 165.966V49.9656Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M70.0695 16.0001C66.7558 15.9811 64.0542 18.652 64.0353 21.9657C64.0163 25.2793 66.6872 27.9809 70.0008 27.9999L147 28.4404V105.966C147 109.279 149.686 111.966 153 111.966C156.314 111.966 159 109.279 159 105.966V23.1483C159.023 22.9384 159.036 22.7251 159.037 22.5091C159.056 19.1955 156.385 16.4939 153.072 16.4749L70.0695 16.0001Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CopySolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M32 49.9656C32 44.4427 36.4772 39.9656 42 39.9656H124C129.523 39.9656 134 44.4427 134 49.9656V165.966C134 171.488 129.523 175.966 124 175.966H42C36.4772 175.966 32 171.488 32 165.966V49.9656Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M70.0695 16.0001C66.7558 15.9811 64.0542 18.652 64.0353 21.9657C64.0163 25.2793 66.6872 27.9809 70.0008 27.9999L147 28.4404V105.966C147 109.279 149.686 111.966 153 111.966C156.314 111.966 159 109.279 159 105.966V23.1483C159.023 22.9384 159.036 22.7251 159.037 22.5091C159.056 19.1955 156.385 16.4939 153.072 16.4749L70.0695 16.0001Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CopySolid;
export default CopySolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CrossSell = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M64.7574 39.8995L78.0507 26.6062C78.2561 26.3073 78.4916 26.023 78.7573 25.7574C79.9469 24.5677 81.5119 23.9821 83.071 24.0004C84.6302 23.9821 86.1951 24.5677 87.3848 25.7574C87.6504 26.023 87.8859 26.3073 88.0913 26.6061L101.385 39.8995C103.728 42.2426 103.728 46.0416 101.385 48.3848C99.0415 50.7279 95.2425 50.7279 92.8994 48.3848L89.0026 44.488C89.0897 52.5621 91.3414 57.0989 94.1384 60.1452C96.3207 62.522 99.0923 64.2997 102.442 66.0056C98.8147 67.8488 94.8813 70.2073 91.5275 73.3401C91.4877 73.3773 91.4479 73.4146 91.4083 73.452C89.2539 71.9975 87.17 70.2987 85.2991 68.261C80.1897 62.6961 77.1197 55.166 77.0034 44.624L73.2426 48.3848C70.8995 50.7279 67.1005 50.7279 64.7574 48.3848C62.4142 46.0416 62.4142 42.2426 64.7574 39.8995Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M117.757 39.8995L131.051 26.6062C131.256 26.3073 131.492 26.023 131.757 25.7574C132.947 24.5677 134.512 23.9821 136.071 24.0004C137.63 23.9821 139.195 24.5677 140.385 25.7574C140.65 26.023 140.886 26.3073 141.091 26.6061L154.385 39.8995C156.728 42.2426 156.728 46.0416 154.385 48.3848C152.042 50.7279 148.243 50.7279 145.899 48.3848L141.998 44.4835C141.908 55.0991 138.833 62.6714 133.701 68.261C128.739 73.6653 122.28 76.6852 116.978 79.0894C116.708 79.2117 116.442 79.3323 116.179 79.4516C110.857 81.8615 106.814 83.6923 103.814 86.494C101.098 89.0317 99 92.6454 99 99.5C99 102.814 96.3137 105.5 93 105.5C89.6863 105.5 87 102.814 87 99.5C87 89.6046 90.2772 82.7183 95.6231 77.7247C100.138 73.5073 105.951 70.8928 110.767 68.7265C111.194 68.5346 111.613 68.3462 112.022 68.1606C117.471 65.6898 121.761 63.5222 124.862 60.1452C127.642 57.117 129.884 52.616 129.996 44.6317L126.243 48.3848C123.899 50.7279 120.101 50.7279 117.757 48.3848C115.414 46.0416 115.414 42.2426 117.757 39.8995Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M120 99.5C120 92.6556 117.909 89.0424 115.198 86.5054C116.441 85.9213 117.849 85.2828 119.456 84.5538C121.514 83.6205 123.931 82.5205 126.465 81.1382C129.957 85.7491 132 91.6864 132 99.5C132 102.814 129.314 105.5 126 105.5C122.686 105.5 120 102.814 120 99.5Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M24 30.4353C24 27.1216 26.6863 24.4353 30 24.4353H44C47.3137 24.4353 50 27.1216 50 30.4353C50 33.749 47.3137 36.4353 44 36.4353H30C26.6863 36.4353 24 33.749 24 30.4353Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M75 115.435C75 112.122 77.7677 109.435 81.1818 109.435H136.818C140.232 109.435 143 112.122 143 115.435C143 118.749 140.232 121.435 136.818 121.435H81.1818C77.7677 121.435 75 118.749 75 115.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M67 131.435C67 128.122 69.5584 125.435 72.7143 125.435H141.286C144.442 125.435 147 128.122 147 131.435C147 134.749 144.442 137.435 141.286 137.435H72.7143C69.5584 137.435 67 134.749 67 131.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M92 156.435C92 163.063 86.6274 168.435 80 168.435C73.3726 168.435 68 163.063 68 156.435C68 149.808 73.3726 144.435 80 144.435C86.6274 144.435 92 149.808 92 156.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M144 157.435C144 164.063 138.627 169.435 132 169.435C125.373 169.435 120 164.063 120 157.435C120 150.808 125.373 145.435 132 145.435C138.627 145.435 144 150.808 144 157.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M38.6773 33.3294C37.3375 30.3203 38.7055 26.7882 41.7327 25.4404C44.7599 24.0926 48.3 25.4394 49.6398 28.4486L86.6811 111.645C88.0209 114.654 86.6529 118.186 83.6257 119.534C80.5985 120.882 77.0583 119.535 75.7186 116.526L38.6773 33.3294Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M166.357 65.804C167.706 62.7732 166.346 59.2235 163.319 57.8757C160.292 56.5279 156.744 57.8923 155.394 60.9232L132.41 112.548C131.06 115.578 132.42 119.128 135.448 120.476C138.475 121.824 142.023 120.459 143.372 117.428L166.357 65.804Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M87.1505 114.549C88.1914 112.211 86.5811 109.223 83.5539 107.875C80.5267 106.528 77.2288 107.33 76.188 109.668L67.545 129.081C66.5041 131.418 68.1144 134.406 71.1416 135.754C74.1688 137.102 77.4667 136.299 78.5075 133.961L87.1505 114.549Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const CrossSell = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M64.7574 39.8995L78.0507 26.6062C78.2561 26.3073 78.4916 26.023 78.7573 25.7574C79.9469 24.5677 81.5119 23.9821 83.071 24.0004C84.6302 23.9821 86.1951 24.5677 87.3848 25.7574C87.6504 26.023 87.8859 26.3073 88.0913 26.6061L101.385 39.8995C103.728 42.2426 103.728 46.0416 101.385 48.3848C99.0415 50.7279 95.2425 50.7279 92.8994 48.3848L89.0026 44.488C89.0897 52.5621 91.3414 57.0989 94.1384 60.1452C96.3207 62.522 99.0923 64.2997 102.442 66.0056C98.8147 67.8488 94.8813 70.2073 91.5275 73.3401C91.4877 73.3773 91.4479 73.4146 91.4083 73.452C89.2539 71.9975 87.17 70.2987 85.2991 68.261C80.1897 62.6961 77.1197 55.166 77.0034 44.624L73.2426 48.3848C70.8995 50.7279 67.1005 50.7279 64.7574 48.3848C62.4142 46.0416 62.4142 42.2426 64.7574 39.8995Z' }), _jsx("path", { d: 'M117.757 39.8995L131.051 26.6062C131.256 26.3073 131.492 26.023 131.757 25.7574C132.947 24.5677 134.512 23.9821 136.071 24.0004C137.63 23.9821 139.195 24.5677 140.385 25.7574C140.65 26.023 140.886 26.3073 141.091 26.6061L154.385 39.8995C156.728 42.2426 156.728 46.0416 154.385 48.3848C152.042 50.7279 148.243 50.7279 145.899 48.3848L141.998 44.4835C141.908 55.0991 138.833 62.6714 133.701 68.261C128.739 73.6653 122.28 76.6852 116.978 79.0894C116.708 79.2117 116.442 79.3323 116.179 79.4516C110.857 81.8615 106.814 83.6923 103.814 86.494C101.098 89.0317 99 92.6454 99 99.5C99 102.814 96.3137 105.5 93 105.5C89.6863 105.5 87 102.814 87 99.5C87 89.6046 90.2772 82.7183 95.6231 77.7247C100.138 73.5073 105.951 70.8928 110.767 68.7265C111.194 68.5346 111.613 68.3462 112.022 68.1606C117.471 65.6898 121.761 63.5222 124.862 60.1452C127.642 57.117 129.884 52.616 129.996 44.6317L126.243 48.3848C123.899 50.7279 120.101 50.7279 117.757 48.3848C115.414 46.0416 115.414 42.2426 117.757 39.8995Z' }), _jsx("path", { d: 'M120 99.5C120 92.6556 117.909 89.0424 115.198 86.5054C116.441 85.9213 117.849 85.2828 119.456 84.5538C121.514 83.6205 123.931 82.5205 126.465 81.1382C129.957 85.7491 132 91.6864 132 99.5C132 102.814 129.314 105.5 126 105.5C122.686 105.5 120 102.814 120 99.5Z' }), _jsx("path", { d: 'M24 30.4353C24 27.1216 26.6863 24.4353 30 24.4353H44C47.3137 24.4353 50 27.1216 50 30.4353C50 33.749 47.3137 36.4353 44 36.4353H30C26.6863 36.4353 24 33.749 24 30.4353Z' }), _jsx("path", { d: 'M75 115.435C75 112.122 77.7677 109.435 81.1818 109.435H136.818C140.232 109.435 143 112.122 143 115.435C143 118.749 140.232 121.435 136.818 121.435H81.1818C77.7677 121.435 75 118.749 75 115.435Z' }), _jsx("path", { d: 'M67 131.435C67 128.122 69.5584 125.435 72.7143 125.435H141.286C144.442 125.435 147 128.122 147 131.435C147 134.749 144.442 137.435 141.286 137.435H72.7143C69.5584 137.435 67 134.749 67 131.435Z' }), _jsx("path", { d: 'M92 156.435C92 163.063 86.6274 168.435 80 168.435C73.3726 168.435 68 163.063 68 156.435C68 149.808 73.3726 144.435 80 144.435C86.6274 144.435 92 149.808 92 156.435Z' }), _jsx("path", { d: 'M144 157.435C144 164.063 138.627 169.435 132 169.435C125.373 169.435 120 164.063 120 157.435C120 150.808 125.373 145.435 132 145.435C138.627 145.435 144 150.808 144 157.435Z' }), _jsx("path", { d: 'M38.6773 33.3294C37.3375 30.3203 38.7055 26.7882 41.7327 25.4404C44.7599 24.0926 48.3 25.4394 49.6398 28.4486L86.6811 111.645C88.0209 114.654 86.6529 118.186 83.6257 119.534C80.5985 120.882 77.0583 119.535 75.7186 116.526L38.6773 33.3294Z' }), _jsx("path", { d: 'M166.357 65.804C167.706 62.7732 166.346 59.2235 163.319 57.8757C160.292 56.5279 156.744 57.8923 155.394 60.9232L132.41 112.548C131.06 115.578 132.42 119.128 135.448 120.476C138.475 121.824 142.023 120.459 143.372 117.428L166.357 65.804Z' }), _jsx("path", { d: 'M87.1505 114.549C88.1914 112.211 86.5811 109.223 83.5539 107.875C80.5267 106.528 77.2288 107.33 76.188 109.668L67.545 129.081C66.5041 131.418 68.1144 134.406 71.1416 135.754C74.1688 137.102 77.4667 136.299 78.5075 133.961L87.1505 114.549Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CrossSell;
export default CrossSell;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CursorOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.2671 99.1178L142.715 153.565L153.546 142.733L99.099 88.286L117.45 69.935L44.3134 44.3134L69.935 117.45L88.2671 99.1178ZM67.1712 137.184C66.1293 138.226 64.3567 137.822 63.8695 136.431L26.1163 28.6651C25.5621 27.0831 27.0831 25.5621 28.6651 26.1163L136.431 63.8695C137.822 64.3567 138.226 66.1293 137.184 67.1713L116.07 88.286L163.446 135.662C167.351 139.568 167.351 145.899 163.446 149.804L149.786 163.465C145.88 167.37 139.549 167.37 135.643 163.465L88.2671 116.088L67.1712 137.184Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const CursorOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.2671 99.1178L142.715 153.565L153.546 142.733L99.099 88.286L117.45 69.935L44.3134 44.3134L69.935 117.45L88.2671 99.1178ZM67.1712 137.184C66.1293 138.226 64.3567 137.822 63.8695 136.431L26.1163 28.6651C25.5621 27.0831 27.0831 25.5621 28.6651 26.1163L136.431 63.8695C137.822 64.3567 138.226 66.1293 137.184 67.1713L116.07 88.286L163.446 135.662C167.351 139.568 167.351 145.899 163.446 149.804L149.786 163.465C145.88 167.37 139.549 167.37 135.643 163.465L88.2671 116.088L67.1712 137.184Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CursorOutline;
export default CursorOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var CursorSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28.6651 26.1163C27.0831 25.5621 25.5621 27.0831 26.1163 28.6651L63.8695 136.431C64.3567 137.822 66.1293 138.226 67.1712 137.184L88.2671 116.088L135.643 163.465C139.549 167.37 145.88 167.37 149.786 163.465L163.446 149.804C167.351 145.899 167.351 139.568 163.446 135.662L116.07 88.286L137.184 67.1713C138.226 66.1293 137.822 64.3567 136.431 63.8695L28.6651 26.1163Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const CursorSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28.6651 26.1163C27.0831 25.5621 25.5621 27.0831 26.1163 28.6651L63.8695 136.431C64.3567 137.822 66.1293 138.226 67.1712 137.184L88.2671 116.088L135.643 163.465C139.549 167.37 145.88 167.37 149.786 163.465L163.446 149.804C167.351 145.899 167.351 139.568 163.446 135.662L116.07 88.286L137.184 67.1713C138.226 66.1293 137.822 64.3567 136.431 63.8695L28.6651 26.1163Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = CursorSolid;
export default CursorSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var DashboardBar = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M73 73C73 69.6863 75.6863 67 79 67C82.3137 67 85 69.6863 85 73V139H73V73Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M121 57C121 53.6863 123.686 51 127 51C130.314 51 133 53.6863 133 57V139H121V57Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M143 80C143 76.6863 145.686 74 149 74C152.314 74 155 76.6863 155 80V139H143V80Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M49 93C49 89.6863 51.6863 87 55 87C58.3137 87 61 89.6863 61 93V139H49V93Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M32.6094 24C28.9591 24 26 27.0011 26 30.7031V160.297C26 163.999 28.9591 167 32.6094 167H160.391C164.041 167 167 163.999 167 160.297C167 156.595 164.041 153.594 160.391 153.594H39.2188V30.7031C39.2188 27.0011 36.2596 24 32.6094 24Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M97 49C97 45.6863 99.6863 43 103 43C106.314 43 109 45.6863 109 49V139H97V49Z', fill: 'currentColor' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const DashboardBar = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M73 73C73 69.6863 75.6863 67 79 67C82.3137 67 85 69.6863 85 73V139H73V73Z', fill: 'currentColor' }), _jsx("path", { d: 'M121 57C121 53.6863 123.686 51 127 51C130.314 51 133 53.6863 133 57V139H121V57Z', fill: 'currentColor' }), _jsx("path", { d: 'M143 80C143 76.6863 145.686 74 149 74C152.314 74 155 76.6863 155 80V139H143V80Z', fill: 'currentColor' }), _jsx("path", { d: 'M49 93C49 89.6863 51.6863 87 55 87C58.3137 87 61 89.6863 61 93V139H49V93Z', fill: 'currentColor' }), _jsx("path", { d: 'M32.6094 24C28.9591 24 26 27.0011 26 30.7031V160.297C26 163.999 28.9591 167 32.6094 167H160.391C164.041 167 167 163.999 167 160.297C167 156.595 164.041 153.594 160.391 153.594H39.2188V30.7031C39.2188 27.0011 36.2596 24 32.6094 24Z' }), _jsx("path", { d: 'M97 49C97 45.6863 99.6863 43 103 43C106.314 43 109 45.6863 109 49V139H97V49Z', fill: 'currentColor' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = DashboardBar;
export default DashboardBar;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var DashboardRoundOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M89.0001 33H89C51.4446 33 21 63.4446 21 101C21 138.555 51.4446 169 89 169C125.272 169 154.911 140.601 156.894 104.825H157.002V92.825H101V33H89.0001ZM89.0001 92.825V45H89C58.0721 45 33 70.0721 33 101C33 131.928 58.0721 157 89 157C118.642 157 142.906 133.969 144.871 104.825H88.9964V92.825H89.0001Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112.791 22.2552V33.8402V34.1731V72.325V84.325H124.791H159.269H159.756H171.159L171.329 84.1278C170.887 80.0816 170.106 76.1376 169.013 72.325C162.722 50.3749 146.124 32.7807 124.791 25.1149C121 23.7527 117.06 22.7039 113.001 22L112.791 22.2552ZM156.421 72.325C151.032 57.0238 139.5 44.605 124.791 38.0405V72.325H156.421Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const DashboardRoundOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M89.0001 33H89C51.4446 33 21 63.4446 21 101C21 138.555 51.4446 169 89 169C125.272 169 154.911 140.601 156.894 104.825H157.002V92.825H101V33H89.0001ZM89.0001 92.825V45H89C58.0721 45 33 70.0721 33 101C33 131.928 58.0721 157 89 157C118.642 157 142.906 133.969 144.871 104.825H88.9964V92.825H89.0001Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112.791 22.2552V33.8402V34.1731V72.325V84.325H124.791H159.269H159.756H171.159L171.329 84.1278C170.887 80.0816 170.106 76.1376 169.013 72.325C162.722 50.3749 146.124 32.7807 124.791 25.1149C121 23.7527 117.06 22.7039 113.001 22L112.791 22.2552ZM156.421 72.325C151.032 57.0238 139.5 44.605 124.791 38.0405V72.325H156.421Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = DashboardRoundOutline;
export default DashboardRoundOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var DashboardRoundSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.5 33.5425H88.5001H100.5V93.3675H156.502V105.368H156.394C154.411 141.143 124.772 169.542 88.5 169.542C50.9446 169.542 20.5 139.098 20.5 101.542C20.5 63.9871 50.9446 33.5425 88.5 33.5425Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20 101.542C20 63.711 50.6685 33.0425 88.5 33.0425H101V92.8675H157.002V105.868H156.866C154.634 141.684 124.879 170.042 88.5 170.042C50.6685 170.042 20 139.374 20 101.542ZM88.5 34.0425C51.2208 34.0425 21 64.2633 21 101.542C21 138.822 51.2208 169.042 88.5 169.042C124.505 169.042 153.926 140.852 155.895 105.34L155.921 104.868H156.002V93.8675H100V34.0425H88.5Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112.291 34.3827V22.7977L112.501 22.5425C116.56 23.2464 120.5 24.2951 124.291 25.6574C145.624 33.3232 162.222 50.9174 168.513 72.8674C169.606 76.68 170.387 80.6241 170.829 84.6703L170.659 84.8674H159.256H158.769H124.291H112.291V72.8674V34.7156V34.3827Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112.3 22L112.587 22.0497C116.674 22.7586 120.642 23.8148 124.46 25.1867C145.943 32.9066 162.658 50.624 168.994 72.7295C170.094 76.5693 170.881 80.5412 171.326 84.6159L171.35 84.8324L170.887 85.3673H111.791V22.6182L112.3 22ZM112.791 23.1011V84.3673H170.292C169.847 80.4745 169.085 76.6783 168.032 73.0051C161.786 51.2105 145.304 33.7396 124.122 26.1278C120.475 24.8173 116.689 23.799 112.791 23.1011Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const DashboardRoundSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.5 33.5425H88.5001H100.5V93.3675H156.502V105.368H156.394C154.411 141.143 124.772 169.542 88.5 169.542C50.9446 169.542 20.5 139.098 20.5 101.542C20.5 63.9871 50.9446 33.5425 88.5 33.5425Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20 101.542C20 63.711 50.6685 33.0425 88.5 33.0425H101V92.8675H157.002V105.868H156.866C154.634 141.684 124.879 170.042 88.5 170.042C50.6685 170.042 20 139.374 20 101.542ZM88.5 34.0425C51.2208 34.0425 21 64.2633 21 101.542C21 138.822 51.2208 169.042 88.5 169.042C124.505 169.042 153.926 140.852 155.895 105.34L155.921 104.868H156.002V93.8675H100V34.0425H88.5Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112.291 34.3827V22.7977L112.501 22.5425C116.56 23.2464 120.5 24.2951 124.291 25.6574C145.624 33.3232 162.222 50.9174 168.513 72.8674C169.606 76.68 170.387 80.6241 170.829 84.6703L170.659 84.8674H159.256H158.769H124.291H112.291V72.8674V34.7156V34.3827Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112.3 22L112.587 22.0497C116.674 22.7586 120.642 23.8148 124.46 25.1867C145.943 32.9066 162.658 50.624 168.994 72.7295C170.094 76.5693 170.881 80.5412 171.326 84.6159L171.35 84.8324L170.887 85.3673H111.791V22.6182L112.3 22ZM112.791 23.1011V84.3673H170.292C169.847 80.4745 169.085 76.6783 168.032 73.0051C161.786 51.2105 145.304 33.7396 124.122 26.1278C120.475 24.8173 116.689 23.799 112.791 23.1011Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = DashboardRoundSolid;
export default DashboardRoundSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Desktop = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 36V130H164V36H28ZM26 24C20.4772 24 16 28.4772 16 34V132C16 137.523 20.4772 142 26 142H86V155.059H63.9883C60.6746 155.059 57.9883 157.745 57.9883 161.059C57.9883 164.373 60.6746 167.059 63.9883 167.059H131.988C135.302 167.059 137.988 164.373 137.988 161.059C137.988 157.745 135.302 155.059 131.988 155.059H110V142H166C171.523 142 176 137.523 176 132V34C176 28.4772 171.523 24 166 24H26Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Desktop = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 36V130H164V36H28ZM26 24C20.4772 24 16 28.4772 16 34V132C16 137.523 20.4772 142 26 142H86V155.059H63.9883C60.6746 155.059 57.9883 157.745 57.9883 161.059C57.9883 164.373 60.6746 167.059 63.9883 167.059H131.988C135.302 167.059 137.988 164.373 137.988 161.059C137.988 157.745 135.302 155.059 131.988 155.059H110V142H166C171.523 142 176 137.523 176 132V34C176 28.4772 171.523 24 166 24H26Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Desktop;
export default Desktop;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var DeslikeOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.0888 156.239C83.6682 161.147 75.5375 161.561 72.8295 155.634C70.3989 150.313 69.6956 144.321 70.9888 138.458L76 115.738H28C21.3726 115.738 16 110.625 16 104.319V90.8678C16 89.696 16.235 88.5349 16.6923 87.4469L34.9711 43.9633C38.0084 36.7379 45.3626 32 53.5407 32H128V111.931L88.0888 156.239ZM82.3686 145.044L116 107.707V43.4188H53.5407C50.2694 43.4188 47.3278 45.3139 46.1128 48.2041L28 91.293V104.319H76C79.615 104.319 83.0374 105.87 85.3161 108.54C87.5947 111.211 88.4867 114.717 87.7441 118.083L82.7329 140.804C82.4217 142.215 82.3037 143.639 82.3686 145.044Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M140 38C140 34.6863 142.686 32 146 32H170C173.314 32 176 34.6863 176 38V106C176 109.314 173.314 112 170 112H146C142.686 112 140 109.314 140 106V38Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const DeslikeOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.0888 156.239C83.6682 161.147 75.5375 161.561 72.8295 155.634C70.3989 150.313 69.6956 144.321 70.9888 138.458L76 115.738H28C21.3726 115.738 16 110.625 16 104.319V90.8678C16 89.696 16.235 88.5349 16.6923 87.4469L34.9711 43.9633C38.0084 36.7379 45.3626 32 53.5407 32H128V111.931L88.0888 156.239ZM82.3686 145.044L116 107.707V43.4188H53.5407C50.2694 43.4188 47.3278 45.3139 46.1128 48.2041L28 91.293V104.319H76C79.615 104.319 83.0374 105.87 85.3161 108.54C87.5947 111.211 88.4867 114.717 87.7441 118.083L82.7329 140.804C82.4217 142.215 82.3037 143.639 82.3686 145.044Z' }), _jsx("path", { d: 'M140 38C140 34.6863 142.686 32 146 32H170C173.314 32 176 34.6863 176 38V106C176 109.314 173.314 112 170 112H146C142.686 112 140 109.314 140 106V38Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = DeslikeOutline;
export default DeslikeOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var DeslikeSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.0888 156.239C83.6682 161.147 75.5375 161.561 72.8295 155.634C70.3989 150.313 69.6956 144.321 70.9888 138.458L76 115.738H28C21.3726 115.738 16 110.625 16 104.319V90.8678C16 89.696 16.235 88.5349 16.6923 87.4469L34.9711 43.9633C38.0084 36.7379 45.3626 32 53.5407 32H128V111.931L88.0888 156.239ZM140 38C140 34.6863 142.686 32 146 32H170C173.314 32 176 34.6863 176 38V106C176 109.314 173.314 112 170 112H146C142.686 112 140 109.314 140 106V38Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const DeslikeSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.0888 156.239C83.6682 161.147 75.5375 161.561 72.8295 155.634C70.3989 150.313 69.6956 144.321 70.9888 138.458L76 115.738H28C21.3726 115.738 16 110.625 16 104.319V90.8678C16 89.696 16.235 88.5349 16.6923 87.4469L34.9711 43.9633C38.0084 36.7379 45.3626 32 53.5407 32H128V111.931L88.0888 156.239ZM140 38C140 34.6863 142.686 32 146 32H170C173.314 32 176 34.6863 176 38V106C176 109.314 173.314 112 170 112H146C142.686 112 140 109.314 140 106V38Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = DeslikeSolid;
export default DeslikeSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Done = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M81.4748 135.595C81.4129 135.663 81.3492 135.729 81.2836 135.795C78.9405 138.138 75.1415 138.138 72.7983 135.795L37.7574 100.754C35.4142 98.4108 35.4142 94.6118 37.7574 92.2687C40.1005 89.9255 43.8995 89.9255 46.2426 92.2687L77.3195 123.346L144.908 55.7574C147.251 53.4142 151.05 53.4142 153.393 55.7574C155.736 58.1005 155.736 61.8995 153.393 64.2426L83.2845 134.351C82.7463 134.889 82.1313 135.304 81.4748 135.595Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Done = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M81.4748 135.595C81.4129 135.663 81.3492 135.729 81.2836 135.795C78.9405 138.138 75.1415 138.138 72.7983 135.795L37.7574 100.754C35.4142 98.4108 35.4142 94.6118 37.7574 92.2687C40.1005 89.9255 43.8995 89.9255 46.2426 92.2687L77.3195 123.346L144.908 55.7574C147.251 53.4142 151.05 53.4142 153.393 55.7574C155.736 58.1005 155.736 61.8995 153.393 64.2426L83.2845 134.351C82.7463 134.889 82.1313 135.304 81.4748 135.595Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Done;
export default Done;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var DotsHorizontal = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'm82,96c0,-8.00813 6.26801,-14.5 14,-14.5c7.7322,0 14,6.49187 14,14.5c0,8.00835 -6.2678,14.5 -14,14.5c-7.73199,0 -14,-6.49165 -14,-14.5z' }), (0, jsx_runtime_1.jsx)("path", { d: 'm139,96c0,-8.00813 6.26801,-14.5 14,-14.5c7.73219,0 14,6.49187 14,14.5c0,8.00835 -6.26781,14.5 -14,14.5c-7.73199,0 -14,-6.49165 -14,-14.5z' }), (0, jsx_runtime_1.jsx)("path", { d: 'm25,96c0,-8.00813 6.26801,-14.5 14,-14.5c7.73219,0 14,6.49187 14,14.5c0,8.00835 -6.26781,14.5 -14,14.5c-7.73199,0 -14,-6.49165 -14,-14.5z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const DotsHorizontal = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'm82,96c0,-8.00813 6.26801,-14.5 14,-14.5c7.7322,0 14,6.49187 14,14.5c0,8.00835 -6.2678,14.5 -14,14.5c-7.73199,0 -14,-6.49165 -14,-14.5z' }), _jsx("path", { d: 'm139,96c0,-8.00813 6.26801,-14.5 14,-14.5c7.73219,0 14,6.49187 14,14.5c0,8.00835 -6.26781,14.5 -14,14.5c-7.73199,0 -14,-6.49165 -14,-14.5z' }), _jsx("path", { d: 'm25,96c0,-8.00813 6.26801,-14.5 14,-14.5c7.73219,0 14,6.49187 14,14.5c0,8.00835 -6.26781,14.5 -14,14.5c-7.73199,0 -14,-6.49165 -14,-14.5z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = DotsHorizontal;
export default DotsHorizontal;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var DotsVertical = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M96 168C84.9543 168 76 159.046 76 148C76 136.954 84.9543 128 96 128C107.046 128 116 136.954 116 148C116 159.046 107.046 168 96 168Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M96 116C84.9543 116 76 107.046 76 96C76 84.9543 84.9543 76 96 76C107.046 76 116 84.9543 116 96C116 107.046 107.046 116 96 116Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M96 64C84.9543 64 76 55.0457 76 44C76 32.9543 84.9543 24 96 24C107.046 24 116 32.9543 116 44C116 55.0457 107.046 64 96 64Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const DotsVertical = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M96 168C84.9543 168 76 159.046 76 148C76 136.954 84.9543 128 96 128C107.046 128 116 136.954 116 148C116 159.046 107.046 168 96 168Z' }), _jsx("path", { d: 'M96 116C84.9543 116 76 107.046 76 96C76 84.9543 84.9543 76 96 76C107.046 76 116 84.9543 116 96C116 107.046 107.046 116 96 116Z' }), _jsx("path", { d: 'M96 64C84.9543 64 76 55.0457 76 44C76 32.9543 84.9543 24 96 24C107.046 24 116 32.9543 116 44C116 55.0457 107.046 64 96 64Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = DotsVertical;
export default DotsVertical;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Download = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.5 25C98.8137 25 101.5 27.0198 101.5 29.5113L101.5 120.489C101.5 122.98 98.8137 125 95.5 125C92.1863 125 89.5 122.98 89.5 120.489L89.5 29.5113C89.5 27.0198 92.1863 25 95.5 25Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M131.743 99.7275C134.086 97.3844 134.086 93.5854 131.743 91.2422C129.399 88.8991 125.601 88.8991 123.257 91.2422L94.4853 120.014L66.2279 91.7569C63.8848 89.4138 60.0858 89.4138 57.7426 91.7569C55.3995 94.1001 55.3995 97.8991 57.7426 100.242L90.2574 132.757C92.6005 135.1 96.3995 135.1 98.7426 132.757C98.8695 132.63 98.9895 132.499 99.1027 132.364C99.1449 132.324 99.1866 132.284 99.2279 132.242L131.743 99.7275Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M31 167.004C27.6863 167.004 25 164.318 25 161.004V114.996C25 111.682 27.6863 108.996 31 108.996C34.3137 108.996 37 111.682 37 114.996V161.004C37 164.318 34.3137 167.004 31 167.004Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M161.5 167.009C158.186 167.009 155.5 164.322 155.5 161.009V115C155.5 111.686 158.186 109 161.5 109C164.814 109 167.5 111.686 167.5 115V161.009C167.5 164.322 164.814 167.009 161.5 167.009Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M27.5 161C27.5 157.686 30.1863 155 33.5 155H159.5C162.814 155 165.5 157.686 165.5 161C165.5 164.314 162.814 167 159.5 167H33.5C30.1863 167 27.5 164.314 27.5 161Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Download = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.5 25C98.8137 25 101.5 27.0198 101.5 29.5113L101.5 120.489C101.5 122.98 98.8137 125 95.5 125C92.1863 125 89.5 122.98 89.5 120.489L89.5 29.5113C89.5 27.0198 92.1863 25 95.5 25Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M131.743 99.7275C134.086 97.3844 134.086 93.5854 131.743 91.2422C129.399 88.8991 125.601 88.8991 123.257 91.2422L94.4853 120.014L66.2279 91.7569C63.8848 89.4138 60.0858 89.4138 57.7426 91.7569C55.3995 94.1001 55.3995 97.8991 57.7426 100.242L90.2574 132.757C92.6005 135.1 96.3995 135.1 98.7426 132.757C98.8695 132.63 98.9895 132.499 99.1027 132.364C99.1449 132.324 99.1866 132.284 99.2279 132.242L131.743 99.7275Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M31 167.004C27.6863 167.004 25 164.318 25 161.004V114.996C25 111.682 27.6863 108.996 31 108.996C34.3137 108.996 37 111.682 37 114.996V161.004C37 164.318 34.3137 167.004 31 167.004Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M161.5 167.009C158.186 167.009 155.5 164.322 155.5 161.009V115C155.5 111.686 158.186 109 161.5 109C164.814 109 167.5 111.686 167.5 115V161.009C167.5 164.322 164.814 167.009 161.5 167.009Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M27.5 161C27.5 157.686 30.1863 155 33.5 155H159.5C162.814 155 165.5 157.686 165.5 161C165.5 164.314 162.814 167 159.5 167H33.5C30.1863 167 27.5 164.314 27.5 161Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Download;
export default Download;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var DragAndDrop = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M24 47C24 43.6863 27.1196 41 30.9677 41H161.032C164.88 41 168 43.6863 168 47C168 50.3137 164.88 53 161.032 53H30.9677C27.1196 53 24 50.3137 24 47Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M24 96C24 92.6863 27.1196 90 30.9677 90H161.032C164.88 90 168 92.6863 168 96C168 99.3137 164.88 102 161.032 102H30.9677C27.1196 102 24 99.3137 24 96Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M30.9677 139C27.1196 139 24 141.686 24 145C24 148.314 27.1196 151 30.9677 151H161.032C164.88 151 168 148.314 168 145C168 141.686 164.88 139 161.032 139H30.9677Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const DragAndDrop = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M24 47C24 43.6863 27.1196 41 30.9677 41H161.032C164.88 41 168 43.6863 168 47C168 50.3137 164.88 53 161.032 53H30.9677C27.1196 53 24 50.3137 24 47Z' }), _jsx("path", { d: 'M24 96C24 92.6863 27.1196 90 30.9677 90H161.032C164.88 90 168 92.6863 168 96C168 99.3137 164.88 102 161.032 102H30.9677C27.1196 102 24 99.3137 24 96Z' }), _jsx("path", { d: 'M30.9677 139C27.1196 139 24 141.686 24 145C24 148.314 27.1196 151 30.9677 151H161.032C164.88 151 168 148.314 168 145C168 141.686 164.88 139 161.032 139H30.9677Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = DragAndDrop;
export default DragAndDrop;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EditOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M38.361 127.122C38.4941 126.956 38.6374 126.796 38.7907 126.642L129.221 35.7677C131.559 33.4189 135.358 33.4096 137.706 35.747C138.088 36.1271 138.409 36.5459 138.667 36.9908L155.307 53.6312C155.698 54.022 156.023 54.4533 156.284 54.9116C158.149 57.2593 158.004 60.684 155.839 62.8647L65.291 154.1C64.1674 155.233 62.7044 155.823 61.2268 155.871C61.1094 155.894 60.9892 155.913 60.8661 155.926L38.0878 158.338C35.7468 158.586 33.7732 156.612 34.0211 154.271L36.4333 131.493C36.4676 131.169 36.5395 130.865 36.6433 130.582C36.8109 129.321 37.3792 128.103 38.3481 127.135C38.3524 127.13 38.3567 127.126 38.361 127.122ZM61.0437 141.345L143.235 58.5297L133.343 48.6378L51.0416 131.343L61.0437 141.345Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const EditOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M38.361 127.122C38.4941 126.956 38.6374 126.796 38.7907 126.642L129.221 35.7677C131.559 33.4189 135.358 33.4096 137.706 35.747C138.088 36.1271 138.409 36.5459 138.667 36.9908L155.307 53.6312C155.698 54.022 156.023 54.4533 156.284 54.9116C158.149 57.2593 158.004 60.684 155.839 62.8647L65.291 154.1C64.1674 155.233 62.7044 155.823 61.2268 155.871C61.1094 155.894 60.9892 155.913 60.8661 155.926L38.0878 158.338C35.7468 158.586 33.7732 156.612 34.0211 154.271L36.4333 131.493C36.4676 131.169 36.5395 130.865 36.6433 130.582C36.8109 129.321 37.3792 128.103 38.3481 127.135C38.3524 127.13 38.3567 127.126 38.361 127.122ZM61.0437 141.345L143.235 58.5297L133.343 48.6378L51.0416 131.343L61.0437 141.345Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EditOutline;
export default EditOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EditSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M38.361 127.122C38.4941 126.956 38.6374 126.796 38.7907 126.642L129.221 35.7677C131.559 33.4189 135.358 33.4096 137.706 35.747C138.088 36.1271 138.409 36.5459 138.667 36.9908L155.307 53.6312C155.698 54.022 156.023 54.4533 156.284 54.9116C158.149 57.2593 158.004 60.684 155.839 62.8647L65.291 154.1C64.1674 155.233 62.7044 155.823 61.2268 155.871C61.1094 155.894 60.9892 155.913 60.8661 155.926L38.0878 158.338C35.7468 158.586 33.7732 156.612 34.0211 154.271L36.4333 131.493C36.4676 131.169 36.5395 130.865 36.6433 130.582C36.8109 129.321 37.3792 128.103 38.3481 127.135C38.3524 127.13 38.3567 127.126 38.361 127.122ZM61.0437 141.345L143.235 58.5297L133.343 48.6378L51.0416 131.343L61.0437 141.345Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M50.3359 131.866L134.206 42.9998L147.882 55.9075L64.0127 144.774L50.3359 131.866Z', fill: 'currentColor' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const EditSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M38.361 127.122C38.4941 126.956 38.6374 126.796 38.7907 126.642L129.221 35.7677C131.559 33.4189 135.358 33.4096 137.706 35.747C138.088 36.1271 138.409 36.5459 138.667 36.9908L155.307 53.6312C155.698 54.022 156.023 54.4533 156.284 54.9116C158.149 57.2593 158.004 60.684 155.839 62.8647L65.291 154.1C64.1674 155.233 62.7044 155.823 61.2268 155.871C61.1094 155.894 60.9892 155.913 60.8661 155.926L38.0878 158.338C35.7468 158.586 33.7732 156.612 34.0211 154.271L36.4333 131.493C36.4676 131.169 36.5395 130.865 36.6433 130.582C36.8109 129.321 37.3792 128.103 38.3481 127.135C38.3524 127.13 38.3567 127.126 38.361 127.122ZM61.0437 141.345L143.235 58.5297L133.343 48.6378L51.0416 131.343L61.0437 141.345Z' }), _jsx("path", { d: 'M50.3359 131.866L134.206 42.9998L147.882 55.9075L64.0127 144.774L50.3359 131.866Z', fill: 'currentColor' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EditSolid;
export default EditSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EmailOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 44.0001V44H28.0001L28 44.0001ZM164 44.0967V148H28V44.0001L94.8545 110.855L94.9028 110.806L96.0966 112L164 44.0967ZM164 44.0414V44H163.959L164 44.0414ZM147.126 44H44.9705L96.0483 95.0778L147.126 44ZM16 42C16 36.4772 20.4772 32 26 32H166C171.523 32 176 36.4772 176 42V150C176 155.523 171.523 160 166 160H26C20.4772 160 16 155.523 16 150V42Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const EmailOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 44.0001V44H28.0001L28 44.0001ZM164 44.0967V148H28V44.0001L94.8545 110.855L94.9028 110.806L96.0966 112L164 44.0967ZM164 44.0414V44H163.959L164 44.0414ZM147.126 44H44.9705L96.0483 95.0778L147.126 44ZM16 42C16 36.4772 20.4772 32 26 32H166C171.523 32 176 36.4772 176 42V150C176 155.523 171.523 160 166 160H26C20.4772 160 16 155.523 16 150V42Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EmailOutline;
export default EmailOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EmailSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 44V148H164V44H28ZM26 32C20.4772 32 16 36.4772 16 42V150C16 155.523 20.4772 160 26 160H166C171.523 160 176 155.523 176 150V42C176 36.4772 171.523 32 166 32H26Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M26 32C20.4772 32 16 36.4772 16 42V150C16 155.523 20.4772 160 26 160H166C171.523 160 176 155.523 176 150V42C176 36.4772 171.523 32 166 32H26ZM87.5182 103.518L26 42H42.9706L96.0035 95.033L149.036 42H166.007L104.489 103.518L104.492 103.522L96.0071 112.007L96.0035 112.004L96 112.007L87.5147 103.522L87.5182 103.518Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const EmailSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 44V148H164V44H28ZM26 32C20.4772 32 16 36.4772 16 42V150C16 155.523 20.4772 160 26 160H166C171.523 160 176 155.523 176 150V42C176 36.4772 171.523 32 166 32H26Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M26 32C20.4772 32 16 36.4772 16 42V150C16 155.523 20.4772 160 26 160H166C171.523 160 176 155.523 176 150V42C176 36.4772 171.523 32 166 32H26ZM87.5182 103.518L26 42H42.9706L96.0035 95.033L149.036 42H166.007L104.489 103.518L104.492 103.522L96.0071 112.007L96.0035 112.004L96 112.007L87.5147 103.522L87.5182 103.518Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EmailSolid;
export default EmailSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Enter = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M33 95.0001C33 91.6864 34.8582 89.0001 37.1504 89.0001H120.85C123.142 89.0001 125 91.6864 125 95.0001C125 98.3138 123.142 101 120.85 101H37.1504C34.8582 101 33 98.3138 33 95.0001Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M99.727 58.7574C97.3839 56.4143 93.5849 56.4143 91.2417 58.7574C88.8986 61.1006 88.8986 64.8996 91.2417 67.2427L120.014 96.0148L91.7565 124.272C89.4133 126.615 89.4133 130.414 91.7565 132.757C94.0996 135.101 97.8986 135.101 100.242 132.757L132.756 100.243C135.1 97.8996 135.1 94.1006 132.756 91.7574C132.63 91.6305 132.498 91.5105 132.363 91.3974C132.324 91.3552 132.283 91.3134 132.242 91.2721L99.727 58.7574Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M153 175.001C149.686 175.001 147 172.315 147 169.001L146.989 23.0009C146.989 19.6872 149.675 17.0007 152.988 17.0004C156.302 17.0002 158.989 19.6863 158.989 23L159 169C159 172.314 156.314 175 153 175.001Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M68 23.0001C68 19.6864 70.6863 17.0001 74 17.0001L153 17.0001C156.314 17.0001 159 19.6864 159 23.0001C159 26.3138 156.314 29.0001 153 29.0001L74 29.0001C70.6863 29.0001 68 26.3138 68 23.0001Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M68 169C68 165.686 70.6863 163 74 163L153 163C156.314 163 159 165.686 159 169C159 172.314 156.314 175 153 175H74C70.6863 175 68 172.314 68 169Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M74 20.0001C77.3137 20.0001 80 22.6864 80 26.0001V39.0001C80 42.3138 77.3137 45.0001 74 45.0001C70.6863 45.0001 68 42.3138 68 39.0001V26.0001C68 22.6864 70.6863 20.0001 74 20.0001Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M74 150C77.3137 150 80 152.686 80 156V169C80 172.314 77.3137 175 74 175C70.6863 175 68 172.314 68 169V156C68 152.686 70.6863 150 74 150Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Enter = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M33 95.0001C33 91.6864 34.8582 89.0001 37.1504 89.0001H120.85C123.142 89.0001 125 91.6864 125 95.0001C125 98.3138 123.142 101 120.85 101H37.1504C34.8582 101 33 98.3138 33 95.0001Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M99.727 58.7574C97.3839 56.4143 93.5849 56.4143 91.2417 58.7574C88.8986 61.1006 88.8986 64.8996 91.2417 67.2427L120.014 96.0148L91.7565 124.272C89.4133 126.615 89.4133 130.414 91.7565 132.757C94.0996 135.101 97.8986 135.101 100.242 132.757L132.756 100.243C135.1 97.8996 135.1 94.1006 132.756 91.7574C132.63 91.6305 132.498 91.5105 132.363 91.3974C132.324 91.3552 132.283 91.3134 132.242 91.2721L99.727 58.7574Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M153 175.001C149.686 175.001 147 172.315 147 169.001L146.989 23.0009C146.989 19.6872 149.675 17.0007 152.988 17.0004C156.302 17.0002 158.989 19.6863 158.989 23L159 169C159 172.314 156.314 175 153 175.001Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M68 23.0001C68 19.6864 70.6863 17.0001 74 17.0001L153 17.0001C156.314 17.0001 159 19.6864 159 23.0001C159 26.3138 156.314 29.0001 153 29.0001L74 29.0001C70.6863 29.0001 68 26.3138 68 23.0001Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M68 169C68 165.686 70.6863 163 74 163L153 163C156.314 163 159 165.686 159 169C159 172.314 156.314 175 153 175H74C70.6863 175 68 172.314 68 169Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M74 20.0001C77.3137 20.0001 80 22.6864 80 26.0001V39.0001C80 42.3138 77.3137 45.0001 74 45.0001C70.6863 45.0001 68 42.3138 68 39.0001V26.0001C68 22.6864 70.6863 20.0001 74 20.0001Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M74 150C77.3137 150 80 152.686 80 156V169C80 172.314 77.3137 175 74 175C70.6863 175 68 172.314 68 169V156C68 152.686 70.6863 150 74 150Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Enter;
export default Enter;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Eraser = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M62.3168 168C59.6645 168 57.1209 166.946 55.2456 165.071L18.9286 128.752C15.0235 124.847 15.0235 118.515 18.9286 114.61L106.606 26.9289C110.511 23.0237 116.842 23.0237 120.747 26.9289L173.071 79.2548C176.976 83.1601 176.976 89.4917 173.071 93.397L110.471 156H154C157.313 156 160 158.686 160 162C160 165.314 157.313 168 154 168H96.9995C96.6 168 96.2096 167.961 95.8319 167.886C95.3375 167.962 94.8352 168 94.329 168H62.3168ZM54.2673 96.2404L28.8276 121.681L63.1449 156H93.5009L103.761 145.739L54.2673 96.2404ZM154.672 94.8262L163.172 86.3259L113.677 36.8284L105.178 45.3276L154.672 94.8262Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Eraser = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M62.3168 168C59.6645 168 57.1209 166.946 55.2456 165.071L18.9286 128.752C15.0235 124.847 15.0235 118.515 18.9286 114.61L106.606 26.9289C110.511 23.0237 116.842 23.0237 120.747 26.9289L173.071 79.2548C176.976 83.1601 176.976 89.4917 173.071 93.397L110.471 156H154C157.313 156 160 158.686 160 162C160 165.314 157.313 168 154 168H96.9995C96.6 168 96.2096 167.961 95.8319 167.886C95.3375 167.962 94.8352 168 94.329 168H62.3168ZM54.2673 96.2404L28.8276 121.681L63.1449 156H93.5009L103.761 145.739L54.2673 96.2404ZM154.672 94.8262L163.172 86.3259L113.677 36.8284L105.178 45.3276L154.672 94.8262Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Eraser;
export default Eraser;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Exit = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M59 95.0009C59 91.6872 60.8582 89.0009 63.1504 89.0009H146.85C149.142 89.0009 151 91.6872 151 95.0009C151 98.3147 149.142 101.001 146.85 101.001H63.1504C60.8582 101.001 59 98.3147 59 95.0009Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M125.727 58.7583C123.384 56.4152 119.585 56.4152 117.242 58.7583C114.899 61.1015 114.899 64.9004 117.242 67.2436L146.014 96.0157L117.756 124.273C115.413 126.616 115.413 130.415 117.756 132.758C120.1 135.101 123.899 135.101 126.242 132.758L158.756 100.244C161.1 97.9004 161.1 94.1015 158.756 91.7583C158.63 91.6314 158.498 91.5114 158.363 91.3983C158.324 91.3561 158.283 91.3143 158.242 91.273L125.727 58.7583Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M38 17.0004C41.3137 17.0002 44.0002 19.6863 44.0004 23L44.0112 169C44.0114 172.314 41.3253 175 38.0116 175.001C34.6979 175.001 32.0114 172.315 32.0112 169.001L32.0004 23.0009C32.0002 19.6872 34.6863 17.0007 38 17.0004Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M123 169.001C123 172.315 120.314 175.001 117 175.001H38C34.6863 175.001 32 172.315 32 169.001C32 165.687 34.6863 163.001 38 163.001H117C120.314 163.001 123 165.687 123 169.001Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M123 23.0009C123 26.3146 120.314 29.0009 117 29.0009L38 29.0009C34.6863 29.0009 32 26.3146 32 23.0009C32 19.6872 34.6863 17.0009 38 17.0009L117 17.0009C120.314 17.0009 123 19.6872 123 23.0009Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117 172.001C113.686 172.001 111 169.315 111 166.001V153.001C111 149.687 113.686 147.001 117 147.001C120.314 147.001 123 149.687 123 153.001V166.001C123 169.315 120.314 172.001 117 172.001Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117 42.0009C113.686 42.0009 111 39.3146 111 36.0009V23.0009C111 19.6872 113.686 17.0009 117 17.0009C120.314 17.0009 123 19.6872 123 23.0009V36.0009C123 39.3146 120.314 42.0009 117 42.0009Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Exit = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M59 95.0009C59 91.6872 60.8582 89.0009 63.1504 89.0009H146.85C149.142 89.0009 151 91.6872 151 95.0009C151 98.3147 149.142 101.001 146.85 101.001H63.1504C60.8582 101.001 59 98.3147 59 95.0009Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M125.727 58.7583C123.384 56.4152 119.585 56.4152 117.242 58.7583C114.899 61.1015 114.899 64.9004 117.242 67.2436L146.014 96.0157L117.756 124.273C115.413 126.616 115.413 130.415 117.756 132.758C120.1 135.101 123.899 135.101 126.242 132.758L158.756 100.244C161.1 97.9004 161.1 94.1015 158.756 91.7583C158.63 91.6314 158.498 91.5114 158.363 91.3983C158.324 91.3561 158.283 91.3143 158.242 91.273L125.727 58.7583Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M38 17.0004C41.3137 17.0002 44.0002 19.6863 44.0004 23L44.0112 169C44.0114 172.314 41.3253 175 38.0116 175.001C34.6979 175.001 32.0114 172.315 32.0112 169.001L32.0004 23.0009C32.0002 19.6872 34.6863 17.0007 38 17.0004Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M123 169.001C123 172.315 120.314 175.001 117 175.001H38C34.6863 175.001 32 172.315 32 169.001C32 165.687 34.6863 163.001 38 163.001H117C120.314 163.001 123 165.687 123 169.001Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M123 23.0009C123 26.3146 120.314 29.0009 117 29.0009L38 29.0009C34.6863 29.0009 32 26.3146 32 23.0009C32 19.6872 34.6863 17.0009 38 17.0009L117 17.0009C120.314 17.0009 123 19.6872 123 23.0009Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117 172.001C113.686 172.001 111 169.315 111 166.001V153.001C111 149.687 113.686 147.001 117 147.001C120.314 147.001 123 149.687 123 153.001V166.001C123 169.315 120.314 172.001 117 172.001Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117 42.0009C113.686 42.0009 111 39.3146 111 36.0009V23.0009C111 19.6872 113.686 17.0009 117 17.0009C120.314 17.0009 123 19.6872 123 23.0009V36.0009C123 39.3146 120.314 42.0009 117 42.0009Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Exit;
export default Exit;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Expand = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M155.937 43.3759L129.73 69.583C127.466 71.8471 123.795 71.8471 121.531 69.583C119.267 67.319 119.267 63.6482 121.531 61.3841L147.32 35.595L138.515 35.595C135.313 35.595 132.718 32.9994 132.718 29.7975C132.718 26.5956 135.313 24 138.515 24H161.705C163.314 24 164.769 24.655 165.819 25.7129C166.877 26.7632 167.532 28.2186 167.532 29.8271V53.0172C167.532 56.219 164.937 58.8147 161.735 58.8147C158.533 58.8147 155.937 56.219 155.937 53.0172V43.3759ZM36.0628 148.624L62.2699 122.417C64.534 120.153 68.2048 120.153 70.4688 122.417C72.7329 124.681 72.7329 128.352 70.4688 130.616L44.6797 156.405L53.4849 156.405C56.6868 156.405 59.2824 159.001 59.2824 162.202C59.2824 165.404 56.6868 168 53.4849 168H30.2949C28.6864 168 27.2309 167.345 26.1806 166.287C25.1228 165.237 24.4678 163.781 24.4678 162.173L24.4678 138.983C24.4678 135.781 27.0634 133.185 30.2653 133.185C33.4671 133.185 36.0628 135.781 36.0628 138.983L36.0628 148.624ZM122.417 129.73L148.624 155.937H138.983C135.781 155.937 133.185 158.533 133.185 161.735C133.185 164.937 135.781 167.532 138.983 167.532H162.173C163.781 167.532 165.237 166.877 166.287 165.819C167.345 164.769 168 163.314 168 161.705V138.515C168 135.313 165.404 132.718 162.202 132.718C159.001 132.718 156.405 135.313 156.405 138.515V147.32L130.616 121.531C128.352 119.267 124.681 119.267 122.417 121.531C120.153 123.795 120.153 127.466 122.417 129.73ZM43.3759 35.5952L69.583 61.8023C71.8471 64.0664 71.8471 67.7372 69.583 70.0013C67.319 72.2653 63.6482 72.2653 61.3841 70.0013L35.595 44.2122L35.595 53.0173C35.595 56.2192 32.9994 58.8149 29.7975 58.8149C26.5956 58.8149 24 56.2192 24 53.0173V29.8273C24 28.2188 24.655 26.7634 25.7129 25.7131C26.7632 24.6552 28.2186 24.0002 29.8271 24.0002L53.0172 24.0002C56.219 24.0002 58.8147 26.5958 58.8147 29.7977C58.8147 32.9996 56.219 35.5952 53.0172 35.5952L43.3759 35.5952Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Expand = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M155.937 43.3759L129.73 69.583C127.466 71.8471 123.795 71.8471 121.531 69.583C119.267 67.319 119.267 63.6482 121.531 61.3841L147.32 35.595L138.515 35.595C135.313 35.595 132.718 32.9994 132.718 29.7975C132.718 26.5956 135.313 24 138.515 24H161.705C163.314 24 164.769 24.655 165.819 25.7129C166.877 26.7632 167.532 28.2186 167.532 29.8271V53.0172C167.532 56.219 164.937 58.8147 161.735 58.8147C158.533 58.8147 155.937 56.219 155.937 53.0172V43.3759ZM36.0628 148.624L62.2699 122.417C64.534 120.153 68.2048 120.153 70.4688 122.417C72.7329 124.681 72.7329 128.352 70.4688 130.616L44.6797 156.405L53.4849 156.405C56.6868 156.405 59.2824 159.001 59.2824 162.202C59.2824 165.404 56.6868 168 53.4849 168H30.2949C28.6864 168 27.2309 167.345 26.1806 166.287C25.1228 165.237 24.4678 163.781 24.4678 162.173L24.4678 138.983C24.4678 135.781 27.0634 133.185 30.2653 133.185C33.4671 133.185 36.0628 135.781 36.0628 138.983L36.0628 148.624ZM122.417 129.73L148.624 155.937H138.983C135.781 155.937 133.185 158.533 133.185 161.735C133.185 164.937 135.781 167.532 138.983 167.532H162.173C163.781 167.532 165.237 166.877 166.287 165.819C167.345 164.769 168 163.314 168 161.705V138.515C168 135.313 165.404 132.718 162.202 132.718C159.001 132.718 156.405 135.313 156.405 138.515V147.32L130.616 121.531C128.352 119.267 124.681 119.267 122.417 121.531C120.153 123.795 120.153 127.466 122.417 129.73ZM43.3759 35.5952L69.583 61.8023C71.8471 64.0664 71.8471 67.7372 69.583 70.0013C67.319 72.2653 63.6482 72.2653 61.3841 70.0013L35.595 44.2122L35.595 53.0173C35.595 56.2192 32.9994 58.8149 29.7975 58.8149C26.5956 58.8149 24 56.2192 24 53.0173V29.8273C24 28.2188 24.655 26.7634 25.7129 25.7131C26.7632 24.6552 28.2186 24.0002 29.8271 24.0002L53.0172 24.0002C56.219 24.0002 58.8147 26.5958 58.8147 29.7977C58.8147 32.9996 56.219 35.5952 53.0172 35.5952L43.3759 35.5952Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Expand;
export default Expand;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ExternalLink = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M109.417 29.0208C109.417 25.7071 112.104 23.0208 115.417 23.0208L161.4 23.0208C161.459 23.0208 161.517 23.0216 161.575 23.0233C161.75 23.0079 161.928 23 162.107 23C165.421 23 168.107 25.6863 168.107 29V74.9828C168.107 78.2965 165.421 80.9828 162.107 80.9828C158.794 80.9828 156.107 78.2965 156.107 74.9828V42.0707L100.159 98.0188C98.5154 99.6626 95.2833 99.0956 92.9402 96.7524C90.597 94.4093 90.03 91.1772 91.6738 89.5335L146.186 35.0208L115.417 35.0208C112.104 35.0208 109.417 32.3345 109.417 29.0208ZM156.553 156.256L34.9243 156.733V35.1045H89.5378C92.8306 35.1045 95.5 32.4352 95.5 29.1424C95.5 25.8495 92.8306 23.1802 89.5378 23.1802H38.2632C26.8158 23.1802 23 26.996 23 38.4434V152.069C23 156.342 23.3174 161.82 26.3388 164.841C29.3602 167.863 34.8382 168.18 39.1111 168.18H151.889C156.162 168.18 161.64 167.863 164.661 164.841C167.683 161.82 168 156.342 168 152.069V101.404C168 98.2428 165.437 95.6802 162.276 95.6802C159.115 95.6802 156.553 98.2428 156.553 101.404V156.256Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const ExternalLink = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M109.417 29.0208C109.417 25.7071 112.104 23.0208 115.417 23.0208L161.4 23.0208C161.459 23.0208 161.517 23.0216 161.575 23.0233C161.75 23.0079 161.928 23 162.107 23C165.421 23 168.107 25.6863 168.107 29V74.9828C168.107 78.2965 165.421 80.9828 162.107 80.9828C158.794 80.9828 156.107 78.2965 156.107 74.9828V42.0707L100.159 98.0188C98.5154 99.6626 95.2833 99.0956 92.9402 96.7524C90.597 94.4093 90.03 91.1772 91.6738 89.5335L146.186 35.0208L115.417 35.0208C112.104 35.0208 109.417 32.3345 109.417 29.0208ZM156.553 156.256L34.9243 156.733V35.1045H89.5378C92.8306 35.1045 95.5 32.4352 95.5 29.1424C95.5 25.8495 92.8306 23.1802 89.5378 23.1802H38.2632C26.8158 23.1802 23 26.996 23 38.4434V152.069C23 156.342 23.3174 161.82 26.3388 164.841C29.3602 167.863 34.8382 168.18 39.1111 168.18H151.889C156.162 168.18 161.64 167.863 164.661 164.841C167.683 161.82 168 156.342 168 152.069V101.404C168 98.2428 165.437 95.6802 162.276 95.6802C159.115 95.6802 156.553 98.2428 156.553 101.404V156.256Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ExternalLink;
export default ExternalLink;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EyeDropper = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M139.744 36.9289C135.838 33.0237 129.507 33.0237 125.602 36.9289L114.549 47.9813C114.26 48.2702 113.993 48.5724 113.747 48.8859L108.34 43.4792C105.997 41.1361 102.198 41.1361 99.8547 43.4792C97.5116 45.8224 97.5116 49.6214 99.8547 51.9645L105.535 57.645L44.8823 118.521L44.8787 118.518L37.5809 125.815C36.5532 126.413 35.7779 127.467 35.6322 128.843L33.0228 153.483C32.7546 156.016 34.8895 158.15 37.4218 157.882L62.0616 155.273C63.4386 155.127 64.4929 154.351 65.0908 153.322L72.3868 146.027L72.3163 145.956L133.081 85.1911L141.931 94.0411C144.274 96.3842 148.073 96.3842 150.417 94.0411C152.76 91.6979 152.76 87.8989 150.417 85.5558L143.864 79.0031C144.177 78.757 144.48 78.4894 144.768 78.2005L155.821 67.1482C159.726 63.243 159.726 56.9113 155.821 53.0061L139.744 36.9289ZM63.8312 137.471L124.596 76.7058L114.021 66.1303L53.3675 127.007L63.8312 137.471Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const EyeDropper = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M139.744 36.9289C135.838 33.0237 129.507 33.0237 125.602 36.9289L114.549 47.9813C114.26 48.2702 113.993 48.5724 113.747 48.8859L108.34 43.4792C105.997 41.1361 102.198 41.1361 99.8547 43.4792C97.5116 45.8224 97.5116 49.6214 99.8547 51.9645L105.535 57.645L44.8823 118.521L44.8787 118.518L37.5809 125.815C36.5532 126.413 35.7779 127.467 35.6322 128.843L33.0228 153.483C32.7546 156.016 34.8895 158.15 37.4218 157.882L62.0616 155.273C63.4386 155.127 64.4929 154.351 65.0908 153.322L72.3868 146.027L72.3163 145.956L133.081 85.1911L141.931 94.0411C144.274 96.3842 148.073 96.3842 150.417 94.0411C152.76 91.6979 152.76 87.8989 150.417 85.5558L143.864 79.0031C144.177 78.757 144.48 78.4894 144.768 78.2005L155.821 67.1482C159.726 63.243 159.726 56.9113 155.821 53.0061L139.744 36.9289ZM63.8312 137.471L124.596 76.7058L114.021 66.1303L53.3675 127.007L63.8312 137.471Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EyeDropper;
export default EyeDropper;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EyeOffOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M35.2427 35.2426C37.5859 32.8995 41.3848 32.8995 43.728 35.2426L156.247 147.761C158.59 150.105 158.59 153.904 156.247 156.247C153.904 158.59 150.105 158.59 147.762 156.247L35.2427 43.7279C32.8996 41.3848 32.8996 37.5858 35.2427 35.2426Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M57.0243 49.5095C37.833 58.9995 22.9751 75.2792 16 94.9853C27.2123 126.662 58.7932 149.485 96 149.485C113.52 149.485 129.792 144.425 143.277 135.763L135.361 127.846C124.026 134.627 110.545 138.585 96 138.585C64.7317 138.585 38.3823 120.293 27.6943 94.9853C34.6135 78.6017 48.0966 65.1579 65.2289 57.7142L57.0243 49.5095ZM76.0103 68.4956C68.6887 74.3599 64 83.375 64 93.4853C64 111.158 78.3269 125.485 96 125.485C106.11 125.485 115.125 120.797 120.99 113.475L112.421 104.906C108.807 110.092 102.8 113.485 96 113.485C84.9543 113.485 76 104.531 76 93.4853C76 86.6854 79.3935 80.6782 84.5793 77.0646L76.0103 68.4956ZM98.0771 73.5918L87.1967 62.7114C89.9935 61.9129 92.9468 61.4853 96 61.4853C113.673 61.4853 128 75.8122 128 93.4853C128 96.5385 127.572 99.4918 126.774 102.289L115.893 91.4082C114.925 82.0213 107.464 74.5604 98.0771 73.5918ZM145.248 120.762C153.564 113.689 160.13 104.873 164.306 94.9853C153.618 69.6779 127.268 51.3853 96 51.3853C89.7639 51.3853 83.7235 52.1129 77.9639 53.4786L69.1154 44.6301C77.5594 41.942 86.6002 40.4853 96 40.4853C133.207 40.4853 164.788 63.3084 176 94.9853C171.407 107.961 163.396 119.451 152.981 128.496L145.248 120.762Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const EyeOffOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M35.2427 35.2426C37.5859 32.8995 41.3848 32.8995 43.728 35.2426L156.247 147.761C158.59 150.105 158.59 153.904 156.247 156.247C153.904 158.59 150.105 158.59 147.762 156.247L35.2427 43.7279C32.8996 41.3848 32.8996 37.5858 35.2427 35.2426Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M57.0243 49.5095C37.833 58.9995 22.9751 75.2792 16 94.9853C27.2123 126.662 58.7932 149.485 96 149.485C113.52 149.485 129.792 144.425 143.277 135.763L135.361 127.846C124.026 134.627 110.545 138.585 96 138.585C64.7317 138.585 38.3823 120.293 27.6943 94.9853C34.6135 78.6017 48.0966 65.1579 65.2289 57.7142L57.0243 49.5095ZM76.0103 68.4956C68.6887 74.3599 64 83.375 64 93.4853C64 111.158 78.3269 125.485 96 125.485C106.11 125.485 115.125 120.797 120.99 113.475L112.421 104.906C108.807 110.092 102.8 113.485 96 113.485C84.9543 113.485 76 104.531 76 93.4853C76 86.6854 79.3935 80.6782 84.5793 77.0646L76.0103 68.4956ZM98.0771 73.5918L87.1967 62.7114C89.9935 61.9129 92.9468 61.4853 96 61.4853C113.673 61.4853 128 75.8122 128 93.4853C128 96.5385 127.572 99.4918 126.774 102.289L115.893 91.4082C114.925 82.0213 107.464 74.5604 98.0771 73.5918ZM145.248 120.762C153.564 113.689 160.13 104.873 164.306 94.9853C153.618 69.6779 127.268 51.3853 96 51.3853C89.7639 51.3853 83.7235 52.1129 77.9639 53.4786L69.1154 44.6301C77.5594 41.942 86.6002 40.4853 96 40.4853C133.207 40.4853 164.788 63.3084 176 94.9853C171.407 107.961 163.396 119.451 152.981 128.496L145.248 120.762Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EyeOffOutline;
export default EyeOffOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EyeOffSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M39.773 40.2426C42.1161 37.8995 45.9151 37.8995 48.2583 40.2426L151.773 143.757C154.116 146.101 154.116 149.899 151.773 152.243C149.43 154.586 145.631 154.586 143.288 152.243L39.773 48.7279C37.4298 46.3848 37.4298 42.5858 39.773 40.2426Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58.5841 51.5389C38.4124 60.865 22.7496 77.59 15.5305 97.9853C26.7428 129.662 58.3237 152.485 95.5305 152.485C113.84 152.485 130.787 146.958 144.615 137.569L121.804 114.758C116.022 123.056 106.41 128.485 95.5305 128.485C77.8574 128.485 63.5305 114.158 63.5305 96.4853C63.5305 85.6055 68.9601 75.9939 77.2574 70.2122L58.5841 51.5389ZM85.9631 78.9178C79.7473 82.3102 75.5305 88.9053 75.5305 96.4853C75.5305 107.531 84.4848 116.485 95.5305 116.485C103.111 116.485 109.706 112.268 113.098 106.053L85.9631 78.9178ZM101.366 77.3499L114.666 90.6501C112.731 84.2969 107.719 79.2848 101.366 77.3499ZM126.892 102.876C127.311 100.811 127.531 98.6739 127.531 96.4853C127.531 78.8122 113.204 64.4853 95.5305 64.4853C93.3419 64.4853 91.2046 64.705 89.1394 65.1236L70.948 46.9322C78.7257 44.6908 86.9795 43.4853 95.5305 43.4853C132.737 43.4853 164.318 66.3084 175.531 97.9853C171.174 110.294 163.741 121.267 154.098 130.082L126.892 102.876Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M71.9041 47.1813L89.304 64.5812C91.3196 64.1901 93.4013 63.9853 95.5304 63.9853C113.48 63.9853 128.03 78.536 128.03 96.4853C128.03 98.6144 127.826 100.696 127.434 102.712L154.112 129.39C163.483 120.723 170.717 109.996 175 97.9853C163.809 66.6018 132.468 43.9853 95.5304 43.9853C87.3257 43.9853 79.397 45.1013 71.9041 47.1813ZM70.8094 46.4517C78.6318 44.1974 86.9323 42.9853 95.5304 42.9853C132.941 42.9853 164.716 65.9347 176.002 97.8185L176.061 97.9853L176.002 98.1521C171.616 110.542 164.136 121.583 154.435 130.451L154.082 130.774L126.349 103.04L126.402 102.777C126.814 100.744 127.03 98.6404 127.03 96.4853C127.03 79.0883 112.927 64.9853 95.5304 64.9853C93.3753 64.9853 91.2712 65.2016 89.2386 65.6136L88.9755 65.667L69.995 46.6864L70.8094 46.4517ZM58.6908 50.9386L78.0332 70.281L77.5432 70.6224C69.3743 76.3146 64.0304 85.7759 64.0304 96.4853C64.0304 113.882 78.1334 127.985 95.5304 127.985C106.24 127.985 115.701 122.641 121.393 114.473L121.735 113.982L145.396 137.643L144.895 137.983C130.986 147.428 113.941 152.985 95.5304 152.985C58.1194 152.985 26.3445 130.036 15.0591 98.1521L15 97.9853L15.0591 97.8185C22.3254 77.2895 38.0868 60.4647 58.3742 51.085L58.6908 50.9386ZM16.061 97.9853C27.2518 129.369 58.5932 151.985 95.5304 151.985C113.517 151.985 130.178 146.622 143.832 137.494L121.868 115.53C115.964 123.681 106.367 128.985 95.5304 128.985C77.5811 128.985 63.0304 114.435 63.0304 96.4853C63.0304 85.649 68.3342 76.0516 76.4854 70.1474L58.4777 52.1397C38.6293 61.4147 23.221 77.9057 16.061 97.9853ZM101.012 77.7035L101.511 76.8716C108.024 78.855 113.161 83.9919 115.144 90.5044L114.312 91.0037L101.012 77.7035ZM113.408 88.6851L103.331 78.6078C107.829 80.5732 111.442 84.187 113.408 88.6851ZM86.0519 78.2997L113.716 105.964L113.537 106.292C110.06 112.662 103.301 116.985 95.5304 116.985C84.2086 116.985 75.0304 107.807 75.0304 96.4853C75.0304 88.7151 79.3536 81.9554 85.7234 78.479L86.0519 78.2997ZM85.8766 79.5386C79.994 82.8971 76.0304 89.2287 76.0304 96.4853C76.0304 107.255 84.7608 115.985 95.5304 115.985C102.787 115.985 109.119 112.022 112.477 106.139L85.8766 79.5386Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const EyeOffSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M39.773 40.2426C42.1161 37.8995 45.9151 37.8995 48.2583 40.2426L151.773 143.757C154.116 146.101 154.116 149.899 151.773 152.243C149.43 154.586 145.631 154.586 143.288 152.243L39.773 48.7279C37.4298 46.3848 37.4298 42.5858 39.773 40.2426Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58.5841 51.5389C38.4124 60.865 22.7496 77.59 15.5305 97.9853C26.7428 129.662 58.3237 152.485 95.5305 152.485C113.84 152.485 130.787 146.958 144.615 137.569L121.804 114.758C116.022 123.056 106.41 128.485 95.5305 128.485C77.8574 128.485 63.5305 114.158 63.5305 96.4853C63.5305 85.6055 68.9601 75.9939 77.2574 70.2122L58.5841 51.5389ZM85.9631 78.9178C79.7473 82.3102 75.5305 88.9053 75.5305 96.4853C75.5305 107.531 84.4848 116.485 95.5305 116.485C103.111 116.485 109.706 112.268 113.098 106.053L85.9631 78.9178ZM101.366 77.3499L114.666 90.6501C112.731 84.2969 107.719 79.2848 101.366 77.3499ZM126.892 102.876C127.311 100.811 127.531 98.6739 127.531 96.4853C127.531 78.8122 113.204 64.4853 95.5305 64.4853C93.3419 64.4853 91.2046 64.705 89.1394 65.1236L70.948 46.9322C78.7257 44.6908 86.9795 43.4853 95.5305 43.4853C132.737 43.4853 164.318 66.3084 175.531 97.9853C171.174 110.294 163.741 121.267 154.098 130.082L126.892 102.876Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M71.9041 47.1813L89.304 64.5812C91.3196 64.1901 93.4013 63.9853 95.5304 63.9853C113.48 63.9853 128.03 78.536 128.03 96.4853C128.03 98.6144 127.826 100.696 127.434 102.712L154.112 129.39C163.483 120.723 170.717 109.996 175 97.9853C163.809 66.6018 132.468 43.9853 95.5304 43.9853C87.3257 43.9853 79.397 45.1013 71.9041 47.1813ZM70.8094 46.4517C78.6318 44.1974 86.9323 42.9853 95.5304 42.9853C132.941 42.9853 164.716 65.9347 176.002 97.8185L176.061 97.9853L176.002 98.1521C171.616 110.542 164.136 121.583 154.435 130.451L154.082 130.774L126.349 103.04L126.402 102.777C126.814 100.744 127.03 98.6404 127.03 96.4853C127.03 79.0883 112.927 64.9853 95.5304 64.9853C93.3753 64.9853 91.2712 65.2016 89.2386 65.6136L88.9755 65.667L69.995 46.6864L70.8094 46.4517ZM58.6908 50.9386L78.0332 70.281L77.5432 70.6224C69.3743 76.3146 64.0304 85.7759 64.0304 96.4853C64.0304 113.882 78.1334 127.985 95.5304 127.985C106.24 127.985 115.701 122.641 121.393 114.473L121.735 113.982L145.396 137.643L144.895 137.983C130.986 147.428 113.941 152.985 95.5304 152.985C58.1194 152.985 26.3445 130.036 15.0591 98.1521L15 97.9853L15.0591 97.8185C22.3254 77.2895 38.0868 60.4647 58.3742 51.085L58.6908 50.9386ZM16.061 97.9853C27.2518 129.369 58.5932 151.985 95.5304 151.985C113.517 151.985 130.178 146.622 143.832 137.494L121.868 115.53C115.964 123.681 106.367 128.985 95.5304 128.985C77.5811 128.985 63.0304 114.435 63.0304 96.4853C63.0304 85.649 68.3342 76.0516 76.4854 70.1474L58.4777 52.1397C38.6293 61.4147 23.221 77.9057 16.061 97.9853ZM101.012 77.7035L101.511 76.8716C108.024 78.855 113.161 83.9919 115.144 90.5044L114.312 91.0037L101.012 77.7035ZM113.408 88.6851L103.331 78.6078C107.829 80.5732 111.442 84.187 113.408 88.6851ZM86.0519 78.2997L113.716 105.964L113.537 106.292C110.06 112.662 103.301 116.985 95.5304 116.985C84.2086 116.985 75.0304 107.807 75.0304 96.4853C75.0304 88.7151 79.3536 81.9554 85.7234 78.479L86.0519 78.2997ZM85.8766 79.5386C79.994 82.8971 76.0304 89.2287 76.0304 96.4853C76.0304 107.255 84.7608 115.985 95.5304 115.985C102.787 115.985 109.119 112.022 112.477 106.139L85.8766 79.5386Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EyeOffSolid;
export default EyeOffSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EyeOnOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 41C133.207 41 164.788 63.8231 176 95.5C164.788 127.177 133.207 150 96 150C58.7932 150 27.2123 127.177 16 95.5C27.2123 63.8231 58.7932 41 96 41ZM96 139.1C64.7317 139.1 38.3823 120.807 27.6943 95.5C38.3823 70.1927 64.7317 51.9 96 51.9C127.268 51.9 153.618 70.1927 164.306 95.5C153.618 120.807 127.268 139.1 96 139.1Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 114C107.046 114 116 105.046 116 94C116 82.9543 107.046 74 96 74C84.9543 74 76 82.9543 76 94C76 105.046 84.9543 114 96 114ZM96 126C113.673 126 128 111.673 128 94C128 76.3269 113.673 62 96 62C78.3269 62 64 76.3269 64 94C64 111.673 78.3269 126 96 126Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const EyeOnOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 41C133.207 41 164.788 63.8231 176 95.5C164.788 127.177 133.207 150 96 150C58.7932 150 27.2123 127.177 16 95.5C27.2123 63.8231 58.7932 41 96 41ZM96 139.1C64.7317 139.1 38.3823 120.807 27.6943 95.5C38.3823 70.1927 64.7317 51.9 96 51.9C127.268 51.9 153.618 70.1927 164.306 95.5C153.618 120.807 127.268 139.1 96 139.1Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 114C107.046 114 116 105.046 116 94C116 82.9543 107.046 74 96 74C84.9543 74 76 82.9543 76 94C76 105.046 84.9543 114 96 114ZM96 126C113.673 126 128 111.673 128 94C128 76.3269 113.673 62 96 62C78.3269 62 64 76.3269 64 94C64 111.673 78.3269 126 96 126Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EyeOnOutline;
export default EyeOnOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var EyeOnSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.5305 41.5C132.737 41.5 164.318 64.3231 175.531 96C164.318 127.677 132.737 150.5 95.5305 150.5C58.3237 150.5 26.7428 127.677 15.5305 96C26.7428 64.3231 58.3237 41.5 95.5305 41.5ZM115.531 94.5C115.531 105.546 106.576 114.5 95.5305 114.5C84.4848 114.5 75.5305 105.546 75.5305 94.5C75.5305 83.4543 84.4848 74.5 95.5305 74.5C106.576 74.5 115.531 83.4543 115.531 94.5ZM127.531 94.5C127.531 112.173 113.204 126.5 95.5305 126.5C77.8574 126.5 63.5305 112.173 63.5305 94.5C63.5305 76.8269 77.8574 62.5 95.5305 62.5C113.204 62.5 127.531 76.8269 127.531 94.5Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M15.0591 95.8332C26.3445 63.9495 58.1194 41 95.5304 41C132.941 41 164.716 63.9495 176.002 95.8332L176.061 96L176.002 96.1668C164.716 128.051 132.941 151 95.5304 151C58.1194 151 26.3445 128.051 15.0591 96.1668L15 96L15.0591 95.8332ZM16.061 96C27.2518 127.383 58.5932 150 95.5304 150C132.468 150 163.809 127.383 175 96C163.809 64.6165 132.468 42 95.5304 42C58.5932 42 27.2518 64.6165 16.061 96ZM63.0304 94.5C63.0304 76.5507 77.5811 62 95.5304 62C113.48 62 128.03 76.5507 128.03 94.5C128.03 112.449 113.48 127 95.5304 127C77.5811 127 63.0304 112.449 63.0304 94.5ZM95.5304 63C78.1334 63 64.0304 77.103 64.0304 94.5C64.0304 111.897 78.1334 126 95.5304 126C112.927 126 127.03 111.897 127.03 94.5C127.03 77.103 112.927 63 95.5304 63ZM75.0304 94.5C75.0304 83.1782 84.2086 74 95.5304 74C106.852 74 116.03 83.1782 116.03 94.5C116.03 105.822 106.852 115 95.5304 115C84.2086 115 75.0304 105.822 75.0304 94.5ZM95.5304 75C84.7608 75 76.0304 83.7304 76.0304 94.5C76.0304 105.27 84.7608 114 95.5304 114C106.3 114 115.03 105.27 115.03 94.5C115.03 83.7304 106.3 75 95.5304 75Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const EyeOnSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.5305 41.5C132.737 41.5 164.318 64.3231 175.531 96C164.318 127.677 132.737 150.5 95.5305 150.5C58.3237 150.5 26.7428 127.677 15.5305 96C26.7428 64.3231 58.3237 41.5 95.5305 41.5ZM115.531 94.5C115.531 105.546 106.576 114.5 95.5305 114.5C84.4848 114.5 75.5305 105.546 75.5305 94.5C75.5305 83.4543 84.4848 74.5 95.5305 74.5C106.576 74.5 115.531 83.4543 115.531 94.5ZM127.531 94.5C127.531 112.173 113.204 126.5 95.5305 126.5C77.8574 126.5 63.5305 112.173 63.5305 94.5C63.5305 76.8269 77.8574 62.5 95.5305 62.5C113.204 62.5 127.531 76.8269 127.531 94.5Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M15.0591 95.8332C26.3445 63.9495 58.1194 41 95.5304 41C132.941 41 164.716 63.9495 176.002 95.8332L176.061 96L176.002 96.1668C164.716 128.051 132.941 151 95.5304 151C58.1194 151 26.3445 128.051 15.0591 96.1668L15 96L15.0591 95.8332ZM16.061 96C27.2518 127.383 58.5932 150 95.5304 150C132.468 150 163.809 127.383 175 96C163.809 64.6165 132.468 42 95.5304 42C58.5932 42 27.2518 64.6165 16.061 96ZM63.0304 94.5C63.0304 76.5507 77.5811 62 95.5304 62C113.48 62 128.03 76.5507 128.03 94.5C128.03 112.449 113.48 127 95.5304 127C77.5811 127 63.0304 112.449 63.0304 94.5ZM95.5304 63C78.1334 63 64.0304 77.103 64.0304 94.5C64.0304 111.897 78.1334 126 95.5304 126C112.927 126 127.03 111.897 127.03 94.5C127.03 77.103 112.927 63 95.5304 63ZM75.0304 94.5C75.0304 83.1782 84.2086 74 95.5304 74C106.852 74 116.03 83.1782 116.03 94.5C116.03 105.822 106.852 115 95.5304 115C84.2086 115 75.0304 105.822 75.0304 94.5ZM95.5304 75C84.7608 75 76.0304 83.7304 76.0304 94.5C76.0304 105.27 84.7608 114 95.5304 114C106.3 114 115.03 105.27 115.03 94.5C115.03 83.7304 106.3 75 95.5304 75Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = EyeOnSolid;
export default EyeOnSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FacebookOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 156V36H156V156H122.388V112.374H139.003L142.164 91.6622H122.388V78.2277C122.388 72.56 125.146 67.0322 134.003 67.0322H143V49.3994C143 49.3994 134.839 48 127.04 48C110.745 48 100.105 57.922 100.105 75.8766V91.6622H82V112.374H100.105V156H36ZM100.105 168H34C28.4771 168 24 163.523 24 158V34C24 28.4771 28.4772 24 34 24H158C163.523 24 168 28.4772 168 34V158C168 163.523 163.523 168 158 168H122.388H100.105Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const FacebookOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 156V36H156V156H122.388V112.374H139.003L142.164 91.6622H122.388V78.2277C122.388 72.56 125.146 67.0322 134.003 67.0322H143V49.3994C143 49.3994 134.839 48 127.04 48C110.745 48 100.105 57.922 100.105 75.8766V91.6622H82V112.374H100.105V156H36ZM100.105 168H34C28.4771 168 24 163.523 24 158V34C24 28.4771 28.4772 24 34 24H158C163.523 24 168 28.4772 168 34V158C168 163.523 163.523 168 158 168H122.388H100.105Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FacebookOutline;
export default FacebookOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FacebookSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M24 34C24 28.4771 28.4772 24 34 24H158C163.523 24 168 28.4772 168 34V158C168 163.523 163.523 168 158 168H122.388V112.374H139.003L142.164 91.6622H122.388V78.2277C122.388 72.56 125.146 67.0322 134.003 67.0322H143V49.3994C143 49.3994 134.839 48 127.04 48C110.745 48 100.105 57.922 100.105 75.8766V91.6622H82V112.374H100.105V168H34C28.4771 168 24 163.523 24 158V34Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const FacebookSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M24 34C24 28.4771 28.4772 24 34 24H158C163.523 24 168 28.4772 168 34V158C168 163.523 163.523 168 158 168H122.388V112.374H139.003L142.164 91.6622H122.388V78.2277C122.388 72.56 125.146 67.0322 134.003 67.0322H143V49.3994C143 49.3994 134.839 48 127.04 48C110.745 48 100.105 57.922 100.105 75.8766V91.6622H82V112.374H100.105V168H34C28.4771 168 24 163.523 24 158V34Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FacebookSolid;
export default FacebookSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FaceHappyOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M76 90C76 98.8366 68.8366 106 60 106C51.1634 106 44 98.8366 44 90C44 81.1634 51.1634 74 60 74C68.8366 74 76 81.1634 76 90Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M148 90C148 98.8366 140.837 106 132 106C123.163 106 116 98.8366 116 90C116 81.1634 123.163 74 132 74C140.837 74 148 81.1634 148 90Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M96 140C109.255 140 120 132.837 120 124H72C72 132.837 82.7452 140 96 140Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96ZM164 96C164 133.555 133.555 164 96 164C58.4446 164 28 133.555 28 96C28 58.4446 58.4446 28 96 28C133.555 28 164 58.4446 164 96Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const FaceHappyOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M76 90C76 98.8366 68.8366 106 60 106C51.1634 106 44 98.8366 44 90C44 81.1634 51.1634 74 60 74C68.8366 74 76 81.1634 76 90Z' }), _jsx("path", { d: 'M148 90C148 98.8366 140.837 106 132 106C123.163 106 116 98.8366 116 90C116 81.1634 123.163 74 132 74C140.837 74 148 81.1634 148 90Z' }), _jsx("path", { d: 'M96 140C109.255 140 120 132.837 120 124H72C72 132.837 82.7452 140 96 140Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96ZM164 96C164 133.555 133.555 164 96 164C58.4446 164 28 133.555 28 96C28 58.4446 58.4446 28 96 28C133.555 28 164 58.4446 164 96Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FaceHappyOutline;
export default FaceHappyOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FaceHappySolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176ZM76 90C76 98.8366 68.8366 106 60 106C51.1634 106 44 98.8366 44 90C44 81.1634 51.1634 74 60 74C68.8366 74 76 81.1634 76 90ZM148 90C148 98.8366 140.837 106 132 106C123.163 106 116 98.8366 116 90C116 81.1634 123.163 74 132 74C140.837 74 148 81.1634 148 90ZM96 140C109.255 140 120 132.837 120 124H72C72 132.837 82.7452 140 96 140Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const FaceHappySolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176ZM76 90C76 98.8366 68.8366 106 60 106C51.1634 106 44 98.8366 44 90C44 81.1634 51.1634 74 60 74C68.8366 74 76 81.1634 76 90ZM148 90C148 98.8366 140.837 106 132 106C123.163 106 116 98.8366 116 90C116 81.1634 123.163 74 132 74C140.837 74 148 81.1634 148 90ZM96 140C109.255 140 120 132.837 120 124H72C72 132.837 82.7452 140 96 140Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FaceHappySolid;
export default FaceHappySolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FaceSadOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M76 90C76 98.8366 68.8366 106 60 106C51.1634 106 44 98.8366 44 90C44 81.1634 51.1634 74 60 74C68.8366 74 76 81.1634 76 90Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M148 90C148 98.8366 140.837 106 132 106C123.163 106 116 98.8366 116 90C116 81.1634 123.163 74 132 74C140.837 74 148 81.1634 148 90Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M96 124C82.7452 124 72 131.163 72 140H120C120 131.163 109.255 124 96 124Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96ZM164 96C164 133.555 133.555 164 96 164C58.4446 164 28 133.555 28 96C28 58.4446 58.4446 28 96 28C133.555 28 164 58.4446 164 96Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const FaceSadOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M76 90C76 98.8366 68.8366 106 60 106C51.1634 106 44 98.8366 44 90C44 81.1634 51.1634 74 60 74C68.8366 74 76 81.1634 76 90Z' }), _jsx("path", { d: 'M148 90C148 98.8366 140.837 106 132 106C123.163 106 116 98.8366 116 90C116 81.1634 123.163 74 132 74C140.837 74 148 81.1634 148 90Z' }), _jsx("path", { d: 'M96 124C82.7452 124 72 131.163 72 140H120C120 131.163 109.255 124 96 124Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96ZM164 96C164 133.555 133.555 164 96 164C58.4446 164 28 133.555 28 96C28 58.4446 58.4446 28 96 28C133.555 28 164 58.4446 164 96Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FaceSadOutline;
export default FaceSadOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FaceSadSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176ZM76 90C76 98.8366 68.8366 106 60 106C51.1634 106 44 98.8366 44 90C44 81.1634 51.1634 74 60 74C68.8366 74 76 81.1634 76 90ZM148 90C148 98.8366 140.837 106 132 106C123.163 106 116 98.8366 116 90C116 81.1634 123.163 74 132 74C140.837 74 148 81.1634 148 90ZM96 124C82.7452 124 72 131.163 72 140L120 140C120 131.163 109.255 124 96 124Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const FaceSadSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176ZM76 90C76 98.8366 68.8366 106 60 106C51.1634 106 44 98.8366 44 90C44 81.1634 51.1634 74 60 74C68.8366 74 76 81.1634 76 90ZM148 90C148 98.8366 140.837 106 132 106C123.163 106 116 98.8366 116 90C116 81.1634 123.163 74 132 74C140.837 74 148 81.1634 148 90ZM96 124C82.7452 124 72 131.163 72 140L120 140C120 131.163 109.255 124 96 124Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FaceSadSolid;
export default FaceSadSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FileOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M37 176.489C33.6863 176.489 31 173.802 31 170.489L31 24.4854C31 21.1717 33.6863 18.4854 37 18.4854C40.3137 18.4854 43 21.1717 43 24.4854L43 170.489C43 173.802 40.3137 176.489 37 176.489Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M151 176.44C147.687 176.413 145.022 173.705 145.049 170.392L145.944 59.3882C145.971 56.0746 148.679 53.41 151.992 53.4367C155.306 53.4635 157.97 56.1713 157.944 59.4849L157.048 170.489C157.022 173.802 154.314 176.467 151 176.44Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M113.243 20.2426C115.586 17.8995 119.385 17.8995 121.728 20.2426L155.887 54.4012C158.23 56.7444 158.23 60.5434 155.887 62.8865C153.543 65.2297 149.744 65.2297 147.401 62.8865L113.243 28.7279C110.9 26.3848 110.9 22.5858 113.243 20.2426Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117.024 30.4854H35V18.4854H117.024V30.4854Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M33.0006 170.485C33.0009 167.172 35.6875 164.486 39.0012 164.486L150.001 164.498C153.315 164.498 156.001 167.185 156.001 170.498C156 173.812 153.314 176.498 150 176.498L38.9999 176.486C35.6862 176.486 33.0002 173.799 33.0006 170.485Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M116 25.4854C119.314 25.4854 122 28.1716 122 31.4854V59.4854C122 62.7991 119.314 65.4854 116 65.4854C112.686 65.4854 110 62.7991 110 59.4854V31.4854C110 28.1716 112.686 25.4854 116 25.4854Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M110 61.4854C110 58.1716 112.686 55.4854 116 55.4854H144C147.314 55.4854 150 58.1716 150 61.4854C150 64.7991 147.314 67.4854 144 67.4854H116C112.686 67.4854 110 64.7991 110 61.4854Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M56 91.4854C56 88.1716 58.6863 85.4854 62 85.4854H126C129.314 85.4854 132 88.1716 132 91.4854C132 94.7991 129.314 97.4854 126 97.4854H62C58.6863 97.4854 56 94.7991 56 91.4854Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M56 115.485C56 112.172 58.6863 109.485 62 109.485H126C129.314 109.485 132 112.172 132 115.485C132 118.799 129.314 121.485 126 121.485H62C58.6863 121.485 56 118.799 56 115.485Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M56 138.485C56 135.172 58.6863 132.485 62 132.485H126C129.314 132.485 132 135.172 132 138.485C132 141.799 129.314 144.485 126 144.485H62C58.6863 144.485 56 141.799 56 138.485Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const FileOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M37 176.489C33.6863 176.489 31 173.802 31 170.489L31 24.4854C31 21.1717 33.6863 18.4854 37 18.4854C40.3137 18.4854 43 21.1717 43 24.4854L43 170.489C43 173.802 40.3137 176.489 37 176.489Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M151 176.44C147.687 176.413 145.022 173.705 145.049 170.392L145.944 59.3882C145.971 56.0746 148.679 53.41 151.992 53.4367C155.306 53.4635 157.97 56.1713 157.944 59.4849L157.048 170.489C157.022 173.802 154.314 176.467 151 176.44Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M113.243 20.2426C115.586 17.8995 119.385 17.8995 121.728 20.2426L155.887 54.4012C158.23 56.7444 158.23 60.5434 155.887 62.8865C153.543 65.2297 149.744 65.2297 147.401 62.8865L113.243 28.7279C110.9 26.3848 110.9 22.5858 113.243 20.2426Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117.024 30.4854H35V18.4854H117.024V30.4854Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M33.0006 170.485C33.0009 167.172 35.6875 164.486 39.0012 164.486L150.001 164.498C153.315 164.498 156.001 167.185 156.001 170.498C156 173.812 153.314 176.498 150 176.498L38.9999 176.486C35.6862 176.486 33.0002 173.799 33.0006 170.485Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M116 25.4854C119.314 25.4854 122 28.1716 122 31.4854V59.4854C122 62.7991 119.314 65.4854 116 65.4854C112.686 65.4854 110 62.7991 110 59.4854V31.4854C110 28.1716 112.686 25.4854 116 25.4854Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M110 61.4854C110 58.1716 112.686 55.4854 116 55.4854H144C147.314 55.4854 150 58.1716 150 61.4854C150 64.7991 147.314 67.4854 144 67.4854H116C112.686 67.4854 110 64.7991 110 61.4854Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M56 91.4854C56 88.1716 58.6863 85.4854 62 85.4854H126C129.314 85.4854 132 88.1716 132 91.4854C132 94.7991 129.314 97.4854 126 97.4854H62C58.6863 97.4854 56 94.7991 56 91.4854Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M56 115.485C56 112.172 58.6863 109.485 62 109.485H126C129.314 109.485 132 112.172 132 115.485C132 118.799 129.314 121.485 126 121.485H62C58.6863 121.485 56 118.799 56 115.485Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M56 138.485C56 135.172 58.6863 132.485 62 132.485H126C129.314 132.485 132 135.172 132 138.485C132 141.799 129.314 144.485 126 144.485H62C58.6863 144.485 56 141.799 56 138.485Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FileOutline;
export default FileOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FileSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M31.478 27.207C31.478 21.6842 35.7582 17.207 41.038 17.207H107.958V61.0332C108.433 62.1708 109.289 63.501 110.647 64.207H153.846V166.207C153.846 171.73 149.566 176.207 144.286 176.207H107.958H41.038C35.7582 176.207 31.478 171.73 31.478 166.207V27.207ZM119.43 17.207L136.638 35.207L153.846 53.207H119.43V17.207ZM62.07 89.207C58.9021 89.207 56.334 91.8933 56.334 95.207C56.334 98.5207 58.9021 101.207 62.07 101.207H123.254C126.422 101.207 128.99 98.5207 128.99 95.207C128.99 91.8933 126.422 89.207 123.254 89.207H62.07ZM56.334 119.207C56.334 115.893 58.9021 113.207 62.07 113.207H123.254C126.422 113.207 128.99 115.893 128.99 119.207C128.99 122.521 126.422 125.207 123.254 125.207H62.07C58.9021 125.207 56.334 122.521 56.334 119.207ZM62.07 136.207C58.9021 136.207 56.334 138.893 56.334 142.207C56.334 145.521 58.9021 148.207 62.07 148.207H123.254C126.422 148.207 128.99 145.521 128.99 142.207C128.99 138.893 126.422 136.207 123.254 136.207H62.07Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M118.952 16L155 53.7071H118.952V16ZM31 27.2071C31 21.4081 35.4942 16.7071 41.038 16.7071H108.436V60.9272C108.881 61.9546 109.634 63.0802 110.762 63.7071H154.324V166.207C154.324 172.006 149.83 176.707 144.286 176.707H41.038C35.4942 176.707 31 172.006 31 166.207V27.2071ZM41.038 17.7071C36.0222 17.7071 31.956 21.9604 31.956 27.2071V166.207C31.956 171.454 36.0222 175.707 41.038 175.707H144.286C149.302 175.707 153.368 171.454 153.368 166.207V64.7071H110.535L110.434 64.6549C108.936 63.8761 108.018 62.4274 107.52 61.2334L107.48 61.1377V17.7071H41.038ZM119.908 18.4142V52.7071H152.692L119.908 18.4142ZM62.07 89.7071C59.1661 89.7071 56.812 92.1695 56.812 95.2071C56.812 98.2447 59.1661 100.707 62.07 100.707H123.254C126.158 100.707 128.512 98.2447 128.512 95.2071C128.512 92.1695 126.158 89.7071 123.254 89.7071H62.07ZM55.856 95.2071C55.856 91.6173 58.6381 88.7071 62.07 88.7071H123.254C126.686 88.7071 129.468 91.6173 129.468 95.2071C129.468 98.797 126.686 101.707 123.254 101.707H62.07C58.6381 101.707 55.856 98.797 55.856 95.2071ZM55.856 119.207C55.856 115.617 58.6381 112.707 62.07 112.707H123.254C126.686 112.707 129.468 115.617 129.468 119.207C129.468 122.797 126.686 125.707 123.254 125.707H62.07C58.6381 125.707 55.856 122.797 55.856 119.207ZM62.07 113.707C59.1661 113.707 56.812 116.17 56.812 119.207C56.812 122.245 59.1661 124.707 62.07 124.707H123.254C126.158 124.707 128.512 122.245 128.512 119.207C128.512 116.17 126.158 113.707 123.254 113.707H62.07ZM62.07 136.707C59.1661 136.707 56.812 139.17 56.812 142.207C56.812 145.245 59.1661 147.707 62.07 147.707H123.254C126.158 147.707 128.512 145.245 128.512 142.207C128.512 139.17 126.158 136.707 123.254 136.707H62.07ZM55.856 142.207C55.856 138.617 58.6381 135.707 62.07 135.707H123.254C126.686 135.707 129.468 138.617 129.468 142.207C129.468 145.797 126.686 148.707 123.254 148.707H62.07C58.6381 148.707 55.856 145.797 55.856 142.207Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const FileSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M31.478 27.207C31.478 21.6842 35.7582 17.207 41.038 17.207H107.958V61.0332C108.433 62.1708 109.289 63.501 110.647 64.207H153.846V166.207C153.846 171.73 149.566 176.207 144.286 176.207H107.958H41.038C35.7582 176.207 31.478 171.73 31.478 166.207V27.207ZM119.43 17.207L136.638 35.207L153.846 53.207H119.43V17.207ZM62.07 89.207C58.9021 89.207 56.334 91.8933 56.334 95.207C56.334 98.5207 58.9021 101.207 62.07 101.207H123.254C126.422 101.207 128.99 98.5207 128.99 95.207C128.99 91.8933 126.422 89.207 123.254 89.207H62.07ZM56.334 119.207C56.334 115.893 58.9021 113.207 62.07 113.207H123.254C126.422 113.207 128.99 115.893 128.99 119.207C128.99 122.521 126.422 125.207 123.254 125.207H62.07C58.9021 125.207 56.334 122.521 56.334 119.207ZM62.07 136.207C58.9021 136.207 56.334 138.893 56.334 142.207C56.334 145.521 58.9021 148.207 62.07 148.207H123.254C126.422 148.207 128.99 145.521 128.99 142.207C128.99 138.893 126.422 136.207 123.254 136.207H62.07Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M118.952 16L155 53.7071H118.952V16ZM31 27.2071C31 21.4081 35.4942 16.7071 41.038 16.7071H108.436V60.9272C108.881 61.9546 109.634 63.0802 110.762 63.7071H154.324V166.207C154.324 172.006 149.83 176.707 144.286 176.707H41.038C35.4942 176.707 31 172.006 31 166.207V27.2071ZM41.038 17.7071C36.0222 17.7071 31.956 21.9604 31.956 27.2071V166.207C31.956 171.454 36.0222 175.707 41.038 175.707H144.286C149.302 175.707 153.368 171.454 153.368 166.207V64.7071H110.535L110.434 64.6549C108.936 63.8761 108.018 62.4274 107.52 61.2334L107.48 61.1377V17.7071H41.038ZM119.908 18.4142V52.7071H152.692L119.908 18.4142ZM62.07 89.7071C59.1661 89.7071 56.812 92.1695 56.812 95.2071C56.812 98.2447 59.1661 100.707 62.07 100.707H123.254C126.158 100.707 128.512 98.2447 128.512 95.2071C128.512 92.1695 126.158 89.7071 123.254 89.7071H62.07ZM55.856 95.2071C55.856 91.6173 58.6381 88.7071 62.07 88.7071H123.254C126.686 88.7071 129.468 91.6173 129.468 95.2071C129.468 98.797 126.686 101.707 123.254 101.707H62.07C58.6381 101.707 55.856 98.797 55.856 95.2071ZM55.856 119.207C55.856 115.617 58.6381 112.707 62.07 112.707H123.254C126.686 112.707 129.468 115.617 129.468 119.207C129.468 122.797 126.686 125.707 123.254 125.707H62.07C58.6381 125.707 55.856 122.797 55.856 119.207ZM62.07 113.707C59.1661 113.707 56.812 116.17 56.812 119.207C56.812 122.245 59.1661 124.707 62.07 124.707H123.254C126.158 124.707 128.512 122.245 128.512 119.207C128.512 116.17 126.158 113.707 123.254 113.707H62.07ZM62.07 136.707C59.1661 136.707 56.812 139.17 56.812 142.207C56.812 145.245 59.1661 147.707 62.07 147.707H123.254C126.158 147.707 128.512 145.245 128.512 142.207C128.512 139.17 126.158 136.707 123.254 136.707H62.07ZM55.856 142.207C55.856 138.617 58.6381 135.707 62.07 135.707H123.254C126.686 135.707 129.468 138.617 129.468 142.207C129.468 145.797 126.686 148.707 123.254 148.707H62.07C58.6381 148.707 55.856 145.797 55.856 142.207Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FileSolid;
export default FileSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FilterOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M92.2596 70.7743L53.4853 32H139.046L100.272 70.7743C98.5135 72.5328 98.0748 75.1113 98.9558 77.279L98.5539 148.103L94.5147 152.142V76C94.5147 74.8288 94.1792 73.736 93.5989 72.8125C93.3062 72.0702 92.8598 71.3745 92.2596 70.7743ZM91.2913 171.32C90.461 171.754 89.5166 172 88.5147 172C85.201 172 82.5147 169.314 82.5147 166V78L35.7574 31.2426C33.4142 28.8995 33.4142 25.1005 35.7574 22.7574C36.2754 22.2393 36.8647 21.8358 37.4936 21.5468C38.5576 20.5854 39.9678 20 41.5147 20H151.515C153.41 20 155.1 20.8786 156.199 22.2506C156.399 22.4052 156.591 22.5741 156.774 22.7573C159.117 25.1005 159.117 28.8995 156.774 31.2426L110.957 77.0597L110.543 150.068C110.538 150.978 110.33 151.84 109.963 152.61C109.692 153.553 109.184 154.443 108.441 155.187L93.814 169.814C93.0848 170.543 92.2147 171.045 91.2913 171.32Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const FilterOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M92.2596 70.7743L53.4853 32H139.046L100.272 70.7743C98.5135 72.5328 98.0748 75.1113 98.9558 77.279L98.5539 148.103L94.5147 152.142V76C94.5147 74.8288 94.1792 73.736 93.5989 72.8125C93.3062 72.0702 92.8598 71.3745 92.2596 70.7743ZM91.2913 171.32C90.461 171.754 89.5166 172 88.5147 172C85.201 172 82.5147 169.314 82.5147 166V78L35.7574 31.2426C33.4142 28.8995 33.4142 25.1005 35.7574 22.7574C36.2754 22.2393 36.8647 21.8358 37.4936 21.5468C38.5576 20.5854 39.9678 20 41.5147 20H151.515C153.41 20 155.1 20.8786 156.199 22.2506C156.399 22.4052 156.591 22.5741 156.774 22.7573C159.117 25.1005 159.117 28.8995 156.774 31.2426L110.957 77.0597L110.543 150.068C110.538 150.978 110.33 151.84 109.963 152.61C109.692 153.553 109.184 154.443 108.441 155.187L93.814 169.814C93.0848 170.543 92.2147 171.045 91.2913 171.32Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FilterOutline;
export default FilterOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FilterSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.5147 172C89.5166 172 90.461 171.754 91.2913 171.32C92.2147 171.045 93.0848 170.543 93.814 169.814L108.441 155.187C109.184 154.443 109.692 153.553 109.963 152.61C110.33 151.84 110.538 150.978 110.543 150.068L110.957 77.0597L156.774 31.2426C159.117 28.8995 159.117 25.1005 156.774 22.7573C156.591 22.5741 156.399 22.4052 156.199 22.2506C155.1 20.8786 153.41 20 151.515 20H41.5147C39.9678 20 38.5576 20.5854 37.4936 21.5468C36.8647 21.8358 36.2754 22.2393 35.7574 22.7574C33.4142 25.1005 33.4142 28.8995 35.7574 31.2426L82.5147 78V166C82.5147 169.314 85.201 172 88.5147 172Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M41.0147 20C39.5964 20 38.3045 20.5362 37.3288 21.4178L37.2719 21.4691L37.2023 21.5011C36.6265 21.7657 36.0864 22.1354 35.6109 22.6109C33.463 24.7588 33.463 28.2412 35.6109 30.3891L82.5147 77.2929V165.5C82.5147 168.538 84.9771 171 88.0147 171C88.9339 171 89.7991 170.775 90.5596 170.377L90.6023 170.355L90.6484 170.341C91.4942 170.089 92.2914 169.629 92.9604 168.96L107.587 154.333C108.269 153.651 108.734 152.836 108.983 151.972L108.994 151.932L109.012 151.895C109.348 151.189 109.538 150.4 109.543 149.565L109.958 76.3514L155.921 30.3891C158.069 28.2412 158.069 24.7588 155.921 22.6109C155.752 22.4426 155.576 22.2876 155.393 22.1459L155.346 22.1096L155.309 22.0633C154.3 20.8046 152.752 20 151.015 20H41.0147ZM36.7154 20.6248C37.8609 19.614 39.3667 19 41.0147 19H151.015C153.047 19 154.861 19.9329 156.052 21.3918C156.252 21.5492 156.444 21.7199 156.628 21.9038C159.166 24.4422 159.166 28.5578 156.628 31.0962L110.956 76.7679L110.543 149.571C110.537 150.541 110.319 151.462 109.932 152.288C109.635 153.296 109.089 154.246 108.294 155.04L93.6676 169.667C92.8903 170.444 91.9641 170.984 90.9802 171.286C90.0906 171.742 89.082 172 88.0147 172C84.4249 172 81.5147 169.09 81.5147 165.5V77.7071L34.9038 31.0962C32.3654 28.5578 32.3654 24.4422 34.9038 21.9038C35.4453 21.3623 36.0595 20.9357 36.7154 20.6248Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const FilterSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.5147 172C89.5166 172 90.461 171.754 91.2913 171.32C92.2147 171.045 93.0848 170.543 93.814 169.814L108.441 155.187C109.184 154.443 109.692 153.553 109.963 152.61C110.33 151.84 110.538 150.978 110.543 150.068L110.957 77.0597L156.774 31.2426C159.117 28.8995 159.117 25.1005 156.774 22.7573C156.591 22.5741 156.399 22.4052 156.199 22.2506C155.1 20.8786 153.41 20 151.515 20H41.5147C39.9678 20 38.5576 20.5854 37.4936 21.5468C36.8647 21.8358 36.2754 22.2393 35.7574 22.7574C33.4142 25.1005 33.4142 28.8995 35.7574 31.2426L82.5147 78V166C82.5147 169.314 85.201 172 88.5147 172Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M41.0147 20C39.5964 20 38.3045 20.5362 37.3288 21.4178L37.2719 21.4691L37.2023 21.5011C36.6265 21.7657 36.0864 22.1354 35.6109 22.6109C33.463 24.7588 33.463 28.2412 35.6109 30.3891L82.5147 77.2929V165.5C82.5147 168.538 84.9771 171 88.0147 171C88.9339 171 89.7991 170.775 90.5596 170.377L90.6023 170.355L90.6484 170.341C91.4942 170.089 92.2914 169.629 92.9604 168.96L107.587 154.333C108.269 153.651 108.734 152.836 108.983 151.972L108.994 151.932L109.012 151.895C109.348 151.189 109.538 150.4 109.543 149.565L109.958 76.3514L155.921 30.3891C158.069 28.2412 158.069 24.7588 155.921 22.6109C155.752 22.4426 155.576 22.2876 155.393 22.1459L155.346 22.1096L155.309 22.0633C154.3 20.8046 152.752 20 151.015 20H41.0147ZM36.7154 20.6248C37.8609 19.614 39.3667 19 41.0147 19H151.015C153.047 19 154.861 19.9329 156.052 21.3918C156.252 21.5492 156.444 21.7199 156.628 21.9038C159.166 24.4422 159.166 28.5578 156.628 31.0962L110.956 76.7679L110.543 149.571C110.537 150.541 110.319 151.462 109.932 152.288C109.635 153.296 109.089 154.246 108.294 155.04L93.6676 169.667C92.8903 170.444 91.9641 170.984 90.9802 171.286C90.0906 171.742 89.082 172 88.0147 172C84.4249 172 81.5147 169.09 81.5147 165.5V77.7071L34.9038 31.0962C32.3654 28.5578 32.3654 24.4422 34.9038 21.9038C35.4453 21.3623 36.0595 20.9357 36.7154 20.6248Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FilterSolid;
export default FilterSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FolderOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 161.487C18.6863 161.487 16 158.801 16 155.487L16 39.4834C16 36.1697 18.6863 33.4834 22 33.4834C25.3137 33.4834 28 36.1697 28 39.4834L28 155.487C28 158.801 25.3137 161.487 22 161.487Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M169.5 161.485C166.186 161.485 163.5 158.799 163.5 155.485V58.4852C163.5 55.1715 166.186 52.4852 169.5 52.4852C172.814 52.4852 175.5 55.1715 175.5 58.4852V155.485C175.5 158.799 172.814 161.485 169.5 161.485Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.5 155.485C16.5 152.172 19.1863 149.485 22.5 149.485L167.5 149.485C170.814 149.485 173.5 152.172 173.5 155.485C173.5 158.799 170.814 161.485 167.5 161.485L22.5 161.485C19.1863 161.485 16.5 158.799 16.5 155.485Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.5 39.4852C16.5 36.1715 19.1863 33.4852 22.5 33.4852H94.5C97.8137 33.4852 100.5 36.1715 100.5 39.4852C100.5 42.7989 97.8137 45.4852 94.5 45.4852H22.5C19.1863 45.4852 16.5 42.7989 16.5 39.4852Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M90.7427 35.2426C93.0859 32.8995 96.8848 32.8995 99.228 35.2426L116.743 52.7574C119.086 55.1005 119.086 58.8995 116.743 61.2426C114.4 63.5858 110.601 63.5858 108.257 61.2426L90.7427 43.7279C88.3996 41.3848 88.3996 37.5858 90.7427 35.2426Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M107.5 57.4852C107.5 54.1715 110.186 51.4852 113.5 51.4852H169.5C172.814 51.4852 175.5 54.1715 175.5 57.4852C175.5 60.7989 172.814 63.4852 169.5 63.4852H113.5C110.186 63.4852 107.5 60.7989 107.5 57.4852Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const FolderOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 161.487C18.6863 161.487 16 158.801 16 155.487L16 39.4834C16 36.1697 18.6863 33.4834 22 33.4834C25.3137 33.4834 28 36.1697 28 39.4834L28 155.487C28 158.801 25.3137 161.487 22 161.487Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M169.5 161.485C166.186 161.485 163.5 158.799 163.5 155.485V58.4852C163.5 55.1715 166.186 52.4852 169.5 52.4852C172.814 52.4852 175.5 55.1715 175.5 58.4852V155.485C175.5 158.799 172.814 161.485 169.5 161.485Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.5 155.485C16.5 152.172 19.1863 149.485 22.5 149.485L167.5 149.485C170.814 149.485 173.5 152.172 173.5 155.485C173.5 158.799 170.814 161.485 167.5 161.485L22.5 161.485C19.1863 161.485 16.5 158.799 16.5 155.485Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.5 39.4852C16.5 36.1715 19.1863 33.4852 22.5 33.4852H94.5C97.8137 33.4852 100.5 36.1715 100.5 39.4852C100.5 42.7989 97.8137 45.4852 94.5 45.4852H22.5C19.1863 45.4852 16.5 42.7989 16.5 39.4852Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M90.7427 35.2426C93.0859 32.8995 96.8848 32.8995 99.228 35.2426L116.743 52.7574C119.086 55.1005 119.086 58.8995 116.743 61.2426C114.4 63.5858 110.601 63.5858 108.257 61.2426L90.7427 43.7279C88.3996 41.3848 88.3996 37.5858 90.7427 35.2426Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M107.5 57.4852C107.5 54.1715 110.186 51.4852 113.5 51.4852H169.5C172.814 51.4852 175.5 54.1715 175.5 57.4852C175.5 60.7989 172.814 63.4852 169.5 63.4852H113.5C110.186 63.4852 107.5 60.7989 107.5 57.4852Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FolderOutline;
export default FolderOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FolderSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 160.004C18.6863 160.004 16 157.318 16 154.004V38C16 34.6863 18.6863 32 22 32C22.0914 32 22.1824 32.002 22.2728 32.0061C22.3482 32.0033 22.4239 32.0019 22.5 32.0019H94.5C94.5815 32.0019 94.6627 32.0035 94.7434 32.0067C96.3585 31.942 97.9948 32.5261 99.2279 33.7592L115.471 50.0019H169.5C172.814 50.0019 175.5 52.6882 175.5 56.0019C175.5 56.1702 175.493 56.337 175.479 56.5019C175.493 56.6667 175.5 56.8335 175.5 57.0019V154.002C175.5 157.316 172.814 160.002 169.5 160.002C169.159 160.002 168.825 159.973 168.5 159.919C168.175 159.973 167.841 160.002 167.5 160.002L22.5 160.002C22.4242 160.002 22.3488 160 22.2737 159.998C22.183 160.002 22.0917 160.004 22 160.004Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M15.5 38C15.5 34.4102 18.4101 31.5 22 31.5C22.092 31.5 22.1835 31.5019 22.2747 31.5057C22.3495 31.5032 22.4246 31.5019 22.5 31.5019H94.5C94.5815 31.5019 94.6626 31.5034 94.7434 31.5063C96.4856 31.4418 98.2507 32.0749 99.5815 33.4057L115.678 49.5019H169.5C173.09 49.5019 176 52.412 176 56.0019C176 56.17 175.994 56.3368 175.981 56.5019C175.994 56.667 176 56.8337 176 57.0019V154.002C176 157.592 173.09 160.502 169.5 160.502C169.16 160.502 168.826 160.476 168.5 160.425C168.174 160.476 167.84 160.502 167.5 160.502L22.5 160.502C22.4249 160.502 22.3502 160.501 22.2757 160.498C22.1842 160.502 22.0924 160.504 22 160.504C18.4101 160.504 15.5 157.594 15.5 154.004V38ZM22 32.5C18.9624 32.5 16.5 34.9624 16.5 38V154.004C16.5 157.041 18.9624 159.504 22 159.504C22.0842 159.504 22.168 159.502 22.2513 159.498L22.2717 159.497L22.2922 159.498C22.3611 159.501 22.4304 159.502 22.5 159.502L167.5 159.502C167.813 159.502 168.119 159.476 168.417 159.426L168.5 159.412L168.583 159.426C168.881 159.476 169.187 159.502 169.5 159.502C172.538 159.502 175 157.039 175 154.002V57.0019C175 56.8472 174.994 56.6942 174.981 56.543L174.978 56.5019L174.981 56.4608C174.994 56.3095 175 56.1565 175 56.0019C175 52.9643 172.538 50.5019 169.5 50.5019H115.263L98.8744 34.1128C97.744 32.9824 96.245 32.4469 94.7634 32.5063L94.7435 32.5071L94.7235 32.5063C94.6494 32.5034 94.5749 32.5019 94.5 32.5019H22.5C22.4301 32.5019 22.3606 32.5032 22.2914 32.5057L22.2709 32.5065L22.2504 32.5056C22.1675 32.5019 22.084 32.5 22 32.5Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const FolderSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 160.004C18.6863 160.004 16 157.318 16 154.004V38C16 34.6863 18.6863 32 22 32C22.0914 32 22.1824 32.002 22.2728 32.0061C22.3482 32.0033 22.4239 32.0019 22.5 32.0019H94.5C94.5815 32.0019 94.6627 32.0035 94.7434 32.0067C96.3585 31.942 97.9948 32.5261 99.2279 33.7592L115.471 50.0019H169.5C172.814 50.0019 175.5 52.6882 175.5 56.0019C175.5 56.1702 175.493 56.337 175.479 56.5019C175.493 56.6667 175.5 56.8335 175.5 57.0019V154.002C175.5 157.316 172.814 160.002 169.5 160.002C169.159 160.002 168.825 159.973 168.5 159.919C168.175 159.973 167.841 160.002 167.5 160.002L22.5 160.002C22.4242 160.002 22.3488 160 22.2737 159.998C22.183 160.002 22.0917 160.004 22 160.004Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M15.5 38C15.5 34.4102 18.4101 31.5 22 31.5C22.092 31.5 22.1835 31.5019 22.2747 31.5057C22.3495 31.5032 22.4246 31.5019 22.5 31.5019H94.5C94.5815 31.5019 94.6626 31.5034 94.7434 31.5063C96.4856 31.4418 98.2507 32.0749 99.5815 33.4057L115.678 49.5019H169.5C173.09 49.5019 176 52.412 176 56.0019C176 56.17 175.994 56.3368 175.981 56.5019C175.994 56.667 176 56.8337 176 57.0019V154.002C176 157.592 173.09 160.502 169.5 160.502C169.16 160.502 168.826 160.476 168.5 160.425C168.174 160.476 167.84 160.502 167.5 160.502L22.5 160.502C22.4249 160.502 22.3502 160.501 22.2757 160.498C22.1842 160.502 22.0924 160.504 22 160.504C18.4101 160.504 15.5 157.594 15.5 154.004V38ZM22 32.5C18.9624 32.5 16.5 34.9624 16.5 38V154.004C16.5 157.041 18.9624 159.504 22 159.504C22.0842 159.504 22.168 159.502 22.2513 159.498L22.2717 159.497L22.2922 159.498C22.3611 159.501 22.4304 159.502 22.5 159.502L167.5 159.502C167.813 159.502 168.119 159.476 168.417 159.426L168.5 159.412L168.583 159.426C168.881 159.476 169.187 159.502 169.5 159.502C172.538 159.502 175 157.039 175 154.002V57.0019C175 56.8472 174.994 56.6942 174.981 56.543L174.978 56.5019L174.981 56.4608C174.994 56.3095 175 56.1565 175 56.0019C175 52.9643 172.538 50.5019 169.5 50.5019H115.263L98.8744 34.1128C97.744 32.9824 96.245 32.4469 94.7634 32.5063L94.7435 32.5071L94.7235 32.5063C94.6494 32.5034 94.5749 32.5019 94.5 32.5019H22.5C22.4301 32.5019 22.3606 32.5032 22.2914 32.5057L22.2709 32.5065L22.2504 32.5056C22.1675 32.5019 22.084 32.5 22 32.5Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FolderSolid;
export default FolderSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FolderZipOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 161.487C18.6863 161.487 16 158.801 16 155.487L16 39.4835C16 36.1698 18.6863 33.4835 22 33.4835C25.3137 33.4835 28 36.1698 28 39.4835L28 155.487C28 158.801 25.3137 161.487 22 161.487Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M169.5 161.485C166.186 161.485 163.5 158.799 163.5 155.485V58.4854C163.5 55.1716 166.186 52.4854 169.5 52.4854C172.814 52.4854 175.5 55.1716 175.5 58.4854V155.485C175.5 158.799 172.814 161.485 169.5 161.485Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.5 155.485C16.5 152.172 19.1863 149.485 22.5 149.485L167.5 149.485C170.814 149.485 173.5 152.172 173.5 155.485C173.5 158.799 170.814 161.485 167.5 161.485L22.5 161.485C19.1863 161.485 16.5 158.799 16.5 155.485Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.5 39.4854C16.5 36.1716 19.1863 33.4854 22.5 33.4854H94.5C97.8137 33.4854 100.5 36.1716 100.5 39.4854C100.5 42.7991 97.8137 45.4854 94.5 45.4854H22.5C19.1863 45.4854 16.5 42.7991 16.5 39.4854Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M90.7417 35.2426C93.0849 32.8995 96.8839 32.8995 99.227 35.2426L116.742 52.7574C119.085 55.1005 119.085 58.8995 116.742 61.2426C114.399 63.5858 110.6 63.5858 108.256 61.2426L90.7417 43.7279C88.3986 41.3848 88.3986 37.5858 90.7417 35.2426Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M107.5 57.4854C107.5 54.1716 110.186 51.4854 113.5 51.4854H169.5C172.814 51.4854 175.5 54.1716 175.5 57.4854C175.5 60.7991 172.814 63.4854 169.5 63.4854H113.5C110.186 63.4854 107.5 60.7991 107.5 57.4854Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112 81H128V93H112V81Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 92H144V104H128V92Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112 102H128V114H112V102Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 113H144V125H128V113Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112 125H128V137H112V125Z', fill: 'currentColor' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const FolderZipOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M22 161.487C18.6863 161.487 16 158.801 16 155.487L16 39.4835C16 36.1698 18.6863 33.4835 22 33.4835C25.3137 33.4835 28 36.1698 28 39.4835L28 155.487C28 158.801 25.3137 161.487 22 161.487Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M169.5 161.485C166.186 161.485 163.5 158.799 163.5 155.485V58.4854C163.5 55.1716 166.186 52.4854 169.5 52.4854C172.814 52.4854 175.5 55.1716 175.5 58.4854V155.485C175.5 158.799 172.814 161.485 169.5 161.485Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.5 155.485C16.5 152.172 19.1863 149.485 22.5 149.485L167.5 149.485C170.814 149.485 173.5 152.172 173.5 155.485C173.5 158.799 170.814 161.485 167.5 161.485L22.5 161.485C19.1863 161.485 16.5 158.799 16.5 155.485Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.5 39.4854C16.5 36.1716 19.1863 33.4854 22.5 33.4854H94.5C97.8137 33.4854 100.5 36.1716 100.5 39.4854C100.5 42.7991 97.8137 45.4854 94.5 45.4854H22.5C19.1863 45.4854 16.5 42.7991 16.5 39.4854Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M90.7417 35.2426C93.0849 32.8995 96.8839 32.8995 99.227 35.2426L116.742 52.7574C119.085 55.1005 119.085 58.8995 116.742 61.2426C114.399 63.5858 110.6 63.5858 108.256 61.2426L90.7417 43.7279C88.3986 41.3848 88.3986 37.5858 90.7417 35.2426Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M107.5 57.4854C107.5 54.1716 110.186 51.4854 113.5 51.4854H169.5C172.814 51.4854 175.5 54.1716 175.5 57.4854C175.5 60.7991 172.814 63.4854 169.5 63.4854H113.5C110.186 63.4854 107.5 60.7991 107.5 57.4854Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112 81H128V93H112V81Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 92H144V104H128V92Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112 102H128V114H112V102Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 113H144V125H128V113Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112 125H128V137H112V125Z', fill: 'currentColor' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FolderZipOutline;
export default FolderZipOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var FolderZipSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 154.004C16 157.318 18.6863 160.004 22 160.004C22.0917 160.004 22.183 160.002 22.2737 159.998C22.3488 160 22.4242 160.002 22.5 160.002L167.5 160.002C167.841 160.002 168.175 159.973 168.5 159.919C168.825 159.973 169.159 160.002 169.5 160.002C172.814 160.002 175.5 157.316 175.5 154.002V57.0019C175.5 56.8335 175.493 56.6667 175.479 56.5019C175.493 56.337 175.5 56.1702 175.5 56.0019C175.5 52.6882 172.814 50.0019 169.5 50.0019H115.471L99.2279 33.7592C97.9948 32.5261 96.3585 31.942 94.7434 32.0067C94.6627 32.0035 94.5815 32.0019 94.5 32.0019H22.5C22.4239 32.0019 22.3482 32.0033 22.2728 32.0061C22.1824 32.002 22.0914 32 22 32C18.6863 32 16 34.6863 16 38V154.004ZM136 81H120V93H136V102H120V114H136V125H120V137H136V125H152V113H136V104H152V92H136V81Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const FolderZipSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 154.004C16 157.318 18.6863 160.004 22 160.004C22.0917 160.004 22.183 160.002 22.2737 159.998C22.3488 160 22.4242 160.002 22.5 160.002L167.5 160.002C167.841 160.002 168.175 159.973 168.5 159.919C168.825 159.973 169.159 160.002 169.5 160.002C172.814 160.002 175.5 157.316 175.5 154.002V57.0019C175.5 56.8335 175.493 56.6667 175.479 56.5019C175.493 56.337 175.5 56.1702 175.5 56.0019C175.5 52.6882 172.814 50.0019 169.5 50.0019H115.471L99.2279 33.7592C97.9948 32.5261 96.3585 31.942 94.7434 32.0067C94.6627 32.0035 94.5815 32.0019 94.5 32.0019H22.5C22.4239 32.0019 22.3482 32.0033 22.2728 32.0061C22.1824 32.002 22.0914 32 22 32C18.6863 32 16 34.6863 16 38V154.004ZM136 81H120V93H136V102H120V114H136V125H120V137H136V125H152V113H136V104H152V92H136V81Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = FolderZipSolid;
export default FolderZipSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Gift = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 88V156H156V88H36ZM34 76C28.4772 76 24 80.4772 24 86V158C24 163.523 28.4771 168 34 168H158C163.523 168 168 163.523 168 158V86C168 80.4772 163.523 76 158 76H34Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M84 88H108V164H84V88Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M63.3274 64C50.444 64 40 53.2653 40 40.0234C40 17.1201 68.2556 7.25481 81.8283 25.4194L96 44.3856L110.172 25.4194C123.744 7.25483 152 17.1201 152 40.0234C152 53.2653 141.556 64 128.673 64H63.3274ZM105.691 51.6661L119.689 32.932C126.28 24.1115 140 28.902 140 40.0234C140 46.4535 134.929 51.6661 128.673 51.6661H105.691ZM86.3094 51.6661H63.3274C57.0715 51.6661 52 46.4535 52 40.0234C52 28.9019 65.7205 24.1115 72.3111 32.9319L86.3094 51.6661Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Gift = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 88V156H156V88H36ZM34 76C28.4772 76 24 80.4772 24 86V158C24 163.523 28.4771 168 34 168H158C163.523 168 168 163.523 168 158V86C168 80.4772 163.523 76 158 76H34Z' }), _jsx("path", { d: 'M84 88H108V164H84V88Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M63.3274 64C50.444 64 40 53.2653 40 40.0234C40 17.1201 68.2556 7.25481 81.8283 25.4194L96 44.3856L110.172 25.4194C123.744 7.25483 152 17.1201 152 40.0234C152 53.2653 141.556 64 128.673 64H63.3274ZM105.691 51.6661L119.689 32.932C126.28 24.1115 140 28.902 140 40.0234C140 46.4535 134.929 51.6661 128.673 51.6661H105.691ZM86.3094 51.6661H63.3274C57.0715 51.6661 52 46.4535 52 40.0234C52 28.9019 65.7205 24.1115 72.3111 32.9319L86.3094 51.6661Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Gift;
export default Gift;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var GroupOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M168.217 71C168.217 81.4934 159.662 90 149.109 90C138.555 90 130 81.4934 130 71C130 60.5066 138.555 52 149.109 52C159.662 52 168.217 60.5066 168.217 71Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M149.109 83.6305C156.178 83.6305 161.848 77.9415 161.848 71C161.848 64.0585 156.178 58.3695 149.109 58.3695C142.039 58.3695 136.37 64.0585 136.37 71C136.37 77.9415 142.039 83.6305 149.109 83.6305ZM149.109 90C159.662 90 168.217 81.4934 168.217 71C168.217 60.5066 159.662 52 149.109 52C138.555 52 130 60.5066 130 71C130 81.4934 138.555 90 149.109 90Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M62.2171 71C62.2171 81.4934 53.6619 90 43.1086 90C32.5552 90 24 81.4934 24 71C24 60.5066 32.5552 52 43.1086 52C53.6619 52 62.2171 60.5066 62.2171 71Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M43.1086 83.6305C50.1784 83.6305 55.8476 77.9415 55.8476 71C55.8476 64.0585 50.1784 58.3695 43.1086 58.3695C36.0387 58.3695 30.3695 64.0585 30.3695 71C30.3695 77.9415 36.0387 83.6305 43.1086 83.6305ZM43.1086 90C53.6619 90 62.2171 81.4934 62.2171 71C62.2171 60.5066 53.6619 52 43.1086 52C32.5552 52 24 60.5066 24 71C24 81.4934 32.5552 90 43.1086 90Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 159.182L36 148.146V129.135C36 116.095 42.3913 104.625 52.0592 98H48C30.3269 98 16 112.327 16 130V146.382V156.562V159.182H36Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M156.06 159.182V148.146V129.135C156.06 116.095 149.668 104.625 140 98H144.059C161.733 98 176.06 112.327 176.06 130V146.382V156.562V159.182H156.06Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.8 78.2727C105.143 78.2727 112.6 70.76 112.6 61.6364C112.6 52.5127 105.143 45 95.8 45C86.4571 45 79 52.5127 79 61.6364C79 70.76 86.4571 78.2727 95.8 78.2727ZM95.8 90.2727C111.706 90.2727 124.6 77.4518 124.6 61.6364C124.6 45.8209 111.706 33 95.8 33C79.8942 33 67 45.8209 67 61.6364C67 77.4518 79.8942 90.2727 95.8 90.2727Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M115 61.6364C115 72.0984 106.456 80.6727 95.8 80.6727C85.1445 80.6727 76.6 72.0984 76.6 61.6364C76.6 51.1744 85.1445 42.6 95.8 42.6C106.456 42.6 115 51.1744 115 61.6364ZM124.6 61.6364C124.6 77.4518 111.706 90.2727 95.8 90.2727C79.8942 90.2727 67 77.4518 67 61.6364C67 45.8209 79.8942 33 95.8 33C111.706 33 124.6 45.8209 124.6 61.6364Z' }), (0, jsx_runtime_1.jsx)("rect", { x: '45', y: '147', rx: '6', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("rect", { x: '135', y: '147', rx: '6', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M146.899 125C145.627 109.325 132.503 97 116.5 97H75.5C59.497 97 46.3727 109.325 45.101 125H45V127.5V137V147V153H57V147V146V127.5V126.731L57.0617 125.97C57.832 116.475 65.7992 109 75.5 109H116.5C126.201 109 134.168 116.475 134.938 125.97L135 126.731V127.5V146V147V153H147V147V137V127.5V125H146.899Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const GroupOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M168.217 71C168.217 81.4934 159.662 90 149.109 90C138.555 90 130 81.4934 130 71C130 60.5066 138.555 52 149.109 52C159.662 52 168.217 60.5066 168.217 71Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M149.109 83.6305C156.178 83.6305 161.848 77.9415 161.848 71C161.848 64.0585 156.178 58.3695 149.109 58.3695C142.039 58.3695 136.37 64.0585 136.37 71C136.37 77.9415 142.039 83.6305 149.109 83.6305ZM149.109 90C159.662 90 168.217 81.4934 168.217 71C168.217 60.5066 159.662 52 149.109 52C138.555 52 130 60.5066 130 71C130 81.4934 138.555 90 149.109 90Z' }), _jsx("path", { d: 'M62.2171 71C62.2171 81.4934 53.6619 90 43.1086 90C32.5552 90 24 81.4934 24 71C24 60.5066 32.5552 52 43.1086 52C53.6619 52 62.2171 60.5066 62.2171 71Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M43.1086 83.6305C50.1784 83.6305 55.8476 77.9415 55.8476 71C55.8476 64.0585 50.1784 58.3695 43.1086 58.3695C36.0387 58.3695 30.3695 64.0585 30.3695 71C30.3695 77.9415 36.0387 83.6305 43.1086 83.6305ZM43.1086 90C53.6619 90 62.2171 81.4934 62.2171 71C62.2171 60.5066 53.6619 52 43.1086 52C32.5552 52 24 60.5066 24 71C24 81.4934 32.5552 90 43.1086 90Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 159.182L36 148.146V129.135C36 116.095 42.3913 104.625 52.0592 98H48C30.3269 98 16 112.327 16 130V146.382V156.562V159.182H36Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M156.06 159.182V148.146V129.135C156.06 116.095 149.668 104.625 140 98H144.059C161.733 98 176.06 112.327 176.06 130V146.382V156.562V159.182H156.06Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.8 78.2727C105.143 78.2727 112.6 70.76 112.6 61.6364C112.6 52.5127 105.143 45 95.8 45C86.4571 45 79 52.5127 79 61.6364C79 70.76 86.4571 78.2727 95.8 78.2727ZM95.8 90.2727C111.706 90.2727 124.6 77.4518 124.6 61.6364C124.6 45.8209 111.706 33 95.8 33C79.8942 33 67 45.8209 67 61.6364C67 77.4518 79.8942 90.2727 95.8 90.2727Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M115 61.6364C115 72.0984 106.456 80.6727 95.8 80.6727C85.1445 80.6727 76.6 72.0984 76.6 61.6364C76.6 51.1744 85.1445 42.6 95.8 42.6C106.456 42.6 115 51.1744 115 61.6364ZM124.6 61.6364C124.6 77.4518 111.706 90.2727 95.8 90.2727C79.8942 90.2727 67 77.4518 67 61.6364C67 45.8209 79.8942 33 95.8 33C111.706 33 124.6 45.8209 124.6 61.6364Z' }), _jsx("rect", { x: '45', y: '147', rx: '6', fill: 'currentColor' }), _jsx("rect", { x: '135', y: '147', rx: '6', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M146.899 125C145.627 109.325 132.503 97 116.5 97H75.5C59.497 97 46.3727 109.325 45.101 125H45V127.5V137V147V153H57V147V146V127.5V126.731L57.0617 125.97C57.832 116.475 65.7992 109 75.5 109H116.5C126.201 109 134.168 116.475 134.938 125.97L135 126.731V127.5V146V147V153H147V147V137V127.5V125H146.899Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = GroupOutline;
export default GroupOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var GroupSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M125 60.6364C125 76.4518 112.106 89.2727 96.1999 89.2727C80.2941 89.2727 67.3999 76.4518 67.3999 60.6364C67.3999 44.8209 80.2941 32 96.1999 32C112.106 32 125 44.8209 125 60.6364Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.1999 79.6727C106.855 79.6727 115.4 71.0984 115.4 60.6364C115.4 50.1744 106.855 41.6 96.1999 41.6C85.5444 41.6 76.9999 50.1744 76.9999 60.6364C76.9999 71.0984 85.5444 79.6727 96.1999 79.6727ZM96.1999 89.2727C112.106 89.2727 125 76.4518 125 60.6364C125 44.8209 112.106 32 96.1999 32C80.2941 32 67.3999 44.8209 67.3999 60.6364C67.3999 76.4518 80.2941 89.2727 96.1999 89.2727Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M168.217 72C168.217 82.4934 159.662 91 149.109 91C138.555 91 130 82.4934 130 72C130 61.5066 138.555 53 149.109 53C159.662 53 168.217 61.5066 168.217 72Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M149.109 84.6305C156.178 84.6305 161.848 78.9415 161.848 72C161.848 65.0585 156.178 59.3695 149.109 59.3695C142.039 59.3695 136.37 65.0585 136.37 72C136.37 78.9415 142.039 84.6305 149.109 84.6305ZM149.109 91C159.662 91 168.217 82.4934 168.217 72C168.217 61.5066 159.662 53 149.109 53C138.555 53 130 61.5066 130 72C130 82.4934 138.555 91 149.109 91Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M62.2171 72C62.2171 82.4934 53.6619 91 43.1086 91C32.5552 91 24 82.4934 24 72C24 61.5066 32.5552 53 43.1086 53C53.6619 53 62.2171 61.5066 62.2171 72Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M43.1086 84.6305C50.1784 84.6305 55.8476 78.9415 55.8476 72C55.8476 65.0585 50.1784 59.3695 43.1086 59.3695C36.0387 59.3695 30.3695 65.0585 30.3695 72C30.3695 78.9415 36.0387 84.6305 43.1086 84.6305ZM43.1086 91C53.6619 91 62.2171 82.4934 62.2171 72C62.2171 61.5066 53.6619 53 43.1086 53C32.5552 53 24 61.5066 24 72C24 82.4934 32.5552 91 43.1086 91Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M127.4 160.182H65H45V157.562V147.382V131C45 113.327 59.3269 99 77 99H115.4C133.073 99 147.4 113.327 147.4 131V147.382V157.562V160.182H127.4Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 160.182L36 149.146V130.135C36 117.095 42.3913 105.625 52.0592 99H48C30.3269 99 16 113.327 16 131V147.382V157.562V160.182H36Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M156.06 160.182V149.146V130.135C156.06 117.095 149.668 105.625 140 99H144.059C161.733 99 176.06 113.327 176.06 131V147.382V157.562V160.182H156.06Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const GroupSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M125 60.6364C125 76.4518 112.106 89.2727 96.1999 89.2727C80.2941 89.2727 67.3999 76.4518 67.3999 60.6364C67.3999 44.8209 80.2941 32 96.1999 32C112.106 32 125 44.8209 125 60.6364Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.1999 79.6727C106.855 79.6727 115.4 71.0984 115.4 60.6364C115.4 50.1744 106.855 41.6 96.1999 41.6C85.5444 41.6 76.9999 50.1744 76.9999 60.6364C76.9999 71.0984 85.5444 79.6727 96.1999 79.6727ZM96.1999 89.2727C112.106 89.2727 125 76.4518 125 60.6364C125 44.8209 112.106 32 96.1999 32C80.2941 32 67.3999 44.8209 67.3999 60.6364C67.3999 76.4518 80.2941 89.2727 96.1999 89.2727Z' }), _jsx("path", { d: 'M168.217 72C168.217 82.4934 159.662 91 149.109 91C138.555 91 130 82.4934 130 72C130 61.5066 138.555 53 149.109 53C159.662 53 168.217 61.5066 168.217 72Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M149.109 84.6305C156.178 84.6305 161.848 78.9415 161.848 72C161.848 65.0585 156.178 59.3695 149.109 59.3695C142.039 59.3695 136.37 65.0585 136.37 72C136.37 78.9415 142.039 84.6305 149.109 84.6305ZM149.109 91C159.662 91 168.217 82.4934 168.217 72C168.217 61.5066 159.662 53 149.109 53C138.555 53 130 61.5066 130 72C130 82.4934 138.555 91 149.109 91Z' }), _jsx("path", { d: 'M62.2171 72C62.2171 82.4934 53.6619 91 43.1086 91C32.5552 91 24 82.4934 24 72C24 61.5066 32.5552 53 43.1086 53C53.6619 53 62.2171 61.5066 62.2171 72Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M43.1086 84.6305C50.1784 84.6305 55.8476 78.9415 55.8476 72C55.8476 65.0585 50.1784 59.3695 43.1086 59.3695C36.0387 59.3695 30.3695 65.0585 30.3695 72C30.3695 78.9415 36.0387 84.6305 43.1086 84.6305ZM43.1086 91C53.6619 91 62.2171 82.4934 62.2171 72C62.2171 61.5066 53.6619 53 43.1086 53C32.5552 53 24 61.5066 24 72C24 82.4934 32.5552 91 43.1086 91Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M127.4 160.182H65H45V157.562V147.382V131C45 113.327 59.3269 99 77 99H115.4C133.073 99 147.4 113.327 147.4 131V147.382V157.562V160.182H127.4Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 160.182L36 149.146V130.135C36 117.095 42.3913 105.625 52.0592 99H48C30.3269 99 16 113.327 16 131V147.382V157.562V160.182H36Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M156.06 160.182V149.146V130.135C156.06 117.095 149.668 105.625 140 99H144.059C161.733 99 176.06 113.327 176.06 131V147.382V157.562V160.182H156.06Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = GroupSolid;
export default GroupSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HeartOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.5 64.9752L86.6154 50.6151C81.3004 42.8937 72.6456 38 62.975 38C47.2287 38 34 51.136 34 67.9189C34 77.1734 37.6308 88.6972 45.5315 98.9335C49.5792 104.178 63.9204 118.643 78.1808 132.617C85.0301 139.329 91.6004 145.678 96.5 150.388C101.4 145.678 107.97 139.329 114.819 132.617C129.08 118.643 143.421 104.178 147.468 98.9335C155.369 88.6972 159 77.1734 159 67.9189C159 51.136 145.771 38 130.025 38C120.354 38 111.7 42.8937 106.385 50.6151L96.5 64.9752ZM88.1723 34.8605C91.3593 37.4064 94.1686 40.4242 96.5 43.8111C98.8314 40.4242 101.641 37.4064 104.828 34.8605C111.778 29.3084 120.524 26 130.025 26C152.655 26 171 44.7677 171 67.9189C171 80.0563 166.344 94.1182 156.968 106.266C147.592 118.413 96.5 167 96.5 167C96.5 167 45.4078 118.413 36.032 106.266C26.6562 94.1182 22 80.0563 22 67.9189C22 44.7677 40.3451 26 62.975 26C72.4763 26 81.2223 29.3084 88.1723 34.8605Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const HeartOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.5 64.9752L86.6154 50.6151C81.3004 42.8937 72.6456 38 62.975 38C47.2287 38 34 51.136 34 67.9189C34 77.1734 37.6308 88.6972 45.5315 98.9335C49.5792 104.178 63.9204 118.643 78.1808 132.617C85.0301 139.329 91.6004 145.678 96.5 150.388C101.4 145.678 107.97 139.329 114.819 132.617C129.08 118.643 143.421 104.178 147.468 98.9335C155.369 88.6972 159 77.1734 159 67.9189C159 51.136 145.771 38 130.025 38C120.354 38 111.7 42.8937 106.385 50.6151L96.5 64.9752ZM88.1723 34.8605C91.3593 37.4064 94.1686 40.4242 96.5 43.8111C98.8314 40.4242 101.641 37.4064 104.828 34.8605C111.778 29.3084 120.524 26 130.025 26C152.655 26 171 44.7677 171 67.9189C171 80.0563 166.344 94.1182 156.968 106.266C147.592 118.413 96.5 167 96.5 167C96.5 167 45.4078 118.413 36.032 106.266C26.6562 94.1182 22 80.0563 22 67.9189C22 44.7677 40.3451 26 62.975 26C72.4763 26 81.2223 29.3084 88.1723 34.8605Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HeartOutline;
export default HeartOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HeartSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: 'M96.5 167C96.5 167 45.4078 118.413 36.032 106.266C26.6562 94.1182 22 80.0563 22 67.9189C22 44.7677 40.3451 26 62.975 26C76.8332 26 89.0845 33.0382 96.5 43.8111C103.915 33.0382 116.167 26 130.025 26C152.655 26 171 44.7677 171 67.9189C171 80.0563 166.344 94.1182 156.968 106.266C147.592 118.413 96.5 167 96.5 167Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const HeartSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { d: 'M96.5 167C96.5 167 45.4078 118.413 36.032 106.266C26.6562 94.1182 22 80.0563 22 67.9189C22 44.7677 40.3451 26 62.975 26C76.8332 26 89.0845 33.0382 96.5 43.8111C103.915 33.0382 116.167 26 130.025 26C152.655 26 171 44.7677 171 67.9189C171 80.0563 166.344 94.1182 156.968 106.266C147.592 118.413 96.5 167 96.5 167Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HeartSolid;
export default HeartSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HelpCenter = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M32 96H74C79.5228 96 84 100.477 84 106V145C84 150.523 79.5228 155 74 155H52C40.9543 155 32 146.046 32 135V96Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M161 96H119C113.477 96 109 100.477 109 106V145C109 150.523 113.477 155 119 155H141C152.046 155 161 146.046 161 135V96Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M92 26H101C127.51 26 149 47.4903 149 74V123H109V135H149H161V123V74C161 40.8629 134.137 14 101 14H92C58.8629 14 32 40.8629 32 74V123V135H44H84V123H44V74C44 47.4903 65.4903 26 92 26Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M149 134C149 130.686 151.686 128 155 128C158.314 128 161 130.686 161 134V165C161 168.314 158.314 171 155 171C151.686 171 149 168.314 149 165V134Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M99 175C95.6863 175 93 172.314 93 169C93 165.686 95.6863 163 99 163H152C155.314 163 158 165.686 158 169C158 172.314 155.314 175 152 175L99 175Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M141.2 163C141.069 163.646 141 164.315 141 165C141 170.523 145.477 175 151 175C156.523 175 161 170.523 161 165C161 159.477 156.523 155 151 155C150.315 155 149.646 155.069 149 155.2V163H141.2Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const HelpCenter = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M32 96H74C79.5228 96 84 100.477 84 106V145C84 150.523 79.5228 155 74 155H52C40.9543 155 32 146.046 32 135V96Z' }), _jsx("path", { d: 'M161 96H119C113.477 96 109 100.477 109 106V145C109 150.523 113.477 155 119 155H141C152.046 155 161 146.046 161 135V96Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M92 26H101C127.51 26 149 47.4903 149 74V123H109V135H149H161V123V74C161 40.8629 134.137 14 101 14H92C58.8629 14 32 40.8629 32 74V123V135H44H84V123H44V74C44 47.4903 65.4903 26 92 26Z' }), _jsx("path", { d: 'M149 134C149 130.686 151.686 128 155 128C158.314 128 161 130.686 161 134V165C161 168.314 158.314 171 155 171C151.686 171 149 168.314 149 165V134Z' }), _jsx("path", { d: 'M99 175C95.6863 175 93 172.314 93 169C93 165.686 95.6863 163 99 163H152C155.314 163 158 165.686 158 169C158 172.314 155.314 175 152 175L99 175Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M141.2 163C141.069 163.646 141 164.315 141 165C141 170.523 145.477 175 151 175C156.523 175 161 170.523 161 165C161 159.477 156.523 155 151 155C150.315 155 149.646 155.069 149 155.2V163H141.2Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HelpCenter;
export default HelpCenter;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HelpChatOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M86.9375 100.266V96.7969C86.9375 93.7969 87.5781 91.1875 88.8594 88.9688C90.1406 86.75 92.4844 84.3906 95.8906 81.8906C99.1719 79.5469 101.328 77.6406 102.359 76.1719C103.422 74.7031 103.953 73.0625 103.953 71.25C103.953 69.2188 103.203 67.6719 101.703 66.6094C100.203 65.5469 98.1094 65.0156 95.4219 65.0156C90.7344 65.0156 85.3906 66.5469 79.3906 69.6094L74.2812 59.3438C81.25 55.4375 88.6406 53.4844 96.4531 53.4844C102.891 53.4844 108 55.0312 111.781 58.125C115.594 61.2188 117.5 65.3438 117.5 70.5C117.5 73.9375 116.719 76.9062 115.156 79.4062C113.594 81.9062 110.625 84.7188 106.25 87.8438C103.25 90.0625 101.344 91.75 100.531 92.9062C99.75 94.0625 99.3594 95.5781 99.3594 97.4531V100.266H86.9375ZM85.4375 116.297C85.4375 113.672 86.1406 111.688 87.5469 110.344C88.9531 109 91 108.328 93.6875 108.328C96.2812 108.328 98.2812 109.016 99.6875 110.391C101.125 111.766 101.844 113.734 101.844 116.297C101.844 118.766 101.125 120.719 99.6875 122.156C98.25 123.562 96.25 124.266 93.6875 124.266C91.0625 124.266 89.0312 123.578 87.5938 122.203C86.1562 120.797 85.4375 118.828 85.4375 116.297Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 142C131.037 142 157 116.999 157 89C157 61.0005 131.037 36 96 36C60.9632 36 35 61.0005 35 89C35 101.779 40.4081 113.933 49.6186 123.371C48.3424 127.239 46.8483 131.753 45.4648 135.907C45.4607 135.904 45.4566 135.9 45.4525 135.897L44.7984 137.906C42.8229 143.823 41.2049 148.6 41 149L65.9277 135.151C74.6785 139.483 84.8824 142 96 142ZM96 154C136.317 154 169 124.899 169 89C169 53.1015 136.317 24 96 24C55.6832 24 23 53.1015 23 89C23 102.809 27.836 115.612 36.0823 126.14C35.9462 126.41 35.8288 126.694 35.7322 126.99L25.4473 158.58C24.4214 161.731 26.1441 165.117 29.295 166.143C30.5501 166.551 31.8426 166.524 33.0083 166.144C33.779 166.066 34.5472 165.836 35.2702 165.443L65.7298 148.868C65.9686 148.738 66.195 148.594 66.4087 148.438C75.4535 152.013 85.4662 154 96 154Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const HelpChatOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M86.9375 100.266V96.7969C86.9375 93.7969 87.5781 91.1875 88.8594 88.9688C90.1406 86.75 92.4844 84.3906 95.8906 81.8906C99.1719 79.5469 101.328 77.6406 102.359 76.1719C103.422 74.7031 103.953 73.0625 103.953 71.25C103.953 69.2188 103.203 67.6719 101.703 66.6094C100.203 65.5469 98.1094 65.0156 95.4219 65.0156C90.7344 65.0156 85.3906 66.5469 79.3906 69.6094L74.2812 59.3438C81.25 55.4375 88.6406 53.4844 96.4531 53.4844C102.891 53.4844 108 55.0312 111.781 58.125C115.594 61.2188 117.5 65.3438 117.5 70.5C117.5 73.9375 116.719 76.9062 115.156 79.4062C113.594 81.9062 110.625 84.7188 106.25 87.8438C103.25 90.0625 101.344 91.75 100.531 92.9062C99.75 94.0625 99.3594 95.5781 99.3594 97.4531V100.266H86.9375ZM85.4375 116.297C85.4375 113.672 86.1406 111.688 87.5469 110.344C88.9531 109 91 108.328 93.6875 108.328C96.2812 108.328 98.2812 109.016 99.6875 110.391C101.125 111.766 101.844 113.734 101.844 116.297C101.844 118.766 101.125 120.719 99.6875 122.156C98.25 123.562 96.25 124.266 93.6875 124.266C91.0625 124.266 89.0312 123.578 87.5938 122.203C86.1562 120.797 85.4375 118.828 85.4375 116.297Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 142C131.037 142 157 116.999 157 89C157 61.0005 131.037 36 96 36C60.9632 36 35 61.0005 35 89C35 101.779 40.4081 113.933 49.6186 123.371C48.3424 127.239 46.8483 131.753 45.4648 135.907C45.4607 135.904 45.4566 135.9 45.4525 135.897L44.7984 137.906C42.8229 143.823 41.2049 148.6 41 149L65.9277 135.151C74.6785 139.483 84.8824 142 96 142ZM96 154C136.317 154 169 124.899 169 89C169 53.1015 136.317 24 96 24C55.6832 24 23 53.1015 23 89C23 102.809 27.836 115.612 36.0823 126.14C35.9462 126.41 35.8288 126.694 35.7322 126.99L25.4473 158.58C24.4214 161.731 26.1441 165.117 29.295 166.143C30.5501 166.551 31.8426 166.524 33.0083 166.144C33.779 166.066 34.5472 165.836 35.2702 165.443L65.7298 148.868C65.9686 148.738 66.195 148.594 66.4087 148.438C75.4535 152.013 85.4662 154 96 154Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HelpChatOutline;
export default HelpChatOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HelpChatSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 155C136.317 155 169 125.899 169 90C169 54.1015 136.317 25 96 25C55.6832 25 23 54.1015 23 90C23 103.809 27.836 116.612 36.0823 127.14C35.9462 127.41 35.8288 127.694 35.7322 127.99L25.4473 159.58C24.4214 162.731 26.1441 166.117 29.295 167.143C30.5501 167.551 31.8426 167.524 33.0083 167.144C33.779 167.066 34.5472 166.836 35.2702 166.443L65.7298 149.868C65.9686 149.738 66.195 149.594 66.4087 149.438C75.4535 153.013 85.4662 155 96 155ZM86.9375 101.797V105.266H99.3594V102.453C99.3594 100.578 99.75 99.0625 100.531 97.9062C101.344 96.75 103.25 95.0625 106.25 92.8438C110.625 89.7188 113.594 86.9062 115.156 84.4062C116.719 81.9062 117.5 78.9375 117.5 75.5C117.5 70.3438 115.594 66.2188 111.781 63.125C108 60.0312 102.891 58.4844 96.4531 58.4844C88.6406 58.4844 81.25 60.4375 74.2812 64.3438L79.3906 74.6094C85.3906 71.5469 90.7344 70.0156 95.4219 70.0156C98.1094 70.0156 100.203 70.5469 101.703 71.6094C103.203 72.6719 103.953 74.2188 103.953 76.25C103.953 78.0625 103.422 79.7031 102.359 81.1719C101.328 82.6406 99.1719 84.5469 95.8906 86.8906C92.4844 89.3906 90.1406 91.75 88.8594 93.9688C87.5781 96.1875 86.9375 98.7969 86.9375 101.797ZM87.5469 115.344C86.1406 116.688 85.4375 118.672 85.4375 121.297C85.4375 123.828 86.1562 125.797 87.5938 127.203C89.0312 128.578 91.0625 129.266 93.6875 129.266C96.25 129.266 98.25 128.562 99.6875 127.156C101.125 125.719 101.844 123.766 101.844 121.297C101.844 118.734 101.125 116.766 99.6875 115.391C98.2812 114.016 96.2812 113.328 93.6875 113.328C91 113.328 88.9531 114 87.5469 115.344Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 25.5C55.9032 25.5 23.5 54.4306 23.5 90C23.5 103.689 28.2932 116.385 36.476 126.832L36.6717 127.082L36.5288 127.365C36.404 127.613 36.2963 127.873 36.2077 128.145L25.9227 159.735C24.9823 162.623 26.5614 165.727 29.4498 166.667C30.6009 167.042 31.7849 167.017 32.8533 166.668L32.9045 166.652L32.9581 166.646C33.6637 166.575 34.3677 166.365 35.0312 166.004L65.4908 149.429C65.7101 149.309 65.9178 149.177 66.1137 149.034L66.3362 148.872L66.5925 148.973C75.5789 152.525 85.5292 154.5 96 154.5C136.097 154.5 168.5 125.569 168.5 90C168.5 54.4306 136.097 25.5 96 25.5ZM22.5 90C22.5 53.7724 55.4632 24.5 96 24.5C136.537 24.5 169.5 53.7724 169.5 90C169.5 126.228 136.537 155.5 96 155.5C85.5002 155.5 75.5126 153.538 66.475 150.001C66.3124 150.11 66.1436 150.212 65.9688 150.307L35.5092 166.882C34.7435 167.299 33.9297 167.546 33.1121 167.635C31.8625 168.032 30.481 168.055 29.1402 167.618C25.7267 166.507 23.8605 162.839 24.9718 159.425L35.2568 127.836C35.3273 127.619 35.4082 127.408 35.4987 127.204C27.3046 116.642 22.5 103.823 22.5 90ZM74.942 64.5492L79.6141 73.9362C85.4751 71.0032 90.748 69.5156 95.4219 69.5156C98.1673 69.5156 100.377 70.0572 101.992 71.2014C103.64 72.3685 104.453 74.0764 104.453 76.25C104.453 78.1665 103.889 79.9087 102.767 81.462C101.682 83.0054 99.4648 84.9519 96.1839 87.2956C92.8032 89.7771 90.5233 92.0871 89.2924 94.2188C88.062 96.3494 87.4375 98.8695 87.4375 101.797V104.766H98.8594V102.453C98.8594 100.512 99.2636 98.8893 100.117 97.6263L100.122 97.6187C100.987 96.3873 102.958 94.6566 105.953 92.4417L105.959 92.4368C110.318 89.3238 113.222 86.5572 114.732 84.1413C116.237 81.7331 117 78.8596 117 75.5C117 70.4857 115.155 66.5067 111.466 63.5133L111.465 63.512C107.798 60.5117 102.812 58.9844 96.4531 58.9844C88.8835 58.9844 81.7154 60.8377 74.942 64.5492ZM74.0368 63.9076C81.0784 59.9605 88.553 57.9844 96.4531 57.9844C102.969 57.9844 108.202 59.5506 112.097 62.7374C116.033 65.9314 118 70.2021 118 75.5C118 79.0154 117.2 82.0794 115.58 84.6712C113.966 87.2547 110.934 90.1123 106.544 93.2483C103.544 95.4672 101.704 97.1094 100.943 98.1901C100.235 99.2393 99.8594 100.647 99.8594 102.453V105.766H86.4375V101.797C86.4375 98.7242 87.0942 96.0256 88.4264 93.7187C89.7576 91.4134 92.1644 89.0053 95.5948 86.4875L95.6 86.4838C98.8782 84.1422 100.972 82.2778 101.95 80.8846L101.954 80.8788C102.955 79.4953 103.453 77.9572 103.453 76.25C103.453 74.3611 102.766 72.9752 101.414 72.0174C100.029 71.0366 98.0515 70.5156 95.4219 70.5156C90.8403 70.5156 85.5762 72.0135 79.6179 75.0547L79.1681 75.2843L73.6215 64.1404L74.0368 63.9076ZM93.6875 113.828C91.0789 113.828 89.1749 114.48 87.8923 115.705C86.6156 116.925 85.9375 118.759 85.9375 121.297C85.9375 123.729 86.6248 125.555 87.9413 126.844C89.259 128.103 91.1501 128.766 93.6875 128.766C96.1555 128.766 98.0156 128.091 99.3358 126.801C100.659 125.477 101.344 123.662 101.344 121.297C101.344 118.829 100.654 117.007 99.3419 115.752L99.3379 115.748C98.0519 114.491 96.1936 113.828 93.6875 113.828ZM87.2014 114.982C88.7314 113.52 90.9211 112.828 93.6875 112.828C96.3677 112.828 98.5087 113.54 100.035 115.031C101.596 116.526 102.344 118.64 102.344 121.297C102.344 123.868 101.592 125.959 100.041 127.51L100.037 127.514C98.4825 129.035 96.3432 129.766 93.6875 129.766C90.9761 129.766 88.8054 129.054 87.2481 127.564L87.2441 127.561C85.687 126.037 84.9375 123.926 84.9375 121.297C84.9375 118.585 85.6657 116.45 87.2014 114.982Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const HelpChatSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 155C136.317 155 169 125.899 169 90C169 54.1015 136.317 25 96 25C55.6832 25 23 54.1015 23 90C23 103.809 27.836 116.612 36.0823 127.14C35.9462 127.41 35.8288 127.694 35.7322 127.99L25.4473 159.58C24.4214 162.731 26.1441 166.117 29.295 167.143C30.5501 167.551 31.8426 167.524 33.0083 167.144C33.779 167.066 34.5472 166.836 35.2702 166.443L65.7298 149.868C65.9686 149.738 66.195 149.594 66.4087 149.438C75.4535 153.013 85.4662 155 96 155ZM86.9375 101.797V105.266H99.3594V102.453C99.3594 100.578 99.75 99.0625 100.531 97.9062C101.344 96.75 103.25 95.0625 106.25 92.8438C110.625 89.7188 113.594 86.9062 115.156 84.4062C116.719 81.9062 117.5 78.9375 117.5 75.5C117.5 70.3438 115.594 66.2188 111.781 63.125C108 60.0312 102.891 58.4844 96.4531 58.4844C88.6406 58.4844 81.25 60.4375 74.2812 64.3438L79.3906 74.6094C85.3906 71.5469 90.7344 70.0156 95.4219 70.0156C98.1094 70.0156 100.203 70.5469 101.703 71.6094C103.203 72.6719 103.953 74.2188 103.953 76.25C103.953 78.0625 103.422 79.7031 102.359 81.1719C101.328 82.6406 99.1719 84.5469 95.8906 86.8906C92.4844 89.3906 90.1406 91.75 88.8594 93.9688C87.5781 96.1875 86.9375 98.7969 86.9375 101.797ZM87.5469 115.344C86.1406 116.688 85.4375 118.672 85.4375 121.297C85.4375 123.828 86.1562 125.797 87.5938 127.203C89.0312 128.578 91.0625 129.266 93.6875 129.266C96.25 129.266 98.25 128.562 99.6875 127.156C101.125 125.719 101.844 123.766 101.844 121.297C101.844 118.734 101.125 116.766 99.6875 115.391C98.2812 114.016 96.2812 113.328 93.6875 113.328C91 113.328 88.9531 114 87.5469 115.344Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 25.5C55.9032 25.5 23.5 54.4306 23.5 90C23.5 103.689 28.2932 116.385 36.476 126.832L36.6717 127.082L36.5288 127.365C36.404 127.613 36.2963 127.873 36.2077 128.145L25.9227 159.735C24.9823 162.623 26.5614 165.727 29.4498 166.667C30.6009 167.042 31.7849 167.017 32.8533 166.668L32.9045 166.652L32.9581 166.646C33.6637 166.575 34.3677 166.365 35.0312 166.004L65.4908 149.429C65.7101 149.309 65.9178 149.177 66.1137 149.034L66.3362 148.872L66.5925 148.973C75.5789 152.525 85.5292 154.5 96 154.5C136.097 154.5 168.5 125.569 168.5 90C168.5 54.4306 136.097 25.5 96 25.5ZM22.5 90C22.5 53.7724 55.4632 24.5 96 24.5C136.537 24.5 169.5 53.7724 169.5 90C169.5 126.228 136.537 155.5 96 155.5C85.5002 155.5 75.5126 153.538 66.475 150.001C66.3124 150.11 66.1436 150.212 65.9688 150.307L35.5092 166.882C34.7435 167.299 33.9297 167.546 33.1121 167.635C31.8625 168.032 30.481 168.055 29.1402 167.618C25.7267 166.507 23.8605 162.839 24.9718 159.425L35.2568 127.836C35.3273 127.619 35.4082 127.408 35.4987 127.204C27.3046 116.642 22.5 103.823 22.5 90ZM74.942 64.5492L79.6141 73.9362C85.4751 71.0032 90.748 69.5156 95.4219 69.5156C98.1673 69.5156 100.377 70.0572 101.992 71.2014C103.64 72.3685 104.453 74.0764 104.453 76.25C104.453 78.1665 103.889 79.9087 102.767 81.462C101.682 83.0054 99.4648 84.9519 96.1839 87.2956C92.8032 89.7771 90.5233 92.0871 89.2924 94.2188C88.062 96.3494 87.4375 98.8695 87.4375 101.797V104.766H98.8594V102.453C98.8594 100.512 99.2636 98.8893 100.117 97.6263L100.122 97.6187C100.987 96.3873 102.958 94.6566 105.953 92.4417L105.959 92.4368C110.318 89.3238 113.222 86.5572 114.732 84.1413C116.237 81.7331 117 78.8596 117 75.5C117 70.4857 115.155 66.5067 111.466 63.5133L111.465 63.512C107.798 60.5117 102.812 58.9844 96.4531 58.9844C88.8835 58.9844 81.7154 60.8377 74.942 64.5492ZM74.0368 63.9076C81.0784 59.9605 88.553 57.9844 96.4531 57.9844C102.969 57.9844 108.202 59.5506 112.097 62.7374C116.033 65.9314 118 70.2021 118 75.5C118 79.0154 117.2 82.0794 115.58 84.6712C113.966 87.2547 110.934 90.1123 106.544 93.2483C103.544 95.4672 101.704 97.1094 100.943 98.1901C100.235 99.2393 99.8594 100.647 99.8594 102.453V105.766H86.4375V101.797C86.4375 98.7242 87.0942 96.0256 88.4264 93.7187C89.7576 91.4134 92.1644 89.0053 95.5948 86.4875L95.6 86.4838C98.8782 84.1422 100.972 82.2778 101.95 80.8846L101.954 80.8788C102.955 79.4953 103.453 77.9572 103.453 76.25C103.453 74.3611 102.766 72.9752 101.414 72.0174C100.029 71.0366 98.0515 70.5156 95.4219 70.5156C90.8403 70.5156 85.5762 72.0135 79.6179 75.0547L79.1681 75.2843L73.6215 64.1404L74.0368 63.9076ZM93.6875 113.828C91.0789 113.828 89.1749 114.48 87.8923 115.705C86.6156 116.925 85.9375 118.759 85.9375 121.297C85.9375 123.729 86.6248 125.555 87.9413 126.844C89.259 128.103 91.1501 128.766 93.6875 128.766C96.1555 128.766 98.0156 128.091 99.3358 126.801C100.659 125.477 101.344 123.662 101.344 121.297C101.344 118.829 100.654 117.007 99.3419 115.752L99.3379 115.748C98.0519 114.491 96.1936 113.828 93.6875 113.828ZM87.2014 114.982C88.7314 113.52 90.9211 112.828 93.6875 112.828C96.3677 112.828 98.5087 113.54 100.035 115.031C101.596 116.526 102.344 118.64 102.344 121.297C102.344 123.868 101.592 125.959 100.041 127.51L100.037 127.514C98.4825 129.035 96.3432 129.766 93.6875 129.766C90.9761 129.766 88.8054 129.054 87.2481 127.564L87.2441 127.561C85.687 126.037 84.9375 123.926 84.9375 121.297C84.9375 118.585 85.6657 116.45 87.2014 114.982Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HelpChatSolid;
export default HelpChatSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HelpOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M85.9375 110.266V106.797C85.9375 103.797 86.5781 101.188 87.8594 98.9688C89.1406 96.75 91.4844 94.3906 94.8906 91.8906C98.1719 89.5469 100.328 87.6406 101.359 86.1719C102.422 84.7031 102.953 83.0625 102.953 81.25C102.953 79.2188 102.203 77.6719 100.703 76.6094C99.2031 75.5469 97.1094 75.0156 94.4219 75.0156C89.7344 75.0156 84.3906 76.5469 78.3906 79.6094L73.2812 69.3438C80.25 65.4375 87.6406 63.4844 95.4531 63.4844C101.891 63.4844 107 65.0312 110.781 68.125C114.594 71.2188 116.5 75.3438 116.5 80.5C116.5 83.9375 115.719 86.9062 114.156 89.4062C112.594 91.9062 109.625 94.7188 105.25 97.8438C102.25 100.062 100.344 101.75 99.5312 102.906C98.75 104.062 98.3594 105.578 98.3594 107.453V110.266H85.9375ZM84.4375 126.297C84.4375 123.672 85.1406 121.688 86.5469 120.344C87.9531 119 90 118.328 92.6875 118.328C95.2812 118.328 97.2812 119.016 98.6875 120.391C100.125 121.766 100.844 123.734 100.844 126.297C100.844 128.766 100.125 130.719 98.6875 132.156C97.25 133.562 95.25 134.266 92.6875 134.266C90.0625 134.266 88.0312 133.578 86.5938 132.203C85.1562 130.797 84.4375 128.828 84.4375 126.297Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const HelpOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176Z' }), _jsx("path", { d: 'M85.9375 110.266V106.797C85.9375 103.797 86.5781 101.188 87.8594 98.9688C89.1406 96.75 91.4844 94.3906 94.8906 91.8906C98.1719 89.5469 100.328 87.6406 101.359 86.1719C102.422 84.7031 102.953 83.0625 102.953 81.25C102.953 79.2188 102.203 77.6719 100.703 76.6094C99.2031 75.5469 97.1094 75.0156 94.4219 75.0156C89.7344 75.0156 84.3906 76.5469 78.3906 79.6094L73.2812 69.3438C80.25 65.4375 87.6406 63.4844 95.4531 63.4844C101.891 63.4844 107 65.0312 110.781 68.125C114.594 71.2188 116.5 75.3438 116.5 80.5C116.5 83.9375 115.719 86.9062 114.156 89.4062C112.594 91.9062 109.625 94.7188 105.25 97.8438C102.25 100.062 100.344 101.75 99.5312 102.906C98.75 104.062 98.3594 105.578 98.3594 107.453V110.266H85.9375ZM84.4375 126.297C84.4375 123.672 85.1406 121.688 86.5469 120.344C87.9531 119 90 118.328 92.6875 118.328C95.2812 118.328 97.2812 119.016 98.6875 120.391C100.125 121.766 100.844 123.734 100.844 126.297C100.844 128.766 100.125 130.719 98.6875 132.156C97.25 133.562 95.25 134.266 92.6875 134.266C90.0625 134.266 88.0312 133.578 86.5938 132.203C85.1562 130.797 84.4375 128.828 84.4375 126.297Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HelpOutline;
export default HelpOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HelpSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176ZM85.9375 106.797V110.266H98.3594V107.453C98.3594 105.578 98.75 104.062 99.5312 102.906C100.344 101.75 102.25 100.062 105.25 97.8438C109.625 94.7188 112.594 91.9062 114.156 89.4062C115.719 86.9062 116.5 83.9375 116.5 80.5C116.5 75.3438 114.594 71.2188 110.781 68.125C107 65.0312 101.891 63.4844 95.4531 63.4844C87.6406 63.4844 80.25 65.4375 73.2812 69.3438L78.3906 79.6094C84.3906 76.5469 89.7344 75.0156 94.4219 75.0156C97.1094 75.0156 99.2031 75.5469 100.703 76.6094C102.203 77.6719 102.953 79.2188 102.953 81.25C102.953 83.0625 102.422 84.7031 101.359 86.1719C100.328 87.6406 98.1719 89.5469 94.8906 91.8906C91.4844 94.3906 89.1406 96.75 87.8594 98.9688C86.5781 101.188 85.9375 103.797 85.9375 106.797ZM86.5469 120.344C85.1406 121.688 84.4375 123.672 84.4375 126.297C84.4375 128.828 85.1562 130.797 86.5938 132.203C88.0312 133.578 90.0625 134.266 92.6875 134.266C95.25 134.266 97.25 133.562 98.6875 132.156C100.125 130.719 100.844 128.766 100.844 126.297C100.844 123.734 100.125 121.766 98.6875 120.391C97.2812 119.016 95.2812 118.328 92.6875 118.328C90 118.328 87.9531 119 86.5469 120.344Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M73.9375 118.077V106.797C73.9375 102.349 74.8408 97.8944 77.0164 93.7836L73.0491 95.8086L57.4476 64.4625L67.4137 58.8761C76.1326 53.9888 85.5379 51.4844 95.4531 51.4844C103.766 51.4844 111.841 53.4962 118.362 58.8227C125.128 64.3225 128.5 71.945 128.5 80.5C128.5 85.8068 127.273 91.0608 124.332 95.7662C121.526 100.256 117.055 104.15 112.311 107.547C111.521 108.133 110.876 108.634 110.359 109.054V116.098C112.183 119.399 112.844 122.998 112.844 126.297C112.844 131.221 111.328 136.487 107.173 140.642L107.126 140.688L107.079 140.734C102.829 144.892 97.487 146.266 92.6875 146.266C87.9894 146.266 82.6102 144.998 78.2991 140.875L78.2504 140.828L78.2022 140.781C73.894 136.567 72.4375 131.173 72.4375 126.297C72.4375 123.704 72.8318 120.844 73.9375 118.077ZM85.9375 110.266H98.3594V107.453C98.3594 107.301 98.3619 107.151 98.3671 107.004C98.4035 105.96 98.5689 105.035 98.8633 104.228C99.0397 103.745 99.2623 103.304 99.5312 102.906C99.9078 102.37 100.519 101.72 101.366 100.956C101.401 100.924 101.437 100.892 101.473 100.86C102.44 99.9964 103.699 98.9911 105.25 97.8438C107.562 96.1924 109.481 94.6283 111.008 93.1515C111.049 93.1117 111.09 93.0719 111.13 93.0323C111.213 92.9514 111.294 92.8709 111.375 92.7906C112.56 91.6052 113.487 90.477 114.156 89.4062C115.719 86.9062 116.5 83.9375 116.5 80.5C116.5 75.3438 114.594 71.2188 110.781 68.125C108.468 66.2327 105.659 64.9191 102.352 64.1843C100.253 63.7177 97.9531 63.4844 95.4531 63.4844C95.1086 63.4844 94.7648 63.4882 94.4219 63.4958C91.016 63.5712 87.691 64.0215 84.4471 64.8465C82.1108 65.4406 79.8166 66.2291 77.5643 67.212C76.1193 67.8426 74.6916 68.5532 73.2812 69.3438L78.3906 79.6094C78.5587 79.5236 78.7262 79.439 78.8933 79.3556C79.1035 79.2507 79.3128 79.1477 79.5214 79.0466C85.064 76.3593 90.0309 75.0156 94.4219 75.0156C94.7759 75.0156 95.1197 75.0248 95.4531 75.0433C96.8669 75.1215 98.0954 75.3654 99.1386 75.7751C99.7171 76.0022 100.239 76.2803 100.703 76.6094C102.203 77.6719 102.953 79.2188 102.953 81.25C102.953 82.649 102.637 83.9455 102.004 85.1397C101.817 85.4927 101.602 85.8368 101.359 86.1719C100.82 86.9404 99.9721 87.8287 98.8165 88.8368C98.7707 88.8768 98.7244 88.9169 98.6777 88.9572C97.6493 89.844 96.3869 90.8218 94.8906 91.8906C92.8752 93.3699 91.2317 94.7999 89.9602 96.1806C89.911 96.2341 89.8623 96.2874 89.8143 96.3407C89.3629 96.8408 88.9606 97.3345 88.6074 97.8216C88.4996 97.9702 88.3964 98.1182 88.2978 98.2656C88.14 98.5015 87.9938 98.7359 87.8594 98.9688C86.5781 101.188 85.9375 103.797 85.9375 106.797V110.266ZM109.002 110.251C109.001 110.252 109.005 110.247 109.014 110.237C109.007 110.246 109.003 110.25 109.002 110.251ZM85.196 122.266C84.6903 123.379 84.4375 124.723 84.4375 126.297C84.4375 128.828 85.1562 130.797 86.5938 132.203C88.0312 133.578 90.0625 134.266 92.6875 134.266C95.25 134.266 97.25 133.562 98.6875 132.156C100.125 130.719 100.844 128.766 100.844 126.297C100.844 124.732 100.576 123.388 100.039 122.266C99.6975 121.551 99.2469 120.926 98.6875 120.391C98.5815 120.287 98.4721 120.187 98.3594 120.091C96.9764 118.916 95.0857 118.328 92.6875 118.328C90 118.328 87.9531 119 86.5469 120.344C86.3265 120.554 86.1234 120.781 85.9375 121.023C85.6486 121.399 85.4015 121.813 85.196 122.266ZM96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const HelpSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176ZM85.9375 106.797V110.266H98.3594V107.453C98.3594 105.578 98.75 104.062 99.5312 102.906C100.344 101.75 102.25 100.062 105.25 97.8438C109.625 94.7188 112.594 91.9062 114.156 89.4062C115.719 86.9062 116.5 83.9375 116.5 80.5C116.5 75.3438 114.594 71.2188 110.781 68.125C107 65.0312 101.891 63.4844 95.4531 63.4844C87.6406 63.4844 80.25 65.4375 73.2812 69.3438L78.3906 79.6094C84.3906 76.5469 89.7344 75.0156 94.4219 75.0156C97.1094 75.0156 99.2031 75.5469 100.703 76.6094C102.203 77.6719 102.953 79.2188 102.953 81.25C102.953 83.0625 102.422 84.7031 101.359 86.1719C100.328 87.6406 98.1719 89.5469 94.8906 91.8906C91.4844 94.3906 89.1406 96.75 87.8594 98.9688C86.5781 101.188 85.9375 103.797 85.9375 106.797ZM86.5469 120.344C85.1406 121.688 84.4375 123.672 84.4375 126.297C84.4375 128.828 85.1562 130.797 86.5938 132.203C88.0312 133.578 90.0625 134.266 92.6875 134.266C95.25 134.266 97.25 133.562 98.6875 132.156C100.125 130.719 100.844 128.766 100.844 126.297C100.844 123.734 100.125 121.766 98.6875 120.391C97.2812 119.016 95.2812 118.328 92.6875 118.328C90 118.328 87.9531 119 86.5469 120.344Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M73.9375 118.077V106.797C73.9375 102.349 74.8408 97.8944 77.0164 93.7836L73.0491 95.8086L57.4476 64.4625L67.4137 58.8761C76.1326 53.9888 85.5379 51.4844 95.4531 51.4844C103.766 51.4844 111.841 53.4962 118.362 58.8227C125.128 64.3225 128.5 71.945 128.5 80.5C128.5 85.8068 127.273 91.0608 124.332 95.7662C121.526 100.256 117.055 104.15 112.311 107.547C111.521 108.133 110.876 108.634 110.359 109.054V116.098C112.183 119.399 112.844 122.998 112.844 126.297C112.844 131.221 111.328 136.487 107.173 140.642L107.126 140.688L107.079 140.734C102.829 144.892 97.487 146.266 92.6875 146.266C87.9894 146.266 82.6102 144.998 78.2991 140.875L78.2504 140.828L78.2022 140.781C73.894 136.567 72.4375 131.173 72.4375 126.297C72.4375 123.704 72.8318 120.844 73.9375 118.077ZM85.9375 110.266H98.3594V107.453C98.3594 107.301 98.3619 107.151 98.3671 107.004C98.4035 105.96 98.5689 105.035 98.8633 104.228C99.0397 103.745 99.2623 103.304 99.5312 102.906C99.9078 102.37 100.519 101.72 101.366 100.956C101.401 100.924 101.437 100.892 101.473 100.86C102.44 99.9964 103.699 98.9911 105.25 97.8438C107.562 96.1924 109.481 94.6283 111.008 93.1515C111.049 93.1117 111.09 93.0719 111.13 93.0323C111.213 92.9514 111.294 92.8709 111.375 92.7906C112.56 91.6052 113.487 90.477 114.156 89.4062C115.719 86.9062 116.5 83.9375 116.5 80.5C116.5 75.3438 114.594 71.2188 110.781 68.125C108.468 66.2327 105.659 64.9191 102.352 64.1843C100.253 63.7177 97.9531 63.4844 95.4531 63.4844C95.1086 63.4844 94.7648 63.4882 94.4219 63.4958C91.016 63.5712 87.691 64.0215 84.4471 64.8465C82.1108 65.4406 79.8166 66.2291 77.5643 67.212C76.1193 67.8426 74.6916 68.5532 73.2812 69.3438L78.3906 79.6094C78.5587 79.5236 78.7262 79.439 78.8933 79.3556C79.1035 79.2507 79.3128 79.1477 79.5214 79.0466C85.064 76.3593 90.0309 75.0156 94.4219 75.0156C94.7759 75.0156 95.1197 75.0248 95.4531 75.0433C96.8669 75.1215 98.0954 75.3654 99.1386 75.7751C99.7171 76.0022 100.239 76.2803 100.703 76.6094C102.203 77.6719 102.953 79.2188 102.953 81.25C102.953 82.649 102.637 83.9455 102.004 85.1397C101.817 85.4927 101.602 85.8368 101.359 86.1719C100.82 86.9404 99.9721 87.8287 98.8165 88.8368C98.7707 88.8768 98.7244 88.9169 98.6777 88.9572C97.6493 89.844 96.3869 90.8218 94.8906 91.8906C92.8752 93.3699 91.2317 94.7999 89.9602 96.1806C89.911 96.2341 89.8623 96.2874 89.8143 96.3407C89.3629 96.8408 88.9606 97.3345 88.6074 97.8216C88.4996 97.9702 88.3964 98.1182 88.2978 98.2656C88.14 98.5015 87.9938 98.7359 87.8594 98.9688C86.5781 101.188 85.9375 103.797 85.9375 106.797V110.266ZM109.002 110.251C109.001 110.252 109.005 110.247 109.014 110.237C109.007 110.246 109.003 110.25 109.002 110.251ZM85.196 122.266C84.6903 123.379 84.4375 124.723 84.4375 126.297C84.4375 128.828 85.1562 130.797 86.5938 132.203C88.0312 133.578 90.0625 134.266 92.6875 134.266C95.25 134.266 97.25 133.562 98.6875 132.156C100.125 130.719 100.844 128.766 100.844 126.297C100.844 124.732 100.576 123.388 100.039 122.266C99.6975 121.551 99.2469 120.926 98.6875 120.391C98.5815 120.287 98.4721 120.187 98.3594 120.091C96.9764 118.916 95.0857 118.328 92.6875 118.328C90 118.328 87.9531 119 86.5469 120.344C86.3265 120.554 86.1234 120.781 85.9375 121.023C85.6486 121.399 85.4015 121.813 85.196 122.266ZM96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HelpSolid;
export default HelpSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HomeOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M38.3633 175.864C35.0496 175.864 32.3633 173.178 32.3633 169.864L32.3633 80.8643C32.3633 77.5506 35.0496 74.8643 38.3633 74.8643C41.677 74.8643 44.3633 77.5506 44.3633 80.8643L44.3633 169.864C44.3633 173.178 41.677 175.864 38.3633 175.864Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M153.363 175.864C150.05 175.864 147.363 173.178 147.363 169.864L147.363 80.8643C147.363 77.5506 150.05 74.8643 153.363 74.8643C156.677 74.8643 159.363 77.5506 159.363 80.8643L159.363 169.864C159.363 173.178 156.677 175.864 153.363 175.864Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17.7574 91.7759C15.4142 94.119 15.4142 97.918 17.7574 100.261C18.2913 100.795 18.9008 101.207 19.5515 101.498C20.5879 102.352 21.9157 102.864 23.3633 102.864H42.3633V90.8642H35.6397L42.3633 84.1405V82.8643H43.6396L96.0015 30.5023L156.363 90.8642H147.363V102.864H169.363C172.677 102.864 175.363 100.178 175.363 96.8642C175.363 95.5904 174.966 94.4094 174.289 93.4379C174.099 92.2292 173.537 91.0677 172.606 90.1362L101.091 18.6215C100.978 18.5079 100.861 18.3998 100.74 18.2972C100.593 18.1102 100.434 17.9298 100.261 17.7574C97.918 15.4142 94.119 15.4142 91.7759 17.7574L17.7574 91.7759Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M79.3633 168.864C76.0496 168.864 73.3633 166.178 73.3633 162.864V121.864C73.3633 118.551 76.0496 115.864 79.3633 115.864C82.677 115.864 85.3633 118.551 85.3633 121.864V162.864C85.3633 166.178 82.677 168.864 79.3633 168.864Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M111.392 169.864C108.078 169.864 105.392 167.178 105.392 163.864V122.864C105.392 119.551 108.078 116.864 111.392 116.864C114.706 116.864 117.392 119.551 117.392 122.864V163.864C117.392 167.178 114.706 169.864 111.392 169.864Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M73.3633 121.864C73.3633 118.551 76.0496 115.864 79.3633 115.864L111.363 115.864C114.677 115.864 117.363 118.551 117.363 121.864C117.363 125.178 114.677 127.864 111.363 127.864L79.3633 127.864C76.0496 127.864 73.3633 125.178 73.3633 121.864Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M85.3633 163.864H40.3633C37.0496 163.864 34.3633 166.551 34.3633 169.864C34.3633 173.178 37.0496 175.864 40.3633 175.864H85.3633V163.864ZM105.363 175.864H153.363C156.677 175.864 159.363 173.178 159.363 169.864C159.363 166.551 156.677 163.864 153.363 163.864H105.363V175.864Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const HomeOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M38.3633 175.864C35.0496 175.864 32.3633 173.178 32.3633 169.864L32.3633 80.8643C32.3633 77.5506 35.0496 74.8643 38.3633 74.8643C41.677 74.8643 44.3633 77.5506 44.3633 80.8643L44.3633 169.864C44.3633 173.178 41.677 175.864 38.3633 175.864Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M153.363 175.864C150.05 175.864 147.363 173.178 147.363 169.864L147.363 80.8643C147.363 77.5506 150.05 74.8643 153.363 74.8643C156.677 74.8643 159.363 77.5506 159.363 80.8643L159.363 169.864C159.363 173.178 156.677 175.864 153.363 175.864Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17.7574 91.7759C15.4142 94.119 15.4142 97.918 17.7574 100.261C18.2913 100.795 18.9008 101.207 19.5515 101.498C20.5879 102.352 21.9157 102.864 23.3633 102.864H42.3633V90.8642H35.6397L42.3633 84.1405V82.8643H43.6396L96.0015 30.5023L156.363 90.8642H147.363V102.864H169.363C172.677 102.864 175.363 100.178 175.363 96.8642C175.363 95.5904 174.966 94.4094 174.289 93.4379C174.099 92.2292 173.537 91.0677 172.606 90.1362L101.091 18.6215C100.978 18.5079 100.861 18.3998 100.74 18.2972C100.593 18.1102 100.434 17.9298 100.261 17.7574C97.918 15.4142 94.119 15.4142 91.7759 17.7574L17.7574 91.7759Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M79.3633 168.864C76.0496 168.864 73.3633 166.178 73.3633 162.864V121.864C73.3633 118.551 76.0496 115.864 79.3633 115.864C82.677 115.864 85.3633 118.551 85.3633 121.864V162.864C85.3633 166.178 82.677 168.864 79.3633 168.864Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M111.392 169.864C108.078 169.864 105.392 167.178 105.392 163.864V122.864C105.392 119.551 108.078 116.864 111.392 116.864C114.706 116.864 117.392 119.551 117.392 122.864V163.864C117.392 167.178 114.706 169.864 111.392 169.864Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M73.3633 121.864C73.3633 118.551 76.0496 115.864 79.3633 115.864L111.363 115.864C114.677 115.864 117.363 118.551 117.363 121.864C117.363 125.178 114.677 127.864 111.363 127.864L79.3633 127.864C76.0496 127.864 73.3633 125.178 73.3633 121.864Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M85.3633 163.864H40.3633C37.0496 163.864 34.3633 166.551 34.3633 169.864C34.3633 173.178 37.0496 175.864 40.3633 175.864H85.3633V163.864ZM105.363 175.864H153.363C156.677 175.864 159.363 173.178 159.363 169.864C159.363 166.551 156.677 163.864 153.363 163.864H105.363V175.864Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HomeOutline;
export default HomeOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var HomeSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17.7574 100.261C15.4142 97.918 15.4142 94.119 17.7574 91.7759L91.7759 17.7574C94.119 15.4142 97.918 15.4142 100.261 17.7574C100.434 17.9298 100.593 18.1102 100.74 18.2972C100.861 18.3998 100.978 18.5079 101.091 18.6215L172.606 90.1362C173.537 91.0677 174.099 92.2292 174.289 93.4379C174.966 94.4094 175.363 95.5904 175.363 96.8642C175.363 100.178 172.677 102.864 169.363 102.864H159.363V169.864C159.363 173.178 156.677 175.864 153.363 175.864H117V122C117 118.686 114.314 116 111 116H79C75.6863 116 73 118.686 73 122V175.864H40.3633C40.0226 175.864 39.6885 175.836 39.3633 175.781C39.0381 175.836 38.704 175.864 38.3633 175.864C35.0496 175.864 32.3633 173.178 32.3633 169.864V102.864H23.3633C21.9157 102.864 20.5879 102.352 19.5515 101.498C18.9008 101.207 18.2913 100.795 17.7574 100.261Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M91.4223 17.4038C93.9607 14.8654 98.0763 14.8654 100.615 17.4038C100.789 17.5784 100.952 17.7606 101.103 17.9494C101.22 18.0508 101.334 18.157 101.445 18.268L172.959 89.7827C173.939 90.7623 174.541 91.978 174.764 93.2468C175.458 94.281 175.863 95.526 175.863 96.8642C175.863 100.454 172.953 103.364 169.363 103.364H159.863V169.864C159.863 173.454 156.953 176.364 153.363 176.364H116.5V122C116.5 118.962 114.038 116.5 111 116.5H79C75.9624 116.5 73.5 118.962 73.5 122V176.364H40.3633C40.0235 176.364 39.6895 176.338 39.3633 176.288C39.037 176.338 38.703 176.364 38.3633 176.364C34.7734 176.364 31.8633 173.454 31.8633 169.864V103.364H23.3633C21.8198 103.364 20.4009 102.826 19.286 101.927C18.6036 101.613 17.9647 101.176 17.4038 100.615C14.8654 98.0763 14.8654 93.9607 17.4038 91.4223L91.4223 17.4038ZM99.9076 18.1109C97.7597 15.963 94.2773 15.963 92.1294 18.1109L18.1109 92.1294C15.963 94.2773 15.963 97.7597 18.1109 99.9076C18.601 100.398 19.1596 100.775 19.7554 101.041L19.8171 101.069L19.8693 101.112C20.8196 101.895 22.0359 102.364 23.3633 102.364H32.8633V169.864C32.8633 172.902 35.3257 175.364 38.3633 175.364C38.6762 175.364 38.9826 175.338 39.2806 175.288L39.3633 175.274L39.446 175.288C39.744 175.338 40.0504 175.364 40.3633 175.364H72.5V122C72.5 118.41 75.4101 115.5 79 115.5H111C114.59 115.5 117.5 118.41 117.5 122V175.364H153.363C156.401 175.364 158.863 172.902 158.863 169.864V102.364H169.363C172.401 102.364 174.863 99.9017 174.863 96.8642C174.863 95.6959 174.5 94.6141 173.879 93.7238L173.814 93.6295L173.796 93.5159C173.621 92.4081 173.107 91.3441 172.252 90.4898L100.738 18.9751C100.633 18.8707 100.526 18.7715 100.416 18.6775L100.378 18.6452L100.347 18.6063C100.213 18.4348 100.066 18.2693 99.9076 18.1109Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const HomeSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17.7574 100.261C15.4142 97.918 15.4142 94.119 17.7574 91.7759L91.7759 17.7574C94.119 15.4142 97.918 15.4142 100.261 17.7574C100.434 17.9298 100.593 18.1102 100.74 18.2972C100.861 18.3998 100.978 18.5079 101.091 18.6215L172.606 90.1362C173.537 91.0677 174.099 92.2292 174.289 93.4379C174.966 94.4094 175.363 95.5904 175.363 96.8642C175.363 100.178 172.677 102.864 169.363 102.864H159.363V169.864C159.363 173.178 156.677 175.864 153.363 175.864H117V122C117 118.686 114.314 116 111 116H79C75.6863 116 73 118.686 73 122V175.864H40.3633C40.0226 175.864 39.6885 175.836 39.3633 175.781C39.0381 175.836 38.704 175.864 38.3633 175.864C35.0496 175.864 32.3633 173.178 32.3633 169.864V102.864H23.3633C21.9157 102.864 20.5879 102.352 19.5515 101.498C18.9008 101.207 18.2913 100.795 17.7574 100.261Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M91.4223 17.4038C93.9607 14.8654 98.0763 14.8654 100.615 17.4038C100.789 17.5784 100.952 17.7606 101.103 17.9494C101.22 18.0508 101.334 18.157 101.445 18.268L172.959 89.7827C173.939 90.7623 174.541 91.978 174.764 93.2468C175.458 94.281 175.863 95.526 175.863 96.8642C175.863 100.454 172.953 103.364 169.363 103.364H159.863V169.864C159.863 173.454 156.953 176.364 153.363 176.364H116.5V122C116.5 118.962 114.038 116.5 111 116.5H79C75.9624 116.5 73.5 118.962 73.5 122V176.364H40.3633C40.0235 176.364 39.6895 176.338 39.3633 176.288C39.037 176.338 38.703 176.364 38.3633 176.364C34.7734 176.364 31.8633 173.454 31.8633 169.864V103.364H23.3633C21.8198 103.364 20.4009 102.826 19.286 101.927C18.6036 101.613 17.9647 101.176 17.4038 100.615C14.8654 98.0763 14.8654 93.9607 17.4038 91.4223L91.4223 17.4038ZM99.9076 18.1109C97.7597 15.963 94.2773 15.963 92.1294 18.1109L18.1109 92.1294C15.963 94.2773 15.963 97.7597 18.1109 99.9076C18.601 100.398 19.1596 100.775 19.7554 101.041L19.8171 101.069L19.8693 101.112C20.8196 101.895 22.0359 102.364 23.3633 102.364H32.8633V169.864C32.8633 172.902 35.3257 175.364 38.3633 175.364C38.6762 175.364 38.9826 175.338 39.2806 175.288L39.3633 175.274L39.446 175.288C39.744 175.338 40.0504 175.364 40.3633 175.364H72.5V122C72.5 118.41 75.4101 115.5 79 115.5H111C114.59 115.5 117.5 118.41 117.5 122V175.364H153.363C156.401 175.364 158.863 172.902 158.863 169.864V102.364H169.363C172.401 102.364 174.863 99.9017 174.863 96.8642C174.863 95.6959 174.5 94.6141 173.879 93.7238L173.814 93.6295L173.796 93.5159C173.621 92.4081 173.107 91.3441 172.252 90.4898L100.738 18.9751C100.633 18.8707 100.526 18.7715 100.416 18.6775L100.378 18.6452L100.347 18.6063C100.213 18.4348 100.066 18.2693 99.9076 18.1109Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = HomeSolid;
export default HomeSolid;

@@ -1,10 +0,8 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var React = tslib_1.__importStar(require("react"));
var Icon = React.forwardRef(function (_a, ref) {
import { __rest } from "tslib";
import { jsx as _jsx } from "react/jsx-runtime";
import * as React from 'react';
const Icon = React.forwardRef((_a, ref) => {
var _b;
var _c = _a.focusable, focusable = _c === void 0 ? false : _c, children = _a.children, _d = _a.size, size = _d === void 0 ? 'md' : _d, rest = tslib_1.__rest(_a, ["focusable", "children", "size"]);
var sizesMap = {
var { focusable = false, children, size = 'md' } = _a, rest = __rest(_a, ["focusable", "children", "size"]);
const sizesMap = {
lg: 32,

@@ -14,3 +12,3 @@ md: 24,

};
return ((0, jsx_runtime_1.jsx)("svg", tslib_1.__assign({ ref: ref, width: (_b = sizesMap[size]) !== null && _b !== void 0 ? _b : size, viewBox: '0 0 192 192', focusable: focusable, fill: 'currentColor' }, rest, { children: children })));
return (_jsx("svg", Object.assign({ ref: ref, width: (_b = sizesMap[size]) !== null && _b !== void 0 ? _b : size, viewBox: '0 0 192 192', focusable: focusable, fill: 'currentColor' }, rest, { children: children })));
});

@@ -21,2 +19,2 @@ /**

*/
exports.default = Icon;
export default Icon;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Image = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 36V149.219L112.013 74.0808C115.961 70.1785 122.332 70.2383 126.206 74.2141L156 104.793V36H36ZM156 156H46.2095L119.017 84.0312L156 121.988V156ZM34 168H41.3413H158C163.523 168 168 163.523 168 158V121.175V34C168 28.4772 163.523 24 158 24H34C28.4772 24 24 28.4771 24 34V158C24 163.523 28.4771 168 34 168ZM79 69.5C79 74.7467 74.7467 79 69.5 79C64.2533 79 60 74.7467 60 69.5C60 64.2533 64.2533 60 69.5 60C74.7467 60 79 64.2533 79 69.5ZM91 69.5C91 81.3741 81.3741 91 69.5 91C57.6259 91 48 81.3741 48 69.5C48 57.6259 57.6259 48 69.5 48C81.3741 48 91 57.6259 91 69.5Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Image = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M36 36V149.219L112.013 74.0808C115.961 70.1785 122.332 70.2383 126.206 74.2141L156 104.793V36H36ZM156 156H46.2095L119.017 84.0312L156 121.988V156ZM34 168H41.3413H158C163.523 168 168 163.523 168 158V121.175V34C168 28.4772 163.523 24 158 24H34C28.4772 24 24 28.4771 24 34V158C24 163.523 28.4771 168 34 168ZM79 69.5C79 74.7467 74.7467 79 69.5 79C64.2533 79 60 74.7467 60 69.5C60 64.2533 64.2533 60 69.5 60C74.7467 60 79 64.2533 79 69.5ZM91 69.5C91 81.3741 81.3741 91 69.5 91C57.6259 91 48 81.3741 48 69.5C48 57.6259 57.6259 48 69.5 48C81.3741 48 91 57.6259 91 69.5Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Image;
export default Image;

@@ -1,367 +0,179 @@

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Download = exports.DotsVertical = exports.DotsHorizontal = exports.Done = exports.DeslikeSolid = exports.DeslikeOutline = exports.Desktop = exports.DashboardRoundSolid = exports.DashboardRoundOutline = exports.DashboardBar = exports.CursorSolid = exports.CursorOutline = exports.CrossSell = exports.CopySolid = exports.CopyOutline = exports.ChevronUp = exports.ChevronRight = exports.ChevronLeft = exports.ChevronDown = exports.ChevronDoubleRight = exports.ChevronDoubleLeft = exports.CartSolid = exports.CartOutline = exports.CardsSolid = exports.CardsOutline = exports.CardSolid = exports.CardOutline = exports.Cancel = exports.CameraSolid = exports.CameraOutline = exports.CameraFrontSolid = exports.CameraFrontOutline = exports.Calendar = exports.Bullet = exports.BoxSolid = exports.BoxOutline = exports.BetaTester = exports.Belt = exports.Bankslip = exports.AvatarSolid = exports.AvatarOutline = exports.ArrowUp = exports.ArrowRight = exports.ArrowLeft = exports.ArrowDown = exports.Apps = exports.Anticipation = exports.AlertSolid = exports.AlertOutline = exports.Add = void 0;
exports.LampSolid = exports.LampOutline = exports.InstagramSolid = exports.InstagramOutline = exports.InfoSolid = exports.InfoOutline = exports.InfoChatSolid = exports.InfoChatOutline = exports.Image = exports.HomeSolid = exports.HomeOutline = exports.HelpSolid = exports.HelpOutline = exports.HelpChatSolid = exports.HelpChatOutline = exports.HelpCenter = exports.HeartSolid = exports.HeartOutline = exports.GroupSolid = exports.GroupOutline = exports.Gift = exports.FolderZipSolid = exports.FolderZipOutline = exports.FolderSolid = exports.FolderOutline = exports.FilterSolid = exports.FilterOutline = exports.FileSolid = exports.FileOutline = exports.FacebookSolid = exports.FacebookOutline = exports.FaceSadSolid = exports.FaceSadOutline = exports.FaceHappySolid = exports.FaceHappyOutline = exports.EyeOnSolid = exports.EyeOnOutline = exports.EyeOffSolid = exports.EyeOffOutline = exports.EyeDropper = exports.ExternalLink = exports.Expand = exports.Exit = exports.Eraser = exports.Enter = exports.EmailSolid = exports.EmailOutline = exports.EditSolid = exports.EditOutline = exports.DragAndDrop = void 0;
exports.Share = exports.SettingsSolid = exports.SettingsOutline = exports.SearchSolid = exports.SearchOutline = exports.SaveSolid = exports.SaveOutline = exports.ResizeTextarea = exports.Reply = exports.QuickSaleSolid = exports.QuickSaleOutline = exports.QRCode = exports.PrintSolid = exports.PrintOutline = exports.Pix = exports.PinSolid = exports.PinOutline = exports.PaypalSolid = exports.PaypalOutline = exports.Paypal = exports.Parameters = exports.PaperAirplaneSolid = exports.PaperAirplaneOutline = exports.Online = exports.NotificationSolid = exports.NotificationOutline = exports.NotificationOffSolid = exports.NotificationOffOutline = exports.Money = exports.Mobile = exports.MicrophoneSolid = exports.MicrophoneOutline = exports.MessageSolid = exports.MessageRoundSolid = exports.MessageRoundOutline = exports.MessageOutline = exports.MenuRight = exports.MenuLeft = exports.MagnifyingGlassPlusSolid = exports.MagnifyingGlassPlusOutline = exports.MagnifyingGlassMinusSolid = exports.MagnifyingGlassMinusOutline = exports.LockedSolid = exports.LockedOutline = exports.LockedOpenSolid = exports.LockedOpenOutline = exports.Live = exports.List = exports.LikeSolid = exports.LikeOutline = void 0;
exports.WhatsAppSolid = exports.WhatsAppOutline = exports.WhatsApp = exports.WaySolid = exports.WayOutline = exports.VolumeOnSolid = exports.VolumeOnOutline = exports.VolumeOffSolid = exports.VolumeOffOutline = exports.VideoSolid = exports.VideoOutline = exports.Upsell = exports.Upload = exports.Update = exports.TrashSolid = exports.TrashOutline = exports.Transfer = exports.TimerSolid = exports.TimerOutline = exports.TicketSolid = exports.TicketOutline = exports.TelegramSolid = exports.TelegramOutline = exports.Telegram = exports.TagSolid = exports.TagOutline = exports.Store = exports.StarSolid = exports.StarOutline = void 0;
var Add_1 = require("./Add");
Object.defineProperty(exports, "Add", { enumerable: true, get: function () { return __importDefault(Add_1).default; } });
var AlertOutline_1 = require("./AlertOutline");
Object.defineProperty(exports, "AlertOutline", { enumerable: true, get: function () { return __importDefault(AlertOutline_1).default; } });
var AlertSolid_1 = require("./AlertSolid");
Object.defineProperty(exports, "AlertSolid", { enumerable: true, get: function () { return __importDefault(AlertSolid_1).default; } });
var Anticipation_1 = require("./Anticipation");
Object.defineProperty(exports, "Anticipation", { enumerable: true, get: function () { return __importDefault(Anticipation_1).default; } });
var Apps_1 = require("./Apps");
Object.defineProperty(exports, "Apps", { enumerable: true, get: function () { return __importDefault(Apps_1).default; } });
var ArrowDown_1 = require("./ArrowDown");
Object.defineProperty(exports, "ArrowDown", { enumerable: true, get: function () { return __importDefault(ArrowDown_1).default; } });
var ArrowLeft_1 = require("./ArrowLeft");
Object.defineProperty(exports, "ArrowLeft", { enumerable: true, get: function () { return __importDefault(ArrowLeft_1).default; } });
var ArrowRight_1 = require("./ArrowRight");
Object.defineProperty(exports, "ArrowRight", { enumerable: true, get: function () { return __importDefault(ArrowRight_1).default; } });
var ArrowUp_1 = require("./ArrowUp");
Object.defineProperty(exports, "ArrowUp", { enumerable: true, get: function () { return __importDefault(ArrowUp_1).default; } });
var AvatarOutline_1 = require("./AvatarOutline");
Object.defineProperty(exports, "AvatarOutline", { enumerable: true, get: function () { return __importDefault(AvatarOutline_1).default; } });
var AvatarSolid_1 = require("./AvatarSolid");
Object.defineProperty(exports, "AvatarSolid", { enumerable: true, get: function () { return __importDefault(AvatarSolid_1).default; } });
var Bankslip_1 = require("./Bankslip");
Object.defineProperty(exports, "Bankslip", { enumerable: true, get: function () { return __importDefault(Bankslip_1).default; } });
var Belt_1 = require("./Belt");
Object.defineProperty(exports, "Belt", { enumerable: true, get: function () { return __importDefault(Belt_1).default; } });
var BetaTester_1 = require("./BetaTester");
Object.defineProperty(exports, "BetaTester", { enumerable: true, get: function () { return __importDefault(BetaTester_1).default; } });
var BoxOutline_1 = require("./BoxOutline");
Object.defineProperty(exports, "BoxOutline", { enumerable: true, get: function () { return __importDefault(BoxOutline_1).default; } });
var BoxSolid_1 = require("./BoxSolid");
Object.defineProperty(exports, "BoxSolid", { enumerable: true, get: function () { return __importDefault(BoxSolid_1).default; } });
var Bullet_1 = require("./Bullet");
Object.defineProperty(exports, "Bullet", { enumerable: true, get: function () { return __importDefault(Bullet_1).default; } });
var Calendar_1 = require("./Calendar");
Object.defineProperty(exports, "Calendar", { enumerable: true, get: function () { return __importDefault(Calendar_1).default; } });
var CameraFrontOutline_1 = require("./CameraFrontOutline");
Object.defineProperty(exports, "CameraFrontOutline", { enumerable: true, get: function () { return __importDefault(CameraFrontOutline_1).default; } });
var CameraFrontSolid_1 = require("./CameraFrontSolid");
Object.defineProperty(exports, "CameraFrontSolid", { enumerable: true, get: function () { return __importDefault(CameraFrontSolid_1).default; } });
var CameraOutline_1 = require("./CameraOutline");
Object.defineProperty(exports, "CameraOutline", { enumerable: true, get: function () { return __importDefault(CameraOutline_1).default; } });
var CameraSolid_1 = require("./CameraSolid");
Object.defineProperty(exports, "CameraSolid", { enumerable: true, get: function () { return __importDefault(CameraSolid_1).default; } });
var Cancel_1 = require("./Cancel");
Object.defineProperty(exports, "Cancel", { enumerable: true, get: function () { return __importDefault(Cancel_1).default; } });
var CardOutline_1 = require("./CardOutline");
Object.defineProperty(exports, "CardOutline", { enumerable: true, get: function () { return __importDefault(CardOutline_1).default; } });
var CardSolid_1 = require("./CardSolid");
Object.defineProperty(exports, "CardSolid", { enumerable: true, get: function () { return __importDefault(CardSolid_1).default; } });
var CardsOutline_1 = require("./CardsOutline");
Object.defineProperty(exports, "CardsOutline", { enumerable: true, get: function () { return __importDefault(CardsOutline_1).default; } });
var CardsSolid_1 = require("./CardsSolid");
Object.defineProperty(exports, "CardsSolid", { enumerable: true, get: function () { return __importDefault(CardsSolid_1).default; } });
var CartOutline_1 = require("./CartOutline");
Object.defineProperty(exports, "CartOutline", { enumerable: true, get: function () { return __importDefault(CartOutline_1).default; } });
var CartSolid_1 = require("./CartSolid");
Object.defineProperty(exports, "CartSolid", { enumerable: true, get: function () { return __importDefault(CartSolid_1).default; } });
var ChevronDoubleLeft_1 = require("./ChevronDoubleLeft");
Object.defineProperty(exports, "ChevronDoubleLeft", { enumerable: true, get: function () { return __importDefault(ChevronDoubleLeft_1).default; } });
var ChevronDoubleRight_1 = require("./ChevronDoubleRight");
Object.defineProperty(exports, "ChevronDoubleRight", { enumerable: true, get: function () { return __importDefault(ChevronDoubleRight_1).default; } });
var ChevronDown_1 = require("./ChevronDown");
Object.defineProperty(exports, "ChevronDown", { enumerable: true, get: function () { return __importDefault(ChevronDown_1).default; } });
var ChevronLeft_1 = require("./ChevronLeft");
Object.defineProperty(exports, "ChevronLeft", { enumerable: true, get: function () { return __importDefault(ChevronLeft_1).default; } });
var ChevronRight_1 = require("./ChevronRight");
Object.defineProperty(exports, "ChevronRight", { enumerable: true, get: function () { return __importDefault(ChevronRight_1).default; } });
var ChevronUp_1 = require("./ChevronUp");
Object.defineProperty(exports, "ChevronUp", { enumerable: true, get: function () { return __importDefault(ChevronUp_1).default; } });
var CopyOutline_1 = require("./CopyOutline");
Object.defineProperty(exports, "CopyOutline", { enumerable: true, get: function () { return __importDefault(CopyOutline_1).default; } });
var CopySolid_1 = require("./CopySolid");
Object.defineProperty(exports, "CopySolid", { enumerable: true, get: function () { return __importDefault(CopySolid_1).default; } });
var CrossSell_1 = require("./CrossSell");
Object.defineProperty(exports, "CrossSell", { enumerable: true, get: function () { return __importDefault(CrossSell_1).default; } });
var CursorOutline_1 = require("./CursorOutline");
Object.defineProperty(exports, "CursorOutline", { enumerable: true, get: function () { return __importDefault(CursorOutline_1).default; } });
var CursorSolid_1 = require("./CursorSolid");
Object.defineProperty(exports, "CursorSolid", { enumerable: true, get: function () { return __importDefault(CursorSolid_1).default; } });
var DashboardBar_1 = require("./DashboardBar");
Object.defineProperty(exports, "DashboardBar", { enumerable: true, get: function () { return __importDefault(DashboardBar_1).default; } });
var DashboardRoundOutline_1 = require("./DashboardRoundOutline");
Object.defineProperty(exports, "DashboardRoundOutline", { enumerable: true, get: function () { return __importDefault(DashboardRoundOutline_1).default; } });
var DashboardRoundSolid_1 = require("./DashboardRoundSolid");
Object.defineProperty(exports, "DashboardRoundSolid", { enumerable: true, get: function () { return __importDefault(DashboardRoundSolid_1).default; } });
var Desktop_1 = require("./Desktop");
Object.defineProperty(exports, "Desktop", { enumerable: true, get: function () { return __importDefault(Desktop_1).default; } });
var DeslikeOutline_1 = require("./DeslikeOutline");
Object.defineProperty(exports, "DeslikeOutline", { enumerable: true, get: function () { return __importDefault(DeslikeOutline_1).default; } });
var DeslikeSolid_1 = require("./DeslikeSolid");
Object.defineProperty(exports, "DeslikeSolid", { enumerable: true, get: function () { return __importDefault(DeslikeSolid_1).default; } });
var Done_1 = require("./Done");
Object.defineProperty(exports, "Done", { enumerable: true, get: function () { return __importDefault(Done_1).default; } });
var DotsHorizontal_1 = require("./DotsHorizontal");
Object.defineProperty(exports, "DotsHorizontal", { enumerable: true, get: function () { return __importDefault(DotsHorizontal_1).default; } });
var DotsVertical_1 = require("./DotsVertical");
Object.defineProperty(exports, "DotsVertical", { enumerable: true, get: function () { return __importDefault(DotsVertical_1).default; } });
var Download_1 = require("./Download");
Object.defineProperty(exports, "Download", { enumerable: true, get: function () { return __importDefault(Download_1).default; } });
var DragAndDrop_1 = require("./DragAndDrop");
Object.defineProperty(exports, "DragAndDrop", { enumerable: true, get: function () { return __importDefault(DragAndDrop_1).default; } });
var EditOutline_1 = require("./EditOutline");
Object.defineProperty(exports, "EditOutline", { enumerable: true, get: function () { return __importDefault(EditOutline_1).default; } });
var EditSolid_1 = require("./EditSolid");
Object.defineProperty(exports, "EditSolid", { enumerable: true, get: function () { return __importDefault(EditSolid_1).default; } });
var EmailOutline_1 = require("./EmailOutline");
Object.defineProperty(exports, "EmailOutline", { enumerable: true, get: function () { return __importDefault(EmailOutline_1).default; } });
var EmailSolid_1 = require("./EmailSolid");
Object.defineProperty(exports, "EmailSolid", { enumerable: true, get: function () { return __importDefault(EmailSolid_1).default; } });
var Enter_1 = require("./Enter");
Object.defineProperty(exports, "Enter", { enumerable: true, get: function () { return __importDefault(Enter_1).default; } });
var Eraser_1 = require("./Eraser");
Object.defineProperty(exports, "Eraser", { enumerable: true, get: function () { return __importDefault(Eraser_1).default; } });
var Exit_1 = require("./Exit");
Object.defineProperty(exports, "Exit", { enumerable: true, get: function () { return __importDefault(Exit_1).default; } });
var Expand_1 = require("./Expand");
Object.defineProperty(exports, "Expand", { enumerable: true, get: function () { return __importDefault(Expand_1).default; } });
var ExternalLink_1 = require("./ExternalLink");
Object.defineProperty(exports, "ExternalLink", { enumerable: true, get: function () { return __importDefault(ExternalLink_1).default; } });
var EyeDropper_1 = require("./EyeDropper");
Object.defineProperty(exports, "EyeDropper", { enumerable: true, get: function () { return __importDefault(EyeDropper_1).default; } });
var EyeOffOutline_1 = require("./EyeOffOutline");
Object.defineProperty(exports, "EyeOffOutline", { enumerable: true, get: function () { return __importDefault(EyeOffOutline_1).default; } });
var EyeOffSolid_1 = require("./EyeOffSolid");
Object.defineProperty(exports, "EyeOffSolid", { enumerable: true, get: function () { return __importDefault(EyeOffSolid_1).default; } });
var EyeOnOutline_1 = require("./EyeOnOutline");
Object.defineProperty(exports, "EyeOnOutline", { enumerable: true, get: function () { return __importDefault(EyeOnOutline_1).default; } });
var EyeOnSolid_1 = require("./EyeOnSolid");
Object.defineProperty(exports, "EyeOnSolid", { enumerable: true, get: function () { return __importDefault(EyeOnSolid_1).default; } });
var FaceHappyOutline_1 = require("./FaceHappyOutline");
Object.defineProperty(exports, "FaceHappyOutline", { enumerable: true, get: function () { return __importDefault(FaceHappyOutline_1).default; } });
var FaceHappySolid_1 = require("./FaceHappySolid");
Object.defineProperty(exports, "FaceHappySolid", { enumerable: true, get: function () { return __importDefault(FaceHappySolid_1).default; } });
var FaceSadOutline_1 = require("./FaceSadOutline");
Object.defineProperty(exports, "FaceSadOutline", { enumerable: true, get: function () { return __importDefault(FaceSadOutline_1).default; } });
var FaceSadSolid_1 = require("./FaceSadSolid");
Object.defineProperty(exports, "FaceSadSolid", { enumerable: true, get: function () { return __importDefault(FaceSadSolid_1).default; } });
var FacebookOutline_1 = require("./FacebookOutline");
Object.defineProperty(exports, "FacebookOutline", { enumerable: true, get: function () { return __importDefault(FacebookOutline_1).default; } });
var FacebookSolid_1 = require("./FacebookSolid");
Object.defineProperty(exports, "FacebookSolid", { enumerable: true, get: function () { return __importDefault(FacebookSolid_1).default; } });
var FileOutline_1 = require("./FileOutline");
Object.defineProperty(exports, "FileOutline", { enumerable: true, get: function () { return __importDefault(FileOutline_1).default; } });
var FileSolid_1 = require("./FileSolid");
Object.defineProperty(exports, "FileSolid", { enumerable: true, get: function () { return __importDefault(FileSolid_1).default; } });
var FilterOutline_1 = require("./FilterOutline");
Object.defineProperty(exports, "FilterOutline", { enumerable: true, get: function () { return __importDefault(FilterOutline_1).default; } });
var FilterSolid_1 = require("./FilterSolid");
Object.defineProperty(exports, "FilterSolid", { enumerable: true, get: function () { return __importDefault(FilterSolid_1).default; } });
var FolderOutline_1 = require("./FolderOutline");
Object.defineProperty(exports, "FolderOutline", { enumerable: true, get: function () { return __importDefault(FolderOutline_1).default; } });
var FolderSolid_1 = require("./FolderSolid");
Object.defineProperty(exports, "FolderSolid", { enumerable: true, get: function () { return __importDefault(FolderSolid_1).default; } });
var FolderZipOutline_1 = require("./FolderZipOutline");
Object.defineProperty(exports, "FolderZipOutline", { enumerable: true, get: function () { return __importDefault(FolderZipOutline_1).default; } });
var FolderZipSolid_1 = require("./FolderZipSolid");
Object.defineProperty(exports, "FolderZipSolid", { enumerable: true, get: function () { return __importDefault(FolderZipSolid_1).default; } });
var Gift_1 = require("./Gift");
Object.defineProperty(exports, "Gift", { enumerable: true, get: function () { return __importDefault(Gift_1).default; } });
var GroupOutline_1 = require("./GroupOutline");
Object.defineProperty(exports, "GroupOutline", { enumerable: true, get: function () { return __importDefault(GroupOutline_1).default; } });
var GroupSolid_1 = require("./GroupSolid");
Object.defineProperty(exports, "GroupSolid", { enumerable: true, get: function () { return __importDefault(GroupSolid_1).default; } });
var HeartOutline_1 = require("./HeartOutline");
Object.defineProperty(exports, "HeartOutline", { enumerable: true, get: function () { return __importDefault(HeartOutline_1).default; } });
var HeartSolid_1 = require("./HeartSolid");
Object.defineProperty(exports, "HeartSolid", { enumerable: true, get: function () { return __importDefault(HeartSolid_1).default; } });
var HelpCenter_1 = require("./HelpCenter");
Object.defineProperty(exports, "HelpCenter", { enumerable: true, get: function () { return __importDefault(HelpCenter_1).default; } });
var HelpChatOutline_1 = require("./HelpChatOutline");
Object.defineProperty(exports, "HelpChatOutline", { enumerable: true, get: function () { return __importDefault(HelpChatOutline_1).default; } });
var HelpChatSolid_1 = require("./HelpChatSolid");
Object.defineProperty(exports, "HelpChatSolid", { enumerable: true, get: function () { return __importDefault(HelpChatSolid_1).default; } });
var HelpOutline_1 = require("./HelpOutline");
Object.defineProperty(exports, "HelpOutline", { enumerable: true, get: function () { return __importDefault(HelpOutline_1).default; } });
var HelpSolid_1 = require("./HelpSolid");
Object.defineProperty(exports, "HelpSolid", { enumerable: true, get: function () { return __importDefault(HelpSolid_1).default; } });
var HomeOutline_1 = require("./HomeOutline");
Object.defineProperty(exports, "HomeOutline", { enumerable: true, get: function () { return __importDefault(HomeOutline_1).default; } });
var HomeSolid_1 = require("./HomeSolid");
Object.defineProperty(exports, "HomeSolid", { enumerable: true, get: function () { return __importDefault(HomeSolid_1).default; } });
var Image_1 = require("./Image");
Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return __importDefault(Image_1).default; } });
var InfoChatOutline_1 = require("./InfoChatOutline");
Object.defineProperty(exports, "InfoChatOutline", { enumerable: true, get: function () { return __importDefault(InfoChatOutline_1).default; } });
var InfoChatSolid_1 = require("./InfoChatSolid");
Object.defineProperty(exports, "InfoChatSolid", { enumerable: true, get: function () { return __importDefault(InfoChatSolid_1).default; } });
var InfoOutline_1 = require("./InfoOutline");
Object.defineProperty(exports, "InfoOutline", { enumerable: true, get: function () { return __importDefault(InfoOutline_1).default; } });
var InfoSolid_1 = require("./InfoSolid");
Object.defineProperty(exports, "InfoSolid", { enumerable: true, get: function () { return __importDefault(InfoSolid_1).default; } });
var InstagramOutline_1 = require("./InstagramOutline");
Object.defineProperty(exports, "InstagramOutline", { enumerable: true, get: function () { return __importDefault(InstagramOutline_1).default; } });
var InstagramSolid_1 = require("./InstagramSolid");
Object.defineProperty(exports, "InstagramSolid", { enumerable: true, get: function () { return __importDefault(InstagramSolid_1).default; } });
var LampOutline_1 = require("./LampOutline");
Object.defineProperty(exports, "LampOutline", { enumerable: true, get: function () { return __importDefault(LampOutline_1).default; } });
var LampSolid_1 = require("./LampSolid");
Object.defineProperty(exports, "LampSolid", { enumerable: true, get: function () { return __importDefault(LampSolid_1).default; } });
var LikeOutline_1 = require("./LikeOutline");
Object.defineProperty(exports, "LikeOutline", { enumerable: true, get: function () { return __importDefault(LikeOutline_1).default; } });
var LikeSolid_1 = require("./LikeSolid");
Object.defineProperty(exports, "LikeSolid", { enumerable: true, get: function () { return __importDefault(LikeSolid_1).default; } });
var List_1 = require("./List");
Object.defineProperty(exports, "List", { enumerable: true, get: function () { return __importDefault(List_1).default; } });
var Live_1 = require("./Live");
Object.defineProperty(exports, "Live", { enumerable: true, get: function () { return __importDefault(Live_1).default; } });
var LockedOpenOutline_1 = require("./LockedOpenOutline");
Object.defineProperty(exports, "LockedOpenOutline", { enumerable: true, get: function () { return __importDefault(LockedOpenOutline_1).default; } });
var LockedOpenSolid_1 = require("./LockedOpenSolid");
Object.defineProperty(exports, "LockedOpenSolid", { enumerable: true, get: function () { return __importDefault(LockedOpenSolid_1).default; } });
var LockedOutline_1 = require("./LockedOutline");
Object.defineProperty(exports, "LockedOutline", { enumerable: true, get: function () { return __importDefault(LockedOutline_1).default; } });
var LockedSolid_1 = require("./LockedSolid");
Object.defineProperty(exports, "LockedSolid", { enumerable: true, get: function () { return __importDefault(LockedSolid_1).default; } });
var MagnifyingGlassMinusOutline_1 = require("./MagnifyingGlassMinusOutline");
Object.defineProperty(exports, "MagnifyingGlassMinusOutline", { enumerable: true, get: function () { return __importDefault(MagnifyingGlassMinusOutline_1).default; } });
var MagnifyingGlassMinusSolid_1 = require("./MagnifyingGlassMinusSolid");
Object.defineProperty(exports, "MagnifyingGlassMinusSolid", { enumerable: true, get: function () { return __importDefault(MagnifyingGlassMinusSolid_1).default; } });
var MagnifyingGlassPlusOutline_1 = require("./MagnifyingGlassPlusOutline");
Object.defineProperty(exports, "MagnifyingGlassPlusOutline", { enumerable: true, get: function () { return __importDefault(MagnifyingGlassPlusOutline_1).default; } });
var MagnifyingGlassPlusSolid_1 = require("./MagnifyingGlassPlusSolid");
Object.defineProperty(exports, "MagnifyingGlassPlusSolid", { enumerable: true, get: function () { return __importDefault(MagnifyingGlassPlusSolid_1).default; } });
var MenuLeft_1 = require("./MenuLeft");
Object.defineProperty(exports, "MenuLeft", { enumerable: true, get: function () { return __importDefault(MenuLeft_1).default; } });
var MenuRight_1 = require("./MenuRight");
Object.defineProperty(exports, "MenuRight", { enumerable: true, get: function () { return __importDefault(MenuRight_1).default; } });
var MessageOutline_1 = require("./MessageOutline");
Object.defineProperty(exports, "MessageOutline", { enumerable: true, get: function () { return __importDefault(MessageOutline_1).default; } });
var MessageRoundOutline_1 = require("./MessageRoundOutline");
Object.defineProperty(exports, "MessageRoundOutline", { enumerable: true, get: function () { return __importDefault(MessageRoundOutline_1).default; } });
var MessageRoundSolid_1 = require("./MessageRoundSolid");
Object.defineProperty(exports, "MessageRoundSolid", { enumerable: true, get: function () { return __importDefault(MessageRoundSolid_1).default; } });
var MessageSolid_1 = require("./MessageSolid");
Object.defineProperty(exports, "MessageSolid", { enumerable: true, get: function () { return __importDefault(MessageSolid_1).default; } });
var MicrophoneOutline_1 = require("./MicrophoneOutline");
Object.defineProperty(exports, "MicrophoneOutline", { enumerable: true, get: function () { return __importDefault(MicrophoneOutline_1).default; } });
var MicrophoneSolid_1 = require("./MicrophoneSolid");
Object.defineProperty(exports, "MicrophoneSolid", { enumerable: true, get: function () { return __importDefault(MicrophoneSolid_1).default; } });
var Mobile_1 = require("./Mobile");
Object.defineProperty(exports, "Mobile", { enumerable: true, get: function () { return __importDefault(Mobile_1).default; } });
var Money_1 = require("./Money");
Object.defineProperty(exports, "Money", { enumerable: true, get: function () { return __importDefault(Money_1).default; } });
var NotificationOffOutline_1 = require("./NotificationOffOutline");
Object.defineProperty(exports, "NotificationOffOutline", { enumerable: true, get: function () { return __importDefault(NotificationOffOutline_1).default; } });
var NotificationOffSolid_1 = require("./NotificationOffSolid");
Object.defineProperty(exports, "NotificationOffSolid", { enumerable: true, get: function () { return __importDefault(NotificationOffSolid_1).default; } });
var NotificationOutline_1 = require("./NotificationOutline");
Object.defineProperty(exports, "NotificationOutline", { enumerable: true, get: function () { return __importDefault(NotificationOutline_1).default; } });
var NotificationSolid_1 = require("./NotificationSolid");
Object.defineProperty(exports, "NotificationSolid", { enumerable: true, get: function () { return __importDefault(NotificationSolid_1).default; } });
var Online_1 = require("./Online");
Object.defineProperty(exports, "Online", { enumerable: true, get: function () { return __importDefault(Online_1).default; } });
var PaperAirplaneOutline_1 = require("./PaperAirplaneOutline");
Object.defineProperty(exports, "PaperAirplaneOutline", { enumerable: true, get: function () { return __importDefault(PaperAirplaneOutline_1).default; } });
var PaperAirplaneSolid_1 = require("./PaperAirplaneSolid");
Object.defineProperty(exports, "PaperAirplaneSolid", { enumerable: true, get: function () { return __importDefault(PaperAirplaneSolid_1).default; } });
var Parameters_1 = require("./Parameters");
Object.defineProperty(exports, "Parameters", { enumerable: true, get: function () { return __importDefault(Parameters_1).default; } });
var Paypal_1 = require("./Paypal");
Object.defineProperty(exports, "Paypal", { enumerable: true, get: function () { return __importDefault(Paypal_1).default; } });
var PaypalOutline_1 = require("./PaypalOutline");
Object.defineProperty(exports, "PaypalOutline", { enumerable: true, get: function () { return __importDefault(PaypalOutline_1).default; } });
var PaypalSolid_1 = require("./PaypalSolid");
Object.defineProperty(exports, "PaypalSolid", { enumerable: true, get: function () { return __importDefault(PaypalSolid_1).default; } });
var PinOutline_1 = require("./PinOutline");
Object.defineProperty(exports, "PinOutline", { enumerable: true, get: function () { return __importDefault(PinOutline_1).default; } });
var PinSolid_1 = require("./PinSolid");
Object.defineProperty(exports, "PinSolid", { enumerable: true, get: function () { return __importDefault(PinSolid_1).default; } });
var Pix_1 = require("./Pix");
Object.defineProperty(exports, "Pix", { enumerable: true, get: function () { return __importDefault(Pix_1).default; } });
var PrintOutline_1 = require("./PrintOutline");
Object.defineProperty(exports, "PrintOutline", { enumerable: true, get: function () { return __importDefault(PrintOutline_1).default; } });
var PrintSolid_1 = require("./PrintSolid");
Object.defineProperty(exports, "PrintSolid", { enumerable: true, get: function () { return __importDefault(PrintSolid_1).default; } });
var QRCode_1 = require("./QRCode");
Object.defineProperty(exports, "QRCode", { enumerable: true, get: function () { return __importDefault(QRCode_1).default; } });
var QuickSaleOutline_1 = require("./QuickSaleOutline");
Object.defineProperty(exports, "QuickSaleOutline", { enumerable: true, get: function () { return __importDefault(QuickSaleOutline_1).default; } });
var QuickSaleSolid_1 = require("./QuickSaleSolid");
Object.defineProperty(exports, "QuickSaleSolid", { enumerable: true, get: function () { return __importDefault(QuickSaleSolid_1).default; } });
var Reply_1 = require("./Reply");
Object.defineProperty(exports, "Reply", { enumerable: true, get: function () { return __importDefault(Reply_1).default; } });
var ResizeTextarea_1 = require("./ResizeTextarea");
Object.defineProperty(exports, "ResizeTextarea", { enumerable: true, get: function () { return __importDefault(ResizeTextarea_1).default; } });
var SaveOutline_1 = require("./SaveOutline");
Object.defineProperty(exports, "SaveOutline", { enumerable: true, get: function () { return __importDefault(SaveOutline_1).default; } });
var SaveSolid_1 = require("./SaveSolid");
Object.defineProperty(exports, "SaveSolid", { enumerable: true, get: function () { return __importDefault(SaveSolid_1).default; } });
var SearchOutline_1 = require("./SearchOutline");
Object.defineProperty(exports, "SearchOutline", { enumerable: true, get: function () { return __importDefault(SearchOutline_1).default; } });
var SearchSolid_1 = require("./SearchSolid");
Object.defineProperty(exports, "SearchSolid", { enumerable: true, get: function () { return __importDefault(SearchSolid_1).default; } });
var SettingsOutline_1 = require("./SettingsOutline");
Object.defineProperty(exports, "SettingsOutline", { enumerable: true, get: function () { return __importDefault(SettingsOutline_1).default; } });
var SettingsSolid_1 = require("./SettingsSolid");
Object.defineProperty(exports, "SettingsSolid", { enumerable: true, get: function () { return __importDefault(SettingsSolid_1).default; } });
var Share_1 = require("./Share");
Object.defineProperty(exports, "Share", { enumerable: true, get: function () { return __importDefault(Share_1).default; } });
var StarOutline_1 = require("./StarOutline");
Object.defineProperty(exports, "StarOutline", { enumerable: true, get: function () { return __importDefault(StarOutline_1).default; } });
var StarSolid_1 = require("./StarSolid");
Object.defineProperty(exports, "StarSolid", { enumerable: true, get: function () { return __importDefault(StarSolid_1).default; } });
var Store_1 = require("./Store");
Object.defineProperty(exports, "Store", { enumerable: true, get: function () { return __importDefault(Store_1).default; } });
var TagOutline_1 = require("./TagOutline");
Object.defineProperty(exports, "TagOutline", { enumerable: true, get: function () { return __importDefault(TagOutline_1).default; } });
var TagSolid_1 = require("./TagSolid");
Object.defineProperty(exports, "TagSolid", { enumerable: true, get: function () { return __importDefault(TagSolid_1).default; } });
var Telegram_1 = require("./Telegram");
Object.defineProperty(exports, "Telegram", { enumerable: true, get: function () { return __importDefault(Telegram_1).default; } });
var TelegramOutline_1 = require("./TelegramOutline");
Object.defineProperty(exports, "TelegramOutline", { enumerable: true, get: function () { return __importDefault(TelegramOutline_1).default; } });
var TelegramSolid_1 = require("./TelegramSolid");
Object.defineProperty(exports, "TelegramSolid", { enumerable: true, get: function () { return __importDefault(TelegramSolid_1).default; } });
var TicketOutline_1 = require("./TicketOutline");
Object.defineProperty(exports, "TicketOutline", { enumerable: true, get: function () { return __importDefault(TicketOutline_1).default; } });
var TicketSolid_1 = require("./TicketSolid");
Object.defineProperty(exports, "TicketSolid", { enumerable: true, get: function () { return __importDefault(TicketSolid_1).default; } });
var TimerOutline_1 = require("./TimerOutline");
Object.defineProperty(exports, "TimerOutline", { enumerable: true, get: function () { return __importDefault(TimerOutline_1).default; } });
var TimerSolid_1 = require("./TimerSolid");
Object.defineProperty(exports, "TimerSolid", { enumerable: true, get: function () { return __importDefault(TimerSolid_1).default; } });
var Transfer_1 = require("./Transfer");
Object.defineProperty(exports, "Transfer", { enumerable: true, get: function () { return __importDefault(Transfer_1).default; } });
var TrashOutline_1 = require("./TrashOutline");
Object.defineProperty(exports, "TrashOutline", { enumerable: true, get: function () { return __importDefault(TrashOutline_1).default; } });
var TrashSolid_1 = require("./TrashSolid");
Object.defineProperty(exports, "TrashSolid", { enumerable: true, get: function () { return __importDefault(TrashSolid_1).default; } });
var Update_1 = require("./Update");
Object.defineProperty(exports, "Update", { enumerable: true, get: function () { return __importDefault(Update_1).default; } });
var Upload_1 = require("./Upload");
Object.defineProperty(exports, "Upload", { enumerable: true, get: function () { return __importDefault(Upload_1).default; } });
var Upsell_1 = require("./Upsell");
Object.defineProperty(exports, "Upsell", { enumerable: true, get: function () { return __importDefault(Upsell_1).default; } });
var VideoOutline_1 = require("./VideoOutline");
Object.defineProperty(exports, "VideoOutline", { enumerable: true, get: function () { return __importDefault(VideoOutline_1).default; } });
var VideoSolid_1 = require("./VideoSolid");
Object.defineProperty(exports, "VideoSolid", { enumerable: true, get: function () { return __importDefault(VideoSolid_1).default; } });
var VolumeOffOutline_1 = require("./VolumeOffOutline");
Object.defineProperty(exports, "VolumeOffOutline", { enumerable: true, get: function () { return __importDefault(VolumeOffOutline_1).default; } });
var VolumeOffSolid_1 = require("./VolumeOffSolid");
Object.defineProperty(exports, "VolumeOffSolid", { enumerable: true, get: function () { return __importDefault(VolumeOffSolid_1).default; } });
var VolumeOnOutline_1 = require("./VolumeOnOutline");
Object.defineProperty(exports, "VolumeOnOutline", { enumerable: true, get: function () { return __importDefault(VolumeOnOutline_1).default; } });
var VolumeOnSolid_1 = require("./VolumeOnSolid");
Object.defineProperty(exports, "VolumeOnSolid", { enumerable: true, get: function () { return __importDefault(VolumeOnSolid_1).default; } });
var WayOutline_1 = require("./WayOutline");
Object.defineProperty(exports, "WayOutline", { enumerable: true, get: function () { return __importDefault(WayOutline_1).default; } });
var WaySolid_1 = require("./WaySolid");
Object.defineProperty(exports, "WaySolid", { enumerable: true, get: function () { return __importDefault(WaySolid_1).default; } });
var WhatsApp_1 = require("./WhatsApp");
Object.defineProperty(exports, "WhatsApp", { enumerable: true, get: function () { return __importDefault(WhatsApp_1).default; } });
var WhatsAppOutline_1 = require("./WhatsAppOutline");
Object.defineProperty(exports, "WhatsAppOutline", { enumerable: true, get: function () { return __importDefault(WhatsAppOutline_1).default; } });
var WhatsAppSolid_1 = require("./WhatsAppSolid");
Object.defineProperty(exports, "WhatsAppSolid", { enumerable: true, get: function () { return __importDefault(WhatsAppSolid_1).default; } });
export { default as Add } from './Add';
export { default as AlertOutline } from './AlertOutline';
export { default as AlertSolid } from './AlertSolid';
export { default as Anticipation } from './Anticipation';
export { default as Apps } from './Apps';
export { default as ArrowDown } from './ArrowDown';
export { default as ArrowLeft } from './ArrowLeft';
export { default as ArrowRight } from './ArrowRight';
export { default as ArrowUp } from './ArrowUp';
export { default as AvatarOutline } from './AvatarOutline';
export { default as AvatarSolid } from './AvatarSolid';
export { default as Bankslip } from './Bankslip';
export { default as Belt } from './Belt';
export { default as BetaTester } from './BetaTester';
export { default as BoxOutline } from './BoxOutline';
export { default as BoxSolid } from './BoxSolid';
export { default as Bullet } from './Bullet';
export { default as Calendar } from './Calendar';
export { default as CameraFrontOutline } from './CameraFrontOutline';
export { default as CameraFrontSolid } from './CameraFrontSolid';
export { default as CameraOutline } from './CameraOutline';
export { default as CameraSolid } from './CameraSolid';
export { default as Cancel } from './Cancel';
export { default as CardOutline } from './CardOutline';
export { default as CardSolid } from './CardSolid';
export { default as CardsOutline } from './CardsOutline';
export { default as CardsSolid } from './CardsSolid';
export { default as CartOutline } from './CartOutline';
export { default as CartSolid } from './CartSolid';
export { default as ChevronDoubleLeft } from './ChevronDoubleLeft';
export { default as ChevronDoubleRight } from './ChevronDoubleRight';
export { default as ChevronDown } from './ChevronDown';
export { default as ChevronLeft } from './ChevronLeft';
export { default as ChevronRight } from './ChevronRight';
export { default as ChevronUp } from './ChevronUp';
export { default as CopyOutline } from './CopyOutline';
export { default as CopySolid } from './CopySolid';
export { default as CrossSell } from './CrossSell';
export { default as CursorOutline } from './CursorOutline';
export { default as CursorSolid } from './CursorSolid';
export { default as DashboardBar } from './DashboardBar';
export { default as DashboardRoundOutline } from './DashboardRoundOutline';
export { default as DashboardRoundSolid } from './DashboardRoundSolid';
export { default as Desktop } from './Desktop';
export { default as DeslikeOutline } from './DeslikeOutline';
export { default as DeslikeSolid } from './DeslikeSolid';
export { default as Done } from './Done';
export { default as DotsHorizontal } from './DotsHorizontal';
export { default as DotsVertical } from './DotsVertical';
export { default as Download } from './Download';
export { default as DragAndDrop } from './DragAndDrop';
export { default as EditOutline } from './EditOutline';
export { default as EditSolid } from './EditSolid';
export { default as EmailOutline } from './EmailOutline';
export { default as EmailSolid } from './EmailSolid';
export { default as Enter } from './Enter';
export { default as Eraser } from './Eraser';
export { default as Exit } from './Exit';
export { default as Expand } from './Expand';
export { default as ExternalLink } from './ExternalLink';
export { default as EyeDropper } from './EyeDropper';
export { default as EyeOffOutline } from './EyeOffOutline';
export { default as EyeOffSolid } from './EyeOffSolid';
export { default as EyeOnOutline } from './EyeOnOutline';
export { default as EyeOnSolid } from './EyeOnSolid';
export { default as FaceHappyOutline } from './FaceHappyOutline';
export { default as FaceHappySolid } from './FaceHappySolid';
export { default as FaceSadOutline } from './FaceSadOutline';
export { default as FaceSadSolid } from './FaceSadSolid';
export { default as FacebookOutline } from './FacebookOutline';
export { default as FacebookSolid } from './FacebookSolid';
export { default as FileOutline } from './FileOutline';
export { default as FileSolid } from './FileSolid';
export { default as FilterOutline } from './FilterOutline';
export { default as FilterSolid } from './FilterSolid';
export { default as FolderOutline } from './FolderOutline';
export { default as FolderSolid } from './FolderSolid';
export { default as FolderZipOutline } from './FolderZipOutline';
export { default as FolderZipSolid } from './FolderZipSolid';
export { default as Gift } from './Gift';
export { default as GroupOutline } from './GroupOutline';
export { default as GroupSolid } from './GroupSolid';
export { default as HeartOutline } from './HeartOutline';
export { default as HeartSolid } from './HeartSolid';
export { default as HelpCenter } from './HelpCenter';
export { default as HelpChatOutline } from './HelpChatOutline';
export { default as HelpChatSolid } from './HelpChatSolid';
export { default as HelpOutline } from './HelpOutline';
export { default as HelpSolid } from './HelpSolid';
export { default as HomeOutline } from './HomeOutline';
export { default as HomeSolid } from './HomeSolid';
export { default as Image } from './Image';
export { default as InfoChatOutline } from './InfoChatOutline';
export { default as InfoChatSolid } from './InfoChatSolid';
export { default as InfoOutline } from './InfoOutline';
export { default as InfoSolid } from './InfoSolid';
export { default as InstagramOutline } from './InstagramOutline';
export { default as InstagramSolid } from './InstagramSolid';
export { default as LampOutline } from './LampOutline';
export { default as LampSolid } from './LampSolid';
export { default as LikeOutline } from './LikeOutline';
export { default as LikeSolid } from './LikeSolid';
export { default as List } from './List';
export { default as Live } from './Live';
export { default as LockedOpenOutline } from './LockedOpenOutline';
export { default as LockedOpenSolid } from './LockedOpenSolid';
export { default as LockedOutline } from './LockedOutline';
export { default as LockedSolid } from './LockedSolid';
export { default as MagnifyingGlassMinusOutline } from './MagnifyingGlassMinusOutline';
export { default as MagnifyingGlassMinusSolid } from './MagnifyingGlassMinusSolid';
export { default as MagnifyingGlassPlusOutline } from './MagnifyingGlassPlusOutline';
export { default as MagnifyingGlassPlusSolid } from './MagnifyingGlassPlusSolid';
export { default as MenuLeft } from './MenuLeft';
export { default as MenuRight } from './MenuRight';
export { default as MessageOutline } from './MessageOutline';
export { default as MessageRoundOutline } from './MessageRoundOutline';
export { default as MessageRoundSolid } from './MessageRoundSolid';
export { default as MessageSolid } from './MessageSolid';
export { default as MicrophoneOutline } from './MicrophoneOutline';
export { default as MicrophoneSolid } from './MicrophoneSolid';
export { default as Mobile } from './Mobile';
export { default as Money } from './Money';
export { default as NotificationOffOutline } from './NotificationOffOutline';
export { default as NotificationOffSolid } from './NotificationOffSolid';
export { default as NotificationOutline } from './NotificationOutline';
export { default as NotificationSolid } from './NotificationSolid';
export { default as Online } from './Online';
export { default as PaperAirplaneOutline } from './PaperAirplaneOutline';
export { default as PaperAirplaneSolid } from './PaperAirplaneSolid';
export { default as Parameters } from './Parameters';
export { default as Paypal } from './Paypal';
export { default as PaypalOutline } from './PaypalOutline';
export { default as PaypalSolid } from './PaypalSolid';
export { default as PinOutline } from './PinOutline';
export { default as PinSolid } from './PinSolid';
export { default as Pix } from './Pix';
export { default as PrintOutline } from './PrintOutline';
export { default as PrintSolid } from './PrintSolid';
export { default as QRCode } from './QRCode';
export { default as QuickSaleOutline } from './QuickSaleOutline';
export { default as QuickSaleSolid } from './QuickSaleSolid';
export { default as Reply } from './Reply';
export { default as ResizeTextarea } from './ResizeTextarea';
export { default as SaveOutline } from './SaveOutline';
export { default as SaveSolid } from './SaveSolid';
export { default as SearchOutline } from './SearchOutline';
export { default as SearchSolid } from './SearchSolid';
export { default as SettingsOutline } from './SettingsOutline';
export { default as SettingsSolid } from './SettingsSolid';
export { default as Share } from './Share';
export { default as StarOutline } from './StarOutline';
export { default as StarSolid } from './StarSolid';
export { default as Store } from './Store';
export { default as TagOutline } from './TagOutline';
export { default as TagSolid } from './TagSolid';
export { default as Telegram } from './Telegram';
export { default as TelegramOutline } from './TelegramOutline';
export { default as TelegramSolid } from './TelegramSolid';
export { default as TicketOutline } from './TicketOutline';
export { default as TicketSolid } from './TicketSolid';
export { default as TimerOutline } from './TimerOutline';
export { default as TimerSolid } from './TimerSolid';
export { default as Transfer } from './Transfer';
export { default as TrashOutline } from './TrashOutline';
export { default as TrashSolid } from './TrashSolid';
export { default as Update } from './Update';
export { default as Upload } from './Upload';
export { default as Upsell } from './Upsell';
export { default as VideoOutline } from './VideoOutline';
export { default as VideoSolid } from './VideoSolid';
export { default as VolumeOffOutline } from './VolumeOffOutline';
export { default as VolumeOffSolid } from './VolumeOffSolid';
export { default as VolumeOnOutline } from './VolumeOnOutline';
export { default as VolumeOnSolid } from './VolumeOnSolid';
export { default as WayOutline } from './WayOutline';
export { default as WaySolid } from './WaySolid';
export { default as WhatsApp } from './WhatsApp';
export { default as WhatsAppOutline } from './WhatsAppOutline';
export { default as WhatsAppSolid } from './WhatsAppSolid';

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var InfoChatOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M157 90C157 117.999 131.037 143 96 143C84.8824 143 74.6785 140.483 65.9277 136.151L41 150C41.2049 149.6 42.8229 144.823 44.7984 138.906L45.4525 136.897L45.4648 136.907C46.8483 132.753 48.3424 128.239 49.6186 124.371C40.4081 114.933 35 102.779 35 90C35 62.0005 60.9632 37 96 37C131.037 37 157 62.0005 157 90ZM169 90C169 125.899 136.317 155 96 155C85.4662 155 75.4535 153.013 66.4087 149.438C66.195 149.594 65.9686 149.738 65.7298 149.868L35.2702 166.443C34.5472 166.836 33.779 167.066 33.0083 167.144C31.8426 167.524 30.5501 167.551 29.295 167.143C26.1441 166.117 24.4214 162.731 25.4473 159.58L35.7322 127.99C35.8288 127.694 35.9462 127.41 36.0823 127.14C27.836 116.612 23 103.809 23 90C23 54.1015 55.6832 25 96 25C136.317 25 169 54.1015 169 90ZM97.4664 105.788C99.5472 105.788 101.263 104.381 101.367 102.589L103.995 57.5374C104.107 55.6132 102.328 54 100.094 54H91.9059C89.6702 54 87.8907 55.6153 88.0052 57.5407L90.6845 102.593C90.7911 104.383 92.5058 105.788 94.5852 105.788H97.4664ZM96 125C100.418 125 104 121.634 104 117.482C104 113.33 100.418 109.965 96 109.965C91.5817 109.965 88 113.33 88 117.482C88 121.634 91.5817 125 96 125Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const InfoChatOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M157 90C157 117.999 131.037 143 96 143C84.8824 143 74.6785 140.483 65.9277 136.151L41 150C41.2049 149.6 42.8229 144.823 44.7984 138.906L45.4525 136.897L45.4648 136.907C46.8483 132.753 48.3424 128.239 49.6186 124.371C40.4081 114.933 35 102.779 35 90C35 62.0005 60.9632 37 96 37C131.037 37 157 62.0005 157 90ZM169 90C169 125.899 136.317 155 96 155C85.4662 155 75.4535 153.013 66.4087 149.438C66.195 149.594 65.9686 149.738 65.7298 149.868L35.2702 166.443C34.5472 166.836 33.779 167.066 33.0083 167.144C31.8426 167.524 30.5501 167.551 29.295 167.143C26.1441 166.117 24.4214 162.731 25.4473 159.58L35.7322 127.99C35.8288 127.694 35.9462 127.41 36.0823 127.14C27.836 116.612 23 103.809 23 90C23 54.1015 55.6832 25 96 25C136.317 25 169 54.1015 169 90ZM97.4664 105.788C99.5472 105.788 101.263 104.381 101.367 102.589L103.995 57.5374C104.107 55.6132 102.328 54 100.094 54H91.9059C89.6702 54 87.8907 55.6153 88.0052 57.5407L90.6845 102.593C90.7911 104.383 92.5058 105.788 94.5852 105.788H97.4664ZM96 125C100.418 125 104 121.634 104 117.482C104 113.33 100.418 109.965 96 109.965C91.5817 109.965 88 113.33 88 117.482C88 121.634 91.5817 125 96 125Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = InfoChatOutline;
export default InfoChatOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var InfoChatSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 155C136.317 155 169 125.899 169 90C169 54.1015 136.317 25 96 25C55.6832 25 23 54.1015 23 90C23 103.809 27.836 116.612 36.0823 127.14C35.9462 127.41 35.8288 127.694 35.7322 127.99L25.4473 159.58C24.4214 162.731 26.1441 166.117 29.295 167.143C30.5501 167.551 31.8426 167.524 33.0083 167.144C33.779 167.066 34.5472 166.836 35.2702 166.443L65.7298 149.868C65.9686 149.738 66.195 149.594 66.4087 149.438C75.4535 153.013 85.4662 155 96 155ZM97.4664 103.788C99.5472 103.788 101.263 102.381 101.367 100.589L103.995 55.5374C104.107 53.6132 102.328 52 100.094 52H91.9059C89.6702 52 87.8907 53.6153 88.0052 55.5407L90.6845 100.593C90.7911 102.383 92.5058 103.788 94.5852 103.788H97.4664ZM96 123C100.418 123 104 119.634 104 115.482C104 111.33 100.418 107.965 96 107.965C91.5817 107.965 88 111.33 88 115.482C88 119.634 91.5817 123 96 123Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 25.5C55.9032 25.5 23.5 54.4306 23.5 90C23.5 103.689 28.2932 116.385 36.476 126.832L36.6717 127.082L36.5288 127.365C36.404 127.613 36.2963 127.873 36.2077 128.145L25.9227 159.735C24.9823 162.623 26.5614 165.727 29.4498 166.667C30.6009 167.042 31.7849 167.017 32.8533 166.668L32.9045 166.652L32.9581 166.646C33.6637 166.575 34.3677 166.365 35.0312 166.004L65.4908 149.429C65.7101 149.309 65.9178 149.177 66.1137 149.034L66.3362 148.872L66.5925 148.973C75.5789 152.525 85.5292 154.5 96 154.5C136.097 154.5 168.5 125.569 168.5 90C168.5 54.4306 136.097 25.5 96 25.5ZM22.5 90C22.5 53.7724 55.4632 24.5 96 24.5C136.537 24.5 169.5 53.7724 169.5 90C169.5 126.228 136.537 155.5 96 155.5C85.5002 155.5 75.5126 153.538 66.475 150.001C66.3124 150.11 66.1436 150.212 65.9688 150.307L35.5092 166.882L35.2702 166.443L35.5092 166.882C34.7435 167.299 33.9297 167.546 33.1121 167.635C31.8625 168.032 30.481 168.055 29.1402 167.618C25.7267 166.507 23.8605 162.839 24.9718 159.425L35.2568 127.836C35.3273 127.619 35.4082 127.408 35.4987 127.204C27.3046 116.642 22.5 103.823 22.5 90ZM91.9059 52.5C89.8794 52.5 88.4113 53.9458 88.5043 55.511L91.1837 100.563C91.2708 102.029 92.7047 103.288 94.5852 103.288H97.4664C99.3482 103.288 100.782 102.027 100.868 100.56L103.496 55.5083C103.587 53.9439 102.119 52.5 100.094 52.5H91.9059ZM87.5061 55.5704C87.3702 53.2848 89.4609 51.5 91.9059 51.5H100.094C102.537 51.5 104.627 53.2825 104.494 55.5665L101.866 100.618C101.743 102.736 99.7461 104.288 97.4664 104.288H94.5852C92.307 104.288 90.3113 102.738 90.1854 100.622L87.5061 55.5704ZM96 108.465C91.8281 108.465 88.5 111.635 88.5 115.482C88.5 119.329 91.8281 122.5 96 122.5C100.172 122.5 103.5 119.329 103.5 115.482C103.5 111.635 100.172 108.465 96 108.465ZM87.5 115.482C87.5 111.025 91.3353 107.465 96 107.465C100.665 107.465 104.5 111.025 104.5 115.482C104.5 119.939 100.665 123.5 96 123.5C91.3353 123.5 87.5 119.939 87.5 115.482Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const InfoChatSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 155C136.317 155 169 125.899 169 90C169 54.1015 136.317 25 96 25C55.6832 25 23 54.1015 23 90C23 103.809 27.836 116.612 36.0823 127.14C35.9462 127.41 35.8288 127.694 35.7322 127.99L25.4473 159.58C24.4214 162.731 26.1441 166.117 29.295 167.143C30.5501 167.551 31.8426 167.524 33.0083 167.144C33.779 167.066 34.5472 166.836 35.2702 166.443L65.7298 149.868C65.9686 149.738 66.195 149.594 66.4087 149.438C75.4535 153.013 85.4662 155 96 155ZM97.4664 103.788C99.5472 103.788 101.263 102.381 101.367 100.589L103.995 55.5374C104.107 53.6132 102.328 52 100.094 52H91.9059C89.6702 52 87.8907 53.6153 88.0052 55.5407L90.6845 100.593C90.7911 102.383 92.5058 103.788 94.5852 103.788H97.4664ZM96 123C100.418 123 104 119.634 104 115.482C104 111.33 100.418 107.965 96 107.965C91.5817 107.965 88 111.33 88 115.482C88 119.634 91.5817 123 96 123Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 25.5C55.9032 25.5 23.5 54.4306 23.5 90C23.5 103.689 28.2932 116.385 36.476 126.832L36.6717 127.082L36.5288 127.365C36.404 127.613 36.2963 127.873 36.2077 128.145L25.9227 159.735C24.9823 162.623 26.5614 165.727 29.4498 166.667C30.6009 167.042 31.7849 167.017 32.8533 166.668L32.9045 166.652L32.9581 166.646C33.6637 166.575 34.3677 166.365 35.0312 166.004L65.4908 149.429C65.7101 149.309 65.9178 149.177 66.1137 149.034L66.3362 148.872L66.5925 148.973C75.5789 152.525 85.5292 154.5 96 154.5C136.097 154.5 168.5 125.569 168.5 90C168.5 54.4306 136.097 25.5 96 25.5ZM22.5 90C22.5 53.7724 55.4632 24.5 96 24.5C136.537 24.5 169.5 53.7724 169.5 90C169.5 126.228 136.537 155.5 96 155.5C85.5002 155.5 75.5126 153.538 66.475 150.001C66.3124 150.11 66.1436 150.212 65.9688 150.307L35.5092 166.882L35.2702 166.443L35.5092 166.882C34.7435 167.299 33.9297 167.546 33.1121 167.635C31.8625 168.032 30.481 168.055 29.1402 167.618C25.7267 166.507 23.8605 162.839 24.9718 159.425L35.2568 127.836C35.3273 127.619 35.4082 127.408 35.4987 127.204C27.3046 116.642 22.5 103.823 22.5 90ZM91.9059 52.5C89.8794 52.5 88.4113 53.9458 88.5043 55.511L91.1837 100.563C91.2708 102.029 92.7047 103.288 94.5852 103.288H97.4664C99.3482 103.288 100.782 102.027 100.868 100.56L103.496 55.5083C103.587 53.9439 102.119 52.5 100.094 52.5H91.9059ZM87.5061 55.5704C87.3702 53.2848 89.4609 51.5 91.9059 51.5H100.094C102.537 51.5 104.627 53.2825 104.494 55.5665L101.866 100.618C101.743 102.736 99.7461 104.288 97.4664 104.288H94.5852C92.307 104.288 90.3113 102.738 90.1854 100.622L87.5061 55.5704ZM96 108.465C91.8281 108.465 88.5 111.635 88.5 115.482C88.5 119.329 91.8281 122.5 96 122.5C100.172 122.5 103.5 119.329 103.5 115.482C103.5 111.635 100.172 108.465 96 108.465ZM87.5 115.482C87.5 111.025 91.3353 107.465 96 107.465C100.665 107.465 104.5 111.025 104.5 115.482C104.5 119.939 100.665 123.5 96 123.5C91.3353 123.5 87.5 119.939 87.5 115.482Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = InfoChatSolid;
export default InfoChatSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var InfoOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M97.4664 111.788C99.5472 111.788 101.263 110.381 101.367 108.589L103.995 63.5374C104.107 61.6132 102.328 60 100.094 60H91.9059C89.6702 60 87.8907 61.6153 88.0052 63.5407L90.6845 108.593C90.7911 110.383 92.5058 111.788 94.5852 111.788H97.4664Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M96 131C100.418 131 104 127.634 104 123.482C104 119.33 100.418 115.965 96 115.965C91.5817 115.965 88 119.33 88 123.482C88 127.634 91.5817 131 96 131Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const InfoOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176Z' }), _jsx("path", { d: 'M97.4664 111.788C99.5472 111.788 101.263 110.381 101.367 108.589L103.995 63.5374C104.107 61.6132 102.328 60 100.094 60H91.9059C89.6702 60 87.8907 61.6153 88.0052 63.5407L90.6845 108.593C90.7911 110.383 92.5058 111.788 94.5852 111.788H97.4664Z' }), _jsx("path", { d: 'M96 131C100.418 131 104 127.634 104 123.482C104 119.33 100.418 115.965 96 115.965C91.5817 115.965 88 119.33 88 123.482C88 127.634 91.5817 131 96 131Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = InfoOutline;
export default InfoOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var InfoSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 175C140.183 175 176 139.183 176 95C176 50.8172 140.183 15 96 15C51.8172 15 16 50.8172 16 95C16 139.183 51.8172 175 96 175ZM101.367 107.589C101.263 109.381 99.5472 110.788 97.4664 110.788H94.5852C92.5058 110.788 90.7911 109.383 90.6845 107.593L88.0052 62.5407C87.8907 60.6153 89.6702 59 91.9059 59H100.094C102.328 59 104.107 60.6132 103.995 62.5374L101.367 107.589ZM104 122.482C104 126.634 100.418 130 96 130C91.5817 130 88 126.634 88 122.482C88 118.33 91.5817 114.965 96 114.965C100.418 114.965 104 118.33 104 122.482Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const InfoSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 175C140.183 175 176 139.183 176 95C176 50.8172 140.183 15 96 15C51.8172 15 16 50.8172 16 95C16 139.183 51.8172 175 96 175ZM101.367 107.589C101.263 109.381 99.5472 110.788 97.4664 110.788H94.5852C92.5058 110.788 90.7911 109.383 90.6845 107.593L88.0052 62.5407C87.8907 60.6153 89.6702 59 91.9059 59H100.094C102.328 59 104.107 60.6132 103.995 62.5374L101.367 107.589ZM104 122.482C104 126.634 100.418 130 96 130C91.5817 130 88 126.634 88 122.482C88 118.33 91.5817 114.965 96 114.965C100.418 114.965 104 118.33 104 122.482Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = InfoSolid;
export default InfoSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var InstagramOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M139 36H53C43.6112 36 36 43.6112 36 53V139C36 148.389 43.6112 156 53 156H139C148.389 156 156 148.389 156 139V53C156 43.6112 148.389 36 139 36ZM53 24C36.9837 24 24 36.9837 24 53V139C24 155.016 36.9837 168 53 168H139C155.016 168 168 155.016 168 139V53C168 36.9837 155.016 24 139 24H53ZM96 116C107.046 116 116 107.046 116 96C116 84.9543 107.046 76 96 76C84.9543 76 76 84.9543 76 96C76 107.046 84.9543 116 96 116ZM96 128C113.673 128 128 113.673 128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128ZM133.5 69C139.299 69 144 64.299 144 58.5C144 52.701 139.299 48 133.5 48C127.701 48 123 52.701 123 58.5C123 64.299 127.701 69 133.5 69Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const InstagramOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M139 36H53C43.6112 36 36 43.6112 36 53V139C36 148.389 43.6112 156 53 156H139C148.389 156 156 148.389 156 139V53C156 43.6112 148.389 36 139 36ZM53 24C36.9837 24 24 36.9837 24 53V139C24 155.016 36.9837 168 53 168H139C155.016 168 168 155.016 168 139V53C168 36.9837 155.016 24 139 24H53ZM96 116C107.046 116 116 107.046 116 96C116 84.9543 107.046 76 96 76C84.9543 76 76 84.9543 76 96C76 107.046 84.9543 116 96 116ZM96 128C113.673 128 128 113.673 128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128ZM133.5 69C139.299 69 144 64.299 144 58.5C144 52.701 139.299 48 133.5 48C127.701 48 123 52.701 123 58.5C123 64.299 127.701 69 133.5 69Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = InstagramOutline;
export default InstagramOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var InstagramSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M53 24C36.9837 24 24 36.9837 24 53V139C24 155.016 36.9837 168 53 168H139C155.016 168 168 155.016 168 139V53C168 36.9837 155.016 24 139 24H53ZM96 128C113.673 128 128 113.673 128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128ZM144 58.5C144 64.299 139.299 69 133.5 69C127.701 69 123 64.299 123 58.5C123 52.701 127.701 48 133.5 48C139.299 48 144 52.701 144 58.5ZM96 117C107.598 117 117 107.598 117 96C117 84.402 107.598 75 96 75C84.402 75 75 84.402 75 96C75 107.598 84.402 117 96 117Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const InstagramSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M53 24C36.9837 24 24 36.9837 24 53V139C24 155.016 36.9837 168 53 168H139C155.016 168 168 155.016 168 139V53C168 36.9837 155.016 24 139 24H53ZM96 128C113.673 128 128 113.673 128 96C128 78.3269 113.673 64 96 64C78.3269 64 64 78.3269 64 96C64 113.673 78.3269 128 96 128ZM144 58.5C144 64.299 139.299 69 133.5 69C127.701 69 123 64.299 123 58.5C123 52.701 127.701 48 133.5 48C139.299 48 144 52.701 144 58.5ZM96 117C107.598 117 117 107.598 117 96C117 84.402 107.598 75 96 75C84.402 75 75 84.402 75 96C75 107.598 84.402 117 96 117Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = InstagramSolid;
export default InstagramSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var LampOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M101 116.113L106.909 112.632C114.171 108.354 119 100.484 119 91.5C119 77.969 108.031 67 94.5 67C80.969 67 70 77.969 70 91.5C70 100.484 74.8292 108.354 82.091 112.632L88 116.113V136H101V116.113ZM113 122.971V142.98C113 145.753 109.988 148 106.273 148H82.7273C79.0119 148 76 145.753 76 142.98V122.971C65.2281 116.625 58 104.907 58 91.5C58 71.3416 74.3416 55 94.5 55C114.658 55 131 71.3416 131 91.5C131 104.907 123.772 116.625 113 122.971Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M81 160H109V168C109 172.419 105.418 176 101 176H89C84.5817 176 81 172.419 81 168V160Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 89C16 85.6863 18.6863 83 22 83H36C39.3137 83 42 85.6863 42 89C42 92.3137 39.3137 95 36 95H22C18.6863 95 16 92.3137 16 89Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M40.2427 38.7574C42.5859 36.4143 46.3848 36.4143 48.728 38.7574L58.6275 48.6569C60.9706 51.0001 60.9706 54.799 58.6275 57.1422C56.2843 59.4853 52.4854 59.4853 50.1422 57.1422L40.2427 47.2427C37.8996 44.8995 37.8996 41.1006 40.2427 38.7574Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 42C92.6863 42 90 39.3137 90 36V22C90 18.6863 92.6863 16 96 16C99.3137 16 102 18.6863 102 22V36C102 39.3137 99.3137 42 96 42Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M134.757 57.1422C132.414 54.799 132.414 51 134.757 48.6569L144.657 38.7574C147 36.4143 150.799 36.4143 153.142 38.7574C155.485 41.1005 155.485 44.8995 153.142 47.2427L143.243 57.1422C140.899 59.4853 137.1 59.4853 134.757 57.1422Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M150 89C150 85.6863 152.686 83 156 83H170C173.314 83 176 85.6863 176 89C176 92.3137 173.314 95 170 95H156C152.686 95 150 92.3137 150 89Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const LampOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M101 116.113L106.909 112.632C114.171 108.354 119 100.484 119 91.5C119 77.969 108.031 67 94.5 67C80.969 67 70 77.969 70 91.5C70 100.484 74.8292 108.354 82.091 112.632L88 116.113V136H101V116.113ZM113 122.971V142.98C113 145.753 109.988 148 106.273 148H82.7273C79.0119 148 76 145.753 76 142.98V122.971C65.2281 116.625 58 104.907 58 91.5C58 71.3416 74.3416 55 94.5 55C114.658 55 131 71.3416 131 91.5C131 104.907 123.772 116.625 113 122.971Z' }), _jsx("path", { d: 'M81 160H109V168C109 172.419 105.418 176 101 176H89C84.5817 176 81 172.419 81 168V160Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 89C16 85.6863 18.6863 83 22 83H36C39.3137 83 42 85.6863 42 89C42 92.3137 39.3137 95 36 95H22C18.6863 95 16 92.3137 16 89Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M40.2427 38.7574C42.5859 36.4143 46.3848 36.4143 48.728 38.7574L58.6275 48.6569C60.9706 51.0001 60.9706 54.799 58.6275 57.1422C56.2843 59.4853 52.4854 59.4853 50.1422 57.1422L40.2427 47.2427C37.8996 44.8995 37.8996 41.1006 40.2427 38.7574Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 42C92.6863 42 90 39.3137 90 36V22C90 18.6863 92.6863 16 96 16C99.3137 16 102 18.6863 102 22V36C102 39.3137 99.3137 42 96 42Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M134.757 57.1422C132.414 54.799 132.414 51 134.757 48.6569L144.657 38.7574C147 36.4143 150.799 36.4143 153.142 38.7574C155.485 41.1005 155.485 44.8995 153.142 47.2427L143.243 57.1422C140.899 59.4853 137.1 59.4853 134.757 57.1422Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M150 89C150 85.6863 152.686 83 156 83H170C173.314 83 176 85.6863 176 89C176 92.3137 173.314 95 170 95H156C152.686 95 150 92.3137 150 89Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = LampOutline;
export default LampOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var LampSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M131 91.5C131 111.658 114.658 128 94.5 128C74.3416 128 58 111.658 58 91.5C58 71.3416 74.3416 55 94.5 55C114.658 55 131 71.3416 131 91.5Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M76 121.02C76 118.247 79.0119 116 82.7273 116H106.273C109.988 116 113 118.247 113 121.02V142.98C113 145.753 109.988 148 106.273 148H82.7273C79.0119 148 76 145.753 76 142.98V121.02Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M81 160H109V168C109 172.419 105.418 176 101 176H89C84.5817 176 81 172.419 81 168V160Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 89C16 85.6863 18.6863 83 22 83H36C39.3137 83 42 85.6863 42 89C42 92.3137 39.3137 95 36 95H22C18.6863 95 16 92.3137 16 89Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M40.2427 38.7574C42.5859 36.4143 46.3848 36.4143 48.728 38.7574L58.6275 48.6569C60.9706 51.0001 60.9706 54.799 58.6275 57.1422C56.2843 59.4853 52.4854 59.4853 50.1422 57.1422L40.2427 47.2427C37.8996 44.8995 37.8996 41.1006 40.2427 38.7574Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 42C92.6863 42 90 39.3137 90 36V22C90 18.6863 92.6863 16 96 16C99.3137 16 102 18.6863 102 22V36C102 39.3137 99.3137 42 96 42Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M134.757 57.1422C132.414 54.799 132.414 51 134.757 48.6569L144.657 38.7574C147 36.4143 150.799 36.4143 153.142 38.7574C155.485 41.1005 155.485 44.8995 153.142 47.2427L143.243 57.1422C140.899 59.4853 137.1 59.4853 134.757 57.1422Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M150 89C150 85.6863 152.686 83 156 83H170C173.314 83 176 85.6863 176 89C176 92.3137 173.314 95 170 95H156C152.686 95 150 92.3137 150 89Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const LampSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M131 91.5C131 111.658 114.658 128 94.5 128C74.3416 128 58 111.658 58 91.5C58 71.3416 74.3416 55 94.5 55C114.658 55 131 71.3416 131 91.5Z' }), _jsx("path", { d: 'M76 121.02C76 118.247 79.0119 116 82.7273 116H106.273C109.988 116 113 118.247 113 121.02V142.98C113 145.753 109.988 148 106.273 148H82.7273C79.0119 148 76 145.753 76 142.98V121.02Z' }), _jsx("path", { d: 'M81 160H109V168C109 172.419 105.418 176 101 176H89C84.5817 176 81 172.419 81 168V160Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 89C16 85.6863 18.6863 83 22 83H36C39.3137 83 42 85.6863 42 89C42 92.3137 39.3137 95 36 95H22C18.6863 95 16 92.3137 16 89Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M40.2427 38.7574C42.5859 36.4143 46.3848 36.4143 48.728 38.7574L58.6275 48.6569C60.9706 51.0001 60.9706 54.799 58.6275 57.1422C56.2843 59.4853 52.4854 59.4853 50.1422 57.1422L40.2427 47.2427C37.8996 44.8995 37.8996 41.1006 40.2427 38.7574Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 42C92.6863 42 90 39.3137 90 36V22C90 18.6863 92.6863 16 96 16C99.3137 16 102 18.6863 102 22V36C102 39.3137 99.3137 42 96 42Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M134.757 57.1422C132.414 54.799 132.414 51 134.757 48.6569L144.657 38.7574C147 36.4143 150.799 36.4143 153.142 38.7574C155.485 41.1005 155.485 44.8995 153.142 47.2427L143.243 57.1422C140.899 59.4853 137.1 59.4853 134.757 57.1422Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M150 89C150 85.6863 152.686 83 156 83H170C173.314 83 176 85.6863 176 89C176 92.3137 173.314 95 170 95H156C152.686 95 150 92.3137 150 89Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = LampSolid;
export default LampSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var LikeOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M103.911 35.7607C108.332 30.8531 116.463 30.4387 119.17 36.3665C121.601 41.6872 122.304 47.6787 121.011 53.5418L116 76.2622L164 76.2622C170.627 76.2622 176 81.3746 176 87.681V101.132C176 102.304 175.765 103.465 175.308 104.553L157.029 148.037C153.992 155.262 146.637 160 138.459 160L64 160L64 80.0685L103.911 35.7607ZM109.631 46.9564L76 84.2926L76 148.581L138.459 148.581C141.731 148.581 144.672 146.686 145.887 143.796L164 100.707V87.681L116 87.681C112.385 87.681 108.963 86.1303 106.684 83.4597C104.405 80.7891 103.513 77.2834 104.256 73.9168L109.267 51.1964C109.578 49.7851 109.696 48.3614 109.631 46.9564Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M52 154C52 157.314 49.3137 160 46 160L22 160C18.6863 160 16 157.314 16 154L16 86C16 82.6863 18.6863 80 22 80L46 80C49.3137 80 52 82.6863 52 86L52 154Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const LikeOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M103.911 35.7607C108.332 30.8531 116.463 30.4387 119.17 36.3665C121.601 41.6872 122.304 47.6787 121.011 53.5418L116 76.2622L164 76.2622C170.627 76.2622 176 81.3746 176 87.681V101.132C176 102.304 175.765 103.465 175.308 104.553L157.029 148.037C153.992 155.262 146.637 160 138.459 160L64 160L64 80.0685L103.911 35.7607ZM109.631 46.9564L76 84.2926L76 148.581L138.459 148.581C141.731 148.581 144.672 146.686 145.887 143.796L164 100.707V87.681L116 87.681C112.385 87.681 108.963 86.1303 106.684 83.4597C104.405 80.7891 103.513 77.2834 104.256 73.9168L109.267 51.1964C109.578 49.7851 109.696 48.3614 109.631 46.9564Z' }), _jsx("path", { d: 'M52 154C52 157.314 49.3137 160 46 160L22 160C18.6863 160 16 157.314 16 154L16 86C16 82.6863 18.6863 80 22 80L46 80C49.3137 80 52 82.6863 52 86L52 154Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = LikeOutline;
export default LikeOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var LikeSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M103.911 35.7607C108.332 30.8531 116.463 30.4387 119.17 36.3665C121.601 41.6872 122.304 47.6787 121.011 53.5418L116 76.2622L164 76.2622C170.627 76.2622 176 81.3746 176 87.681V101.132C176 102.304 175.765 103.465 175.308 104.553L157.029 148.037C153.992 155.262 146.637 160 138.459 160H64L64 80.0685L103.911 35.7607ZM52 154C52 157.314 49.3137 160 46 160H22C18.6863 160 16 157.314 16 154V86C16 82.6863 18.6863 80 22 80H46C49.3137 80 52 82.6863 52 86L52 154Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M157.49 148.23C154.37 155.652 146.827 160.5 138.459 160.5H63.5L63.5 79.8765L103.54 35.426C105.843 32.8687 109.117 31.4752 112.187 31.5003C115.272 31.5256 118.178 32.99 119.625 36.1587C122.1 41.5758 122.817 47.6779 121.499 53.6495L116.622 75.7622L164 75.7622C170.88 75.7622 176.5 81.0754 176.5 87.681V101.132C176.5 102.371 176.252 103.598 175.769 104.747L157.49 148.23ZM138.459 159.5C146.448 159.5 153.613 154.873 156.568 147.843L174.847 104.359C175.278 103.332 175.5 102.237 175.5 101.132V87.681C175.5 81.6739 170.375 76.7622 164 76.7622L115.378 76.7622L120.523 53.4341C121.792 47.6795 121.102 41.7986 118.716 36.5742C117.455 33.8152 114.941 32.5229 112.179 32.5003C109.402 32.4776 106.4 33.7451 104.283 36.0953L64.5 80.2605L64.5 159.5H138.459ZM52.5 154C52.5 157.59 49.5898 160.5 46 160.5H22C18.4102 160.5 15.5 157.59 15.5 154V86C15.5 82.4101 18.4102 79.5 22 79.5H46C49.5899 79.5 52.5 82.4101 52.5 86L52.5 154ZM46 159.5C49.0376 159.5 51.5 157.038 51.5 154L51.5 86C51.5 82.9624 49.0376 80.5 46 80.5H22C18.9624 80.5 16.5 82.9624 16.5 86V154C16.5 157.038 18.9624 159.5 22 159.5H46Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const LikeSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M103.911 35.7607C108.332 30.8531 116.463 30.4387 119.17 36.3665C121.601 41.6872 122.304 47.6787 121.011 53.5418L116 76.2622L164 76.2622C170.627 76.2622 176 81.3746 176 87.681V101.132C176 102.304 175.765 103.465 175.308 104.553L157.029 148.037C153.992 155.262 146.637 160 138.459 160H64L64 80.0685L103.911 35.7607ZM52 154C52 157.314 49.3137 160 46 160H22C18.6863 160 16 157.314 16 154V86C16 82.6863 18.6863 80 22 80H46C49.3137 80 52 82.6863 52 86L52 154Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M157.49 148.23C154.37 155.652 146.827 160.5 138.459 160.5H63.5L63.5 79.8765L103.54 35.426C105.843 32.8687 109.117 31.4752 112.187 31.5003C115.272 31.5256 118.178 32.99 119.625 36.1587C122.1 41.5758 122.817 47.6779 121.499 53.6495L116.622 75.7622L164 75.7622C170.88 75.7622 176.5 81.0754 176.5 87.681V101.132C176.5 102.371 176.252 103.598 175.769 104.747L157.49 148.23ZM138.459 159.5C146.448 159.5 153.613 154.873 156.568 147.843L174.847 104.359C175.278 103.332 175.5 102.237 175.5 101.132V87.681C175.5 81.6739 170.375 76.7622 164 76.7622L115.378 76.7622L120.523 53.4341C121.792 47.6795 121.102 41.7986 118.716 36.5742C117.455 33.8152 114.941 32.5229 112.179 32.5003C109.402 32.4776 106.4 33.7451 104.283 36.0953L64.5 80.2605L64.5 159.5H138.459ZM52.5 154C52.5 157.59 49.5898 160.5 46 160.5H22C18.4102 160.5 15.5 157.59 15.5 154V86C15.5 82.4101 18.4102 79.5 22 79.5H46C49.5899 79.5 52.5 82.4101 52.5 86L52.5 154ZM46 159.5C49.0376 159.5 51.5 157.038 51.5 154L51.5 86C51.5 82.9624 49.0376 80.5 46 80.5H22C18.9624 80.5 16.5 82.9624 16.5 86V154C16.5 157.038 18.9624 159.5 22 159.5H46Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = LikeSolid;
export default LikeSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var List = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 44C52 40.6863 54.6863 38 58 38H170C173.314 38 176 40.6863 176 44C176 47.3137 173.314 50 170 50H58C54.6863 50 52 47.3137 52 44Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M16 44C16 37.3726 21.3726 32 28 32C34.6274 32 40 37.3726 40 44C40 50.6274 34.6274 56 28 56C21.3726 56 16 50.6274 16 44Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 97C52 93.6863 54.6863 91 58 91H170C173.314 91 176 93.6863 176 97C176 100.314 173.314 103 170 103H58C54.6863 103 52 100.314 52 97Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M16 97C16 90.3726 21.3726 85 28 85C34.6274 85 40 90.3726 40 97C40 103.627 34.6274 109 28 109C21.3726 109 16 103.627 16 97Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 150C52 146.686 54.6863 144 58 144H170C173.314 144 176 146.686 176 150C176 153.314 173.314 156 170 156H58C54.6863 156 52 153.314 52 150Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M16 150C16 143.373 21.3726 138 28 138C34.6274 138 40 143.373 40 150C40 156.627 34.6274 162 28 162C21.3726 162 16 156.627 16 150Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17 150C17 156.075 21.9249 161 28 161C34.0751 161 39 156.075 39 150C39 143.925 34.0751 139 28 139C21.9249 139 17 143.925 17 150ZM28 138C21.3726 138 16 143.373 16 150C16 156.627 21.3726 162 28 162C34.6274 162 40 156.627 40 150C40 143.373 34.6274 138 28 138Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const List = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 44C52 40.6863 54.6863 38 58 38H170C173.314 38 176 40.6863 176 44C176 47.3137 173.314 50 170 50H58C54.6863 50 52 47.3137 52 44Z' }), _jsx("path", { d: 'M16 44C16 37.3726 21.3726 32 28 32C34.6274 32 40 37.3726 40 44C40 50.6274 34.6274 56 28 56C21.3726 56 16 50.6274 16 44Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 97C52 93.6863 54.6863 91 58 91H170C173.314 91 176 93.6863 176 97C176 100.314 173.314 103 170 103H58C54.6863 103 52 100.314 52 97Z' }), _jsx("path", { d: 'M16 97C16 90.3726 21.3726 85 28 85C34.6274 85 40 90.3726 40 97C40 103.627 34.6274 109 28 109C21.3726 109 16 103.627 16 97Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 150C52 146.686 54.6863 144 58 144H170C173.314 144 176 146.686 176 150C176 153.314 173.314 156 170 156H58C54.6863 156 52 153.314 52 150Z' }), _jsx("path", { d: 'M16 150C16 143.373 21.3726 138 28 138C34.6274 138 40 143.373 40 150C40 156.627 34.6274 162 28 162C21.3726 162 16 156.627 16 150Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17 150C17 156.075 21.9249 161 28 161C34.0751 161 39 156.075 39 150C39 143.925 34.0751 139 28 139C21.9249 139 17 143.925 17 150ZM28 138C21.3726 138 16 143.373 16 150C16 156.627 21.3726 162 28 162C34.6274 162 40 156.627 40 150C40 143.373 34.6274 138 28 138Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = List;
export default List;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Live = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M48.1897 45.295C50.5617 42.9811 50.6089 39.1824 48.295 36.8104C45.9812 34.4383 42.1825 34.3911 39.8104 36.705C30.6975 45.5944 20.0237 61.9656 16.8995 82.7563C13.7362 103.807 18.3884 128.943 39.3398 154.779C41.427 157.353 45.2054 157.747 47.7792 155.66C50.353 153.573 50.7475 149.795 48.6603 147.221C29.7676 123.924 26.1189 102.157 28.7662 84.5395C31.4526 66.6622 40.7009 52.6 48.1897 45.295ZM62.295 61.8104C64.6089 64.1824 64.5617 67.9811 62.1897 70.295C58.474 73.9195 53.7535 81.065 52.3877 90.1541C51.0609 98.9835 52.8231 110.09 62.6603 122.221C64.7475 124.795 64.353 128.573 61.7792 130.66C59.2054 132.747 55.427 132.353 53.3398 129.779C41.4438 115.11 38.6783 100.633 40.5209 88.3709C42.3245 76.3684 48.4706 66.9138 53.8104 61.705C56.1825 59.3911 59.9812 59.4383 62.295 61.8104ZM121 96C121 109.807 109.807 121 96 121C82.1929 121 71 109.807 71 96C71 82.1929 82.1929 71 96 71C109.807 71 121 82.1929 121 96ZM142.705 36.8104C140.391 39.1824 140.438 42.9811 142.81 45.295C150.299 52.6 159.547 66.6622 162.234 84.5395C164.881 102.157 161.232 123.924 142.34 147.221C140.253 149.795 140.647 153.573 143.221 155.66C145.795 157.747 149.573 157.353 151.66 154.779C172.612 128.943 177.264 103.807 174.101 82.7563C170.976 61.9656 160.303 45.5944 151.19 36.705C148.818 34.3911 145.019 34.4383 142.705 36.8104ZM129.81 70.295C127.438 67.9811 127.391 64.1824 129.705 61.8104C132.019 59.4383 135.818 59.3911 138.19 61.705C143.529 66.9138 149.675 76.3684 151.479 88.3709C153.322 100.633 150.556 115.11 138.66 129.779C136.573 132.353 132.795 132.747 130.221 130.66C127.647 128.573 127.253 124.795 129.34 122.221C139.177 110.09 140.939 98.9835 139.612 90.1541C138.246 81.065 133.526 73.9195 129.81 70.295Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Live = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M48.1897 45.295C50.5617 42.9811 50.6089 39.1824 48.295 36.8104C45.9812 34.4383 42.1825 34.3911 39.8104 36.705C30.6975 45.5944 20.0237 61.9656 16.8995 82.7563C13.7362 103.807 18.3884 128.943 39.3398 154.779C41.427 157.353 45.2054 157.747 47.7792 155.66C50.353 153.573 50.7475 149.795 48.6603 147.221C29.7676 123.924 26.1189 102.157 28.7662 84.5395C31.4526 66.6622 40.7009 52.6 48.1897 45.295ZM62.295 61.8104C64.6089 64.1824 64.5617 67.9811 62.1897 70.295C58.474 73.9195 53.7535 81.065 52.3877 90.1541C51.0609 98.9835 52.8231 110.09 62.6603 122.221C64.7475 124.795 64.353 128.573 61.7792 130.66C59.2054 132.747 55.427 132.353 53.3398 129.779C41.4438 115.11 38.6783 100.633 40.5209 88.3709C42.3245 76.3684 48.4706 66.9138 53.8104 61.705C56.1825 59.3911 59.9812 59.4383 62.295 61.8104ZM121 96C121 109.807 109.807 121 96 121C82.1929 121 71 109.807 71 96C71 82.1929 82.1929 71 96 71C109.807 71 121 82.1929 121 96ZM142.705 36.8104C140.391 39.1824 140.438 42.9811 142.81 45.295C150.299 52.6 159.547 66.6622 162.234 84.5395C164.881 102.157 161.232 123.924 142.34 147.221C140.253 149.795 140.647 153.573 143.221 155.66C145.795 157.747 149.573 157.353 151.66 154.779C172.612 128.943 177.264 103.807 174.101 82.7563C170.976 61.9656 160.303 45.5944 151.19 36.705C148.818 34.3911 145.019 34.4383 142.705 36.8104ZM129.81 70.295C127.438 67.9811 127.391 64.1824 129.705 61.8104C132.019 59.4383 135.818 59.3911 138.19 61.705C143.529 66.9138 149.675 76.3684 151.479 88.3709C153.322 100.633 150.556 115.11 138.66 129.779C136.573 132.353 132.795 132.747 130.221 130.66C127.647 128.573 127.253 124.795 129.34 122.221C139.177 110.09 140.939 98.9835 139.612 90.1541C138.246 81.065 133.526 73.9195 129.81 70.295Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Live;
export default Live;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var LockedOpenOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M126 57.5V64C126 66.7614 128.239 69 131 69H133C135.761 69 138 66.7614 138 64V57.5C138 34.5802 119.42 16 96.5 16C73.5802 16 55 34.5802 55 57.5V76.5C55 76.6669 55.001 76.8336 55.003 77H42C36.4772 77 32 81.4771 32 87V166C32 171.523 36.4772 176 42 176H150C155.523 176 160 171.523 160 166V87C160 81.4771 155.523 77 150 77H142H137.997H125.996H121H67.0042C67.0014 76.8337 67 76.667 67 76.5V57.5C67 41.2076 80.2076 28 96.5 28C112.792 28 126 41.2076 126 57.5ZM44 89V164H148V89H44ZM104 122C104 124.961 102.391 127.547 100 128.93V138H92V128.93C89.6088 127.547 88 124.961 88 122C88 117.582 91.5817 114 96 114C100.418 114 104 117.582 104 122Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const LockedOpenOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M126 57.5V64C126 66.7614 128.239 69 131 69H133C135.761 69 138 66.7614 138 64V57.5C138 34.5802 119.42 16 96.5 16C73.5802 16 55 34.5802 55 57.5V76.5C55 76.6669 55.001 76.8336 55.003 77H42C36.4772 77 32 81.4771 32 87V166C32 171.523 36.4772 176 42 176H150C155.523 176 160 171.523 160 166V87C160 81.4771 155.523 77 150 77H142H137.997H125.996H121H67.0042C67.0014 76.8337 67 76.667 67 76.5V57.5C67 41.2076 80.2076 28 96.5 28C112.792 28 126 41.2076 126 57.5ZM44 89V164H148V89H44ZM104 122C104 124.961 102.391 127.547 100 128.93V138H92V128.93C89.6088 127.547 88 124.961 88 122C88 117.582 91.5817 114 96 114C100.418 114 104 117.582 104 122Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = LockedOpenOutline;
export default LockedOpenOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var LockedOpenSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M97 28H96C79.9837 28 67 40.9837 67 57V77H124H126H138H144H150C155.523 77 160 81.4771 160 87V166C160 171.523 155.523 176 150 176H42C36.4772 176 32 171.523 32 166V87C32 81.4771 36.4772 77 42 77H55V57C55 34.3563 73.3563 16 96 16H97C119.644 16 138 34.3563 138 57V64H126V57C126 40.9837 113.016 28 97 28ZM100 128.93C102.242 127.633 103.796 125.28 103.981 122.551C103.994 122.369 104 122.185 104 122C104 117.582 100.418 114 96 114C91.5817 114 88 117.582 88 122V122.008C88.003 124.966 89.611 127.548 92 128.93V138H100V128.93Z' }), (0, jsx_runtime_1.jsx)("rect", { x: '126', y: '59', rx: '5', fill: 'currentColor' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const LockedOpenSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M97 28H96C79.9837 28 67 40.9837 67 57V77H124H126H138H144H150C155.523 77 160 81.4771 160 87V166C160 171.523 155.523 176 150 176H42C36.4772 176 32 171.523 32 166V87C32 81.4771 36.4772 77 42 77H55V57C55 34.3563 73.3563 16 96 16H97C119.644 16 138 34.3563 138 57V64H126V57C126 40.9837 113.016 28 97 28ZM100 128.93C102.242 127.633 103.796 125.28 103.981 122.551C103.994 122.369 104 122.185 104 122C104 117.582 100.418 114 96 114C91.5817 114 88 117.582 88 122V122.008C88.003 124.966 89.611 127.548 92 128.93V138H100V128.93Z' }), _jsx("rect", { x: '126', y: '59', rx: '5', fill: 'currentColor' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = LockedOpenSolid;
export default LockedOpenSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var LockedOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M126 57.5V76.5C126 76.667 125.999 76.8337 125.996 77H67.0042C67.0014 76.8337 67 76.667 67 76.5V57.5C67 41.2076 80.2076 28 96.5 28C112.792 28 126 41.2076 126 57.5ZM138 76.5C138 76.6669 137.999 76.8336 137.997 77H150C155.523 77 160 81.4771 160 87V166C160 171.523 155.523 176 150 176H42C36.4772 176 32 171.523 32 166V87C32 81.4771 36.4772 77 42 77H55.003C55.001 76.8336 55 76.6669 55 76.5V57.5C55 34.5802 73.5802 16 96.5 16C119.42 16 138 34.5802 138 57.5V76.5ZM44 89V164H148V89H44ZM104 122C104 124.961 102.391 127.547 100 128.93V138H92V128.93C89.6088 127.547 88 124.961 88 122C88 117.582 91.5817 114 96 114C100.418 114 104 117.582 104 122Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const LockedOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M126 57.5V76.5C126 76.667 125.999 76.8337 125.996 77H67.0042C67.0014 76.8337 67 76.667 67 76.5V57.5C67 41.2076 80.2076 28 96.5 28C112.792 28 126 41.2076 126 57.5ZM138 76.5C138 76.6669 137.999 76.8336 137.997 77H150C155.523 77 160 81.4771 160 87V166C160 171.523 155.523 176 150 176H42C36.4772 176 32 171.523 32 166V87C32 81.4771 36.4772 77 42 77H55.003C55.001 76.8336 55 76.6669 55 76.5V57.5C55 34.5802 73.5802 16 96.5 16C119.42 16 138 34.5802 138 57.5V76.5ZM44 89V164H148V89H44ZM104 122C104 124.961 102.391 127.547 100 128.93V138H92V128.93C89.6088 127.547 88 124.961 88 122C88 117.582 91.5817 114 96 114C100.418 114 104 117.582 104 122Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = LockedOutline;
export default LockedOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var LockedSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M97 28H98C114.016 28 127 40.9837 127 57V77H68V57C68 40.9837 80.9837 28 97 28ZM56 77H43C37.4772 77 33 81.4771 33 87V166C33 171.523 37.4772 176 43 176H151C156.523 176 161 171.523 161 166V87C161 81.4771 156.523 77 151 77H139V57C139 34.3563 120.644 16 98 16H97C74.3563 16 56 34.3563 56 57V77ZM104.981 122.551C104.796 125.28 103.242 127.633 101 128.93V138H93V128.93C90.611 127.548 89.003 124.966 89 122.008C89 122.006 89 122.003 89 122C89 117.582 92.5817 114 97 114C101.418 114 105 117.582 105 122C105 122.185 104.994 122.369 104.981 122.551Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const LockedSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M97 28H98C114.016 28 127 40.9837 127 57V77H68V57C68 40.9837 80.9837 28 97 28ZM56 77H43C37.4772 77 33 81.4771 33 87V166C33 171.523 37.4772 176 43 176H151C156.523 176 161 171.523 161 166V87C161 81.4771 156.523 77 151 77H139V57C139 34.3563 120.644 16 98 16H97C74.3563 16 56 34.3563 56 57V77ZM104.981 122.551C104.796 125.28 103.242 127.633 101 128.93V138H93V128.93C90.611 127.548 89.003 124.966 89 122.008C89 122.006 89 122.003 89 122C89 117.582 92.5817 114 97 114C101.418 114 105 117.582 105 122C105 122.185 104.994 122.369 104.981 122.551Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = LockedSolid;
export default LockedSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MagnifyingGlassMinusOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M94 70C97.3137 70 100 72.6863 100 76C100 79.3137 97.3137 82 94 82C74.9723 82 80.6656 82 58 82C54.6863 82 52 79.3137 52 76C52 72.6863 54.6863 70 58 70C80.6853 70 74.9586 70 94 70Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 76C128 88.1977 123.8 99.4145 116.768 108.283L165.081 156.596C167.424 158.939 167.424 162.738 165.081 165.081C162.738 167.425 158.939 167.425 156.595 165.081L108.282 116.768C99.4138 123.8 88.1973 128 76 128C47.2812 128 24 104.719 24 76C24 47.2812 47.2812 24 76 24C104.719 24 128 47.2812 128 76ZM76 116C98.0914 116 116 98.0914 116 76C116 53.9086 98.0914 36 76 36C53.9086 36 36 53.9086 36 76C36 98.0914 53.9086 116 76 116Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MagnifyingGlassMinusOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M94 70C97.3137 70 100 72.6863 100 76C100 79.3137 97.3137 82 94 82C74.9723 82 80.6656 82 58 82C54.6863 82 52 79.3137 52 76C52 72.6863 54.6863 70 58 70C80.6853 70 74.9586 70 94 70Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 76C128 88.1977 123.8 99.4145 116.768 108.283L165.081 156.596C167.424 158.939 167.424 162.738 165.081 165.081C162.738 167.425 158.939 167.425 156.595 165.081L108.282 116.768C99.4138 123.8 88.1973 128 76 128C47.2812 128 24 104.719 24 76C24 47.2812 47.2812 24 76 24C104.719 24 128 47.2812 128 76ZM76 116C98.0914 116 116 98.0914 116 76C116 53.9086 98.0914 36 76 36C53.9086 36 36 53.9086 36 76C36 98.0914 53.9086 116 76 116Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MagnifyingGlassMinusOutline;
export default MagnifyingGlassMinusOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MagnifyingGlassMinusSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M116.768 108.283C123.8 99.4145 128 88.1977 128 76C128 47.2812 104.719 24 76 24C47.2812 24 24 47.2812 24 76C24 104.719 47.2812 128 76 128C88.1973 128 99.4138 123.8 108.282 116.768L156.595 165.081C158.939 167.425 162.738 167.425 165.081 165.081C167.424 162.738 167.424 158.939 165.081 156.596L116.768 108.283ZM58 70C54.6863 70 52 72.6863 52 76C52 79.3137 54.6863 82 58 82C80.6656 82 74.9723 82 94 82C97.3137 82 100 79.3137 100 76C100 72.6863 97.3137 70 94 70C74.9586 70 80.6853 70 58 70Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const MagnifyingGlassMinusSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M116.768 108.283C123.8 99.4145 128 88.1977 128 76C128 47.2812 104.719 24 76 24C47.2812 24 24 47.2812 24 76C24 104.719 47.2812 128 76 128C88.1973 128 99.4138 123.8 108.282 116.768L156.595 165.081C158.939 167.425 162.738 167.425 165.081 165.081C167.424 162.738 167.424 158.939 165.081 156.596L116.768 108.283ZM58 70C54.6863 70 52 72.6863 52 76C52 79.3137 54.6863 82 58 82C80.6656 82 74.9723 82 94 82C97.3137 82 100 79.3137 100 76C100 72.6863 97.3137 70 94 70C74.9586 70 80.6853 70 58 70Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MagnifyingGlassMinusSolid;
export default MagnifyingGlassMinusSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MagnifyingGlassPlusOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M70 58C70 54.6863 72.6863 52 76 52C79.3137 52 82 54.6863 82 58V70H94C97.3137 70 100 72.6863 100 76C100 79.3137 97.3137 82 94 82H82V94C82 97.3137 79.3137 100 76 100C72.6863 100 70 97.3137 70 94V82H58C54.6863 82 52 79.3137 52 76C52 72.6863 54.6863 70 58 70H70V58Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 76C128 88.1977 123.8 99.4145 116.768 108.283L165.081 156.596C167.424 158.939 167.424 162.738 165.081 165.081C162.738 167.425 158.939 167.425 156.595 165.081L108.282 116.768C99.4138 123.8 88.1973 128 76 128C47.2812 128 24 104.719 24 76C24 47.2812 47.2812 24 76 24C104.719 24 128 47.2812 128 76ZM76 116C98.0914 116 116 98.0914 116 76C116 53.9086 98.0914 36 76 36C53.9086 36 36 53.9086 36 76C36 98.0914 53.9086 116 76 116Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MagnifyingGlassPlusOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M70 58C70 54.6863 72.6863 52 76 52C79.3137 52 82 54.6863 82 58V70H94C97.3137 70 100 72.6863 100 76C100 79.3137 97.3137 82 94 82H82V94C82 97.3137 79.3137 100 76 100C72.6863 100 70 97.3137 70 94V82H58C54.6863 82 52 79.3137 52 76C52 72.6863 54.6863 70 58 70H70V58Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 76C128 88.1977 123.8 99.4145 116.768 108.283L165.081 156.596C167.424 158.939 167.424 162.738 165.081 165.081C162.738 167.425 158.939 167.425 156.595 165.081L108.282 116.768C99.4138 123.8 88.1973 128 76 128C47.2812 128 24 104.719 24 76C24 47.2812 47.2812 24 76 24C104.719 24 128 47.2812 128 76ZM76 116C98.0914 116 116 98.0914 116 76C116 53.9086 98.0914 36 76 36C53.9086 36 36 53.9086 36 76C36 98.0914 53.9086 116 76 116Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MagnifyingGlassPlusOutline;
export default MagnifyingGlassPlusOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MagnifyingGlassPlusSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M116.768 108.283C123.8 99.4145 128 88.1977 128 76C128 47.2812 104.719 24 76 24C47.2812 24 24 47.2812 24 76C24 104.719 47.2812 128 76 128C88.1973 128 99.4138 123.8 108.282 116.768L156.595 165.081C158.939 167.425 162.738 167.425 165.081 165.081C167.424 162.738 167.424 158.939 165.081 156.596L116.768 108.283ZM76 52C72.6863 52 70 54.6863 70 58V70H58C54.6863 70 52 72.6863 52 76C52 79.3137 54.6863 82 58 82H70V94C70 97.3137 72.6863 100 76 100C79.3137 100 82 97.3137 82 94V82H94C97.3137 82 100 79.3137 100 76C100 72.6863 97.3137 70 94 70H82V58C82 54.6863 79.3137 52 76 52Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const MagnifyingGlassPlusSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M116.768 108.283C123.8 99.4145 128 88.1977 128 76C128 47.2812 104.719 24 76 24C47.2812 24 24 47.2812 24 76C24 104.719 47.2812 128 76 128C88.1973 128 99.4138 123.8 108.282 116.768L156.595 165.081C158.939 167.425 162.738 167.425 165.081 165.081C167.424 162.738 167.424 158.939 165.081 156.596L116.768 108.283ZM76 52C72.6863 52 70 54.6863 70 58V70H58C54.6863 70 52 72.6863 52 76C52 79.3137 54.6863 82 58 82H70V94C70 97.3137 72.6863 100 76 100C79.3137 100 82 97.3137 82 94V82H94C97.3137 82 100 79.3137 100 76C100 72.6863 97.3137 70 94 70H82V58C82 54.6863 79.3137 52 76 52Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MagnifyingGlassPlusSolid;
export default MagnifyingGlassPlusSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MenuLeft = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 38.5085C18 34.9139 21.4229 32 25.6452 32H168.355C172.577 32 176 34.9139 176 38.5085C176 42.103 172.577 45.0169 168.355 45.0169H25.6452C21.4229 45.0169 18 42.103 18 38.5085Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 114.508C18 110.914 20.6863 108 24 108H136C139.314 108 142 110.914 142 114.508C142 118.103 139.314 121.017 136 121.017H24C20.6863 121.017 18 118.103 18 114.508Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 76.5085C18 72.9139 20.6863 70 24 70H136C139.314 70 142 72.9139 142 76.5085C142 80.103 139.314 83.0169 136 83.0169H24C20.6863 83.0169 18 80.103 18 76.5085Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 152.508C18 148.914 21.4229 146 25.6452 146H168.355C172.577 146 176 148.914 176 152.508C176 156.103 172.577 159.017 168.355 159.017H25.6452C21.4229 159.017 18 156.103 18 152.508Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MenuLeft = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 38.5085C18 34.9139 21.4229 32 25.6452 32H168.355C172.577 32 176 34.9139 176 38.5085C176 42.103 172.577 45.0169 168.355 45.0169H25.6452C21.4229 45.0169 18 42.103 18 38.5085Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 114.508C18 110.914 20.6863 108 24 108H136C139.314 108 142 110.914 142 114.508C142 118.103 139.314 121.017 136 121.017H24C20.6863 121.017 18 118.103 18 114.508Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 76.5085C18 72.9139 20.6863 70 24 70H136C139.314 70 142 72.9139 142 76.5085C142 80.103 139.314 83.0169 136 83.0169H24C20.6863 83.0169 18 80.103 18 76.5085Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 152.508C18 148.914 21.4229 146 25.6452 146H168.355C172.577 146 176 148.914 176 152.508C176 156.103 172.577 159.017 168.355 159.017H25.6452C21.4229 159.017 18 156.103 18 152.508Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MenuLeft;
export default MenuLeft;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MenuRight = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 38.5085C18 34.9139 21.4229 32 25.6452 32H168.355C172.577 32 176 34.9139 176 38.5085C176 42.103 172.577 45.0169 168.355 45.0169H25.6452C21.4229 45.0169 18 42.103 18 38.5085Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 114.508C52 110.914 54.6863 108 58 108H170C173.314 108 176 110.914 176 114.508C176 118.103 173.314 121.017 170 121.017H58C54.6863 121.017 52 118.103 52 114.508Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 76.5085C52 72.9139 54.6863 70 58 70H170C173.314 70 176 72.9139 176 76.5085C176 80.103 173.314 83.0169 170 83.0169H58C54.6863 83.0169 52 80.103 52 76.5085Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 152.508C18 148.914 21.4229 146 25.6452 146H168.355C172.577 146 176 148.914 176 152.508C176 156.103 172.577 159.017 168.355 159.017H25.6452C21.4229 159.017 18 156.103 18 152.508Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MenuRight = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 38.5085C18 34.9139 21.4229 32 25.6452 32H168.355C172.577 32 176 34.9139 176 38.5085C176 42.103 172.577 45.0169 168.355 45.0169H25.6452C21.4229 45.0169 18 42.103 18 38.5085Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 114.508C52 110.914 54.6863 108 58 108H170C173.314 108 176 110.914 176 114.508C176 118.103 173.314 121.017 170 121.017H58C54.6863 121.017 52 118.103 52 114.508Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52 76.5085C52 72.9139 54.6863 70 58 70H170C173.314 70 176 72.9139 176 76.5085C176 80.103 173.314 83.0169 170 83.0169H58C54.6863 83.0169 52 80.103 52 76.5085Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M18 152.508C18 148.914 21.4229 146 25.6452 146H168.355C172.577 146 176 148.914 176 152.508C176 156.103 172.577 159.017 168.355 159.017H25.6452C21.4229 159.017 18 156.103 18 152.508Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MenuRight;
export default MenuRight;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MessageOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M29 126V44H165V126H75L53.2441 138H167C172.523 138 177 133.523 177 128V42C177 36.4772 172.523 32 167 32H27C21.4772 32 17 36.4772 17 42V128C17 133.523 21.4772 138 27 138H48L52.5 126H29Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58 62C58 58.6863 60.6863 56 64 56H132C135.314 56 138 58.6863 138 62C138 65.3137 135.314 68 132 68H64C60.6863 68 58 65.3137 58 62Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M59 85C59 81.6863 61.6863 79 65 79L116 79C119.314 79 122 81.6863 122 85C122 88.3137 119.314 91 116 91L65 91C61.6863 91 59 88.3137 59 85Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58 109C58 105.686 60.6863 103 64 103H132C135.314 103 138 105.686 138 109C138 112.314 135.314 115 132 115H64C60.6863 115 58 112.314 58 109Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M45.6179 127.107C48.7206 128.27 50.2926 131.729 49.1291 134.831L41.3426 155.595C40.1791 158.698 36.7206 160.27 33.6179 159.107C30.5151 157.943 28.9431 154.485 30.1066 151.382L37.8931 130.618C39.0567 127.515 42.5151 125.943 45.6179 127.107Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M81.8475 129.281C83.42 132.198 82.3303 135.837 79.4135 137.41L39.976 158.672C37.0592 160.245 33.4198 159.155 31.8473 156.238C30.2747 153.321 31.3645 149.682 34.2813 148.109L73.7188 126.847C76.6356 125.275 80.2749 126.364 81.8475 129.281Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MessageOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M29 126V44H165V126H75L53.2441 138H167C172.523 138 177 133.523 177 128V42C177 36.4772 172.523 32 167 32H27C21.4772 32 17 36.4772 17 42V128C17 133.523 21.4772 138 27 138H48L52.5 126H29Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58 62C58 58.6863 60.6863 56 64 56H132C135.314 56 138 58.6863 138 62C138 65.3137 135.314 68 132 68H64C60.6863 68 58 65.3137 58 62Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M59 85C59 81.6863 61.6863 79 65 79L116 79C119.314 79 122 81.6863 122 85C122 88.3137 119.314 91 116 91L65 91C61.6863 91 59 88.3137 59 85Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58 109C58 105.686 60.6863 103 64 103H132C135.314 103 138 105.686 138 109C138 112.314 135.314 115 132 115H64C60.6863 115 58 112.314 58 109Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M45.6179 127.107C48.7206 128.27 50.2926 131.729 49.1291 134.831L41.3426 155.595C40.1791 158.698 36.7206 160.27 33.6179 159.107C30.5151 157.943 28.9431 154.485 30.1066 151.382L37.8931 130.618C39.0567 127.515 42.5151 125.943 45.6179 127.107Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M81.8475 129.281C83.42 132.198 82.3303 135.837 79.4135 137.41L39.976 158.672C37.0592 160.245 33.4198 159.155 31.8473 156.238C30.2747 153.321 31.3645 149.682 34.2813 148.109L73.7188 126.847C76.6356 125.275 80.2749 126.364 81.8475 129.281Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MessageOutline;
export default MessageOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MessageRoundOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M157 90C157 117.999 131.037 143 96 143C84.8824 143 74.6785 140.483 65.9277 136.151L41 150C41.2049 149.6 42.8229 144.823 44.7984 138.906L45.4525 136.897L45.4648 136.907C46.8483 132.753 48.3424 128.239 49.6186 124.371C40.4081 114.933 35 102.779 35 90C35 62.0005 60.9632 37 96 37C131.037 37 157 62.0005 157 90ZM169 90C169 125.899 136.317 155 96 155C85.4662 155 75.4535 153.013 66.4087 149.438C66.195 149.594 65.9686 149.738 65.7298 149.868L35.2702 166.443C34.5472 166.836 33.779 167.066 33.0083 167.144C31.8426 167.524 30.5501 167.551 29.295 167.143C26.1441 166.117 24.4214 162.731 25.4473 159.58L35.7322 127.99C35.8288 127.694 35.9462 127.41 36.0823 127.14C27.836 116.612 23 103.809 23 90C23 54.1015 55.6832 25 96 25C136.317 25 169 54.1015 169 90Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M55 66C55 62.6863 57.6863 60 61 60H129C132.314 60 135 62.6863 135 66C135 69.3137 132.314 72 129 72H61C57.6863 72 55 69.3137 55 66Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M56 90C56 86.6863 58.6863 84 62 84L113 84C116.314 84 119 86.6863 119 90C119 93.3137 116.314 96 113 96L62 96C58.6863 96 56 93.3137 56 90Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M55 114C55 110.686 57.6863 108 61 108H129C132.314 108 135 110.686 135 114C135 117.314 132.314 120 129 120H61C57.6863 120 55 117.314 55 114Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MessageRoundOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M157 90C157 117.999 131.037 143 96 143C84.8824 143 74.6785 140.483 65.9277 136.151L41 150C41.2049 149.6 42.8229 144.823 44.7984 138.906L45.4525 136.897L45.4648 136.907C46.8483 132.753 48.3424 128.239 49.6186 124.371C40.4081 114.933 35 102.779 35 90C35 62.0005 60.9632 37 96 37C131.037 37 157 62.0005 157 90ZM169 90C169 125.899 136.317 155 96 155C85.4662 155 75.4535 153.013 66.4087 149.438C66.195 149.594 65.9686 149.738 65.7298 149.868L35.2702 166.443C34.5472 166.836 33.779 167.066 33.0083 167.144C31.8426 167.524 30.5501 167.551 29.295 167.143C26.1441 166.117 24.4214 162.731 25.4473 159.58L35.7322 127.99C35.8288 127.694 35.9462 127.41 36.0823 127.14C27.836 116.612 23 103.809 23 90C23 54.1015 55.6832 25 96 25C136.317 25 169 54.1015 169 90Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M55 66C55 62.6863 57.6863 60 61 60H129C132.314 60 135 62.6863 135 66C135 69.3137 132.314 72 129 72H61C57.6863 72 55 69.3137 55 66Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M56 90C56 86.6863 58.6863 84 62 84L113 84C116.314 84 119 86.6863 119 90C119 93.3137 116.314 96 113 96L62 96C58.6863 96 56 93.3137 56 90Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M55 114C55 110.686 57.6863 108 61 108H129C132.314 108 135 110.686 135 114C135 117.314 132.314 120 129 120H61C57.6863 120 55 117.314 55 114Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MessageRoundOutline;
export default MessageRoundOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MessageRoundSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M169.5 89.5C169.5 125.399 136.817 154.5 96.5 154.5C85.9662 154.5 75.9535 152.513 66.9087 148.938C66.695 149.094 66.4686 149.238 66.2298 149.368L35.7702 165.943C35.0472 166.336 34.279 166.566 33.5083 166.644C32.3426 167.024 31.0501 167.051 29.795 166.643C26.6441 165.617 24.9214 162.231 25.9473 159.08L36.2322 127.49C36.3288 127.194 36.4462 126.91 36.5823 126.64C28.336 116.112 23.5 103.309 23.5 89.5C23.5 53.6015 56.1832 24.5 96.5 24.5C136.817 24.5 169.5 53.6015 169.5 89.5ZM61.5 59.5C58.1863 59.5 55.5 62.1863 55.5 65.5C55.5 68.8137 58.1863 71.5 61.5 71.5H129.5C132.814 71.5 135.5 68.8137 135.5 65.5C135.5 62.1863 132.814 59.5 129.5 59.5H61.5ZM56.5 89.5C56.5 86.1863 59.1863 83.5 62.5 83.5H113.5C116.814 83.5 119.5 86.1863 119.5 89.5C119.5 92.8137 116.814 95.5 113.5 95.5H62.5C59.1863 95.5 56.5 92.8137 56.5 89.5ZM61.5 107.5C58.1863 107.5 55.5 110.186 55.5 113.5C55.5 116.814 58.1863 119.5 61.5 119.5H129.5C132.814 119.5 135.5 116.814 135.5 113.5C135.5 110.186 132.814 107.5 129.5 107.5H61.5Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const MessageRoundSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M169.5 89.5C169.5 125.399 136.817 154.5 96.5 154.5C85.9662 154.5 75.9535 152.513 66.9087 148.938C66.695 149.094 66.4686 149.238 66.2298 149.368L35.7702 165.943C35.0472 166.336 34.279 166.566 33.5083 166.644C32.3426 167.024 31.0501 167.051 29.795 166.643C26.6441 165.617 24.9214 162.231 25.9473 159.08L36.2322 127.49C36.3288 127.194 36.4462 126.91 36.5823 126.64C28.336 116.112 23.5 103.309 23.5 89.5C23.5 53.6015 56.1832 24.5 96.5 24.5C136.817 24.5 169.5 53.6015 169.5 89.5ZM61.5 59.5C58.1863 59.5 55.5 62.1863 55.5 65.5C55.5 68.8137 58.1863 71.5 61.5 71.5H129.5C132.814 71.5 135.5 68.8137 135.5 65.5C135.5 62.1863 132.814 59.5 129.5 59.5H61.5ZM56.5 89.5C56.5 86.1863 59.1863 83.5 62.5 83.5H113.5C116.814 83.5 119.5 86.1863 119.5 89.5C119.5 92.8137 116.814 95.5 113.5 95.5H62.5C59.1863 95.5 56.5 92.8137 56.5 89.5ZM61.5 107.5C58.1863 107.5 55.5 110.186 55.5 113.5C55.5 116.814 58.1863 119.5 61.5 119.5H129.5C132.814 119.5 135.5 116.814 135.5 113.5C135.5 110.186 132.814 107.5 129.5 107.5H61.5Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MessageRoundSolid;
export default MessageRoundSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MessageSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M55.6818 138.5H166.5C172.023 138.5 176.5 134.023 176.5 128.5V42.5C176.5 36.9772 172.023 32.5 166.5 32.5H26.5C20.9772 32.5 16.5 36.9772 16.5 42.5V128.5C16.5 134.023 20.9772 138.5 26.5 138.5H43.8636L41.5 145L55.6818 138.5ZM57.5 62.5C57.5 59.1863 60.1863 56.5 63.5 56.5H131.5C134.814 56.5 137.5 59.1863 137.5 62.5C137.5 65.8137 134.814 68.5 131.5 68.5H63.5C60.1863 68.5 57.5 65.8137 57.5 62.5ZM64.5 79.5C61.1863 79.5 58.5 82.1863 58.5 85.5C58.5 88.8137 61.1863 91.5 64.5 91.5H115.5C118.814 91.5 121.5 88.8137 121.5 85.5C121.5 82.1863 118.814 79.5 115.5 79.5H64.5ZM57.5 109.5C57.5 106.186 60.1863 103.5 63.5 103.5H131.5C134.814 103.5 137.5 106.186 137.5 109.5C137.5 112.814 134.814 115.5 131.5 115.5H63.5C60.1863 115.5 57.5 112.814 57.5 109.5Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 42.5C16 36.701 20.701 32 26.5 32H166.5C172.299 32 177 36.701 177 42.5V128.5C177 134.299 172.299 139 166.5 139H55.7909L40.6216 145.953L43.1498 139H26.5C20.701 139 16 134.299 16 128.5V42.5ZM26.5 33C21.2533 33 17 37.2533 17 42.5V128.5C17 133.747 21.2533 138 26.5 138H44.5775L42.3784 144.047L55.5727 138H166.5C171.747 138 176 133.747 176 128.5V42.5C176 37.2533 171.747 33 166.5 33H26.5ZM57 62.5C57 58.9101 59.9101 56 63.5 56H131.5C135.09 56 138 58.9101 138 62.5C138 66.0899 135.09 69 131.5 69H63.5C59.9101 69 57 66.0899 57 62.5ZM63.5 57C60.4624 57 58 59.4624 58 62.5C58 65.5376 60.4624 68 63.5 68H131.5C134.538 68 137 65.5376 137 62.5C137 59.4624 134.538 57 131.5 57H63.5ZM64.5 80C61.4624 80 59 82.4624 59 85.5C59 88.5376 61.4624 91 64.5 91H115.5C118.538 91 121 88.5376 121 85.5C121 82.4624 118.538 80 115.5 80H64.5ZM58 85.5C58 81.9101 60.9101 79 64.5 79H115.5C119.09 79 122 81.9101 122 85.5C122 89.0899 119.09 92 115.5 92H64.5C60.9101 92 58 89.0899 58 85.5ZM57 109.5C57 105.91 59.9101 103 63.5 103H131.5C135.09 103 138 105.91 138 109.5C138 113.09 135.09 116 131.5 116H63.5C59.9101 116 57 113.09 57 109.5ZM63.5 104C60.4624 104 58 106.462 58 109.5C58 112.538 60.4624 115 63.5 115H131.5C134.538 115 137 112.538 137 109.5C137 106.462 134.538 104 131.5 104H63.5Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M45.1179 127.607C48.2206 128.77 49.7926 132.229 48.6291 135.331L40.8426 156.095C39.6791 159.198 36.2206 160.77 33.1179 159.607C30.0151 158.443 28.4431 154.985 29.6066 151.882L37.3931 131.118C38.5567 128.015 42.0151 126.443 45.1179 127.607Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M81.3475 129.781C82.92 132.698 81.8303 136.337 78.9135 137.91L39.476 159.172C36.5592 160.745 32.9198 159.655 31.3473 156.738C29.7747 153.821 30.8645 150.182 33.7813 148.609L73.2188 127.347C76.1356 125.775 79.7749 126.864 81.3475 129.781Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MessageSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M55.6818 138.5H166.5C172.023 138.5 176.5 134.023 176.5 128.5V42.5C176.5 36.9772 172.023 32.5 166.5 32.5H26.5C20.9772 32.5 16.5 36.9772 16.5 42.5V128.5C16.5 134.023 20.9772 138.5 26.5 138.5H43.8636L41.5 145L55.6818 138.5ZM57.5 62.5C57.5 59.1863 60.1863 56.5 63.5 56.5H131.5C134.814 56.5 137.5 59.1863 137.5 62.5C137.5 65.8137 134.814 68.5 131.5 68.5H63.5C60.1863 68.5 57.5 65.8137 57.5 62.5ZM64.5 79.5C61.1863 79.5 58.5 82.1863 58.5 85.5C58.5 88.8137 61.1863 91.5 64.5 91.5H115.5C118.814 91.5 121.5 88.8137 121.5 85.5C121.5 82.1863 118.814 79.5 115.5 79.5H64.5ZM57.5 109.5C57.5 106.186 60.1863 103.5 63.5 103.5H131.5C134.814 103.5 137.5 106.186 137.5 109.5C137.5 112.814 134.814 115.5 131.5 115.5H63.5C60.1863 115.5 57.5 112.814 57.5 109.5Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 42.5C16 36.701 20.701 32 26.5 32H166.5C172.299 32 177 36.701 177 42.5V128.5C177 134.299 172.299 139 166.5 139H55.7909L40.6216 145.953L43.1498 139H26.5C20.701 139 16 134.299 16 128.5V42.5ZM26.5 33C21.2533 33 17 37.2533 17 42.5V128.5C17 133.747 21.2533 138 26.5 138H44.5775L42.3784 144.047L55.5727 138H166.5C171.747 138 176 133.747 176 128.5V42.5C176 37.2533 171.747 33 166.5 33H26.5ZM57 62.5C57 58.9101 59.9101 56 63.5 56H131.5C135.09 56 138 58.9101 138 62.5C138 66.0899 135.09 69 131.5 69H63.5C59.9101 69 57 66.0899 57 62.5ZM63.5 57C60.4624 57 58 59.4624 58 62.5C58 65.5376 60.4624 68 63.5 68H131.5C134.538 68 137 65.5376 137 62.5C137 59.4624 134.538 57 131.5 57H63.5ZM64.5 80C61.4624 80 59 82.4624 59 85.5C59 88.5376 61.4624 91 64.5 91H115.5C118.538 91 121 88.5376 121 85.5C121 82.4624 118.538 80 115.5 80H64.5ZM58 85.5C58 81.9101 60.9101 79 64.5 79H115.5C119.09 79 122 81.9101 122 85.5C122 89.0899 119.09 92 115.5 92H64.5C60.9101 92 58 89.0899 58 85.5ZM57 109.5C57 105.91 59.9101 103 63.5 103H131.5C135.09 103 138 105.91 138 109.5C138 113.09 135.09 116 131.5 116H63.5C59.9101 116 57 113.09 57 109.5ZM63.5 104C60.4624 104 58 106.462 58 109.5C58 112.538 60.4624 115 63.5 115H131.5C134.538 115 137 112.538 137 109.5C137 106.462 134.538 104 131.5 104H63.5Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M45.1179 127.607C48.2206 128.77 49.7926 132.229 48.6291 135.331L40.8426 156.095C39.6791 159.198 36.2206 160.77 33.1179 159.607C30.0151 158.443 28.4431 154.985 29.6066 151.882L37.3931 131.118C38.5567 128.015 42.0151 126.443 45.1179 127.607Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M81.3475 129.781C82.92 132.698 81.8303 136.337 78.9135 137.91L39.476 159.172C36.5592 160.745 32.9198 159.655 31.3473 156.738C29.7747 153.821 30.8645 150.182 33.7813 148.609L73.2188 127.347C76.1356 125.775 79.7749 126.864 81.3475 129.781Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MessageSolid;
export default MessageSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MicrophoneOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112 97.8462V46.1539C112 36.6376 104.837 28.9231 96 28.9231C87.1634 28.9231 80 36.6376 80 46.1539V97.8462C80 107.362 87.1634 115.077 96 115.077C104.837 115.077 112 107.362 112 97.8462ZM96 16C80.536 16 68 29.5003 68 46.1539V97.8462C68 114.5 80.536 128 96 128C111.464 128 124 114.5 124 97.8462V46.1539C124 29.5003 111.464 16 96 16Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M90 145H102V172H90V145Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M74 170C74 166.686 76.6863 164 80 164H112C115.314 164 118 166.686 118 170C118 173.314 115.314 176 112 176H80C76.6863 176 74 173.314 74 170Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M136 94C136 90.6863 138.686 88 142 88C145.314 88 148 90.6863 148 94V100C148 106.829 146.655 113.591 144.042 119.9C141.428 126.208 137.598 131.941 132.77 136.77C127.941 141.598 122.208 145.428 115.9 148.042C109.591 150.655 102.829 152 96 152C89.1713 152 82.4094 150.655 76.1005 148.042C69.7915 145.428 64.0591 141.598 59.2304 136.77C54.4018 131.941 50.5715 126.208 47.9583 119.9C45.345 113.591 44 106.829 44 100V94C44 90.6863 46.6863 88 50 88C53.3137 88 56 90.6863 56 94V100C56 105.253 57.0346 110.454 59.0448 115.307C61.055 120.16 64.0014 124.57 67.7157 128.284C71.4301 131.999 75.8396 134.945 80.6927 136.955C85.5457 138.965 90.7471 140 96 140C101.253 140 106.454 138.965 111.307 136.955C116.16 134.945 120.57 131.999 124.284 128.284C127.999 124.57 130.945 120.16 132.955 115.307C134.965 110.454 136 105.253 136 100V94Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MicrophoneOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112 97.8462V46.1539C112 36.6376 104.837 28.9231 96 28.9231C87.1634 28.9231 80 36.6376 80 46.1539V97.8462C80 107.362 87.1634 115.077 96 115.077C104.837 115.077 112 107.362 112 97.8462ZM96 16C80.536 16 68 29.5003 68 46.1539V97.8462C68 114.5 80.536 128 96 128C111.464 128 124 114.5 124 97.8462V46.1539C124 29.5003 111.464 16 96 16Z' }), _jsx("path", { d: 'M90 145H102V172H90V145Z', fill: 'currentColor' }), _jsx("path", { d: 'M74 170C74 166.686 76.6863 164 80 164H112C115.314 164 118 166.686 118 170C118 173.314 115.314 176 112 176H80C76.6863 176 74 173.314 74 170Z' }), _jsx("path", { d: 'M136 94C136 90.6863 138.686 88 142 88C145.314 88 148 90.6863 148 94V100C148 106.829 146.655 113.591 144.042 119.9C141.428 126.208 137.598 131.941 132.77 136.77C127.941 141.598 122.208 145.428 115.9 148.042C109.591 150.655 102.829 152 96 152C89.1713 152 82.4094 150.655 76.1005 148.042C69.7915 145.428 64.0591 141.598 59.2304 136.77C54.4018 131.941 50.5715 126.208 47.9583 119.9C45.345 113.591 44 106.829 44 100V94C44 90.6863 46.6863 88 50 88C53.3137 88 56 90.6863 56 94V100C56 105.253 57.0346 110.454 59.0448 115.307C61.055 120.16 64.0014 124.57 67.7157 128.284C71.4301 131.999 75.8396 134.945 80.6927 136.955C85.5457 138.965 90.7471 140 96 140C101.253 140 106.454 138.965 111.307 136.955C116.16 134.945 120.57 131.999 124.284 128.284C127.999 124.57 130.945 120.16 132.955 115.307C134.965 110.454 136 105.253 136 100V94Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MicrophoneOutline;
export default MicrophoneOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var MicrophoneSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M67 46.1539C67 29.5003 79.536 16 95 16C110.464 16 123 29.5003 123 46.1539V97.8462C123 114.5 110.464 128 95 128C79.536 128 67 114.5 67 97.8462V46.1539Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M89 145H101V172H89V145Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M73 170C73 166.686 75.6863 164 79 164H111C114.314 164 117 166.686 117 170C117 173.314 114.314 176 111 176H79C75.6863 176 73 173.314 73 170Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M135 94C135 90.6863 137.686 88 141 88C144.314 88 147 90.6863 147 94V100C147 106.829 145.655 113.591 143.042 119.9C140.428 126.208 136.598 131.941 131.77 136.77C126.941 141.598 121.208 145.428 114.9 148.042C108.591 150.655 101.829 152 95 152C88.1713 152 81.4094 150.655 75.1005 148.042C68.7915 145.428 63.0591 141.598 58.2304 136.77C53.4018 131.941 49.5715 126.208 46.9583 119.9C44.345 113.591 43 106.829 43 100V94C43 90.6863 45.6863 88 49 88C52.3137 88 55 90.6863 55 94V100C55 105.253 56.0346 110.454 58.0448 115.307C60.055 120.16 63.0014 124.57 66.7157 128.284C70.4301 131.999 74.8396 134.945 79.6927 136.955C84.5457 138.965 89.7471 140 95 140C100.253 140 105.454 138.965 110.307 136.955C115.16 134.945 119.57 131.999 123.284 128.284C126.999 124.57 129.945 120.16 131.955 115.307C133.965 110.454 135 105.253 135 100V94Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const MicrophoneSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M67 46.1539C67 29.5003 79.536 16 95 16C110.464 16 123 29.5003 123 46.1539V97.8462C123 114.5 110.464 128 95 128C79.536 128 67 114.5 67 97.8462V46.1539Z' }), _jsx("path", { d: 'M89 145H101V172H89V145Z', fill: 'currentColor' }), _jsx("path", { d: 'M73 170C73 166.686 75.6863 164 79 164H111C114.314 164 117 166.686 117 170C117 173.314 114.314 176 111 176H79C75.6863 176 73 173.314 73 170Z' }), _jsx("path", { d: 'M135 94C135 90.6863 137.686 88 141 88C144.314 88 147 90.6863 147 94V100C147 106.829 145.655 113.591 143.042 119.9C140.428 126.208 136.598 131.941 131.77 136.77C126.941 141.598 121.208 145.428 114.9 148.042C108.591 150.655 101.829 152 95 152C88.1713 152 81.4094 150.655 75.1005 148.042C68.7915 145.428 63.0591 141.598 58.2304 136.77C53.4018 131.941 49.5715 126.208 46.9583 119.9C44.345 113.591 43 106.829 43 100V94C43 90.6863 45.6863 88 49 88C52.3137 88 55 90.6863 55 94V100C55 105.253 56.0346 110.454 58.0448 115.307C60.055 120.16 63.0014 124.57 66.7157 128.284C70.4301 131.999 74.8396 134.945 79.6927 136.955C84.5457 138.965 89.7471 140 95 140C100.253 140 105.454 138.965 110.307 136.955C115.16 134.945 119.57 131.999 123.284 128.284C126.999 124.57 129.945 120.16 131.955 115.307C133.965 110.454 135 105.253 135 100V94Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = MicrophoneSolid;
export default MicrophoneSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Mobile = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 144V28H64V35C64 37.7614 66.2386 40 69 40H123C125.761 40 128 37.7614 128 35V28H148V144H44ZM160 26V154V166C160 171.523 155.523 176 150 176H42C36.4772 176 32 171.523 32 166V26C32 20.4772 36.4772 16 42 16H150C155.523 16 160 20.4772 160 26ZM95 167C98.866 167 102 163.866 102 160C102 156.134 98.866 153 95 153C91.134 153 88 156.134 88 160C88 163.866 91.134 167 95 167Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Mobile = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 144V28H64V35C64 37.7614 66.2386 40 69 40H123C125.761 40 128 37.7614 128 35V28H148V144H44ZM160 26V154V166C160 171.523 155.523 176 150 176H42C36.4772 176 32 171.523 32 166V26C32 20.4772 36.4772 16 42 16H150C155.523 16 160 20.4772 160 26ZM95 167C98.866 167 102 163.866 102 160C102 156.134 98.866 153 95 153C91.134 153 88 156.134 88 160C88 163.866 91.134 167 95 167Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Mobile;
export default Mobile;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Money = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 44V148H164V44H28ZM26 32C20.4772 32 16 36.4772 16 42V150C16 155.523 20.4772 160 26 160H166C171.523 160 176 155.523 176 150V42C176 36.4772 171.523 32 166 32H26Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M116.062 107.438C116.062 112.812 114.188 116.906 110.438 119.719C106.719 122.531 101.141 123.938 93.7031 123.938C89.8906 123.938 86.6406 123.672 83.9531 123.141C81.2656 122.641 78.75 121.891 76.4062 120.891V109.078C79.0625 110.328 82.0469 111.375 85.3594 112.219C88.7031 113.062 91.6406 113.484 94.1719 113.484C99.3594 113.484 101.953 111.984 101.953 108.984C101.953 107.859 101.609 106.953 100.922 106.266C100.234 105.547 99.0469 104.75 97.3594 103.875C95.6719 102.969 93.4219 101.922 90.6094 100.734C86.5781 99.0469 83.6094 97.4844 81.7031 96.0469C79.8281 94.6094 78.4531 92.9688 77.5781 91.125C76.7344 89.25 76.3125 86.9531 76.3125 84.2344C76.3125 79.5781 78.1094 75.9844 81.7031 73.4531C85.3281 70.8906 90.4531 69.6094 97.0781 69.6094C103.391 69.6094 109.531 70.9844 115.5 73.7344L111.188 84.0469C108.562 82.9219 106.109 82 103.828 81.2812C101.547 80.5625 99.2188 80.2031 96.8438 80.2031C92.625 80.2031 90.5156 81.3438 90.5156 83.625C90.5156 84.9062 91.1875 86.0156 92.5312 86.9531C93.9062 87.8906 96.8906 89.2812 101.484 91.125C105.578 92.7812 108.578 94.3281 110.484 95.7656C112.391 97.2031 113.797 98.8594 114.703 100.734C115.609 102.609 116.062 104.844 116.062 107.438Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M93 64H101V75H93V64Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M93 117H101V128H93V117Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M137.122 59.3055C130.936 50.5118 129.538 40.3356 130.122 33.4897L142.078 34.5102C141.682 39.1573 142.696 46.3726 146.937 52.4014C150.968 58.1325 158.375 63.4618 172.235 64.0046L171.765 75.9954C154.551 75.3212 143.517 68.397 137.122 59.3055Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M137.122 132.694C130.936 141.488 129.538 151.664 130.122 158.51L142.078 157.49C141.682 152.843 142.696 145.627 146.937 139.599C150.968 133.868 158.375 128.538 172.235 127.995L171.765 116.005C154.551 116.679 143.517 123.603 137.122 132.694Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M54.878 59.3055C61.0638 50.5118 62.4625 40.3356 61.8782 33.4897L49.9217 34.5102C50.3183 39.1573 49.304 46.3726 45.0631 52.4014C41.0317 58.1325 33.6253 63.4618 19.7653 64.0046L20.2349 75.9954C37.4489 75.3212 48.4828 68.397 54.878 59.3055Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M54.878 132.694C61.0638 141.488 62.4625 151.664 61.8782 158.51L49.9217 157.49C50.3183 152.843 49.304 145.627 45.0631 139.599C41.0317 133.868 33.6253 128.538 19.7653 127.995L20.2349 116.005C37.4489 116.679 48.4828 123.603 54.878 132.694Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Money = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 44V148H164V44H28ZM26 32C20.4772 32 16 36.4772 16 42V150C16 155.523 20.4772 160 26 160H166C171.523 160 176 155.523 176 150V42C176 36.4772 171.523 32 166 32H26Z' }), _jsx("path", { d: 'M116.062 107.438C116.062 112.812 114.188 116.906 110.438 119.719C106.719 122.531 101.141 123.938 93.7031 123.938C89.8906 123.938 86.6406 123.672 83.9531 123.141C81.2656 122.641 78.75 121.891 76.4062 120.891V109.078C79.0625 110.328 82.0469 111.375 85.3594 112.219C88.7031 113.062 91.6406 113.484 94.1719 113.484C99.3594 113.484 101.953 111.984 101.953 108.984C101.953 107.859 101.609 106.953 100.922 106.266C100.234 105.547 99.0469 104.75 97.3594 103.875C95.6719 102.969 93.4219 101.922 90.6094 100.734C86.5781 99.0469 83.6094 97.4844 81.7031 96.0469C79.8281 94.6094 78.4531 92.9688 77.5781 91.125C76.7344 89.25 76.3125 86.9531 76.3125 84.2344C76.3125 79.5781 78.1094 75.9844 81.7031 73.4531C85.3281 70.8906 90.4531 69.6094 97.0781 69.6094C103.391 69.6094 109.531 70.9844 115.5 73.7344L111.188 84.0469C108.562 82.9219 106.109 82 103.828 81.2812C101.547 80.5625 99.2188 80.2031 96.8438 80.2031C92.625 80.2031 90.5156 81.3438 90.5156 83.625C90.5156 84.9062 91.1875 86.0156 92.5312 86.9531C93.9062 87.8906 96.8906 89.2812 101.484 91.125C105.578 92.7812 108.578 94.3281 110.484 95.7656C112.391 97.2031 113.797 98.8594 114.703 100.734C115.609 102.609 116.062 104.844 116.062 107.438Z' }), _jsx("path", { d: 'M93 64H101V75H93V64Z', fill: 'currentColor' }), _jsx("path", { d: 'M93 117H101V128H93V117Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M137.122 59.3055C130.936 50.5118 129.538 40.3356 130.122 33.4897L142.078 34.5102C141.682 39.1573 142.696 46.3726 146.937 52.4014C150.968 58.1325 158.375 63.4618 172.235 64.0046L171.765 75.9954C154.551 75.3212 143.517 68.397 137.122 59.3055Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M137.122 132.694C130.936 141.488 129.538 151.664 130.122 158.51L142.078 157.49C141.682 152.843 142.696 145.627 146.937 139.599C150.968 133.868 158.375 128.538 172.235 127.995L171.765 116.005C154.551 116.679 143.517 123.603 137.122 132.694Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M54.878 59.3055C61.0638 50.5118 62.4625 40.3356 61.8782 33.4897L49.9217 34.5102C50.3183 39.1573 49.304 46.3726 45.0631 52.4014C41.0317 58.1325 33.6253 63.4618 19.7653 64.0046L20.2349 75.9954C37.4489 75.3212 48.4828 68.397 54.878 59.3055Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M54.878 132.694C61.0638 141.488 62.4625 151.664 61.8782 158.51L49.9217 157.49C50.3183 152.843 49.304 145.627 45.0631 139.599C41.0317 133.868 33.6253 128.538 19.7653 127.995L20.2349 116.005C37.4489 116.679 48.4828 123.603 54.878 132.694Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Money;
export default Money;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var NotificationOffOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M33.4419 41.9272C35.7851 39.5841 39.4948 39.4948 41.7279 41.7279L148.961 148.961C151.194 151.194 151.105 154.904 148.761 157.247C146.418 159.59 142.709 159.679 140.475 157.446L33.2426 50.2132C31.0095 47.9801 31.0988 44.2704 33.4419 41.9272Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.5001 16C91.8056 16 88.0001 19.7819 88.0001 24.4472V31.4037C88.0001 31.8633 88.037 32.3144 88.1081 32.754C77.7198 34.776 68.5841 40.2728 61.9766 47.9766L70.475 56.475C76.7064 48.7629 86.2731 43.8261 97.0001 43.8261C115.778 43.8261 131 58.9539 131 77.6149V85.5653V87.5528V117L155.217 141.217H161C162.147 141.217 163.219 140.897 164.131 140.342C164.899 140.052 165.62 139.6 166.239 138.985C168.582 136.656 168.582 132.881 166.239 130.552L143 107.458V87.5528V85.5653V77.6149C143 55.0511 126.551 36.3055 104.919 32.5755C104.972 32.1925 105 31.8013 105 31.4037V24.4472C105 19.7819 101.194 16 96.5001 16ZM138.247 141.217L126.321 129.292H63.0001V87.5528V86.5589V77.6149C63.0001 74.097 63.5411 70.7046 64.5449 67.5154L55.3064 58.277C52.5435 64.1502 51.0001 70.7034 51.0001 77.6149V86.5589V87.5528V106.567C50.7437 106.751 50.4988 106.958 50.2679 107.188L26.7574 130.552C25.5235 131.778 24.9394 133.406 25.005 135.012C25.0017 135.092 25.0001 135.173 25.0001 135.255C25.0001 138.548 27.6864 141.217 31.0001 141.217H138.247ZM72.537 153.143C72.5222 153.472 72.5147 153.804 72.5147 154.137C72.5147 166.211 82.3645 176 94.5147 176H98.5147C110.665 176 120.515 166.211 120.515 154.137C120.515 153.804 120.507 153.472 120.492 153.143H108.465C108.498 153.47 108.515 153.801 108.515 154.137C108.515 159.625 104.038 164.074 98.5147 164.074H94.5147C88.9919 164.074 84.5147 159.625 84.5147 154.137C84.5147 153.801 84.5314 153.47 84.5641 153.143H72.537Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const NotificationOffOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M33.4419 41.9272C35.7851 39.5841 39.4948 39.4948 41.7279 41.7279L148.961 148.961C151.194 151.194 151.105 154.904 148.761 157.247C146.418 159.59 142.709 159.679 140.475 157.446L33.2426 50.2132C31.0095 47.9801 31.0988 44.2704 33.4419 41.9272Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.5001 16C91.8056 16 88.0001 19.7819 88.0001 24.4472V31.4037C88.0001 31.8633 88.037 32.3144 88.1081 32.754C77.7198 34.776 68.5841 40.2728 61.9766 47.9766L70.475 56.475C76.7064 48.7629 86.2731 43.8261 97.0001 43.8261C115.778 43.8261 131 58.9539 131 77.6149V85.5653V87.5528V117L155.217 141.217H161C162.147 141.217 163.219 140.897 164.131 140.342C164.899 140.052 165.62 139.6 166.239 138.985C168.582 136.656 168.582 132.881 166.239 130.552L143 107.458V87.5528V85.5653V77.6149C143 55.0511 126.551 36.3055 104.919 32.5755C104.972 32.1925 105 31.8013 105 31.4037V24.4472C105 19.7819 101.194 16 96.5001 16ZM138.247 141.217L126.321 129.292H63.0001V87.5528V86.5589V77.6149C63.0001 74.097 63.5411 70.7046 64.5449 67.5154L55.3064 58.277C52.5435 64.1502 51.0001 70.7034 51.0001 77.6149V86.5589V87.5528V106.567C50.7437 106.751 50.4988 106.958 50.2679 107.188L26.7574 130.552C25.5235 131.778 24.9394 133.406 25.005 135.012C25.0017 135.092 25.0001 135.173 25.0001 135.255C25.0001 138.548 27.6864 141.217 31.0001 141.217H138.247ZM72.537 153.143C72.5222 153.472 72.5147 153.804 72.5147 154.137C72.5147 166.211 82.3645 176 94.5147 176H98.5147C110.665 176 120.515 166.211 120.515 154.137C120.515 153.804 120.507 153.472 120.492 153.143H108.465C108.498 153.47 108.515 153.801 108.515 154.137C108.515 159.625 104.038 164.074 98.5147 164.074H94.5147C88.9919 164.074 84.5147 159.625 84.5147 154.137C84.5147 153.801 84.5314 153.47 84.5641 153.143H72.537Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = NotificationOffOutline;
export default NotificationOffOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var NotificationOffSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M35.2427 44.2426C37.5859 41.8995 41.2956 41.8103 43.5287 44.0433L150.762 151.276C152.995 153.509 152.905 157.219 150.562 159.562C148.219 161.905 144.509 161.995 142.276 159.761L35.0434 52.5286C32.8103 50.2955 32.8996 46.5858 35.2427 44.2426Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.5001 16C90.8056 16 87.0001 19.7819 87.0001 24.4472V31.4037C87.0001 31.8633 87.037 32.3144 87.1081 32.754C77.5619 34.6121 69.0735 39.4044 62.6327 46.1473L157.703 141.217H160C161.147 141.217 162.219 140.897 163.131 140.342C163.899 140.052 164.62 139.6 165.239 138.984C167.582 136.656 167.582 132.88 165.239 130.552L142 107.458V87.5528V85.5652V77.6149C142 55.0511 125.551 36.3055 103.919 32.5755C103.972 32.1925 104 31.8013 104 31.4037V24.4472C104 19.7819 100.194 16 95.5001 16ZM140.732 141.217L55.4771 55.9623C51.9829 62.4072 50.0001 69.7809 50.0001 77.6149V86.559V87.5528V106.567C49.7437 106.751 49.4988 106.958 49.2679 107.187L25.7574 130.552C24.5235 131.778 23.9394 133.405 24.005 135.012C24.0017 135.092 24.0001 135.173 24.0001 135.255C24.0001 138.548 26.6864 141.217 30.0001 141.217H140.732ZM71.537 153.143C71.5222 153.472 71.5147 153.804 71.5147 154.137C71.5147 166.211 81.3645 176 93.5147 176H97.5147C109.665 176 119.515 166.211 119.515 154.137C119.515 153.804 119.507 153.472 119.492 153.143H107.465C107.498 153.47 107.515 153.801 107.515 154.137C107.515 159.625 103.038 164.075 97.5147 164.075H93.5147C87.9919 164.075 83.5147 159.625 83.5147 154.137C83.5147 153.801 83.5314 153.47 83.5641 153.143H71.537Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const NotificationOffSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M35.2427 44.2426C37.5859 41.8995 41.2956 41.8103 43.5287 44.0433L150.762 151.276C152.995 153.509 152.905 157.219 150.562 159.562C148.219 161.905 144.509 161.995 142.276 159.761L35.0434 52.5286C32.8103 50.2955 32.8996 46.5858 35.2427 44.2426Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.5001 16C90.8056 16 87.0001 19.7819 87.0001 24.4472V31.4037C87.0001 31.8633 87.037 32.3144 87.1081 32.754C77.5619 34.6121 69.0735 39.4044 62.6327 46.1473L157.703 141.217H160C161.147 141.217 162.219 140.897 163.131 140.342C163.899 140.052 164.62 139.6 165.239 138.984C167.582 136.656 167.582 132.88 165.239 130.552L142 107.458V87.5528V85.5652V77.6149C142 55.0511 125.551 36.3055 103.919 32.5755C103.972 32.1925 104 31.8013 104 31.4037V24.4472C104 19.7819 100.194 16 95.5001 16ZM140.732 141.217L55.4771 55.9623C51.9829 62.4072 50.0001 69.7809 50.0001 77.6149V86.559V87.5528V106.567C49.7437 106.751 49.4988 106.958 49.2679 107.187L25.7574 130.552C24.5235 131.778 23.9394 133.405 24.005 135.012C24.0017 135.092 24.0001 135.173 24.0001 135.255C24.0001 138.548 26.6864 141.217 30.0001 141.217H140.732ZM71.537 153.143C71.5222 153.472 71.5147 153.804 71.5147 154.137C71.5147 166.211 81.3645 176 93.5147 176H97.5147C109.665 176 119.515 166.211 119.515 154.137C119.515 153.804 119.507 153.472 119.492 153.143H107.465C107.498 153.47 107.515 153.801 107.515 154.137C107.515 159.625 103.038 164.075 97.5147 164.075H93.5147C87.9919 164.075 83.5147 159.625 83.5147 154.137C83.5147 153.801 83.5314 153.47 83.5641 153.143H71.537Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = NotificationOffSolid;
export default NotificationOffSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var NotificationOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M129.485 87.5526V77.6147C129.485 58.9536 114.263 43.8259 95.4854 43.8259C76.7077 43.8259 61.4854 58.9536 61.4854 77.6147V87.5526H49.4854V77.6147C49.4854 52.3674 70.0803 31.9004 95.4854 31.9004C120.89 31.9004 141.485 52.3674 141.485 77.6147V87.5526H129.485Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M61.4854 86.5589L61.4854 130.286H49.4854L49.4854 86.5589H61.4854Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M141.485 85.5653V129.292H129.485V85.5653H141.485Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M25.2426 138.984C22.8995 136.656 22.8995 132.88 25.2426 130.552L48.7532 107.187C51.0963 104.859 54.8953 104.859 57.2385 107.187C59.5816 109.516 59.5816 113.291 57.2385 115.62L33.7279 138.984C31.3848 141.313 27.5858 141.313 25.2426 138.984Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M132.728 107.187C135.071 104.859 138.87 104.859 141.213 107.187L164.724 130.552C167.067 132.881 167.067 136.656 164.724 138.985C162.381 141.313 158.582 141.313 156.239 138.985L132.728 115.62C130.385 113.291 130.385 109.516 132.728 107.187Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M23.4854 135.255C23.4854 131.962 26.1716 129.292 29.4854 129.292L159.485 129.292C162.799 129.292 165.485 131.962 165.485 135.255C165.485 138.548 162.799 141.217 159.485 141.217L29.4854 141.217C26.1716 141.217 23.4854 138.548 23.4854 135.255Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M86.4854 24.4472C86.4854 19.7819 90.2909 16 94.9854 16C99.6798 16 103.485 19.7819 103.485 24.4472V31.4037C103.485 36.069 99.6798 39.8509 94.9854 39.8509C90.2909 39.8509 86.4854 36.069 86.4854 31.4037V24.4472Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M141 123.329H150V135.255H141V123.329Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M41 122.335H50V134.261H41V122.335Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M71.0223 153.143C71.0075 153.472 71 153.804 71 154.137C71 166.212 80.8497 176 93 176H97C109.15 176 119 166.212 119 154.137C119 153.804 118.993 153.472 118.978 153.143H106.951C106.983 153.47 107 153.801 107 154.137C107 159.625 102.523 164.075 97 164.075H93C87.4772 164.075 83 159.625 83 154.137C83 153.801 83.0167 153.47 83.0494 153.143H71.0223Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const NotificationOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M129.485 87.5526V77.6147C129.485 58.9536 114.263 43.8259 95.4854 43.8259C76.7077 43.8259 61.4854 58.9536 61.4854 77.6147V87.5526H49.4854V77.6147C49.4854 52.3674 70.0803 31.9004 95.4854 31.9004C120.89 31.9004 141.485 52.3674 141.485 77.6147V87.5526H129.485Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M61.4854 86.5589L61.4854 130.286H49.4854L49.4854 86.5589H61.4854Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M141.485 85.5653V129.292H129.485V85.5653H141.485Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M25.2426 138.984C22.8995 136.656 22.8995 132.88 25.2426 130.552L48.7532 107.187C51.0963 104.859 54.8953 104.859 57.2385 107.187C59.5816 109.516 59.5816 113.291 57.2385 115.62L33.7279 138.984C31.3848 141.313 27.5858 141.313 25.2426 138.984Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M132.728 107.187C135.071 104.859 138.87 104.859 141.213 107.187L164.724 130.552C167.067 132.881 167.067 136.656 164.724 138.985C162.381 141.313 158.582 141.313 156.239 138.985L132.728 115.62C130.385 113.291 130.385 109.516 132.728 107.187Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M23.4854 135.255C23.4854 131.962 26.1716 129.292 29.4854 129.292L159.485 129.292C162.799 129.292 165.485 131.962 165.485 135.255C165.485 138.548 162.799 141.217 159.485 141.217L29.4854 141.217C26.1716 141.217 23.4854 138.548 23.4854 135.255Z' }), _jsx("path", { d: 'M86.4854 24.4472C86.4854 19.7819 90.2909 16 94.9854 16C99.6798 16 103.485 19.7819 103.485 24.4472V31.4037C103.485 36.069 99.6798 39.8509 94.9854 39.8509C90.2909 39.8509 86.4854 36.069 86.4854 31.4037V24.4472Z' }), _jsx("path", { d: 'M141 123.329H150V135.255H141V123.329Z', fill: 'currentColor' }), _jsx("path", { d: 'M41 122.335H50V134.261H41V122.335Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M71.0223 153.143C71.0075 153.472 71 153.804 71 154.137C71 166.212 80.8497 176 93 176H97C109.15 176 119 166.212 119 154.137C119 153.804 118.993 153.472 118.978 153.143H106.951C106.983 153.47 107 153.801 107 154.137C107 159.625 102.523 164.075 97 164.075H93C87.4772 164.075 83 159.625 83 154.137C83 153.801 83.0167 153.47 83.0494 153.143H71.0223Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = NotificationOutline;
export default NotificationOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var NotificationSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M130.485 87.5526V77.6147C130.485 58.9536 115.263 43.8259 96.4854 43.8259C77.7077 43.8259 62.4854 58.9536 62.4854 77.6147V87.5526H50.4854V77.6147C50.4854 52.3674 71.0803 31.9004 96.4854 31.9004C121.89 31.9004 142.485 52.3674 142.485 77.6147V87.5526H130.485Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M62.4854 86.5589L62.4854 130.286H50.4854L50.4854 86.5589H62.4854Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M142.485 85.5653V129.292H130.485V85.5653H142.485Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M26.2426 138.984C23.8995 136.656 23.8995 132.88 26.2426 130.552L49.7532 107.187C52.0963 104.859 55.8953 104.859 58.2385 107.187C60.5816 109.516 60.5816 113.291 58.2385 115.62L34.7279 138.984C32.3848 141.313 28.5858 141.313 26.2426 138.984Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M133.728 107.187C136.071 104.859 139.87 104.859 142.213 107.187L165.724 130.552C168.067 132.881 168.067 136.656 165.724 138.985C163.381 141.313 159.582 141.313 157.239 138.985L133.728 115.62C131.385 113.291 131.385 109.516 133.728 107.187Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M24.4854 135.255C24.4854 131.962 27.1716 129.292 30.4854 129.292L160.485 129.292C163.799 129.292 166.485 131.962 166.485 135.255C166.485 138.548 163.799 141.217 160.485 141.217L30.4854 141.217C27.1716 141.217 24.4854 138.548 24.4854 135.255Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M87.4854 24.4472C87.4854 19.7819 91.2909 16 95.9854 16C100.68 16 104.485 19.7819 104.485 24.4472V31.4037C104.485 36.069 100.68 39.8509 95.9854 39.8509C91.2909 39.8509 87.4854 36.069 87.4854 31.4037V24.4472Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M142 123.329H151V135.255H142V123.329Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M42 122.335H51V134.261H42V122.335Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M72.0223 153.143C72.0075 153.472 72 153.804 72 154.137C72 166.212 81.8497 176 94 176H98C110.15 176 120 166.212 120 154.137C120 153.804 119.993 153.472 119.978 153.143H107.951C107.983 153.47 108 153.801 108 154.137C108 159.625 103.523 164.075 98 164.075H94C88.4772 164.075 84 159.625 84 154.137C84 153.801 84.0167 153.47 84.0494 153.143H72.0223Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M56.5 72.6462L65 51.2797L77.5 41.8387L102.5 37.3667L124.5 49.2922L136 72.6462V133.764H56.5V72.6462Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M102.585 36.8467L124.879 48.9317L136.5 72.5312V134.261H56V72.5516L64.5863 50.9681L77.2931 41.3709L102.585 36.8467ZM77.7069 42.3067L65.4137 51.5914L57 72.7409V133.267H135.5V72.7613L124.121 49.6527L102.415 37.8868L77.7069 42.3067Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const NotificationSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M130.485 87.5526V77.6147C130.485 58.9536 115.263 43.8259 96.4854 43.8259C77.7077 43.8259 62.4854 58.9536 62.4854 77.6147V87.5526H50.4854V77.6147C50.4854 52.3674 71.0803 31.9004 96.4854 31.9004C121.89 31.9004 142.485 52.3674 142.485 77.6147V87.5526H130.485Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M62.4854 86.5589L62.4854 130.286H50.4854L50.4854 86.5589H62.4854Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M142.485 85.5653V129.292H130.485V85.5653H142.485Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M26.2426 138.984C23.8995 136.656 23.8995 132.88 26.2426 130.552L49.7532 107.187C52.0963 104.859 55.8953 104.859 58.2385 107.187C60.5816 109.516 60.5816 113.291 58.2385 115.62L34.7279 138.984C32.3848 141.313 28.5858 141.313 26.2426 138.984Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M133.728 107.187C136.071 104.859 139.87 104.859 142.213 107.187L165.724 130.552C168.067 132.881 168.067 136.656 165.724 138.985C163.381 141.313 159.582 141.313 157.239 138.985L133.728 115.62C131.385 113.291 131.385 109.516 133.728 107.187Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M24.4854 135.255C24.4854 131.962 27.1716 129.292 30.4854 129.292L160.485 129.292C163.799 129.292 166.485 131.962 166.485 135.255C166.485 138.548 163.799 141.217 160.485 141.217L30.4854 141.217C27.1716 141.217 24.4854 138.548 24.4854 135.255Z' }), _jsx("path", { d: 'M87.4854 24.4472C87.4854 19.7819 91.2909 16 95.9854 16C100.68 16 104.485 19.7819 104.485 24.4472V31.4037C104.485 36.069 100.68 39.8509 95.9854 39.8509C91.2909 39.8509 87.4854 36.069 87.4854 31.4037V24.4472Z' }), _jsx("path", { d: 'M142 123.329H151V135.255H142V123.329Z', fill: 'currentColor' }), _jsx("path", { d: 'M42 122.335H51V134.261H42V122.335Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M72.0223 153.143C72.0075 153.472 72 153.804 72 154.137C72 166.212 81.8497 176 94 176H98C110.15 176 120 166.212 120 154.137C120 153.804 119.993 153.472 119.978 153.143H107.951C107.983 153.47 108 153.801 108 154.137C108 159.625 103.523 164.075 98 164.075H94C88.4772 164.075 84 159.625 84 154.137C84 153.801 84.0167 153.47 84.0494 153.143H72.0223Z' }), _jsx("path", { d: 'M56.5 72.6462L65 51.2797L77.5 41.8387L102.5 37.3667L124.5 49.2922L136 72.6462V133.764H56.5V72.6462Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M102.585 36.8467L124.879 48.9317L136.5 72.5312V134.261H56V72.5516L64.5863 50.9681L77.2931 41.3709L102.585 36.8467ZM77.7069 42.3067L65.4137 51.5914L57 72.7409V133.267H135.5V72.7613L124.121 49.6527L102.415 37.8868L77.7069 42.3067Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = NotificationSolid;
export default NotificationSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Online = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M59.2129 116C58.4211 109.608 58 102.906 58 96C58 89.094 58.4211 82.3924 59.2129 76H30.9888C29.0458 82.3234 28 89.0396 28 96C28 102.96 29.0458 109.677 30.9888 116H59.2129ZM61.2035 128H35.9848C43.9619 142.93 57.3468 154.534 73.5233 160.197C68.1796 151.926 63.9038 140.842 61.2035 128ZM73.4928 128H119.507C117.799 135.356 115.542 141.896 112.911 147.365C106.592 160.494 100.142 163.875 96.694 163.997C96.5931 163.998 96.4922 163.998 96.3912 163.999C92.9654 163.93 86.4601 160.603 80.0894 147.365C77.4576 141.896 75.2006 135.356 73.4928 128ZM121.688 116H71.3123C70.4644 109.704 70 102.998 70 96C70 89.0023 70.4644 82.2961 71.3123 76H121.688C122.536 82.2961 123 89.0023 123 96C123 102.998 122.536 109.704 121.688 116ZM131.796 128C129.147 140.6 124.981 151.508 119.778 159.727C135.37 153.907 148.253 142.527 156.015 128H131.796ZM161.011 116H133.787C134.579 109.608 135 102.906 135 96C135 89.094 134.579 82.3924 133.787 76H161.011C162.954 82.3234 164 89.0396 164 96C164 102.96 162.954 109.677 161.011 116ZM80.0894 44.6352C77.4576 50.1038 75.2006 56.644 73.4928 64H119.507C117.799 56.644 115.542 50.1038 112.911 44.6352C106.592 31.5063 100.142 28.1255 96.694 28.0035C96.5931 28.0025 96.4922 28.0017 96.3912 28.0011C92.9654 28.07 86.4601 31.3974 80.0894 44.6352ZM131.796 64H156.015C148.253 49.4725 135.37 38.0933 119.778 32.273C124.981 40.4921 129.147 51.4 131.796 64ZM35.9848 64H61.2035C63.9038 51.1581 68.1796 40.0739 73.5233 31.8025C57.3468 37.4658 43.9619 49.0705 35.9848 64ZM96.3376 175.999C96.3917 176 96.4458 176 96.5 176C96.6548 176 96.8094 175.998 96.9638 175.994C140.702 175.478 176 139.861 176 96C176 52.139 140.703 16.5221 96.9639 16.0057C96.8094 16.0019 96.6548 16 96.5 16C96.4458 16 96.3917 16.0002 96.3376 16.0007C96.2251 16.0002 96.1126 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176C96.1126 176 96.2251 176 96.3376 175.999Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Online = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M59.2129 116C58.4211 109.608 58 102.906 58 96C58 89.094 58.4211 82.3924 59.2129 76H30.9888C29.0458 82.3234 28 89.0396 28 96C28 102.96 29.0458 109.677 30.9888 116H59.2129ZM61.2035 128H35.9848C43.9619 142.93 57.3468 154.534 73.5233 160.197C68.1796 151.926 63.9038 140.842 61.2035 128ZM73.4928 128H119.507C117.799 135.356 115.542 141.896 112.911 147.365C106.592 160.494 100.142 163.875 96.694 163.997C96.5931 163.998 96.4922 163.998 96.3912 163.999C92.9654 163.93 86.4601 160.603 80.0894 147.365C77.4576 141.896 75.2006 135.356 73.4928 128ZM121.688 116H71.3123C70.4644 109.704 70 102.998 70 96C70 89.0023 70.4644 82.2961 71.3123 76H121.688C122.536 82.2961 123 89.0023 123 96C123 102.998 122.536 109.704 121.688 116ZM131.796 128C129.147 140.6 124.981 151.508 119.778 159.727C135.37 153.907 148.253 142.527 156.015 128H131.796ZM161.011 116H133.787C134.579 109.608 135 102.906 135 96C135 89.094 134.579 82.3924 133.787 76H161.011C162.954 82.3234 164 89.0396 164 96C164 102.96 162.954 109.677 161.011 116ZM80.0894 44.6352C77.4576 50.1038 75.2006 56.644 73.4928 64H119.507C117.799 56.644 115.542 50.1038 112.911 44.6352C106.592 31.5063 100.142 28.1255 96.694 28.0035C96.5931 28.0025 96.4922 28.0017 96.3912 28.0011C92.9654 28.07 86.4601 31.3974 80.0894 44.6352ZM131.796 64H156.015C148.253 49.4725 135.37 38.0933 119.778 32.273C124.981 40.4921 129.147 51.4 131.796 64ZM35.9848 64H61.2035C63.9038 51.1581 68.1796 40.0739 73.5233 31.8025C57.3468 37.4658 43.9619 49.0705 35.9848 64ZM96.3376 175.999C96.3917 176 96.4458 176 96.5 176C96.6548 176 96.8094 175.998 96.9638 175.994C140.702 175.478 176 139.861 176 96C176 52.139 140.703 16.5221 96.9639 16.0057C96.8094 16.0019 96.6548 16 96.5 16C96.4458 16 96.3917 16.0002 96.3376 16.0007C96.2251 16.0002 96.1126 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176C96.1126 176 96.2251 176 96.3376 175.999Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Online;
export default Online;
{
"name": "@eduzz/houston-icons",
"description": "Eduzz Houston Icons",
"version": "1.9.2",
"version": "1.9.3",
"main": "./index.js",

@@ -6,0 +6,0 @@ "types": "./index.d.ts",

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var PaperAirplaneOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17.3378 102.526C16.0467 99.474 17.474 95.9533 20.5258 94.6622L165.474 33.3378C168.526 32.0467 172.047 33.474 173.338 36.5258C174.629 39.5776 173.202 43.0983 170.15 44.3895L25.2015 105.714C22.1497 107.005 18.629 105.578 17.3378 102.526Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M119.74 160.815C116.665 159.581 115.173 156.087 116.408 153.012L162.936 37.1474C164.171 34.0724 167.665 32.5806 170.74 33.8155C173.815 35.0503 175.306 38.5442 174.072 41.6192L127.543 157.484C126.309 160.559 122.815 162.05 119.74 160.815Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20.2399 98.4482C21.8592 95.5571 25.5156 94.5261 28.4067 96.1453L123.937 149.65C126.828 151.269 127.859 154.926 126.24 157.817C124.621 160.708 120.964 161.739 118.073 160.12L22.5429 106.615C19.6517 104.996 18.6207 101.339 20.2399 98.4482Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M55.7931 159.995C53.7931 161.135 51.3077 159.691 51.3077 157.389L51.3077 115.166C51.3077 112.875 53.7721 111.43 55.7718 112.548L93.1691 133.458C95.2074 134.598 95.2194 137.527 93.1904 138.683L55.7931 159.995Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M122.198 80.2166L86.3079 131.552L59.6758 116.215L122.198 80.2166Z', fill: 'currentColor' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const PaperAirplaneOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17.3378 102.526C16.0467 99.474 17.474 95.9533 20.5258 94.6622L165.474 33.3378C168.526 32.0467 172.047 33.474 173.338 36.5258C174.629 39.5776 173.202 43.0983 170.15 44.3895L25.2015 105.714C22.1497 107.005 18.629 105.578 17.3378 102.526Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M119.74 160.815C116.665 159.581 115.173 156.087 116.408 153.012L162.936 37.1474C164.171 34.0724 167.665 32.5806 170.74 33.8155C173.815 35.0503 175.306 38.5442 174.072 41.6192L127.543 157.484C126.309 160.559 122.815 162.05 119.74 160.815Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M20.2399 98.4482C21.8592 95.5571 25.5156 94.5261 28.4067 96.1453L123.937 149.65C126.828 151.269 127.859 154.926 126.24 157.817C124.621 160.708 120.964 161.739 118.073 160.12L22.5429 106.615C19.6517 104.996 18.6207 101.339 20.2399 98.4482Z' }), _jsx("path", { d: 'M55.7931 159.995C53.7931 161.135 51.3077 159.691 51.3077 157.389L51.3077 115.166C51.3077 112.875 53.7721 111.43 55.7718 112.548L93.1691 133.458C95.2074 134.598 95.2194 137.527 93.1904 138.683L55.7931 159.995Z' }), _jsx("path", { d: 'M122.198 80.2166L86.3079 131.552L59.6758 116.215L122.198 80.2166Z', fill: 'currentColor' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = PaperAirplaneOutline;
export default PaperAirplaneOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var PaperAirplaneSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17.3378 102.526C16.0467 99.474 17.474 95.9533 20.5258 94.6622L165.474 33.3378C168.526 32.0467 172.047 33.474 173.338 36.5258C174.629 39.5776 173.202 43.0983 170.15 44.3895L25.2015 105.714C22.1497 107.005 18.629 105.578 17.3378 102.526Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M119.74 160.815C116.665 159.581 115.173 156.087 116.408 153.012L162.936 37.1474C164.171 34.0724 167.665 32.5806 170.74 33.8155C173.815 35.0503 175.306 38.5442 174.072 41.6192L127.543 157.484C126.309 160.559 122.815 162.05 119.74 160.815Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28.4066 96.1451C25.5155 94.5259 21.8591 95.5569 20.2398 98.448C18.6206 101.339 19.6516 104.996 22.5428 106.615L49.0139 121.441L61.5555 114.711L28.4066 96.1451ZM87.5709 129.282L80.9571 139.332L118.073 160.119C120.964 161.739 124.621 160.708 126.24 157.816C127.859 154.925 126.828 151.269 123.937 149.65L87.5709 129.282Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M47 112C50.3137 112 53 114.577 53 117.755V153.245C53 156.423 50.3137 159 47 159C43.6863 159 41 156.423 41 153.245V117.755C41 114.577 43.6863 112 47 112Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.2325 131.445C96.6248 134.452 95.1311 138.104 91.8963 139.602L50.8991 158.584C47.6643 160.081 43.9133 158.858 42.521 155.851C41.1287 152.844 42.6224 149.192 45.8572 147.694L86.8544 128.712C90.0892 127.214 93.8402 128.438 95.2325 131.445Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M27.3076 101.052L161.308 45.0518L122.739 154.052L85.3381 133.28L90.3076 126.052L90.8888 125.132L122.198 80.2165L65.219 112.346L59.8076 115.052L55.9705 116.97L27.3076 101.052Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M162.155 44.1553L123.013 154.776L84.6143 133.45L89.8899 125.776L90.472 124.854L120.534 81.7281L65.4537 112.787L55.9582 117.535L26.1631 100.988L162.155 44.1553ZM28.4519 101.115L55.9827 116.405L64.9841 111.904L121.952 79.7806L122.608 80.502L91.3054 125.408L90.725 126.327L86.0616 133.11L122.465 153.327L160.46 45.9474L28.4519 101.115Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const PaperAirplaneSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17.3378 102.526C16.0467 99.474 17.474 95.9533 20.5258 94.6622L165.474 33.3378C168.526 32.0467 172.047 33.474 173.338 36.5258C174.629 39.5776 173.202 43.0983 170.15 44.3895L25.2015 105.714C22.1497 107.005 18.629 105.578 17.3378 102.526Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M119.74 160.815C116.665 159.581 115.173 156.087 116.408 153.012L162.936 37.1474C164.171 34.0724 167.665 32.5806 170.74 33.8155C173.815 35.0503 175.306 38.5442 174.072 41.6192L127.543 157.484C126.309 160.559 122.815 162.05 119.74 160.815Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28.4066 96.1451C25.5155 94.5259 21.8591 95.5569 20.2398 98.448C18.6206 101.339 19.6516 104.996 22.5428 106.615L49.0139 121.441L61.5555 114.711L28.4066 96.1451ZM87.5709 129.282L80.9571 139.332L118.073 160.119C120.964 161.739 124.621 160.708 126.24 157.816C127.859 154.925 126.828 151.269 123.937 149.65L87.5709 129.282Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M47 112C50.3137 112 53 114.577 53 117.755V153.245C53 156.423 50.3137 159 47 159C43.6863 159 41 156.423 41 153.245V117.755C41 114.577 43.6863 112 47 112Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.2325 131.445C96.6248 134.452 95.1311 138.104 91.8963 139.602L50.8991 158.584C47.6643 160.081 43.9133 158.858 42.521 155.851C41.1287 152.844 42.6224 149.192 45.8572 147.694L86.8544 128.712C90.0892 127.214 93.8402 128.438 95.2325 131.445Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M27.3076 101.052L161.308 45.0518L122.739 154.052L85.3381 133.28L90.3076 126.052L90.8888 125.132L122.198 80.2165L65.219 112.346L59.8076 115.052L55.9705 116.97L27.3076 101.052Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M162.155 44.1553L123.013 154.776L84.6143 133.45L89.8899 125.776L90.472 124.854L120.534 81.7281L65.4537 112.787L55.9582 117.535L26.1631 100.988L162.155 44.1553ZM28.4519 101.115L55.9827 116.405L64.9841 111.904L121.952 79.7806L122.608 80.502L91.3054 125.408L90.725 126.327L86.0616 133.11L122.465 153.327L160.46 45.9474L28.4519 101.115Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = PaperAirplaneSolid;
export default PaperAirplaneSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Parameters = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 47C16 43.6863 19.4662 41 23.7419 41H168.258C172.534 41 176 43.6863 176 47C176 50.3137 172.534 53 168.258 53H23.7419C19.4662 53 16 50.3137 16 47Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17 96C17 92.6863 20.4445 90 24.6935 90H168.306C172.555 90 176 92.6863 176 96C176 99.3137 172.555 102 168.306 102H24.6935C20.4445 102 17 99.3137 17 96Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17 145C17 141.686 20.4445 139 24.6935 139H168.306C172.555 139 176 141.686 176 145C176 148.314 172.555 151 168.306 151H24.6935C20.4445 151 17 148.314 17 145Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M65 145C65 136.716 71.7157 130 80 130C88.2843 130 95 136.716 95 145C95 153.284 88.2843 160 80 160C71.7157 160 65 153.284 65 145Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M35 96C35 87.7157 41.7157 81 50 81C58.2843 81 65 87.7157 65 96C65 104.284 58.2843 111 50 111C41.7157 111 35 104.284 35 96Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M114 47C114 38.7157 120.716 32 129 32C137.284 32 144 38.7157 144 47C144 55.2843 137.284 62 129 62C120.716 62 114 55.2843 114 47Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Parameters = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 47C16 43.6863 19.4662 41 23.7419 41H168.258C172.534 41 176 43.6863 176 47C176 50.3137 172.534 53 168.258 53H23.7419C19.4662 53 16 50.3137 16 47Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17 96C17 92.6863 20.4445 90 24.6935 90H168.306C172.555 90 176 92.6863 176 96C176 99.3137 172.555 102 168.306 102H24.6935C20.4445 102 17 99.3137 17 96Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M17 145C17 141.686 20.4445 139 24.6935 139H168.306C172.555 139 176 141.686 176 145C176 148.314 172.555 151 168.306 151H24.6935C20.4445 151 17 148.314 17 145Z' }), _jsx("path", { d: 'M65 145C65 136.716 71.7157 130 80 130C88.2843 130 95 136.716 95 145C95 153.284 88.2843 160 80 160C71.7157 160 65 153.284 65 145Z' }), _jsx("path", { d: 'M35 96C35 87.7157 41.7157 81 50 81C58.2843 81 65 87.7157 65 96C65 104.284 58.2843 111 50 111C41.7157 111 35 104.284 35 96Z' }), _jsx("path", { d: 'M114 47C114 38.7157 120.716 32 129 32C137.284 32 144 38.7157 144 47C144 55.2843 137.284 62 129 62C120.716 62 114 55.2843 114 47Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Parameters;
export default Parameters;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Paypal = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M147.33 58.6383C149.191 46.8085 147.33 38.8085 140.987 31.4894C133.968 23.4043 121.366 20 105.128 20H58.1908C54.8925 20 52.1017 22.383 51.5942 25.7021L32.058 150.468C31.6352 152.936 33.5803 155.149 36.0329 155.149H64.9566L62.9269 167.915C62.5886 170.043 64.2801 172 66.3944 172H90.8357C93.7112 172 96.1638 169.872 96.6712 166.979L96.9249 165.702L101.492 136.34L101.83 134.723C102.253 131.83 104.706 129.702 107.666 129.702H111.302C134.982 129.702 153.504 120 158.916 92.0851C161.2 80.4255 160.016 70.6383 154.011 63.7447C152.235 61.7021 149.952 60 147.33 58.6383Z', fill: '#009BDE' }), (0, jsx_runtime_1.jsx)("path", { d: 'M147.33 58.6383C149.191 46.8085 147.33 38.8085 140.987 31.4894C133.968 23.4043 121.366 20 105.128 20H58.1909C54.8925 20 52.1017 22.383 51.5942 25.7021L32.058 150.468C31.6352 152.936 33.5803 155.149 36.0329 155.149H64.9566L72.2298 108.681L71.9761 110.128C72.4836 106.809 75.2744 104.426 78.5728 104.426H92.358C119.421 104.426 140.564 93.3617 146.823 61.3617C147.076 60.4255 147.161 59.4894 147.33 58.6383Z', fill: '#022169' }), (0, jsx_runtime_1.jsx)("path", { d: 'M80.0951 58.8085C80.4333 56.8511 81.7019 55.234 83.3934 54.383C84.1545 54.0425 85.0002 53.7872 85.9305 53.7872H122.719C127.117 53.7872 131.177 54.0425 134.898 54.6383C135.997 54.8085 137.012 54.9787 138.027 55.234C139.042 55.4894 139.972 55.7447 140.987 56C141.494 56.1702 141.917 56.2553 142.34 56.4255C144.201 57.0213 145.892 57.7872 147.415 58.5532C149.275 46.7234 147.415 38.7234 141.072 31.4043C133.968 23.4043 121.366 20 105.128 20H58.1908C54.8925 20 52.1017 22.383 51.5942 25.7021L32.058 150.468C31.6352 152.936 33.5803 155.149 36.0329 155.149H64.9566L72.2298 108.681L80.0951 58.8085Z', fill: '#002F87' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Paypal = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M147.33 58.6383C149.191 46.8085 147.33 38.8085 140.987 31.4894C133.968 23.4043 121.366 20 105.128 20H58.1908C54.8925 20 52.1017 22.383 51.5942 25.7021L32.058 150.468C31.6352 152.936 33.5803 155.149 36.0329 155.149H64.9566L62.9269 167.915C62.5886 170.043 64.2801 172 66.3944 172H90.8357C93.7112 172 96.1638 169.872 96.6712 166.979L96.9249 165.702L101.492 136.34L101.83 134.723C102.253 131.83 104.706 129.702 107.666 129.702H111.302C134.982 129.702 153.504 120 158.916 92.0851C161.2 80.4255 160.016 70.6383 154.011 63.7447C152.235 61.7021 149.952 60 147.33 58.6383Z', fill: '#009BDE' }), _jsx("path", { d: 'M147.33 58.6383C149.191 46.8085 147.33 38.8085 140.987 31.4894C133.968 23.4043 121.366 20 105.128 20H58.1909C54.8925 20 52.1017 22.383 51.5942 25.7021L32.058 150.468C31.6352 152.936 33.5803 155.149 36.0329 155.149H64.9566L72.2298 108.681L71.9761 110.128C72.4836 106.809 75.2744 104.426 78.5728 104.426H92.358C119.421 104.426 140.564 93.3617 146.823 61.3617C147.076 60.4255 147.161 59.4894 147.33 58.6383Z', fill: '#022169' }), _jsx("path", { d: 'M80.0951 58.8085C80.4333 56.8511 81.7019 55.234 83.3934 54.383C84.1545 54.0425 85.0002 53.7872 85.9305 53.7872H122.719C127.117 53.7872 131.177 54.0425 134.898 54.6383C135.997 54.8085 137.012 54.9787 138.027 55.234C139.042 55.4894 139.972 55.7447 140.987 56C141.494 56.1702 141.917 56.2553 142.34 56.4255C144.201 57.0213 145.892 57.7872 147.415 58.5532C149.275 46.7234 147.415 38.7234 141.072 31.4043C133.968 23.4043 121.366 20 105.128 20H58.1908C54.8925 20 52.1017 22.383 51.5942 25.7021L32.058 150.468C31.6352 152.936 33.5803 155.149 36.0329 155.149H64.9566L72.2298 108.681L80.0951 58.8085Z', fill: '#002F87' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Paypal;
export default Paypal;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var PaypalOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M51.5942 25.7021L32.058 150.468C31.6352 152.936 33.5803 155.149 36.0329 155.149H64.9566L71.9761 110.128C72.4836 106.809 75.2744 104.426 78.5728 104.426H92.358C119.421 104.426 140.564 93.3617 146.823 61.3617C146.983 60.7687 147.076 60.1758 147.166 59.6044C147.217 59.2737 147.268 58.9503 147.33 58.6383C149.191 46.8085 147.33 38.8085 140.987 31.4894C133.968 23.4043 121.366 20 105.128 20H58.1909C54.8925 20 52.1017 22.383 51.5942 25.7021ZM135.505 56.5877C136.25 51.7466 136.107 48.4919 135.549 46.0998C135.018 43.827 133.973 41.7201 131.922 39.3523C128.459 35.3675 120.484 32 105.128 32H62.7543L45.3503 143.149H54.6826L60.114 108.314C60.115 108.307 60.1161 108.3 60.1172 108.293C61.5245 99.1559 69.3238 92.4255 78.5728 92.4255H92.358C104.391 92.4255 113.682 89.9506 120.407 85.1363C126.889 80.4957 132.38 72.6863 135.046 59.0584L135.128 58.6371L135.219 58.3005C135.226 58.2641 135.24 58.1861 135.262 58.0518C135.275 57.971 135.289 57.8849 135.306 57.7707C135.323 57.6657 135.345 57.5274 135.367 57.3877C135.401 57.1743 135.447 56.8975 135.505 56.5877Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M74.3359 172H90.8358C93.7108 172 96.1639 169.872 96.6707 166.978L96.9246 165.702L101.492 136.341L101.83 134.723C102.253 131.83 104.706 129.702 107.666 129.702H111.302C134.982 129.702 153.504 120 158.916 92.0847C160.675 83.1071 160.377 75.2396 157.405 68.9482C155.029 78.1734 151.374 86.095 146.502 92.6862C144.089 102.462 139.817 108.139 134.977 111.602C129.433 115.569 121.64 117.702 111.302 117.702H107.666C98.9265 117.702 91.5047 123.954 90.0284 132.533L89.6823 134.19L85.6673 160H76.3445L75.2299 167.149L74.3359 172Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const PaypalOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M51.5942 25.7021L32.058 150.468C31.6352 152.936 33.5803 155.149 36.0329 155.149H64.9566L71.9761 110.128C72.4836 106.809 75.2744 104.426 78.5728 104.426H92.358C119.421 104.426 140.564 93.3617 146.823 61.3617C146.983 60.7687 147.076 60.1758 147.166 59.6044C147.217 59.2737 147.268 58.9503 147.33 58.6383C149.191 46.8085 147.33 38.8085 140.987 31.4894C133.968 23.4043 121.366 20 105.128 20H58.1909C54.8925 20 52.1017 22.383 51.5942 25.7021ZM135.505 56.5877C136.25 51.7466 136.107 48.4919 135.549 46.0998C135.018 43.827 133.973 41.7201 131.922 39.3523C128.459 35.3675 120.484 32 105.128 32H62.7543L45.3503 143.149H54.6826L60.114 108.314C60.115 108.307 60.1161 108.3 60.1172 108.293C61.5245 99.1559 69.3238 92.4255 78.5728 92.4255H92.358C104.391 92.4255 113.682 89.9506 120.407 85.1363C126.889 80.4957 132.38 72.6863 135.046 59.0584L135.128 58.6371L135.219 58.3005C135.226 58.2641 135.24 58.1861 135.262 58.0518C135.275 57.971 135.289 57.8849 135.306 57.7707C135.323 57.6657 135.345 57.5274 135.367 57.3877C135.401 57.1743 135.447 56.8975 135.505 56.5877Z' }), _jsx("path", { d: 'M74.3359 172H90.8358C93.7108 172 96.1639 169.872 96.6707 166.978L96.9246 165.702L101.492 136.341L101.83 134.723C102.253 131.83 104.706 129.702 107.666 129.702H111.302C134.982 129.702 153.504 120 158.916 92.0847C160.675 83.1071 160.377 75.2396 157.405 68.9482C155.029 78.1734 151.374 86.095 146.502 92.6862C144.089 102.462 139.817 108.139 134.977 111.602C129.433 115.569 121.64 117.702 111.302 117.702H107.666C98.9265 117.702 91.5047 123.954 90.0284 132.533L89.6823 134.19L85.6673 160H76.3445L75.2299 167.149L74.3359 172Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = PaypalOutline;
export default PaypalOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var PaypalSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M51.5942 25.7021C52.1017 22.383 54.8925 20 58.1908 20H105.128C121.366 20 133.967 23.4043 140.987 31.4894C147.33 38.8085 149.19 46.8085 147.33 58.6383C147.268 58.9499 147.217 59.2737 147.165 59.6039C147.076 60.1753 146.983 60.7687 146.822 61.3617C140.564 93.3617 119.421 104.426 92.3576 104.426H78.5724C75.274 104.426 72.4832 106.809 71.9757 110.128L64.9562 155.149H36.0325C35.611 155.149 35.2044 155.084 34.8223 154.963C32.9814 154.381 31.7079 152.512 32.058 150.468L51.5942 25.7021Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M74.5 172H90.8357C93.7112 172 96.1638 169.872 96.6712 166.979L96.9249 165.702L101.492 136.34L101.83 134.723C102.253 131.83 104.706 129.702 107.666 129.702H111.302C134.982 129.702 153.504 120 158.916 92.0851C160.675 83.1073 160.377 75.2396 157.406 68.9483C153.351 84.6884 145.576 96.6337 134.377 104.651C122.2 113.369 107.388 116.426 92.3576 116.426H83.1388L75.2302 167.149L74.5 172Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const PaypalSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M51.5942 25.7021C52.1017 22.383 54.8925 20 58.1908 20H105.128C121.366 20 133.967 23.4043 140.987 31.4894C147.33 38.8085 149.19 46.8085 147.33 58.6383C147.268 58.9499 147.217 59.2737 147.165 59.6039C147.076 60.1753 146.983 60.7687 146.822 61.3617C140.564 93.3617 119.421 104.426 92.3576 104.426H78.5724C75.274 104.426 72.4832 106.809 71.9757 110.128L64.9562 155.149H36.0325C35.611 155.149 35.2044 155.084 34.8223 154.963C32.9814 154.381 31.7079 152.512 32.058 150.468L51.5942 25.7021Z' }), _jsx("path", { d: 'M74.5 172H90.8357C93.7112 172 96.1638 169.872 96.6712 166.979L96.9249 165.702L101.492 136.34L101.83 134.723C102.253 131.83 104.706 129.702 107.666 129.702H111.302C134.982 129.702 153.504 120 158.916 92.0851C160.675 83.1073 160.377 75.2396 157.406 68.9483C153.351 84.6884 145.576 96.6337 134.377 104.651C122.2 113.369 107.388 116.426 92.3576 116.426H83.1388L75.2302 167.149L74.5 172Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = PaypalSolid;
export default PaypalSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var PinOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.1511 166.762C92.8967 172.564 96 176 96 176C96 176 99.1033 172.564 103.849 166.762C119.262 147.918 152 104.113 152 72C152 41.04 126.96 16 96 16C65.04 16 40 41.04 40 72C40 104.113 72.7377 147.918 88.1511 166.762ZM96 157.393C101.025 151.171 107.55 142.676 114.052 133.038C120.826 122.999 127.427 111.937 132.299 101.063C137.241 90.0314 140 80.072 140 72C140 47.6674 120.333 28 96 28C71.6674 28 52 47.6674 52 72C52 80.072 54.7593 90.0314 59.7012 101.063C64.5728 111.937 71.1742 122.999 77.9476 133.038C84.4503 142.676 90.9751 151.171 96 157.393ZM118 70C118 82.1503 108.15 92 96 92C83.8497 92 74 82.1503 74 70C74 57.8497 83.8497 48 96 48C108.15 48 118 57.8497 118 70Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const PinOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M88.1511 166.762C92.8967 172.564 96 176 96 176C96 176 99.1033 172.564 103.849 166.762C119.262 147.918 152 104.113 152 72C152 41.04 126.96 16 96 16C65.04 16 40 41.04 40 72C40 104.113 72.7377 147.918 88.1511 166.762ZM96 157.393C101.025 151.171 107.55 142.676 114.052 133.038C120.826 122.999 127.427 111.937 132.299 101.063C137.241 90.0314 140 80.072 140 72C140 47.6674 120.333 28 96 28C71.6674 28 52 47.6674 52 72C52 80.072 54.7593 90.0314 59.7012 101.063C64.5728 111.937 71.1742 122.999 77.9476 133.038C84.4503 142.676 90.9751 151.171 96 157.393ZM118 70C118 82.1503 108.15 92 96 92C83.8497 92 74 82.1503 74 70C74 57.8497 83.8497 48 96 48C108.15 48 118 57.8497 118 70Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = PinOutline;
export default PinOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var PinSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M37 72C37 41.04 62.04 16 93 16C123.96 16 149 41.04 149 72C149 114 93 176 93 176C93 176 37 114 37 72ZM93 92C105.15 92 115 82.1503 115 70C115 57.8497 105.15 48 93 48C80.8497 48 71 57.8497 71 70C71 82.1503 80.8497 92 93 92Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const PinSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M37 72C37 41.04 62.04 16 93 16C123.96 16 149 41.04 149 72C149 114 93 176 93 176C93 176 37 114 37 72ZM93 92C105.15 92 115 82.1503 115 70C115 57.8497 105.15 48 93 48C80.8497 48 71 57.8497 71 70C71 82.1503 80.8497 92 93 92Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = PinSolid;
export default PinSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Pix = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M52.8438 60.1563C59.5068 59.3925 64.9838 64.3963 69.4733 69.1553C75.2888 75.2992 81.2721 81.25 87.3981 87.1254C94.0023 93.4959 98.987 93.4371 105.658 86.9743C111.726 81.099 117.591 74.9803 123.625 69.0462C132.898 59.9479 142.641 59.9143 151.586 68.8699C155.069 72.3615 158.694 75.7356 161.95 79.4287C170.275 88.8628 170.342 100.764 161.95 110.014C157.377 115.05 152.459 119.809 147.516 124.492C142.901 128.874 131.396 127.757 125.698 122.276C119.077 115.948 112.758 109.292 106.212 102.871C98.9786 95.7788 94.1618 95.8208 87.0036 102.913C80.9448 108.872 74.9475 114.86 69.0118 120.875C65.3929 124.622 60.4632 126.821 55.2578 127.01C48.7122 127.422 43.5094 126.053 39.3135 120.598C36.4771 116.905 32.6001 114.001 29.47 110.526C20.7174 100.84 20.4993 89.1733 29.1427 79.4119C33.6491 74.3088 35.7101 72.5468 40.25 67.4688C43.1703 64.187 49.529 60.5256 52.8438 60.1563Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M138.156 132.687C127.759 143.101 118.802 152.58 109.288 161.434C102.512 167.751 91.8065 168.869 84.606 163.871C72.7106 155.668 64.1199 143.944 53.6562 133.621C64.2614 133.88 70.8876 127.897 77.1641 121.104C81.3262 116.657 85.9462 112.701 89.9086 108.128C94.4453 102.896 98.133 103.464 102.52 108.337C107.664 114.045 113.4 119.227 118.711 124.801C123.605 129.966 129.216 133.246 138.156 132.687Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M134.906 56.4779C121.671 56.5411 115.793 66.2707 108.276 73.4848C93.5515 87.6203 97.9792 87.7231 83.4128 73.4848C81.0365 71.1671 78.5652 68.9206 76.387 66.421C70.9454 60.1956 64.4582 56.1377 56.0938 56.5016C65.3374 46.772 73.8523 36.8922 83.3969 28.1356C89.7811 22.2821 101.195 22.82 107.389 28.6261C116.569 37.2324 125.148 46.5031 134.906 56.4779Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Pix = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M52.8438 60.1563C59.5068 59.3925 64.9838 64.3963 69.4733 69.1553C75.2888 75.2992 81.2721 81.25 87.3981 87.1254C94.0023 93.4959 98.987 93.4371 105.658 86.9743C111.726 81.099 117.591 74.9803 123.625 69.0462C132.898 59.9479 142.641 59.9143 151.586 68.8699C155.069 72.3615 158.694 75.7356 161.95 79.4287C170.275 88.8628 170.342 100.764 161.95 110.014C157.377 115.05 152.459 119.809 147.516 124.492C142.901 128.874 131.396 127.757 125.698 122.276C119.077 115.948 112.758 109.292 106.212 102.871C98.9786 95.7788 94.1618 95.8208 87.0036 102.913C80.9448 108.872 74.9475 114.86 69.0118 120.875C65.3929 124.622 60.4632 126.821 55.2578 127.01C48.7122 127.422 43.5094 126.053 39.3135 120.598C36.4771 116.905 32.6001 114.001 29.47 110.526C20.7174 100.84 20.4993 89.1733 29.1427 79.4119C33.6491 74.3088 35.7101 72.5468 40.25 67.4688C43.1703 64.187 49.529 60.5256 52.8438 60.1563Z' }), _jsx("path", { d: 'M138.156 132.687C127.759 143.101 118.802 152.58 109.288 161.434C102.512 167.751 91.8065 168.869 84.606 163.871C72.7106 155.668 64.1199 143.944 53.6562 133.621C64.2614 133.88 70.8876 127.897 77.1641 121.104C81.3262 116.657 85.9462 112.701 89.9086 108.128C94.4453 102.896 98.133 103.464 102.52 108.337C107.664 114.045 113.4 119.227 118.711 124.801C123.605 129.966 129.216 133.246 138.156 132.687Z' }), _jsx("path", { d: 'M134.906 56.4779C121.671 56.5411 115.793 66.2707 108.276 73.4848C93.5515 87.6203 97.9792 87.7231 83.4128 73.4848C81.0365 71.1671 78.5652 68.9206 76.387 66.421C70.9454 60.1956 64.4582 56.1377 56.0938 56.5016C65.3374 46.772 73.8523 36.8922 83.3969 28.1356C89.7811 22.2821 101.195 22.82 107.389 28.6261C116.569 37.2324 125.148 46.5031 134.906 56.4779Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Pix;
export default Pix;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var PrintOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 126V82H164V126H144V138H166C171.523 138 176 133.523 176 128V80C176 74.4772 171.523 70 166 70H26C20.4772 70 16 74.4772 16 80V128C16 133.523 20.4772 138 26 138H45V126H28Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M134 124H58V148H134V124ZM46 112V160H146V112H46Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M133 44H58V70H133V44ZM46 32V82H145V32H46Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M45 126H48V138H45V126Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M155 93C155 95.2091 153.209 97 151 97C148.791 97 147 95.2091 147 93C147 90.7909 148.791 89 151 89C153.209 89 155 90.7909 155 93Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const PrintOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M28 126V82H164V126H144V138H166C171.523 138 176 133.523 176 128V80C176 74.4772 171.523 70 166 70H26C20.4772 70 16 74.4772 16 80V128C16 133.523 20.4772 138 26 138H45V126H28Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M134 124H58V148H134V124ZM46 112V160H146V112H46Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M133 44H58V70H133V44ZM46 32V82H145V32H46Z', fill: 'currentColor' }), _jsx("path", { d: 'M45 126H48V138H45V126Z', fill: 'currentColor' }), _jsx("path", { d: 'M155 93C155 95.2091 153.209 97 151 97C148.791 97 147 95.2091 147 93C147 90.7909 148.791 89 151 89C153.209 89 155 90.7909 155 93Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = PrintOutline;
export default PrintOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var PrintSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M29 126V82H165V126H145V138H167C172.523 138 177 133.523 177 128V80C177 74.4772 172.523 70 167 70H27C21.4772 70 17 74.4772 17 80V128C17 133.523 21.4772 138 27 138H46V126H29Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M57 112H137V160H57V112Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M125 124H69V148H125V124ZM57 112V160H137V112H57Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M47 32H146V64H47V32Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M134 44H59V52H134V44ZM47 32V64H146V32H47Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M46 126H49V138H46V126Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M22 72H49V132H22V72Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M35 72H167V104H35V72Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M145 99H167V132H145V99Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M163 86C163 88.2091 161.209 90 159 90C156.791 90 155 88.2091 155 86C155 83.7909 156.791 82 159 82C161.209 82 163 83.7909 163 86Z', fill: 'white' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const PrintSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M29 126V82H165V126H145V138H167C172.523 138 177 133.523 177 128V80C177 74.4772 172.523 70 167 70H27C21.4772 70 17 74.4772 17 80V128C17 133.523 21.4772 138 27 138H46V126H29Z' }), _jsx("path", { d: 'M57 112H137V160H57V112Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M125 124H69V148H125V124ZM57 112V160H137V112H57Z', fill: 'currentColor' }), _jsx("path", { d: 'M47 32H146V64H47V32Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M134 44H59V52H134V44ZM47 32V64H146V32H47Z', fill: 'currentColor' }), _jsx("path", { d: 'M46 126H49V138H46V126Z', fill: 'currentColor' }), _jsx("path", { d: 'M22 72H49V132H22V72Z', fill: 'currentColor' }), _jsx("path", { d: 'M35 72H167V104H35V72Z', fill: 'currentColor' }), _jsx("path", { d: 'M145 99H167V132H145V99Z', fill: 'currentColor' }), _jsx("path", { d: 'M163 86C163 88.2091 161.209 90 159 90C156.791 90 155 88.2091 155 86C155 83.7909 156.791 82 159 82C161.209 82 163 83.7909 163 86Z', fill: 'white' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = PrintSolid;
export default PrintSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var QRCode = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M37 36.5176V77.5176H78V36.5176H37ZM35 24.5176C29.4772 24.5176 25 28.9947 25 34.5176V79.5176C25 85.0404 29.4772 89.5176 35 89.5176H80C85.5228 89.5176 90 85.0404 90 79.5176V34.5176C90 28.9947 85.5228 24.5176 80 24.5176H35Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M114 36.5176V77.5176H155V36.5176H114ZM112 24.5176C106.477 24.5176 102 28.9947 102 34.5176V79.5176C102 85.0404 106.477 89.5176 112 89.5176H157C162.523 89.5176 167 85.0404 167 79.5176V34.5176C167 28.9947 162.523 24.5176 157 24.5176H112Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M115 112.518C115 106.995 119.477 102.518 125 102.518H144C149.523 102.518 154 106.995 154 112.518V131.518C154 137.04 149.523 141.518 144 141.518H125C119.477 141.518 115 137.04 115 131.518V112.518Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M127 114.518V129.518H142V114.518H127ZM125 102.518C119.477 102.518 115 106.995 115 112.518V131.518C115 137.04 119.477 141.518 125 141.518H144C149.523 141.518 154 137.04 154 131.518V112.518C154 106.995 149.523 102.518 144 102.518H125Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M37 114.518V155.518H78V114.518H37ZM35 102.518C29.4772 102.518 25 106.995 25 112.518V157.518C25 163.04 29.4772 167.518 35 167.518H80C85.5228 167.518 90 163.04 90 157.518V112.518C90 106.995 85.5228 102.518 80 102.518H35Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const QRCode = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M37 36.5176V77.5176H78V36.5176H37ZM35 24.5176C29.4772 24.5176 25 28.9947 25 34.5176V79.5176C25 85.0404 29.4772 89.5176 35 89.5176H80C85.5228 89.5176 90 85.0404 90 79.5176V34.5176C90 28.9947 85.5228 24.5176 80 24.5176H35Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M114 36.5176V77.5176H155V36.5176H114ZM112 24.5176C106.477 24.5176 102 28.9947 102 34.5176V79.5176C102 85.0404 106.477 89.5176 112 89.5176H157C162.523 89.5176 167 85.0404 167 79.5176V34.5176C167 28.9947 162.523 24.5176 157 24.5176H112Z' }), _jsx("path", { d: 'M115 112.518C115 106.995 119.477 102.518 125 102.518H144C149.523 102.518 154 106.995 154 112.518V131.518C154 137.04 149.523 141.518 144 141.518H125C119.477 141.518 115 137.04 115 131.518V112.518Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M127 114.518V129.518H142V114.518H127ZM125 102.518C119.477 102.518 115 106.995 115 112.518V131.518C115 137.04 119.477 141.518 125 141.518H144C149.523 141.518 154 137.04 154 131.518V112.518C154 106.995 149.523 102.518 144 102.518H125Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M37 114.518V155.518H78V114.518H37ZM35 102.518C29.4772 102.518 25 106.995 25 112.518V157.518C25 163.04 29.4772 167.518 35 167.518H80C85.5228 167.518 90 163.04 90 157.518V112.518C90 106.995 85.5228 102.518 80 102.518H35Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = QRCode;
export default QRCode;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var QuickSaleOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M91 46.3926C91 38.7296 96.7232 32.5176 103.783 32.5176H139.217C146.277 32.5176 152 38.7296 152 46.3926V64.1352C152 67.1078 149.59 69.5176 146.618 69.5176C143.645 69.5176 141.235 67.1078 141.235 64.1352V46.3926C141.235 45.1826 140.332 44.2018 139.217 44.2018H103.783C102.668 44.2018 101.765 45.1826 101.765 46.3926V64.1352C101.765 67.1078 99.3549 69.5176 96.3824 69.5176C93.4098 69.5176 91 67.1078 91 64.1352V46.3926Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M85.4552 61.066L77.6966 137.363C77.0648 143.575 81.985 148.969 88.2838 148.969H154.716C161.015 148.969 165.935 143.575 165.303 137.363L157.545 61.066L85.4552 61.066ZM74.868 60.008L67.1094 136.305C65.8459 148.73 75.6863 159.518 88.2838 159.518H154.716C167.314 159.518 177.154 148.73 175.891 136.305L168.132 60.008C167.584 54.6193 163.008 50.5176 157.545 50.5176H85.4552C79.9917 50.5176 75.416 54.6193 74.868 60.008Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 66.5176C16 63.2039 18.6863 60.5176 22 60.5176H56C59.3137 60.5176 62 63.2039 62 66.5176C62 69.8313 59.3137 72.5176 56 72.5176H22C18.6863 72.5176 16 69.8313 16 66.5176Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M25 90.5176C25 87.2039 27.6863 84.5176 31 84.5176H56C59.3137 84.5176 62 87.2039 62 90.5176C62 93.8313 59.3137 96.5176 56 96.5176H31C27.6863 96.5176 25 93.8313 25 90.5176Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M34 114.518C34 111.204 36.6863 108.518 40 108.518H56C59.3137 108.518 62 111.204 62 114.518C62 117.831 59.3137 120.518 56 120.518H40C36.6863 120.518 34 117.831 34 114.518Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M103.607 129.994V119.223L106.294 120.583C108.452 121.676 110.768 122.54 113.245 123.173C115.744 123.805 118.121 124.114 120.38 124.114C123.983 124.114 126.493 123.539 128.111 122.594C129.545 121.731 130.241 120.514 130.241 118.677C130.241 117.461 129.746 116.391 128.503 115.392L128.489 115.38L128.475 115.369C127.145 114.257 124.29 112.787 119.637 110.995C115.198 109.341 111.889 107.854 109.832 106.525L109.818 106.516L109.805 106.506C107.776 105.144 106.174 103.552 105.08 101.706L105.074 101.695L105.067 101.684C103.98 99.7898 103.477 97.593 103.477 95.1669C103.477 90.6955 105.341 87.0808 108.984 84.5058C112.556 81.9516 117.303 80.7803 123.026 80.7803C128.403 80.7803 133.652 81.8755 138.759 84.0515L140.478 84.7836L136.445 94.0116L134.77 93.3212C130.152 91.418 126.072 90.5112 122.505 90.5112C119.23 90.5112 117.062 91.0347 115.755 91.8406C114.511 92.6078 114.032 93.5148 114.032 94.6898C114.032 95.6315 114.26 96.3222 114.634 96.8562C115.089 97.4627 115.899 98.1554 117.206 98.8875C118.511 99.6182 121.159 100.744 125.271 102.279C130.939 104.344 135.095 106.528 137.379 108.943C139.734 111.402 140.882 114.491 140.882 118.07C140.882 123.028 138.997 127.021 135.176 129.803C131.447 132.518 126.382 133.758 120.206 133.758C113.744 133.758 108.466 132.742 104.547 130.525L103.607 129.994ZM136.039 110.219C134.072 108.137 130.269 106.069 124.631 104.016C120.524 102.483 117.748 101.312 116.302 100.502C114.856 99.6926 113.801 98.8395 113.136 97.9431C112.499 97.0466 112.181 95.9622 112.181 94.6898C112.181 92.8101 113.049 91.3353 114.784 90.2653C116.519 89.1954 119.093 88.6604 122.505 88.6604C126.38 88.6604 130.703 89.6436 135.475 91.61L138.034 85.7542C137.462 85.5107 136.889 85.2814 136.315 85.0664C131.975 83.4428 127.545 82.631 123.026 82.631C117.531 82.631 113.208 83.7588 110.056 86.0144C106.904 88.2411 105.328 91.2919 105.328 95.1669C105.328 97.3358 105.776 99.201 106.672 100.763C107.598 102.324 108.986 103.727 110.837 104.97C112.716 106.185 115.868 107.616 120.293 109.264C124.949 111.057 128.072 112.619 129.662 113.949C131.282 115.25 132.091 116.826 132.091 118.677C132.091 121.135 131.079 122.972 129.055 124.186C127.031 125.372 124.139 125.965 120.38 125.965C117.95 125.965 115.42 125.632 112.789 124.967C110.876 124.478 109.049 123.857 107.309 123.102C106.681 122.83 106.064 122.541 105.458 122.234V128.914C108.986 130.909 113.902 131.907 120.206 131.907C126.163 131.907 130.79 130.707 134.087 128.307C137.383 125.907 139.032 122.494 139.032 118.07C139.032 114.918 138.034 112.301 136.039 110.219Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117.386 75.5176H128.491V82.9206H127.666C131.178 83.3613 134.634 84.306 138.034 85.7545L135.475 91.6104C130.703 89.644 126.38 88.6608 122.505 88.6608C119.093 88.6608 116.519 89.1957 114.784 90.2657C113.049 91.3357 112.181 92.8105 112.181 94.6902C112.181 95.9625 112.499 97.047 113.135 97.9434C113.801 98.8399 114.856 99.693 116.302 100.503C117.748 101.312 120.524 102.484 124.63 104.016C130.269 106.069 134.072 108.137 136.038 110.219C138.034 112.301 139.031 114.918 139.031 118.07C139.031 122.495 137.383 125.907 134.086 128.307C132.521 129.447 130.656 130.316 128.491 130.914V137.518H117.386V131.836C112.418 131.576 108.441 130.602 105.458 128.915V122.234C107.742 123.391 110.186 124.302 112.788 124.967C115.42 125.632 117.95 125.965 120.379 125.965C124.139 125.965 127.031 125.372 129.055 124.186C131.079 122.972 132.091 121.136 132.091 118.678C132.091 116.827 131.281 115.251 129.662 113.949C128.072 112.619 124.948 111.058 120.293 109.265C115.868 107.616 112.716 106.185 110.836 104.97C108.986 103.727 107.598 102.324 106.672 100.763C105.776 99.2013 105.328 97.3361 105.328 95.1673C105.328 91.2923 106.904 88.2415 110.056 86.0148C112.286 84.4186 115.103 83.3872 118.507 82.9206H117.386V75.5176Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const QuickSaleOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M91 46.3926C91 38.7296 96.7232 32.5176 103.783 32.5176H139.217C146.277 32.5176 152 38.7296 152 46.3926V64.1352C152 67.1078 149.59 69.5176 146.618 69.5176C143.645 69.5176 141.235 67.1078 141.235 64.1352V46.3926C141.235 45.1826 140.332 44.2018 139.217 44.2018H103.783C102.668 44.2018 101.765 45.1826 101.765 46.3926V64.1352C101.765 67.1078 99.3549 69.5176 96.3824 69.5176C93.4098 69.5176 91 67.1078 91 64.1352V46.3926Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M85.4552 61.066L77.6966 137.363C77.0648 143.575 81.985 148.969 88.2838 148.969H154.716C161.015 148.969 165.935 143.575 165.303 137.363L157.545 61.066L85.4552 61.066ZM74.868 60.008L67.1094 136.305C65.8459 148.73 75.6863 159.518 88.2838 159.518H154.716C167.314 159.518 177.154 148.73 175.891 136.305L168.132 60.008C167.584 54.6193 163.008 50.5176 157.545 50.5176H85.4552C79.9917 50.5176 75.416 54.6193 74.868 60.008Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 66.5176C16 63.2039 18.6863 60.5176 22 60.5176H56C59.3137 60.5176 62 63.2039 62 66.5176C62 69.8313 59.3137 72.5176 56 72.5176H22C18.6863 72.5176 16 69.8313 16 66.5176Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M25 90.5176C25 87.2039 27.6863 84.5176 31 84.5176H56C59.3137 84.5176 62 87.2039 62 90.5176C62 93.8313 59.3137 96.5176 56 96.5176H31C27.6863 96.5176 25 93.8313 25 90.5176Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M34 114.518C34 111.204 36.6863 108.518 40 108.518H56C59.3137 108.518 62 111.204 62 114.518C62 117.831 59.3137 120.518 56 120.518H40C36.6863 120.518 34 117.831 34 114.518Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M103.607 129.994V119.223L106.294 120.583C108.452 121.676 110.768 122.54 113.245 123.173C115.744 123.805 118.121 124.114 120.38 124.114C123.983 124.114 126.493 123.539 128.111 122.594C129.545 121.731 130.241 120.514 130.241 118.677C130.241 117.461 129.746 116.391 128.503 115.392L128.489 115.38L128.475 115.369C127.145 114.257 124.29 112.787 119.637 110.995C115.198 109.341 111.889 107.854 109.832 106.525L109.818 106.516L109.805 106.506C107.776 105.144 106.174 103.552 105.08 101.706L105.074 101.695L105.067 101.684C103.98 99.7898 103.477 97.593 103.477 95.1669C103.477 90.6955 105.341 87.0808 108.984 84.5058C112.556 81.9516 117.303 80.7803 123.026 80.7803C128.403 80.7803 133.652 81.8755 138.759 84.0515L140.478 84.7836L136.445 94.0116L134.77 93.3212C130.152 91.418 126.072 90.5112 122.505 90.5112C119.23 90.5112 117.062 91.0347 115.755 91.8406C114.511 92.6078 114.032 93.5148 114.032 94.6898C114.032 95.6315 114.26 96.3222 114.634 96.8562C115.089 97.4627 115.899 98.1554 117.206 98.8875C118.511 99.6182 121.159 100.744 125.271 102.279C130.939 104.344 135.095 106.528 137.379 108.943C139.734 111.402 140.882 114.491 140.882 118.07C140.882 123.028 138.997 127.021 135.176 129.803C131.447 132.518 126.382 133.758 120.206 133.758C113.744 133.758 108.466 132.742 104.547 130.525L103.607 129.994ZM136.039 110.219C134.072 108.137 130.269 106.069 124.631 104.016C120.524 102.483 117.748 101.312 116.302 100.502C114.856 99.6926 113.801 98.8395 113.136 97.9431C112.499 97.0466 112.181 95.9622 112.181 94.6898C112.181 92.8101 113.049 91.3353 114.784 90.2653C116.519 89.1954 119.093 88.6604 122.505 88.6604C126.38 88.6604 130.703 89.6436 135.475 91.61L138.034 85.7542C137.462 85.5107 136.889 85.2814 136.315 85.0664C131.975 83.4428 127.545 82.631 123.026 82.631C117.531 82.631 113.208 83.7588 110.056 86.0144C106.904 88.2411 105.328 91.2919 105.328 95.1669C105.328 97.3358 105.776 99.201 106.672 100.763C107.598 102.324 108.986 103.727 110.837 104.97C112.716 106.185 115.868 107.616 120.293 109.264C124.949 111.057 128.072 112.619 129.662 113.949C131.282 115.25 132.091 116.826 132.091 118.677C132.091 121.135 131.079 122.972 129.055 124.186C127.031 125.372 124.139 125.965 120.38 125.965C117.95 125.965 115.42 125.632 112.789 124.967C110.876 124.478 109.049 123.857 107.309 123.102C106.681 122.83 106.064 122.541 105.458 122.234V128.914C108.986 130.909 113.902 131.907 120.206 131.907C126.163 131.907 130.79 130.707 134.087 128.307C137.383 125.907 139.032 122.494 139.032 118.07C139.032 114.918 138.034 112.301 136.039 110.219Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117.386 75.5176H128.491V82.9206H127.666C131.178 83.3613 134.634 84.306 138.034 85.7545L135.475 91.6104C130.703 89.644 126.38 88.6608 122.505 88.6608C119.093 88.6608 116.519 89.1957 114.784 90.2657C113.049 91.3357 112.181 92.8105 112.181 94.6902C112.181 95.9625 112.499 97.047 113.135 97.9434C113.801 98.8399 114.856 99.693 116.302 100.503C117.748 101.312 120.524 102.484 124.63 104.016C130.269 106.069 134.072 108.137 136.038 110.219C138.034 112.301 139.031 114.918 139.031 118.07C139.031 122.495 137.383 125.907 134.086 128.307C132.521 129.447 130.656 130.316 128.491 130.914V137.518H117.386V131.836C112.418 131.576 108.441 130.602 105.458 128.915V122.234C107.742 123.391 110.186 124.302 112.788 124.967C115.42 125.632 117.95 125.965 120.379 125.965C124.139 125.965 127.031 125.372 129.055 124.186C131.079 122.972 132.091 121.136 132.091 118.678C132.091 116.827 131.281 115.251 129.662 113.949C128.072 112.619 124.948 111.058 120.293 109.265C115.868 107.616 112.716 106.185 110.836 104.97C108.986 103.727 107.598 102.324 106.672 100.763C105.776 99.2013 105.328 97.3361 105.328 95.1673C105.328 91.2923 106.904 88.2415 110.056 86.0148C112.286 84.4186 115.103 83.3872 118.507 82.9206H117.386V75.5176Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = QuickSaleOutline;
export default QuickSaleOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var QuickSaleSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M91 47.3926C91 39.7296 96.7232 33.5176 103.783 33.5176H139.217C146.277 33.5176 152 39.7296 152 47.3926V65.1352C152 68.1078 149.59 70.5176 146.618 70.5176C143.645 70.5176 141.235 68.1078 141.235 65.1352V47.3926C141.235 46.1826 140.332 45.2018 139.217 45.2018H103.783C102.668 45.2018 101.765 46.1826 101.765 47.3926V65.1352C101.765 68.1078 99.3549 70.5176 96.3824 70.5176C93.4098 70.5176 91 68.1078 91 65.1352V47.3926Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 67.5176C16 64.2039 18.6863 61.5176 22 61.5176H56C59.3137 61.5176 62 64.2039 62 67.5176C62 70.8313 59.3137 73.5176 56 73.5176H22C18.6863 73.5176 16 70.8313 16 67.5176Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M25 91.5176C25 88.2039 27.6863 85.5176 31 85.5176H56C59.3137 85.5176 62 88.2039 62 91.5176C62 94.8313 59.3137 97.5176 56 97.5176H31C27.6863 97.5176 25 94.8313 25 91.5176Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M34 115.518C34 112.204 36.6863 109.518 40 109.518H56C59.3137 109.518 62 112.204 62 115.518C62 118.831 59.3137 121.518 56 121.518H40C36.6863 121.518 34 118.831 34 115.518Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M67.1094 137.305L74.868 61.008C75.416 55.6193 79.9917 51.5176 85.4552 51.5176H157.545C163.008 51.5176 167.584 55.6193 168.132 61.008L175.891 137.305C177.154 149.73 167.314 160.518 154.716 160.518H88.2838C75.6863 160.518 65.8459 149.73 67.1094 137.305ZM103.607 130.994V120.223L106.294 121.583C108.452 122.676 110.768 123.54 113.245 124.174C115.744 124.805 118.121 125.114 120.38 125.114C123.983 125.114 126.493 124.539 128.111 123.594C129.545 122.731 130.241 121.515 130.241 119.678C130.241 118.461 129.746 117.391 128.503 116.392L128.489 116.381L128.475 116.369C127.145 115.257 124.29 113.788 119.637 111.995C115.198 110.341 111.889 108.854 109.832 107.525L109.818 107.516L109.805 107.507C107.776 106.144 106.174 104.553 105.08 102.706L105.074 102.695L105.067 102.684C103.98 100.79 103.477 98.5934 103.477 96.1673C103.477 91.6959 105.341 88.0812 108.984 85.5062C111.306 83.8455 114.126 82.7694 117.386 82.2198V76.5176H128.491V82.1635C131.973 82.655 135.397 83.6192 138.759 85.0519L140.478 85.784L136.445 95.012L134.77 94.3215C130.152 92.4184 126.072 91.5115 122.505 91.5115C119.23 91.5115 117.062 92.035 115.755 92.841C114.511 93.6082 114.032 94.5152 114.032 95.6902C114.032 96.6319 114.26 97.3226 114.634 97.8565C115.089 98.463 115.899 99.1558 117.206 99.8879C118.511 100.619 121.159 101.745 125.271 103.28C130.939 105.344 135.095 107.528 137.379 109.943C139.734 112.402 140.882 115.492 140.882 119.07C140.882 124.028 138.997 128.022 135.176 130.803C133.282 132.182 131.044 133.18 128.491 133.829V138.518H117.386V134.689C112.196 134.427 107.88 133.41 104.547 131.525L103.607 130.994ZM133.033 130.006C133.398 129.786 133.749 129.553 134.087 129.307C137.383 126.907 139.032 123.495 139.032 119.07C139.032 115.918 138.034 113.301 136.039 111.219C135.301 110.438 134.306 109.66 133.052 108.883C134.306 109.66 135.301 110.438 136.039 111.219C138.034 113.301 139.032 115.918 139.032 119.07C139.032 123.495 137.383 126.907 134.087 129.307C133.749 129.553 133.398 129.786 133.033 130.006ZM131 107.731C129.231 106.823 127.108 105.918 124.631 105.016C120.524 103.484 117.748 102.312 116.302 101.503C114.856 100.693 113.801 99.8399 113.136 98.9434C112.499 98.047 112.181 96.9625 112.181 95.6902C112.181 93.8105 113.049 92.3357 114.784 91.2657C115.435 90.8645 116.203 90.5385 117.09 90.2877C116.203 90.5385 115.435 90.8645 114.784 91.2657C113.049 92.3357 112.181 93.8105 112.181 95.6902C112.181 96.9625 112.499 98.047 113.136 98.9434C113.801 99.8399 114.856 100.693 116.302 101.503C117.748 102.312 120.524 103.484 124.63 105.016C127.108 105.918 129.231 106.823 131 107.731ZM105.458 123.235C105.46 123.236 105.463 123.237 105.465 123.238C105.463 123.237 105.46 123.236 105.458 123.234V123.235ZM112.431 125.874C112.55 125.906 112.669 125.937 112.789 125.967C112.789 125.967 112.789 125.967 112.789 125.967C112.669 125.937 112.55 125.906 112.431 125.874ZM119.464 126.949C119.771 126.96 120.076 126.965 120.379 126.965C120.379 126.965 120.38 126.965 120.38 126.965C120.076 126.965 119.771 126.96 119.464 126.949Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const QuickSaleSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M91 47.3926C91 39.7296 96.7232 33.5176 103.783 33.5176H139.217C146.277 33.5176 152 39.7296 152 47.3926V65.1352C152 68.1078 149.59 70.5176 146.618 70.5176C143.645 70.5176 141.235 68.1078 141.235 65.1352V47.3926C141.235 46.1826 140.332 45.2018 139.217 45.2018H103.783C102.668 45.2018 101.765 46.1826 101.765 47.3926V65.1352C101.765 68.1078 99.3549 70.5176 96.3824 70.5176C93.4098 70.5176 91 68.1078 91 65.1352V47.3926Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 67.5176C16 64.2039 18.6863 61.5176 22 61.5176H56C59.3137 61.5176 62 64.2039 62 67.5176C62 70.8313 59.3137 73.5176 56 73.5176H22C18.6863 73.5176 16 70.8313 16 67.5176Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M25 91.5176C25 88.2039 27.6863 85.5176 31 85.5176H56C59.3137 85.5176 62 88.2039 62 91.5176C62 94.8313 59.3137 97.5176 56 97.5176H31C27.6863 97.5176 25 94.8313 25 91.5176Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M34 115.518C34 112.204 36.6863 109.518 40 109.518H56C59.3137 109.518 62 112.204 62 115.518C62 118.831 59.3137 121.518 56 121.518H40C36.6863 121.518 34 118.831 34 115.518Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M67.1094 137.305L74.868 61.008C75.416 55.6193 79.9917 51.5176 85.4552 51.5176H157.545C163.008 51.5176 167.584 55.6193 168.132 61.008L175.891 137.305C177.154 149.73 167.314 160.518 154.716 160.518H88.2838C75.6863 160.518 65.8459 149.73 67.1094 137.305ZM103.607 130.994V120.223L106.294 121.583C108.452 122.676 110.768 123.54 113.245 124.174C115.744 124.805 118.121 125.114 120.38 125.114C123.983 125.114 126.493 124.539 128.111 123.594C129.545 122.731 130.241 121.515 130.241 119.678C130.241 118.461 129.746 117.391 128.503 116.392L128.489 116.381L128.475 116.369C127.145 115.257 124.29 113.788 119.637 111.995C115.198 110.341 111.889 108.854 109.832 107.525L109.818 107.516L109.805 107.507C107.776 106.144 106.174 104.553 105.08 102.706L105.074 102.695L105.067 102.684C103.98 100.79 103.477 98.5934 103.477 96.1673C103.477 91.6959 105.341 88.0812 108.984 85.5062C111.306 83.8455 114.126 82.7694 117.386 82.2198V76.5176H128.491V82.1635C131.973 82.655 135.397 83.6192 138.759 85.0519L140.478 85.784L136.445 95.012L134.77 94.3215C130.152 92.4184 126.072 91.5115 122.505 91.5115C119.23 91.5115 117.062 92.035 115.755 92.841C114.511 93.6082 114.032 94.5152 114.032 95.6902C114.032 96.6319 114.26 97.3226 114.634 97.8565C115.089 98.463 115.899 99.1558 117.206 99.8879C118.511 100.619 121.159 101.745 125.271 103.28C130.939 105.344 135.095 107.528 137.379 109.943C139.734 112.402 140.882 115.492 140.882 119.07C140.882 124.028 138.997 128.022 135.176 130.803C133.282 132.182 131.044 133.18 128.491 133.829V138.518H117.386V134.689C112.196 134.427 107.88 133.41 104.547 131.525L103.607 130.994ZM133.033 130.006C133.398 129.786 133.749 129.553 134.087 129.307C137.383 126.907 139.032 123.495 139.032 119.07C139.032 115.918 138.034 113.301 136.039 111.219C135.301 110.438 134.306 109.66 133.052 108.883C134.306 109.66 135.301 110.438 136.039 111.219C138.034 113.301 139.032 115.918 139.032 119.07C139.032 123.495 137.383 126.907 134.087 129.307C133.749 129.553 133.398 129.786 133.033 130.006ZM131 107.731C129.231 106.823 127.108 105.918 124.631 105.016C120.524 103.484 117.748 102.312 116.302 101.503C114.856 100.693 113.801 99.8399 113.136 98.9434C112.499 98.047 112.181 96.9625 112.181 95.6902C112.181 93.8105 113.049 92.3357 114.784 91.2657C115.435 90.8645 116.203 90.5385 117.09 90.2877C116.203 90.5385 115.435 90.8645 114.784 91.2657C113.049 92.3357 112.181 93.8105 112.181 95.6902C112.181 96.9625 112.499 98.047 113.136 98.9434C113.801 99.8399 114.856 100.693 116.302 101.503C117.748 102.312 120.524 103.484 124.63 105.016C127.108 105.918 129.231 106.823 131 107.731ZM105.458 123.235C105.46 123.236 105.463 123.237 105.465 123.238C105.463 123.237 105.46 123.236 105.458 123.234V123.235ZM112.431 125.874C112.55 125.906 112.669 125.937 112.789 125.967C112.789 125.967 112.789 125.967 112.789 125.967C112.669 125.937 112.55 125.906 112.431 125.874ZM119.464 126.949C119.771 126.96 120.076 126.965 120.379 126.965C120.379 126.965 120.38 126.965 120.38 126.965C120.076 126.965 119.771 126.96 119.464 126.949Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = QuickSaleSolid;
export default QuickSaleSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Reply = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: 'M61.9609 115.428C64.304 113.085 64.3041 109.286 61.9609 106.943L42.407 87.3887H128V87.407C128.332 87.3949 128.665 87.3888 129 87.3888C143.912 87.3888 156 99.4771 156 114.389C156 114.724 155.994 115.057 155.982 115.389H156V139.389C156 142.702 158.686 145.389 162 145.389C165.314 145.389 168 142.702 168 139.389V115.389H167.987C167.996 115.056 168 114.723 168 114.389C168 92.8497 150.539 75.3888 129 75.3888C128.666 75.3888 128.332 75.393 128 75.4014V75.3887H43.2498L62.3822 56.2563C64.7254 53.9132 64.7254 50.1142 62.3822 47.771C60.0391 45.4279 56.2401 45.4279 53.897 47.771L26.9289 74.7391C23.0237 78.6443 23.0237 84.976 26.9289 88.8812L53.4756 115.428C55.8188 117.771 59.6178 117.771 61.9609 115.428Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Reply = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { d: 'M61.9609 115.428C64.304 113.085 64.3041 109.286 61.9609 106.943L42.407 87.3887H128V87.407C128.332 87.3949 128.665 87.3888 129 87.3888C143.912 87.3888 156 99.4771 156 114.389C156 114.724 155.994 115.057 155.982 115.389H156V139.389C156 142.702 158.686 145.389 162 145.389C165.314 145.389 168 142.702 168 139.389V115.389H167.987C167.996 115.056 168 114.723 168 114.389C168 92.8497 150.539 75.3888 129 75.3888C128.666 75.3888 128.332 75.393 128 75.4014V75.3887H43.2498L62.3822 56.2563C64.7254 53.9132 64.7254 50.1142 62.3822 47.771C60.0391 45.4279 56.2401 45.4279 53.897 47.771L26.9289 74.7391C23.0237 78.6443 23.0237 84.976 26.9289 88.8812L53.4756 115.428C55.8188 117.771 59.6178 117.771 61.9609 115.428Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Reply;
export default Reply;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var ResizeTextarea = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M25.6884 164.288C23.4372 162.036 23.4372 158.387 25.6884 156.135L156.122 25.702C158.373 23.4509 162.023 23.4509 164.274 25.702C166.525 27.9532 166.525 31.603 164.274 33.8541L33.8405 164.288C31.5893 166.539 27.9395 166.539 25.6884 164.288Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M121.475 166.325C119.223 164.074 119.223 160.424 121.475 158.173L158.159 121.489C160.41 119.238 164.06 119.238 166.311 121.489C168.562 123.74 168.562 127.39 166.311 129.641L129.627 166.325C127.376 168.576 123.726 168.576 121.475 166.325Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M72.5626 158.173C70.3114 160.424 70.3114 164.074 72.5626 166.325C74.8137 168.576 78.4635 168.576 80.7147 166.325L166.312 80.7284C168.563 78.4773 168.563 74.8274 166.312 72.5763C164.061 70.3252 160.411 70.3252 158.16 72.5763L72.5626 158.173Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const ResizeTextarea = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M25.6884 164.288C23.4372 162.036 23.4372 158.387 25.6884 156.135L156.122 25.702C158.373 23.4509 162.023 23.4509 164.274 25.702C166.525 27.9532 166.525 31.603 164.274 33.8541L33.8405 164.288C31.5893 166.539 27.9395 166.539 25.6884 164.288Z' }), _jsx("path", { d: 'M121.475 166.325C119.223 164.074 119.223 160.424 121.475 158.173L158.159 121.489C160.41 119.238 164.06 119.238 166.311 121.489C168.562 123.74 168.562 127.39 166.311 129.641L129.627 166.325C127.376 168.576 123.726 168.576 121.475 166.325Z' }), _jsx("path", { d: 'M72.5626 158.173C70.3114 160.424 70.3114 164.074 72.5626 166.325C74.8137 168.576 78.4635 168.576 80.7147 166.325L166.312 80.7284C168.563 78.4773 168.563 74.8274 166.312 72.5763C164.061 70.3252 160.411 70.3252 158.16 72.5763L72.5626 158.173Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = ResizeTextarea;
export default ResizeTextarea;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var SaveOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112.201 24H34C28.4772 24 24 28.4771 24 34V158C24 163.523 28.4771 168 34 168H158C163.523 168 168 163.523 168 158V79.799L156 67.799V156H36V36H124.201L112.201 24Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M131.243 25.7574C133.586 23.4142 137.385 23.4142 139.728 25.7574L166.243 52.2721C168.586 54.6152 168.586 58.4142 166.243 60.7573C163.9 63.1005 160.101 63.1005 157.757 60.7573L131.243 34.2426C128.9 31.8995 128.9 28.1005 131.243 25.7574Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M111 24H136V36H111V24Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M135 25H112V35H135V25ZM111 24V36H136V24H111Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M156 57H168V81H156V57Z', fill: 'currentColor' }), (0, jsx_runtime_1.jsx)("path", { d: 'M62 36C62 32.6863 64.6863 30 68 30H123C126.314 30 129 32.6863 129 36V58C129 61.3137 126.314 64 123 64H68C64.6863 64 62 61.3137 62 58V36Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M56 118C56 114.686 58.6863 112 62 112H130C133.314 112 136 114.686 136 118V154C136 157.314 133.314 160 130 160H62C58.6863 160 56 157.314 56 154V118Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const SaveOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M112.201 24H34C28.4772 24 24 28.4771 24 34V158C24 163.523 28.4771 168 34 168H158C163.523 168 168 163.523 168 158V79.799L156 67.799V156H36V36H124.201L112.201 24Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M131.243 25.7574C133.586 23.4142 137.385 23.4142 139.728 25.7574L166.243 52.2721C168.586 54.6152 168.586 58.4142 166.243 60.7573C163.9 63.1005 160.101 63.1005 157.757 60.7573L131.243 34.2426C128.9 31.8995 128.9 28.1005 131.243 25.7574Z' }), _jsx("path", { d: 'M111 24H136V36H111V24Z', fill: 'currentColor' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M135 25H112V35H135V25ZM111 24V36H136V24H111Z', fill: 'currentColor' }), _jsx("path", { d: 'M156 57H168V81H156V57Z', fill: 'currentColor' }), _jsx("path", { d: 'M62 36C62 32.6863 64.6863 30 68 30H123C126.314 30 129 32.6863 129 36V58C129 61.3137 126.314 64 123 64H68C64.6863 64 62 61.3137 62 58V36Z' }), _jsx("path", { d: 'M56 118C56 114.686 58.6863 112 62 112H130C133.314 112 136 114.686 136 118V154C136 157.314 133.314 160 130 160H62C58.6863 160 56 157.314 56 154V118Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = SaveOutline;
export default SaveOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var SaveSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M111 24H34C28.4772 24 24 28.4771 24 34V158C24 163.523 28.4771 168 34 168H158C163.523 168 168 163.523 168 158V81V79.799V57H167.98C168.117 55.307 167.538 53.5672 166.243 52.2721L139.728 25.7574C138.687 24.7168 137.36 24.1384 136 24.022V24H112.201H111ZM135.659 156C135.88 155.374 136 154.701 136 154V118C136 114.686 133.314 112 130 112H62C58.6863 112 56 114.686 56 118V154C56 154.701 56.1203 155.374 56.3414 156H135.659ZM62 36V58C62 61.3137 64.6863 64 68 64H123C126.314 64 129 61.3137 129 58V36H124.201H111H62Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M34 24.5C28.7533 24.5 24.5 28.7533 24.5 34V158C24.5 163.247 28.7533 167.5 34 167.5H158C163.247 167.5 167.5 163.247 167.5 158V57.5H167.439L167.482 56.9598C167.607 55.4067 167.076 53.8127 165.889 52.6256L139.374 26.1109C138.42 25.1568 137.204 24.6269 135.957 24.5202L135.722 24.5H34ZM168.5 56.5V158C168.5 163.799 163.799 168.5 158 168.5H34C28.201 168.5 23.5 163.799 23.5 158V34C23.5 28.201 28.201 23.5 34 23.5H136.5V23.5793C137.811 23.7855 139.072 24.3939 140.081 25.4038L166.596 51.9185C167.862 53.1841 168.496 54.8422 168.5 56.5ZM61.5 35.5H129.5V58C129.5 61.5899 126.59 64.5 123 64.5H68C64.4101 64.5 61.5 61.5898 61.5 58V35.5ZM62.5 36.5V58C62.5 61.0376 64.9624 63.5 68 63.5H123C126.038 63.5 128.5 61.0376 128.5 58V36.5H62.5ZM55.5 118C55.5 114.41 58.4102 111.5 62 111.5H130C133.59 111.5 136.5 114.41 136.5 118V154C136.5 154.759 136.37 155.488 136.13 156.167L136.012 156.5H55.9878L55.87 156.167C55.6302 155.488 55.5 154.759 55.5 154V118ZM62 112.5C58.9624 112.5 56.5 114.962 56.5 118V154C56.5 154.521 56.5722 155.024 56.7069 155.5H135.293C135.428 155.024 135.5 154.521 135.5 154V118C135.5 114.962 133.038 112.5 130 112.5H62Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const SaveSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M111 24H34C28.4772 24 24 28.4771 24 34V158C24 163.523 28.4771 168 34 168H158C163.523 168 168 163.523 168 158V81V79.799V57H167.98C168.117 55.307 167.538 53.5672 166.243 52.2721L139.728 25.7574C138.687 24.7168 137.36 24.1384 136 24.022V24H112.201H111ZM135.659 156C135.88 155.374 136 154.701 136 154V118C136 114.686 133.314 112 130 112H62C58.6863 112 56 114.686 56 118V154C56 154.701 56.1203 155.374 56.3414 156H135.659ZM62 36V58C62 61.3137 64.6863 64 68 64H123C126.314 64 129 61.3137 129 58V36H124.201H111H62Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M34 24.5C28.7533 24.5 24.5 28.7533 24.5 34V158C24.5 163.247 28.7533 167.5 34 167.5H158C163.247 167.5 167.5 163.247 167.5 158V57.5H167.439L167.482 56.9598C167.607 55.4067 167.076 53.8127 165.889 52.6256L139.374 26.1109C138.42 25.1568 137.204 24.6269 135.957 24.5202L135.722 24.5H34ZM168.5 56.5V158C168.5 163.799 163.799 168.5 158 168.5H34C28.201 168.5 23.5 163.799 23.5 158V34C23.5 28.201 28.201 23.5 34 23.5H136.5V23.5793C137.811 23.7855 139.072 24.3939 140.081 25.4038L166.596 51.9185C167.862 53.1841 168.496 54.8422 168.5 56.5ZM61.5 35.5H129.5V58C129.5 61.5899 126.59 64.5 123 64.5H68C64.4101 64.5 61.5 61.5898 61.5 58V35.5ZM62.5 36.5V58C62.5 61.0376 64.9624 63.5 68 63.5H123C126.038 63.5 128.5 61.0376 128.5 58V36.5H62.5ZM55.5 118C55.5 114.41 58.4102 111.5 62 111.5H130C133.59 111.5 136.5 114.41 136.5 118V154C136.5 154.759 136.37 155.488 136.13 156.167L136.012 156.5H55.9878L55.87 156.167C55.6302 155.488 55.5 154.759 55.5 154V118ZM62 112.5C58.9624 112.5 56.5 114.962 56.5 118V154C56.5 154.521 56.5722 155.024 56.7069 155.5H135.293C135.428 155.024 135.5 154.521 135.5 154V118C135.5 114.962 133.038 112.5 130 112.5H62Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = SaveSolid;
export default SaveSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var SearchOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M127.919 76C127.919 88.1977 123.719 99.4145 116.687 108.283L165 156.596C167.343 158.939 167.343 162.738 165 165.081C162.657 167.425 158.858 167.425 156.514 165.081L108.201 116.768C99.3327 123.8 88.1163 128 75.9189 128C47.2001 128 23.9189 104.719 23.9189 76C23.9189 47.2812 47.2001 24 75.9189 24C104.638 24 127.919 47.2812 127.919 76ZM75.9189 116C98.0103 116 115.919 98.0914 115.919 76C115.919 53.9086 98.0103 36 75.9189 36C53.8276 36 35.9189 53.9086 35.9189 76C35.9189 98.0914 53.8276 116 75.9189 116Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const SearchOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M127.919 76C127.919 88.1977 123.719 99.4145 116.687 108.283L165 156.596C167.343 158.939 167.343 162.738 165 165.081C162.657 167.425 158.858 167.425 156.514 165.081L108.201 116.768C99.3327 123.8 88.1163 128 75.9189 128C47.2001 128 23.9189 104.719 23.9189 76C23.9189 47.2812 47.2001 24 75.9189 24C104.638 24 127.919 47.2812 127.919 76ZM75.9189 116C98.0103 116 115.919 98.0914 115.919 76C115.919 53.9086 98.0103 36 75.9189 36C53.8276 36 35.9189 53.9086 35.9189 76C35.9189 98.0914 53.8276 116 75.9189 116Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = SearchOutline;
export default SearchOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var SearchSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 76C128 88.1977 123.8 99.4145 116.768 108.283L165.081 156.596C167.424 158.939 167.424 162.738 165.081 165.081C162.738 167.425 158.939 167.425 156.595 165.081L108.282 116.768C99.4138 123.8 88.1973 128 76 128C47.2812 128 24 104.719 24 76C24 47.2812 47.2812 24 76 24C104.719 24 128 47.2812 128 76Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const SearchSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M128 76C128 88.1977 123.8 99.4145 116.768 108.283L165.081 156.596C167.424 158.939 167.424 162.738 165.081 165.081C162.738 167.425 158.939 167.425 156.595 165.081L108.282 116.768C99.4138 123.8 88.1973 128 76 128C47.2812 128 24 104.719 24 76C24 47.2812 47.2812 24 76 24C104.719 24 128 47.2812 128 76Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = SearchSolid;
export default SearchSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var SettingsOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M118.647 37.8364L115.4 16H76.6001L73.3079 38.1425C67.5002 40.4576 62.1259 43.6194 57.337 47.4732L36.3938 39.2063L17 72.7897L34.7457 86.8793C34.3079 89.8588 34.0815 92.9045 34.0815 96C34.0815 99.0956 34.3078 102.141 34.7457 105.121L17 119.21L36.3939 152.794L57.3368 144.527C62.1259 148.381 67.5002 151.542 73.3079 153.858L76.6001 176H115.4L118.647 154.164C124.656 151.862 130.215 148.659 135.157 144.722L155.606 152.794L175 119.21L157.913 105.644C158.403 102.498 158.657 99.277 158.657 96C158.657 92.723 158.403 89.502 157.913 86.3563L175 72.7897L155.606 39.2063L135.157 47.2781C130.214 43.341 124.656 40.1377 118.647 37.8364ZM150.388 54.1669L133.109 60.9877L127.681 56.6644C123.686 53.4821 119.199 50.8976 114.355 49.0427L107.808 46.5355L105.052 28H86.9478L84.1624 46.7339L77.7514 49.2895C73.0697 51.1558 68.7311 53.7071 64.8602 56.8221L59.4228 61.1975L41.6115 54.1669L32.5677 69.8277L47.6236 81.7817L46.6182 88.624C46.265 91.0277 46.0815 93.4903 46.0815 96C46.0815 98.5097 46.2649 100.972 46.6182 103.376L47.6236 110.218L32.5678 122.172L41.6116 137.833L59.4227 130.802L64.86 135.178C68.731 138.293 73.0697 140.844 77.7514 142.711L84.1624 145.266L86.9478 164H105.052L107.808 145.465L114.355 142.957C119.199 141.102 123.686 138.518 127.681 135.336L133.109 131.012L150.388 137.833L159.432 122.172L144.982 110.699L146.056 103.798C146.451 101.261 146.657 98.6567 146.657 96C146.657 93.3433 146.451 90.7393 146.056 88.2019L144.982 81.301L159.432 69.8277L150.388 54.1669Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95 116C106.046 116 115 107.046 115 96C115 84.9543 106.046 76 95 76C83.9543 76 75 84.9543 75 96C75 107.046 83.9543 116 95 116ZM95 128C112.673 128 127 113.673 127 96C127 78.3269 112.673 64 95 64C77.3269 64 63 78.3269 63 96C63 113.673 77.3269 128 95 128Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const SettingsOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M118.647 37.8364L115.4 16H76.6001L73.3079 38.1425C67.5002 40.4576 62.1259 43.6194 57.337 47.4732L36.3938 39.2063L17 72.7897L34.7457 86.8793C34.3079 89.8588 34.0815 92.9045 34.0815 96C34.0815 99.0956 34.3078 102.141 34.7457 105.121L17 119.21L36.3939 152.794L57.3368 144.527C62.1259 148.381 67.5002 151.542 73.3079 153.858L76.6001 176H115.4L118.647 154.164C124.656 151.862 130.215 148.659 135.157 144.722L155.606 152.794L175 119.21L157.913 105.644C158.403 102.498 158.657 99.277 158.657 96C158.657 92.723 158.403 89.502 157.913 86.3563L175 72.7897L155.606 39.2063L135.157 47.2781C130.214 43.341 124.656 40.1377 118.647 37.8364ZM150.388 54.1669L133.109 60.9877L127.681 56.6644C123.686 53.4821 119.199 50.8976 114.355 49.0427L107.808 46.5355L105.052 28H86.9478L84.1624 46.7339L77.7514 49.2895C73.0697 51.1558 68.7311 53.7071 64.8602 56.8221L59.4228 61.1975L41.6115 54.1669L32.5677 69.8277L47.6236 81.7817L46.6182 88.624C46.265 91.0277 46.0815 93.4903 46.0815 96C46.0815 98.5097 46.2649 100.972 46.6182 103.376L47.6236 110.218L32.5678 122.172L41.6116 137.833L59.4227 130.802L64.86 135.178C68.731 138.293 73.0697 140.844 77.7514 142.711L84.1624 145.266L86.9478 164H105.052L107.808 145.465L114.355 142.957C119.199 141.102 123.686 138.518 127.681 135.336L133.109 131.012L150.388 137.833L159.432 122.172L144.982 110.699L146.056 103.798C146.451 101.261 146.657 98.6567 146.657 96C146.657 93.3433 146.451 90.7393 146.056 88.2019L144.982 81.301L159.432 69.8277L150.388 54.1669Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95 116C106.046 116 115 107.046 115 96C115 84.9543 106.046 76 95 76C83.9543 76 75 84.9543 75 96C75 107.046 83.9543 116 95 116ZM95 128C112.673 128 127 113.673 127 96C127 78.3269 112.673 64 95 64C77.3269 64 63 78.3269 63 96C63 113.673 77.3269 128 95 128Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = SettingsOutline;
export default SettingsOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var SettingsSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M77.6001 16H116.4L119.647 37.8364C125.656 40.1377 131.214 43.341 136.157 47.2781L156.606 39.2063L176 72.7897L158.913 86.3563C159.403 89.502 159.657 92.723 159.657 96C159.657 99.277 159.403 102.498 158.913 105.644L176 119.21L156.606 152.794L136.157 144.722C131.215 148.659 125.656 151.862 119.647 154.164L116.4 176H77.6001L74.3079 153.858C68.5002 151.542 63.1259 148.381 58.3368 144.527L37.3939 152.794L18 119.21L35.7457 105.121C35.3078 102.141 35.0815 99.0956 35.0815 96C35.0815 92.9045 35.3079 89.8588 35.7457 86.8793L18 72.7897L37.3938 39.2063L58.337 47.4732C63.1259 43.6194 68.5002 40.4576 74.3079 38.1425L77.6001 16ZM117 96C117 107.046 108.046 116 97 116C85.9543 116 77 107.046 77 96C77 84.9543 85.9543 76 97 76C108.046 76 117 84.9543 117 96ZM129 96C129 113.673 114.673 128 97 128C79.3269 128 65 113.673 65 96C65 78.3269 79.3269 64 97 64C114.673 64 129 78.3269 129 96Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M118.647 37.8364L115.4 16H76.6001L73.3079 38.1425C67.5002 40.4576 62.1259 43.6194 57.337 47.4732L36.3938 39.2063L17 72.7897L34.7457 86.8793C34.3079 89.8588 34.0815 92.9045 34.0815 96C34.0815 99.0956 34.3078 102.141 34.7457 105.121L17 119.21L36.3939 152.794L57.3368 144.527C62.1259 148.381 67.5002 151.542 73.3079 153.858L76.6001 176H115.4L118.647 154.164C124.656 151.862 130.215 148.659 135.157 144.722L155.606 152.794L175 119.21L157.913 105.644C158.403 102.498 158.657 99.277 158.657 96C158.657 92.723 158.403 89.502 157.913 86.3563L175 72.7897L155.606 39.2063L135.157 47.2781C130.214 43.341 124.656 40.1377 118.647 37.8364ZM150.388 54.1669L133.109 60.9877L127.681 56.6644C123.686 53.4821 119.199 50.8976 114.355 49.0427L107.808 46.5355L105.052 28H86.9478L84.1624 46.7339L77.7514 49.2895C73.0697 51.1558 68.7311 53.7071 64.8602 56.8221L59.4228 61.1975L41.6115 54.1669L32.5677 69.8277L47.6236 81.7817L46.6182 88.624C46.265 91.0277 46.0815 93.4903 46.0815 96C46.0815 98.5097 46.2649 100.972 46.6182 103.376L47.6236 110.218L32.5678 122.172L41.6116 137.833L59.4227 130.802L64.86 135.178C68.731 138.293 73.0697 140.844 77.7514 142.711L84.1624 145.266L86.9478 164H105.052L107.808 145.465L114.355 142.957C119.199 141.102 123.686 138.518 127.681 135.336L133.109 131.012L150.388 137.833L159.432 122.172L144.982 110.699L146.056 103.798C146.451 101.261 146.657 98.6567 146.657 96C146.657 93.3433 146.451 90.7393 146.056 88.2019L144.982 81.301L159.432 69.8277L150.388 54.1669ZM128 96C128 113.673 113.673 128 96 128C78.3269 128 64 113.673 64 96C64 78.3269 78.3269 64 96 64C113.673 64 128 78.3269 128 96ZM96 104C100.418 104 104 100.418 104 96C104 91.5817 100.418 88 96 88C91.5817 88 88 91.5817 88 96C88 100.418 91.5817 104 96 104ZM140 96C140 120.301 120.301 140 96 140C71.6995 140 52 120.301 52 96C52 71.6995 71.6995 52 96 52C120.301 52 140 71.6995 140 96ZM96 116C107.046 116 116 107.046 116 96C116 84.9543 107.046 76 96 76C84.9543 76 76 84.9543 76 96C76 107.046 84.9543 116 96 116Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const SettingsSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M77.6001 16H116.4L119.647 37.8364C125.656 40.1377 131.214 43.341 136.157 47.2781L156.606 39.2063L176 72.7897L158.913 86.3563C159.403 89.502 159.657 92.723 159.657 96C159.657 99.277 159.403 102.498 158.913 105.644L176 119.21L156.606 152.794L136.157 144.722C131.215 148.659 125.656 151.862 119.647 154.164L116.4 176H77.6001L74.3079 153.858C68.5002 151.542 63.1259 148.381 58.3368 144.527L37.3939 152.794L18 119.21L35.7457 105.121C35.3078 102.141 35.0815 99.0956 35.0815 96C35.0815 92.9045 35.3079 89.8588 35.7457 86.8793L18 72.7897L37.3938 39.2063L58.337 47.4732C63.1259 43.6194 68.5002 40.4576 74.3079 38.1425L77.6001 16ZM117 96C117 107.046 108.046 116 97 116C85.9543 116 77 107.046 77 96C77 84.9543 85.9543 76 97 76C108.046 76 117 84.9543 117 96ZM129 96C129 113.673 114.673 128 97 128C79.3269 128 65 113.673 65 96C65 78.3269 79.3269 64 97 64C114.673 64 129 78.3269 129 96Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M118.647 37.8364L115.4 16H76.6001L73.3079 38.1425C67.5002 40.4576 62.1259 43.6194 57.337 47.4732L36.3938 39.2063L17 72.7897L34.7457 86.8793C34.3079 89.8588 34.0815 92.9045 34.0815 96C34.0815 99.0956 34.3078 102.141 34.7457 105.121L17 119.21L36.3939 152.794L57.3368 144.527C62.1259 148.381 67.5002 151.542 73.3079 153.858L76.6001 176H115.4L118.647 154.164C124.656 151.862 130.215 148.659 135.157 144.722L155.606 152.794L175 119.21L157.913 105.644C158.403 102.498 158.657 99.277 158.657 96C158.657 92.723 158.403 89.502 157.913 86.3563L175 72.7897L155.606 39.2063L135.157 47.2781C130.214 43.341 124.656 40.1377 118.647 37.8364ZM150.388 54.1669L133.109 60.9877L127.681 56.6644C123.686 53.4821 119.199 50.8976 114.355 49.0427L107.808 46.5355L105.052 28H86.9478L84.1624 46.7339L77.7514 49.2895C73.0697 51.1558 68.7311 53.7071 64.8602 56.8221L59.4228 61.1975L41.6115 54.1669L32.5677 69.8277L47.6236 81.7817L46.6182 88.624C46.265 91.0277 46.0815 93.4903 46.0815 96C46.0815 98.5097 46.2649 100.972 46.6182 103.376L47.6236 110.218L32.5678 122.172L41.6116 137.833L59.4227 130.802L64.86 135.178C68.731 138.293 73.0697 140.844 77.7514 142.711L84.1624 145.266L86.9478 164H105.052L107.808 145.465L114.355 142.957C119.199 141.102 123.686 138.518 127.681 135.336L133.109 131.012L150.388 137.833L159.432 122.172L144.982 110.699L146.056 103.798C146.451 101.261 146.657 98.6567 146.657 96C146.657 93.3433 146.451 90.7393 146.056 88.2019L144.982 81.301L159.432 69.8277L150.388 54.1669ZM128 96C128 113.673 113.673 128 96 128C78.3269 128 64 113.673 64 96C64 78.3269 78.3269 64 96 64C113.673 64 128 78.3269 128 96ZM96 104C100.418 104 104 100.418 104 96C104 91.5817 100.418 88 96 88C91.5817 88 88 91.5817 88 96C88 100.418 91.5817 104 96 104ZM140 96C140 120.301 120.301 140 96 140C71.6995 140 52 120.301 52 96C52 71.6995 71.6995 52 96 52C120.301 52 140 71.6995 140 96ZM96 116C107.046 116 116 107.046 116 96C116 84.9543 107.046 76 96 76C84.9543 76 76 84.9543 76 96C76 107.046 84.9543 116 96 116Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = SettingsSolid;
export default SettingsSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Share = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M147 64C158.046 64 167 55.0457 167 44C167 32.9543 158.046 24 147 24C135.954 24 127 32.9543 127 44C127 44.1638 127.002 44.3271 127.006 44.4899L57.9537 81.6719C54.3503 78.162 49.4276 76 44 76C32.9543 76 24 84.9543 24 96C24 107.046 32.9543 116 44 116C49.4277 116 54.3503 113.838 57.9538 110.328L127.006 147.51C127.277 158.32 136.125 167 147 167C158.046 167 167 158.046 167 147C167 135.954 158.046 127 147 127C140.128 127 134.066 130.465 130.466 135.744L63.6463 99.7642C63.8785 98.5451 64 97.2867 64 96C64 94.7132 63.8785 93.4548 63.6463 92.2357L130.982 55.978C134.63 60.8483 140.447 64 147 64Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Share = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M147 64C158.046 64 167 55.0457 167 44C167 32.9543 158.046 24 147 24C135.954 24 127 32.9543 127 44C127 44.1638 127.002 44.3271 127.006 44.4899L57.9537 81.6719C54.3503 78.162 49.4276 76 44 76C32.9543 76 24 84.9543 24 96C24 107.046 32.9543 116 44 116C49.4277 116 54.3503 113.838 57.9538 110.328L127.006 147.51C127.277 158.32 136.125 167 147 167C158.046 167 167 158.046 167 147C167 135.954 158.046 127 147 127C140.128 127 134.066 130.465 130.466 135.744L63.6463 99.7642C63.8785 98.5451 64 97.2867 64 96C64 94.7132 63.8785 93.4548 63.6463 92.2357L130.982 55.978C134.63 60.8483 140.447 64 147 64Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Share;
export default Share;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var StarOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 43.1919L84.5875 69.0727C81.903 75.1604 76.2291 79.6511 69.34 80.5055L41.1508 84.0015L62.367 104.524C67.2055 109.205 69.2338 115.996 68.0072 122.453L62.514 151.371L86.3864 137.393C92.3371 133.909 99.6629 133.909 105.614 137.393L129.486 151.371L123.993 122.453C122.766 115.996 124.795 109.205 129.633 104.524L150.849 84.0015L122.66 80.5055C115.771 79.6511 110.097 75.1604 107.413 69.0727L96 43.1919ZM102.6 28.4186C100.002 22.5271 91.9975 22.5271 89.3996 28.4186L73.6076 64.231C72.5488 66.6321 70.3734 68.2854 67.863 68.5967L30.4217 73.2402C24.2623 74.0042 21.7886 81.9676 26.3425 86.3727L54.0238 113.149C55.8797 114.945 56.7107 117.62 56.218 120.213L48.87 158.896C47.6612 165.259 54.1373 170.181 59.5497 167.012L92.4496 147.748C94.6555 146.457 97.3445 146.457 99.5503 147.748L132.45 167.012C137.863 170.181 144.339 165.259 143.13 158.896L135.782 120.213C135.289 117.62 136.12 114.945 137.976 113.149L165.658 86.3727C170.211 81.9676 167.738 74.0042 161.578 73.2402L124.137 68.5967C121.627 68.2854 119.451 66.6321 118.392 64.231L102.6 28.4186Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const StarOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 43.1919L84.5875 69.0727C81.903 75.1604 76.2291 79.6511 69.34 80.5055L41.1508 84.0015L62.367 104.524C67.2055 109.205 69.2338 115.996 68.0072 122.453L62.514 151.371L86.3864 137.393C92.3371 133.909 99.6629 133.909 105.614 137.393L129.486 151.371L123.993 122.453C122.766 115.996 124.795 109.205 129.633 104.524L150.849 84.0015L122.66 80.5055C115.771 79.6511 110.097 75.1604 107.413 69.0727L96 43.1919ZM102.6 28.4186C100.002 22.5271 91.9975 22.5271 89.3996 28.4186L73.6076 64.231C72.5488 66.6321 70.3734 68.2854 67.863 68.5967L30.4217 73.2402C24.2623 74.0042 21.7886 81.9676 26.3425 86.3727L54.0238 113.149C55.8797 114.945 56.7107 117.62 56.218 120.213L48.87 158.896C47.6612 165.259 54.1373 170.181 59.5497 167.012L92.4496 147.748C94.6555 146.457 97.3445 146.457 99.5503 147.748L132.45 167.012C137.863 170.181 144.339 165.259 143.13 158.896L135.782 120.213C135.289 117.62 136.12 114.945 137.976 113.149L165.658 86.3727C170.211 81.9676 167.738 74.0042 161.578 73.2402L124.137 68.5967C121.627 68.2854 119.451 66.6321 118.392 64.231L102.6 28.4186Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = StarOutline;
export default StarOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var StarSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M88.3996 28.4186C90.9975 22.5271 99.0025 22.5271 101.6 28.4186L117.392 64.231C118.451 66.6321 120.627 68.2854 123.137 68.5967L160.578 73.2402C166.738 74.0042 169.211 81.9676 164.658 86.3727L136.976 113.149C135.12 114.945 134.289 117.62 134.782 120.213L142.13 158.896C143.339 165.259 136.863 170.181 131.45 167.012L98.5503 147.748C96.3445 146.457 93.6555 146.457 91.4496 147.748L58.5497 167.012C53.1373 170.181 46.6612 165.259 47.87 158.896L55.218 120.213C55.7107 117.62 54.8797 114.945 53.0238 113.149L25.3425 86.3727C20.7886 81.9676 23.2623 74.0042 29.4217 73.2402L66.863 68.5967C69.3734 68.2854 71.5488 66.6321 72.6076 64.231L88.3996 28.4186Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95 43.1919L83.5875 69.0727C80.903 75.1604 75.2291 79.6511 68.34 80.5055L40.1508 84.0015L61.367 104.524C66.2055 109.205 68.2338 115.996 67.0072 122.453L61.514 151.371L85.3864 137.393C91.3371 133.909 98.6629 133.909 104.614 137.393L128.486 151.371L122.993 122.453C121.766 115.996 123.795 109.205 128.633 104.524L149.849 84.0015L121.66 80.5055C114.771 79.6511 109.097 75.1604 106.413 69.0727L95 43.1919ZM101.6 28.4186C99.0025 22.5271 90.9975 22.5271 88.3996 28.4186L72.6076 64.231C71.5488 66.6321 69.3734 68.2854 66.863 68.5967L29.4217 73.2402C23.2623 74.0042 20.7886 81.9676 25.3425 86.3727L53.0238 113.149C54.8797 114.945 55.7107 117.62 55.218 120.213L47.87 158.896C46.6612 165.259 53.1373 170.181 58.5497 167.012L91.4496 147.748C93.6555 146.457 96.3445 146.457 98.5503 147.748L131.45 167.012C136.863 170.181 143.339 165.259 142.13 158.896L134.782 120.213C134.289 117.62 135.12 114.945 136.976 113.149L164.658 86.3727C169.211 81.9676 166.738 74.0042 160.578 73.2402L123.137 68.5967C120.627 68.2854 118.451 66.6321 117.392 64.231L101.6 28.4186Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const StarSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M88.3996 28.4186C90.9975 22.5271 99.0025 22.5271 101.6 28.4186L117.392 64.231C118.451 66.6321 120.627 68.2854 123.137 68.5967L160.578 73.2402C166.738 74.0042 169.211 81.9676 164.658 86.3727L136.976 113.149C135.12 114.945 134.289 117.62 134.782 120.213L142.13 158.896C143.339 165.259 136.863 170.181 131.45 167.012L98.5503 147.748C96.3445 146.457 93.6555 146.457 91.4496 147.748L58.5497 167.012C53.1373 170.181 46.6612 165.259 47.87 158.896L55.218 120.213C55.7107 117.62 54.8797 114.945 53.0238 113.149L25.3425 86.3727C20.7886 81.9676 23.2623 74.0042 29.4217 73.2402L66.863 68.5967C69.3734 68.2854 71.5488 66.6321 72.6076 64.231L88.3996 28.4186Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95 43.1919L83.5875 69.0727C80.903 75.1604 75.2291 79.6511 68.34 80.5055L40.1508 84.0015L61.367 104.524C66.2055 109.205 68.2338 115.996 67.0072 122.453L61.514 151.371L85.3864 137.393C91.3371 133.909 98.6629 133.909 104.614 137.393L128.486 151.371L122.993 122.453C121.766 115.996 123.795 109.205 128.633 104.524L149.849 84.0015L121.66 80.5055C114.771 79.6511 109.097 75.1604 106.413 69.0727L95 43.1919ZM101.6 28.4186C99.0025 22.5271 90.9975 22.5271 88.3996 28.4186L72.6076 64.231C71.5488 66.6321 69.3734 68.2854 66.863 68.5967L29.4217 73.2402C23.2623 74.0042 20.7886 81.9676 25.3425 86.3727L53.0238 113.149C54.8797 114.945 55.7107 117.62 55.218 120.213L47.87 158.896C46.6612 165.259 53.1373 170.181 58.5497 167.012L91.4496 147.748C93.6555 146.457 96.3445 146.457 98.5503 147.748L131.45 167.012C136.863 170.181 143.339 165.259 142.13 158.896L134.782 120.213C134.289 117.62 135.12 114.945 136.976 113.149L164.658 86.3727C169.211 81.9676 166.738 74.0042 160.578 73.2402L123.137 68.5967C120.627 68.2854 118.451 66.6321 117.392 64.231L101.6 28.4186Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = StarSolid;
export default StarSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Store = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M46.1162 36.5294L28.317 59.4962C28.3643 62.3852 28.3643 63.9382 28.3643 66.5381C28.3643 75.1054 35.3284 82.4706 44.4411 82.4706C49.4805 82.4706 53.9781 80.2037 56.9515 76.6668C58.1219 75.2747 59.8323 74.4739 61.6322 74.4755C63.4322 74.4771 65.1412 75.2808 66.3092 76.675C69.2609 80.1984 73.7405 82.4706 78.8326 82.4706C83.8719 82.4706 88.3696 80.2037 91.343 76.6668C92.5133 75.2747 94.2237 74.4739 96.0237 74.4755C97.8236 74.4771 99.5327 75.2808 100.701 76.675C103.652 80.1984 108.132 82.4706 113.224 82.4706C118.491 82.4706 122.977 80.1317 125.88 76.5652C127.025 75.1584 128.717 74.3306 130.511 74.2987C132.306 74.2668 134.024 75.034 135.217 76.3993C135.841 77.1133 136.521 77.7758 137.24 78.378C140.297 80.9378 144.114 82.4706 147.615 82.4706C156.728 82.4706 163.692 75.1054 163.692 66.5381V59.4988L146.296 36.5294H46.1162ZM130.719 89.0828C135.421 92.6092 141.389 95 147.615 95C163.436 95 176 82.1157 176 66.5381V58.9586C176 56.5112 175.192 54.1626 173.746 52.2529L155.704 28.4315C153.546 25.5828 150.208 24 146.769 24H45.6504C42.2524 24 38.9522 25.5449 36.7911 28.3334L18.3296 52.1547C16.7969 54.1325 15.9572 56.594 16.0017 59.1517C16.0566 62.3035 16.0566 63.7979 16.0566 66.5377C16.0566 82.1153 28.6203 95 44.4411 95C50.8602 95 56.8251 92.8683 61.6221 89.2515C66.4145 92.8699 72.3829 95 78.8326 95C85.2516 95 91.2165 92.8683 96.0135 89.2515C100.806 92.8699 106.774 95 113.224 95C119.84 95 125.9 92.8069 130.719 89.0828Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M101 167C97.6863 167 95 164.314 95 161V120C95 116.686 97.6863 114 101 114C104.314 114 107 116.686 107 120V161C107 164.314 104.314 167 101 167Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M136 167C132.686 167 130 164.314 130 161V120C130 116.686 132.686 114 136 114C139.314 114 142 116.686 142 120V161C142 164.314 139.314 167 136 167Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95 119C95 115.686 97.8694 113 101.409 113L135.591 113C139.131 113 142 115.686 142 119C142 122.314 139.131 125 135.591 125L101.409 125C97.8694 125 95 122.314 95 119Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M24 158V85H36V156H107V168H130V156H156V85H168V158C168 163.523 163.523 168 158 168H34C28.4771 168 24 163.523 24 158Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Store = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M46.1162 36.5294L28.317 59.4962C28.3643 62.3852 28.3643 63.9382 28.3643 66.5381C28.3643 75.1054 35.3284 82.4706 44.4411 82.4706C49.4805 82.4706 53.9781 80.2037 56.9515 76.6668C58.1219 75.2747 59.8323 74.4739 61.6322 74.4755C63.4322 74.4771 65.1412 75.2808 66.3092 76.675C69.2609 80.1984 73.7405 82.4706 78.8326 82.4706C83.8719 82.4706 88.3696 80.2037 91.343 76.6668C92.5133 75.2747 94.2237 74.4739 96.0237 74.4755C97.8236 74.4771 99.5327 75.2808 100.701 76.675C103.652 80.1984 108.132 82.4706 113.224 82.4706C118.491 82.4706 122.977 80.1317 125.88 76.5652C127.025 75.1584 128.717 74.3306 130.511 74.2987C132.306 74.2668 134.024 75.034 135.217 76.3993C135.841 77.1133 136.521 77.7758 137.24 78.378C140.297 80.9378 144.114 82.4706 147.615 82.4706C156.728 82.4706 163.692 75.1054 163.692 66.5381V59.4988L146.296 36.5294H46.1162ZM130.719 89.0828C135.421 92.6092 141.389 95 147.615 95C163.436 95 176 82.1157 176 66.5381V58.9586C176 56.5112 175.192 54.1626 173.746 52.2529L155.704 28.4315C153.546 25.5828 150.208 24 146.769 24H45.6504C42.2524 24 38.9522 25.5449 36.7911 28.3334L18.3296 52.1547C16.7969 54.1325 15.9572 56.594 16.0017 59.1517C16.0566 62.3035 16.0566 63.7979 16.0566 66.5377C16.0566 82.1153 28.6203 95 44.4411 95C50.8602 95 56.8251 92.8683 61.6221 89.2515C66.4145 92.8699 72.3829 95 78.8326 95C85.2516 95 91.2165 92.8683 96.0135 89.2515C100.806 92.8699 106.774 95 113.224 95C119.84 95 125.9 92.8069 130.719 89.0828Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M101 167C97.6863 167 95 164.314 95 161V120C95 116.686 97.6863 114 101 114C104.314 114 107 116.686 107 120V161C107 164.314 104.314 167 101 167Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M136 167C132.686 167 130 164.314 130 161V120C130 116.686 132.686 114 136 114C139.314 114 142 116.686 142 120V161C142 164.314 139.314 167 136 167Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95 119C95 115.686 97.8694 113 101.409 113L135.591 113C139.131 113 142 115.686 142 119C142 122.314 139.131 125 135.591 125L101.409 125C97.8694 125 95 122.314 95 119Z' }), _jsx("path", { d: 'M24 158V85H36V156H107V168H130V156H156V85H168V158C168 163.523 163.523 168 158 168H34C28.4771 168 24 163.523 24 158Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Store;
export default Store;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TagOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M98.9289 26.9289C97.0536 25.0536 94.51 24 91.8579 24H34C28.4772 24 24 28.4772 24 34V91.8579C24 94.51 25.0536 97.0536 26.9289 98.9289L93.4289 165.429C97.3342 169.334 103.666 169.334 107.571 165.429L165.429 107.571C169.334 103.666 169.334 97.3342 165.429 93.4289L98.9289 26.9289ZM36 91.0294V36H91.0294L155.529 100.5L100.5 155.529L36 91.0294Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M68 58C68 63.5228 63.5228 68 58 68C52.4772 68 48 63.5228 48 58C48 52.4772 52.4772 48 58 48C63.5228 48 68 52.4772 68 58Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const TagOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M98.9289 26.9289C97.0536 25.0536 94.51 24 91.8579 24H34C28.4772 24 24 28.4772 24 34V91.8579C24 94.51 25.0536 97.0536 26.9289 98.9289L93.4289 165.429C97.3342 169.334 103.666 169.334 107.571 165.429L165.429 107.571C169.334 103.666 169.334 97.3342 165.429 93.4289L98.9289 26.9289ZM36 91.0294V36H91.0294L155.529 100.5L100.5 155.529L36 91.0294Z' }), _jsx("path", { d: 'M68 58C68 63.5228 63.5228 68 58 68C52.4772 68 48 63.5228 48 58C48 52.4772 52.4772 48 58 48C63.5228 48 68 52.4772 68 58Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TagOutline;
export default TagOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TagSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M91.8579 24C94.51 24 97.0536 25.0536 98.9289 26.9289L165.429 93.4289C169.334 97.3342 169.334 103.666 165.429 107.571L107.571 165.429C103.666 169.334 97.3342 169.334 93.4289 165.429L26.9289 98.9289C25.0536 97.0536 24 94.51 24 91.8579V34C24 28.4772 28.4772 24 34 24H91.8579ZM58 68C63.5228 68 68 63.5228 68 58C68 52.4772 63.5228 48 58 48C52.4772 48 48 52.4772 48 58C48 63.5228 52.4772 68 58 68Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const TagSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M91.8579 24C94.51 24 97.0536 25.0536 98.9289 26.9289L165.429 93.4289C169.334 97.3342 169.334 103.666 165.429 107.571L107.571 165.429C103.666 169.334 97.3342 169.334 93.4289 165.429L26.9289 98.9289C25.0536 97.0536 24 94.51 24 91.8579V34C24 28.4772 28.4772 24 34 24H91.8579ZM58 68C63.5228 68 68 63.5228 68 58C68 52.4772 63.5228 48 58 48C52.4772 48 48 52.4772 48 58C48 63.5228 52.4772 68 58 68Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TagSolid;
export default TagSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Telegram = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 184C144.601 184 184 144.601 184 96C184 47.3989 144.601 8 96 8C47.3989 8 8 47.3989 8 96C8 144.601 47.3989 184 96 184Z', fill: 'url(#paint0_linear)' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M77.9911 131.401C75.1402 131.401 75.6247 130.325 74.6414 127.61L66.2578 100.019L130.791 61.7344', fill: '#C8DAEA' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M77.9922 131.404C80.1922 131.404 81.1642 130.397 82.3922 129.204L94.1255 117.794L79.4897 108.969', fill: '#A9C9DD' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M79.4889 108.968L114.953 135.17C119 137.403 121.921 136.247 122.929 131.413L137.364 63.3863C138.842 57.4608 135.106 54.7733 131.234 56.531L46.4681 89.2164C40.682 91.5372 40.7157 94.7652 45.4134 96.2036L67.1663 102.993L117.526 71.2213C119.904 69.7797 122.086 70.5547 120.295 72.1442', fill: 'url(#paint1_linear)' }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", tslib_1.__assign({ id: 'paint0_linear', x1: '74.0088', y1: '15.3392', x2: '30.0088', y2: '118', gradientUnits: 'userSpaceOnUse' }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#37AEE2' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#1E96C8' })] })), (0, jsx_runtime_1.jsxs)("linearGradient", tslib_1.__assign({ id: 'paint1_linear', x1: '83.1101', y1: '96.4734', x2: '92.5128', y2: '126.888', gradientUnits: 'userSpaceOnUse' }, { children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#EFF7FC' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: 'white' })] }))] })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Telegram = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 184C144.601 184 184 144.601 184 96C184 47.3989 144.601 8 96 8C47.3989 8 8 47.3989 8 96C8 144.601 47.3989 184 96 184Z', fill: 'url(#paint0_linear)' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M77.9911 131.401C75.1402 131.401 75.6247 130.325 74.6414 127.61L66.2578 100.019L130.791 61.7344', fill: '#C8DAEA' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M77.9922 131.404C80.1922 131.404 81.1642 130.397 82.3922 129.204L94.1255 117.794L79.4897 108.969', fill: '#A9C9DD' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M79.4889 108.968L114.953 135.17C119 137.403 121.921 136.247 122.929 131.413L137.364 63.3863C138.842 57.4608 135.106 54.7733 131.234 56.531L46.4681 89.2164C40.682 91.5372 40.7157 94.7652 45.4134 96.2036L67.1663 102.993L117.526 71.2213C119.904 69.7797 122.086 70.5547 120.295 72.1442', fill: 'url(#paint1_linear)' }), _jsxs("defs", { children: [_jsxs("linearGradient", Object.assign({ id: 'paint0_linear', x1: '74.0088', y1: '15.3392', x2: '30.0088', y2: '118', gradientUnits: 'userSpaceOnUse' }, { children: [_jsx("stop", { stopColor: '#37AEE2' }), _jsx("stop", { offset: '1', stopColor: '#1E96C8' })] })), _jsxs("linearGradient", Object.assign({ id: 'paint1_linear', x1: '83.1101', y1: '96.4734', x2: '92.5128', y2: '126.888', gradientUnits: 'userSpaceOnUse' }, { children: [_jsx("stop", { stopColor: '#EFF7FC' }), _jsx("stop", { offset: '1', stopColor: 'white' })] }))] })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Telegram;
export default Telegram;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TelegramOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M84.9053 122.367C86.5499 122.367 87.2765 121.615 88.1945 120.723L96.9656 112.194L86.0247 105.596' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M86.0245 105.596L112.535 125.183C115.561 126.852 117.744 125.988 118.498 122.374L129.289 71.5216C130.394 67.092 127.6 65.083 124.706 66.3969L61.3401 90.8306C57.0147 92.5655 57.04 94.9786 60.5517 96.0539L76.8128 101.129L114.459 77.3786C116.236 76.3009 117.868 76.8803 116.529 78.0684' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const TelegramOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M84.9053 122.367C86.5499 122.367 87.2765 121.615 88.1945 120.723L96.9656 112.194L86.0247 105.596' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M86.0245 105.596L112.535 125.183C115.561 126.852 117.744 125.988 118.498 122.374L129.289 71.5216C130.394 67.092 127.6 65.083 124.706 66.3969L61.3401 90.8306C57.0147 92.5655 57.04 94.9786 60.5517 96.0539L76.8128 101.129L114.459 77.3786C116.236 76.3009 117.868 76.8803 116.529 78.0684' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TelegramOutline;
export default TelegramOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TelegramSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96ZM83.9057 122.367C85.5056 122.367 86.2368 121.656 87.1205 120.795L87.1949 120.723L95.0976 113.038L111.535 125.183C114.561 126.852 116.744 125.988 117.498 122.374L128.289 71.5216C129.394 67.092 126.6 65.083 123.706 66.3969L60.3401 90.8306C56.0147 92.5655 56.04 94.9786 59.5517 96.0539L75.8128 101.129L113.459 77.3786C115.236 76.3009 116.868 76.8803 115.529 78.0684L85.0245 105.596L85.0251 105.597L83.9057 122.367Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M84.2102 117.805L83.9057 122.367C85.5056 122.367 86.2368 121.656 87.1205 120.795L95.0976 113.038L111.535 125.183C114.561 126.852 116.744 125.988 117.498 122.374L128.289 71.5216C129.394 67.092 126.6 65.083 123.706 66.3969L60.3401 90.8306C56.0147 92.5655 56.04 94.9786 59.5517 96.0539L75.8128 101.129L113.459 77.3786C113.817 77.1614 114.17 77.0115 114.493 76.9204C114.497 76.9191 114.502 76.9178 114.506 76.9165C114.641 76.879 114.771 76.8518 114.894 76.8343C115.931 76.6862 116.481 77.2234 115.529 78.0684L85.0271 105.594L85.0245 105.596L84.2102 117.805ZM64.7638 101.986L64.7653 101.985C64.7378 101.999 64.7231 102.005 64.7228 102.005C64.7225 102.005 64.7357 101.998 64.7638 101.986ZM56.0014 107.517C54.1111 106.934 51.5769 105.858 49.3484 103.755C46.9004 101.444 44.5641 97.5231 45.0665 92.4962C45.524 87.9188 48.1162 84.8579 49.9514 83.2359C51.8642 81.5454 54.0084 80.441 55.8728 79.6931L55.9476 79.6632L119.178 55.282C123.986 53.2712 130.733 53.2411 135.84 58.1797C140.841 63.0169 141.085 69.5346 139.994 74.1717L129.245 124.824C129.243 124.832 129.241 124.841 129.24 124.849C128.521 128.273 126.407 133.946 120.301 136.699C114.243 139.43 108.65 137.296 105.738 135.689L105.043 135.306L96.16 128.743L95.4914 129.393C95.4909 129.394 95.4904 129.394 95.4899 129.395C95.4736 129.411 95.4521 129.432 95.4254 129.458C95.0502 129.831 93.6623 131.208 91.7932 132.29C89.3716 133.691 86.6963 134.367 83.9057 134.367H71.078L72.526 112.674L56.0014 107.517ZM96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const TelegramSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96ZM83.9057 122.367C85.5056 122.367 86.2368 121.656 87.1205 120.795L87.1949 120.723L95.0976 113.038L111.535 125.183C114.561 126.852 116.744 125.988 117.498 122.374L128.289 71.5216C129.394 67.092 126.6 65.083 123.706 66.3969L60.3401 90.8306C56.0147 92.5655 56.04 94.9786 59.5517 96.0539L75.8128 101.129L113.459 77.3786C115.236 76.3009 116.868 76.8803 115.529 78.0684L85.0245 105.596L85.0251 105.597L83.9057 122.367Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M84.2102 117.805L83.9057 122.367C85.5056 122.367 86.2368 121.656 87.1205 120.795L95.0976 113.038L111.535 125.183C114.561 126.852 116.744 125.988 117.498 122.374L128.289 71.5216C129.394 67.092 126.6 65.083 123.706 66.3969L60.3401 90.8306C56.0147 92.5655 56.04 94.9786 59.5517 96.0539L75.8128 101.129L113.459 77.3786C113.817 77.1614 114.17 77.0115 114.493 76.9204C114.497 76.9191 114.502 76.9178 114.506 76.9165C114.641 76.879 114.771 76.8518 114.894 76.8343C115.931 76.6862 116.481 77.2234 115.529 78.0684L85.0271 105.594L85.0245 105.596L84.2102 117.805ZM64.7638 101.986L64.7653 101.985C64.7378 101.999 64.7231 102.005 64.7228 102.005C64.7225 102.005 64.7357 101.998 64.7638 101.986ZM56.0014 107.517C54.1111 106.934 51.5769 105.858 49.3484 103.755C46.9004 101.444 44.5641 97.5231 45.0665 92.4962C45.524 87.9188 48.1162 84.8579 49.9514 83.2359C51.8642 81.5454 54.0084 80.441 55.8728 79.6931L55.9476 79.6632L119.178 55.282C123.986 53.2712 130.733 53.2411 135.84 58.1797C140.841 63.0169 141.085 69.5346 139.994 74.1717L129.245 124.824C129.243 124.832 129.241 124.841 129.24 124.849C128.521 128.273 126.407 133.946 120.301 136.699C114.243 139.43 108.65 137.296 105.738 135.689L105.043 135.306L96.16 128.743L95.4914 129.393C95.4909 129.394 95.4904 129.394 95.4899 129.395C95.4736 129.411 95.4521 129.432 95.4254 129.458C95.0502 129.831 93.6623 131.208 91.7932 132.29C89.3716 133.691 86.6963 134.367 83.9057 134.367H71.078L72.526 112.674L56.0014 107.517ZM96 164C133.555 164 164 133.555 164 96C164 58.4446 133.555 28 96 28C58.4446 28 28 58.4446 28 96C28 133.555 58.4446 164 96 164ZM96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TelegramSolid;
export default TelegramSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TicketOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M104 60C104 55.5817 107.582 52 112 52C116.418 52 120 55.5817 120 60V68C120 72.4183 116.418 76 112 76C107.582 76 104 72.4183 104 68V60Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M104 92C104 87.5817 107.582 84 112 84C116.418 84 120 87.5817 120 92V100C120 104.418 116.418 108 112 108C107.582 108 104 104.418 104 100V92Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M104 124C104 119.582 107.582 116 112 116C116.418 116 120 119.582 120 124V132C120 136.418 116.418 140 112 140C107.582 140 104 136.418 104 132V124Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.004 112C24.8317 111.991 31.9849 104.831 31.9849 96.0001C31.9849 87.1689 24.8307 80.0087 16.0021 80.0002L16 80.0002L16 40C16 35.5817 19.5814 32 23.9993 32L168.001 32C172.419 32 176 35.5817 176 40L176 80.0002C167.171 80.0076 160.015 87.1682 160.015 96.0001C160.015 104.832 167.171 111.993 176 112V152C176 156.418 172.419 160 168.001 160L23.9993 160C19.5814 160 16 156.418 16 152L16 112H16.004ZM164 148V121.299C154.548 116.802 148.015 107.164 148.015 96.0001C148.015 84.8367 154.548 75.1984 164 70.7015L164 44L28 44L28 70.7015C37.452 75.1984 43.9849 84.8367 43.9849 96.0001C43.9849 107.164 37.452 116.802 28 121.299L28 148L164 148Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const TicketOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M104 60C104 55.5817 107.582 52 112 52C116.418 52 120 55.5817 120 60V68C120 72.4183 116.418 76 112 76C107.582 76 104 72.4183 104 68V60Z' }), _jsx("path", { d: 'M104 92C104 87.5817 107.582 84 112 84C116.418 84 120 87.5817 120 92V100C120 104.418 116.418 108 112 108C107.582 108 104 104.418 104 100V92Z' }), _jsx("path", { d: 'M104 124C104 119.582 107.582 116 112 116C116.418 116 120 119.582 120 124V132C120 136.418 116.418 140 112 140C107.582 140 104 136.418 104 132V124Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16.004 112C24.8317 111.991 31.9849 104.831 31.9849 96.0001C31.9849 87.1689 24.8307 80.0087 16.0021 80.0002L16 80.0002L16 40C16 35.5817 19.5814 32 23.9993 32L168.001 32C172.419 32 176 35.5817 176 40L176 80.0002C167.171 80.0076 160.015 87.1682 160.015 96.0001C160.015 104.832 167.171 111.993 176 112V152C176 156.418 172.419 160 168.001 160L23.9993 160C19.5814 160 16 156.418 16 152L16 112H16.004ZM164 148V121.299C154.548 116.802 148.015 107.164 148.015 96.0001C148.015 84.8367 154.548 75.1984 164 70.7015L164 44L28 44L28 70.7015C37.452 75.1984 43.9849 84.8367 43.9849 96.0001C43.9849 107.164 37.452 116.802 28 121.299L28 148L164 148Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TicketOutline;
export default TicketOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TicketSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M168.007 160C172.429 160 176.014 156.415 176.014 151.993V111.959C167.176 111.951 160.014 104.785 160.014 95.9452C160.014 87.1056 167.176 79.9389 176.014 79.9314L176.014 39.897C176.014 35.4749 172.429 31.8902 168.007 31.8902L23.8702 31.8901C19.4481 31.8901 15.8633 35.4749 15.8633 39.897L15.8633 79.9314C24.7011 79.9389 31.8633 87.1056 31.8633 95.9452C31.8633 104.785 24.7011 111.951 15.8633 111.959L15.8633 151.993C15.8633 156.415 19.4481 160 23.8701 160L168.007 160ZM116 60C116 55.5817 119.582 52 124 52C128.419 52 132 55.5817 132 60V68C132 72.4183 128.419 76 124 76C119.582 76 116 72.4183 116 68V60ZM116 92C116 87.5817 119.582 84 124 84C128.419 84 132 87.5817 132 92V100C132 104.418 128.419 108 124 108C119.582 108 116 104.418 116 100V92ZM116 124C116 119.582 119.582 116 124 116C128.419 116 132 119.582 132 124V132C132 136.418 128.419 140 124 140C119.582 140 116 136.418 116 132V124Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const TicketSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M168.007 160C172.429 160 176.014 156.415 176.014 151.993V111.959C167.176 111.951 160.014 104.785 160.014 95.9452C160.014 87.1056 167.176 79.9389 176.014 79.9314L176.014 39.897C176.014 35.4749 172.429 31.8902 168.007 31.8902L23.8702 31.8901C19.4481 31.8901 15.8633 35.4749 15.8633 39.897L15.8633 79.9314C24.7011 79.9389 31.8633 87.1056 31.8633 95.9452C31.8633 104.785 24.7011 111.951 15.8633 111.959L15.8633 151.993C15.8633 156.415 19.4481 160 23.8701 160L168.007 160ZM116 60C116 55.5817 119.582 52 124 52C128.419 52 132 55.5817 132 60V68C132 72.4183 128.419 76 124 76C119.582 76 116 72.4183 116 68V60ZM116 92C116 87.5817 119.582 84 124 84C128.419 84 132 87.5817 132 92V100C132 104.418 128.419 108 124 108C119.582 108 116 104.418 116 100V92ZM116 124C116 119.582 119.582 116 124 116C128.419 116 132 119.582 132 124V132C132 136.418 128.419 140 124 140C119.582 140 116 136.418 116 132V124Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TicketSolid;
export default TicketSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TimerOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M164 96C164 133.555 133.555 164 96 164C58.4446 164 28 133.555 28 96C28 58.4446 58.4446 28 96 28C133.555 28 164 58.4446 164 96ZM176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96ZM86 99C86 100.137 86.3162 101.2 86.8654 102.106C87.1569 102.885 87.616 103.616 88.2426 104.243L115.113 131.113C117.456 133.456 121.255 133.456 123.598 131.113C125.941 128.77 125.941 124.971 123.598 122.627L98 97.0294V61C98 57.6863 95.3137 55 92 55C88.6863 55 86 57.6863 86 61V99Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const TimerOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M164 96C164 133.555 133.555 164 96 164C58.4446 164 28 133.555 28 96C28 58.4446 58.4446 28 96 28C133.555 28 164 58.4446 164 96ZM176 96C176 140.183 140.183 176 96 176C51.8172 176 16 140.183 16 96C16 51.8172 51.8172 16 96 16C140.183 16 176 51.8172 176 96ZM86 99C86 100.137 86.3162 101.2 86.8654 102.106C87.1569 102.885 87.616 103.616 88.2426 104.243L115.113 131.113C117.456 133.456 121.255 133.456 123.598 131.113C125.941 128.77 125.941 124.971 123.598 122.627L98 97.0294V61C98 57.6863 95.3137 55 92 55C88.6863 55 86 57.6863 86 61V99Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TimerOutline;
export default TimerOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TimerSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176ZM86 99C86 100.137 86.3162 101.2 86.8654 102.106C87.1569 102.885 87.616 103.616 88.2426 104.243L115.113 131.113C117.456 133.456 121.255 133.456 123.598 131.113C125.941 128.77 125.941 124.971 123.598 122.627L98 97.0294V61C98 57.6863 95.3137 55 92 55C88.6863 55 86 57.6863 86 61V99Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const TimerSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96 176C140.183 176 176 140.183 176 96C176 51.8172 140.183 16 96 16C51.8172 16 16 51.8172 16 96C16 140.183 51.8172 176 96 176ZM86 99C86 100.137 86.3162 101.2 86.8654 102.106C87.1569 102.885 87.616 103.616 88.2426 104.243L115.113 131.113C117.456 133.456 121.255 133.456 123.598 131.113C125.941 128.77 125.941 124.971 123.598 122.627L98 97.0294V61C98 57.6863 95.3137 55 92 55C88.6863 55 86 57.6863 86 61V99Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TimerSolid;
export default TimerSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Transfer = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M66.8042 43.0199C66.8042 33.667 55.1096 29.4329 49.122 36.6181L18.3178 73.5831C15.2397 77.2768 15.226 82.6383 18.2853 86.3476L49.0895 123.698C55.0566 130.933 66.8042 126.713 66.8042 117.335V101.972H133.054V89.9717H54.8042V111.767L28.5979 79.9916L54.8042 48.544V69.9717H104V57.9717H66.8042V43.0199Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M125 75.0199C125 65.667 136.695 61.4329 142.682 68.6181L173.486 105.583C176.565 109.277 176.578 114.638 173.519 118.348L142.715 155.698C136.748 162.933 125 158.713 125 149.335V133.972H88V121.972H137V143.767L163.206 111.992L137 80.544V101.972H115.75V89.9717H125V75.0199Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M79 128C79 124.686 81.6863 122 85 122H88C91.3137 122 94 124.686 94 128C94 131.314 91.3137 134 88 134H85C81.6863 134 79 131.314 79 128Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M98 64C98 60.6863 100.686 58 104 58H107C110.314 58 113 60.6863 113 64C113 67.3137 110.314 70 107 70H104C100.686 70 98 67.3137 98 64Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Transfer = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M66.8042 43.0199C66.8042 33.667 55.1096 29.4329 49.122 36.6181L18.3178 73.5831C15.2397 77.2768 15.226 82.6383 18.2853 86.3476L49.0895 123.698C55.0566 130.933 66.8042 126.713 66.8042 117.335V101.972H133.054V89.9717H54.8042V111.767L28.5979 79.9916L54.8042 48.544V69.9717H104V57.9717H66.8042V43.0199Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M125 75.0199C125 65.667 136.695 61.4329 142.682 68.6181L173.486 105.583C176.565 109.277 176.578 114.638 173.519 118.348L142.715 155.698C136.748 162.933 125 158.713 125 149.335V133.972H88V121.972H137V143.767L163.206 111.992L137 80.544V101.972H115.75V89.9717H125V75.0199Z' }), _jsx("path", { d: 'M79 128C79 124.686 81.6863 122 85 122H88C91.3137 122 94 124.686 94 128C94 131.314 91.3137 134 88 134H85C81.6863 134 79 131.314 79 128Z' }), _jsx("path", { d: 'M98 64C98 60.6863 100.686 58 104 58H107C110.314 58 113 60.6863 113 64C113 67.3137 110.314 70 107 70H104C100.686 70 98 67.3137 98 64Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Transfer;
export default Transfer;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TrashOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M76.5 16C71.8056 16 68 19.8056 68 24.5V27H40C35.5817 27 32 30.5817 32 35C32 39.4183 35.5817 43 40 43H152C156.418 43 160 39.4183 160 35C160 30.5817 156.418 27 152 27H125V24.5C125 19.8056 121.194 16 116.5 16H76.5Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M46 55C49.3137 55 52 57.6863 52 61V62.0583V65.1333V164H139V65.1333V62.0583V61C139 57.6863 141.686 55 145 55C148.314 55 151 57.6863 151 61V62.0583V65.1333V166C151 171.523 146.523 176 141 176H50C44.4772 176 40 171.523 40 166V65.1333V62.0583V61C40 57.6863 42.6863 55 46 55Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const TrashOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M76.5 16C71.8056 16 68 19.8056 68 24.5V27H40C35.5817 27 32 30.5817 32 35C32 39.4183 35.5817 43 40 43H152C156.418 43 160 39.4183 160 35C160 30.5817 156.418 27 152 27H125V24.5C125 19.8056 121.194 16 116.5 16H76.5Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M46 55C49.3137 55 52 57.6863 52 61V62.0583V65.1333V164H139V65.1333V62.0583V61C139 57.6863 141.686 55 145 55C148.314 55 151 57.6863 151 61V62.0583V65.1333V166C151 171.523 146.523 176 141 176H50C44.4772 176 40 171.523 40 166V65.1333V62.0583V61C40 57.6863 42.6863 55 46 55Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TrashOutline;
export default TrashOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var TrashSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M76.5 16C71.8056 16 68 19.8056 68 24.5V27H40C35.5817 27 32 30.5817 32 35C32 39.4183 35.5817 43 40 43H152C156.418 43 160 39.4183 160 35C160 30.5817 156.418 27 152 27H125V24.5C125 19.8056 121.194 16 116.5 16H76.5Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M47 55.083C46.6748 55.0284 46.3407 55 46 55C42.6863 55 40 57.6863 40 61V62.0583V65.1333V166C40 171.523 44.4772 176 50 176H141C146.523 176 151 171.523 151 166V65.1333V62.0583V61C151 57.6863 148.314 55 145 55H47V55.083Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const TrashSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M76.5 16C71.8056 16 68 19.8056 68 24.5V27H40C35.5817 27 32 30.5817 32 35C32 39.4183 35.5817 43 40 43H152C156.418 43 160 39.4183 160 35C160 30.5817 156.418 27 152 27H125V24.5C125 19.8056 121.194 16 116.5 16H76.5Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M47 55.083C46.6748 55.0284 46.3407 55 46 55C42.6863 55 40 57.6863 40 61V62.0583V65.1333V166C40 171.523 44.4772 176 50 176H141C146.523 176 151 171.523 151 166V65.1333V62.0583V61C151 57.6863 148.314 55 145 55H47V55.083Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = TrashSolid;
export default TrashSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Update = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M61.3939 26.4666C63.1058 23.6294 66.7936 22.7171 69.6309 24.429L95.1232 39.8102C95.3392 39.9405 95.544 40.0822 95.7373 40.2342C95.9699 40.3325 96.1989 40.4466 96.423 40.5769C99.2878 42.2422 100.26 45.9146 98.5949 48.7795L84.0023 73.8829C82.337 76.7477 78.6646 77.7201 75.7997 76.0548C72.9349 74.3894 71.9625 70.717 73.6278 67.8522L81.9546 53.5277C57.3186 59.4059 39 81.5638 39 108C39 138.928 64.0721 164 95 164C125.928 164 151 138.928 151 108C151 90.7435 143.195 75.3099 130.921 65.0374L130.905 65.058L126.711 61.6438C124.141 59.5516 123.757 55.7702 125.854 53.1978C127.951 50.6254 131.734 50.2362 134.304 52.3283L137.395 54.8452L137.403 54.8372C153.005 67.2972 163 86.4814 163 108C163 145.555 132.555 176 95 176C57.4446 176 27 145.555 27 108C27 76.8746 47.9122 50.6334 76.4529 42.5603L63.4315 34.7036C60.5942 32.9917 59.682 29.3039 61.3939 26.4666Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const Update = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M61.3939 26.4666C63.1058 23.6294 66.7936 22.7171 69.6309 24.429L95.1232 39.8102C95.3392 39.9405 95.544 40.0822 95.7373 40.2342C95.9699 40.3325 96.1989 40.4466 96.423 40.5769C99.2878 42.2422 100.26 45.9146 98.5949 48.7795L84.0023 73.8829C82.337 76.7477 78.6646 77.7201 75.7997 76.0548C72.9349 74.3894 71.9625 70.717 73.6278 67.8522L81.9546 53.5277C57.3186 59.4059 39 81.5638 39 108C39 138.928 64.0721 164 95 164C125.928 164 151 138.928 151 108C151 90.7435 143.195 75.3099 130.921 65.0374L130.905 65.058L126.711 61.6438C124.141 59.5516 123.757 55.7702 125.854 53.1978C127.951 50.6254 131.734 50.2362 134.304 52.3283L137.395 54.8452L137.403 54.8372C153.005 67.2972 163 86.4814 163 108C163 145.555 132.555 176 95 176C57.4446 176 27 145.555 27 108C27 76.8746 47.9122 50.6334 76.4529 42.5603L63.4315 34.7036C60.5942 32.9917 59.682 29.3039 61.3939 26.4666Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Update;
export default Update;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Upload = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M31 167C27.6863 167 25 164.314 25 161V114.991C25 111.678 27.6863 108.991 31 108.991C34.3137 108.991 37 111.678 37 114.991V155H155V115C155 111.686 157.686 109 161 109C164.314 109 167 111.686 167 115V161.009C167 164.322 164.314 167.009 161 167.009C160.734 167.009 160.472 166.991 160.215 166.958C159.981 166.986 159.742 167 159.5 167H33.5C33.0713 167 32.6532 166.955 32.25 166.87C31.8468 166.955 31.4287 167 31 167Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M93.9854 133.514C90.6716 133.514 87.9854 131.494 87.9854 129.003V38.0254C87.9854 35.5339 90.6716 33.5142 93.9854 33.5142C97.2991 33.5142 99.9854 35.5339 99.9854 38.0254V129.003C99.9854 131.494 97.2991 133.514 93.9854 133.514Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M57.7427 58.7867C55.3996 61.1298 55.3996 64.9288 57.7427 67.2719C60.0859 69.6151 63.8848 69.6151 66.228 67.2719L95.0001 38.4999L123.257 66.7572C125.601 69.1004 129.4 69.1004 131.743 66.7572C134.086 64.4141 134.086 60.6151 131.743 58.2719L99.228 25.7572C96.8848 23.4141 93.0859 23.4141 90.7427 25.7572C90.6158 25.8841 90.4958 26.0153 90.3827 26.1502C90.3405 26.1901 90.2987 26.2306 90.2574 26.2719L57.7427 58.7867Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Upload = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M31 167C27.6863 167 25 164.314 25 161V114.991C25 111.678 27.6863 108.991 31 108.991C34.3137 108.991 37 111.678 37 114.991V155H155V115C155 111.686 157.686 109 161 109C164.314 109 167 111.686 167 115V161.009C167 164.322 164.314 167.009 161 167.009C160.734 167.009 160.472 166.991 160.215 166.958C159.981 166.986 159.742 167 159.5 167H33.5C33.0713 167 32.6532 166.955 32.25 166.87C31.8468 166.955 31.4287 167 31 167Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M93.9854 133.514C90.6716 133.514 87.9854 131.494 87.9854 129.003V38.0254C87.9854 35.5339 90.6716 33.5142 93.9854 33.5142C97.2991 33.5142 99.9854 35.5339 99.9854 38.0254V129.003C99.9854 131.494 97.2991 133.514 93.9854 133.514Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M57.7427 58.7867C55.3996 61.1298 55.3996 64.9288 57.7427 67.2719C60.0859 69.6151 63.8848 69.6151 66.228 67.2719L95.0001 38.4999L123.257 66.7572C125.601 69.1004 129.4 69.1004 131.743 66.7572C134.086 64.4141 134.086 60.6151 131.743 58.2719L99.228 25.7572C96.8848 23.4141 93.0859 23.4141 90.7427 25.7572C90.6158 25.8841 90.4958 26.0153 90.3827 26.1502C90.3405 26.1901 90.2987 26.2306 90.2574 26.2719L57.7427 58.7867Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Upload;
export default Upload;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var Upsell = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M25 30.4353C25 27.1216 27.6863 24.4353 31 24.4353H45C48.3137 24.4353 51 27.1216 51 30.4353C51 33.749 48.3137 36.4353 45 36.4353H31C27.6863 36.4353 25 33.749 25 30.4353Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M76 115.435C76 112.122 78.7677 109.435 82.1818 109.435H137.818C141.232 109.435 144 112.122 144 115.435C144 118.749 141.232 121.435 137.818 121.435H82.1818C78.7677 121.435 76 118.749 76 115.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M68 131.435C68 128.122 70.5584 125.435 73.7143 125.435H142.286C145.442 125.435 148 128.122 148 131.435C148 134.749 145.442 137.435 142.286 137.435H73.7143C70.5584 137.435 68 134.749 68 131.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M93 156.435C93 163.063 87.6274 168.435 81 168.435C74.3726 168.435 69 163.063 69 156.435C69 149.808 74.3726 144.435 81 144.435C87.6274 144.435 93 149.808 93 156.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M145 157.435C145 164.063 139.627 169.435 133 169.435C126.373 169.435 121 164.063 121 157.435C121 150.808 126.373 145.435 133 145.435C139.627 145.435 145 150.808 145 157.435Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M39.6768 33.3294C38.3371 30.3203 39.705 26.7882 42.7322 25.4404C45.7595 24.0926 49.2996 25.4394 50.6394 28.4486L87.6807 111.645C89.0205 114.654 87.6525 118.186 84.6253 119.534C81.5981 120.882 78.0579 119.535 76.7182 116.526L39.6768 33.3294Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M167.357 65.804C168.707 62.7732 167.347 59.2235 164.32 57.8757C161.292 56.5279 157.744 57.8923 156.395 60.9232L133.41 112.548C132.061 115.578 133.421 119.128 136.448 120.476C139.475 121.824 143.023 120.459 144.373 117.428L167.357 65.804Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M88.1505 114.549C89.1914 112.211 87.5811 109.223 84.5539 107.875C81.5267 106.528 78.2288 107.33 77.188 109.668L68.545 129.081C67.5041 131.418 69.1144 134.406 72.1416 135.754C75.1688 137.102 78.4667 136.299 79.5075 133.961L88.1505 114.549Z' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M85.4546 53.4606C83.1115 51.1175 83.1115 47.3185 85.4546 44.9753L104.376 26.0542C106.349 24.0813 109.354 23.7696 111.653 25.1192C112.218 25.4009 112.748 25.7773 113.22 26.2486L132.752 45.7811C135.095 48.1243 135.095 51.9233 132.752 54.2664C130.409 56.6096 126.61 56.6096 124.267 54.2664L115.001 45.0001V89.0001C115.001 92.3138 112.314 95.0001 109.001 95.0001C105.687 95.0001 103.001 92.3138 103.001 89.0001V44.3999L93.9399 53.4606C91.5968 55.8038 87.7978 55.8038 85.4546 53.4606Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const Upsell = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M25 30.4353C25 27.1216 27.6863 24.4353 31 24.4353H45C48.3137 24.4353 51 27.1216 51 30.4353C51 33.749 48.3137 36.4353 45 36.4353H31C27.6863 36.4353 25 33.749 25 30.4353Z' }), _jsx("path", { d: 'M76 115.435C76 112.122 78.7677 109.435 82.1818 109.435H137.818C141.232 109.435 144 112.122 144 115.435C144 118.749 141.232 121.435 137.818 121.435H82.1818C78.7677 121.435 76 118.749 76 115.435Z' }), _jsx("path", { d: 'M68 131.435C68 128.122 70.5584 125.435 73.7143 125.435H142.286C145.442 125.435 148 128.122 148 131.435C148 134.749 145.442 137.435 142.286 137.435H73.7143C70.5584 137.435 68 134.749 68 131.435Z' }), _jsx("path", { d: 'M93 156.435C93 163.063 87.6274 168.435 81 168.435C74.3726 168.435 69 163.063 69 156.435C69 149.808 74.3726 144.435 81 144.435C87.6274 144.435 93 149.808 93 156.435Z' }), _jsx("path", { d: 'M145 157.435C145 164.063 139.627 169.435 133 169.435C126.373 169.435 121 164.063 121 157.435C121 150.808 126.373 145.435 133 145.435C139.627 145.435 145 150.808 145 157.435Z' }), _jsx("path", { d: 'M39.6768 33.3294C38.3371 30.3203 39.705 26.7882 42.7322 25.4404C45.7595 24.0926 49.2996 25.4394 50.6394 28.4486L87.6807 111.645C89.0205 114.654 87.6525 118.186 84.6253 119.534C81.5981 120.882 78.0579 119.535 76.7182 116.526L39.6768 33.3294Z' }), _jsx("path", { d: 'M167.357 65.804C168.707 62.7732 167.347 59.2235 164.32 57.8757C161.292 56.5279 157.744 57.8923 156.395 60.9232L133.41 112.548C132.061 115.578 133.421 119.128 136.448 120.476C139.475 121.824 143.023 120.459 144.373 117.428L167.357 65.804Z' }), _jsx("path", { d: 'M88.1505 114.549C89.1914 112.211 87.5811 109.223 84.5539 107.875C81.5267 106.528 78.2288 107.33 77.188 109.668L68.545 129.081C67.5041 131.418 69.1144 134.406 72.1416 135.754C75.1688 137.102 78.4667 136.299 79.5075 133.961L88.1505 114.549Z' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M85.4546 53.4606C83.1115 51.1175 83.1115 47.3185 85.4546 44.9753L104.376 26.0542C106.349 24.0813 109.354 23.7696 111.653 25.1192C112.218 25.4009 112.748 25.7773 113.22 26.2486L132.752 45.7811C135.095 48.1243 135.095 51.9233 132.752 54.2664C130.409 56.6096 126.61 56.6096 124.267 54.2664L115.001 45.0001V89.0001C115.001 92.3138 112.314 95.0001 109.001 95.0001C105.687 95.0001 103.001 92.3138 103.001 89.0001V44.3999L93.9399 53.4606C91.5968 55.8038 87.7978 55.8038 85.4546 53.4606Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = Upsell;
export default Upsell;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var VideoOutline = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 54C16 48.4772 20.4772 44 26 44H118C123.523 44 128 48.4772 128 54V138C128 143.523 123.523 148 118 148H26C20.4772 148 16 143.523 16 138V54ZM28 136V56H116V136H28Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M159.146 133.138L140 115.118V76.8823L159.146 58.8622C165.528 52.8559 176 57.3805 176 66.1442V125.856C176 134.619 165.528 139.144 159.146 133.138Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const VideoOutline = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M16 54C16 48.4772 20.4772 44 26 44H118C123.523 44 128 48.4772 128 54V138C128 143.523 123.523 148 118 148H26C20.4772 148 16 143.523 16 138V54ZM28 136V56H116V136H28Z' }), _jsx("path", { d: 'M159.146 133.138L140 115.118V76.8823L159.146 58.8622C165.528 52.8559 176 57.3805 176 66.1442V125.856C176 134.619 165.528 139.144 159.146 133.138Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = VideoOutline;
export default VideoOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var VideoSolid = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M16 54C16 48.4772 20.4772 44 26 44H118C123.523 44 128 48.4772 128 54V138C128 143.523 123.523 148 118 148H26C20.4772 148 16 143.523 16 138V54Z' }), (0, jsx_runtime_1.jsx)("path", { d: 'M159.146 133.138L140 115.118V76.8823L159.146 58.8622C165.528 52.8559 176 57.3805 176 66.1442V125.856C176 134.619 165.528 139.144 159.146 133.138Z' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const VideoSolid = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M16 54C16 48.4772 20.4772 44 26 44H118C123.523 44 128 48.4772 128 54V138C128 143.523 123.523 148 118 148H26C20.4772 148 16 143.523 16 138V54Z' }), _jsx("path", { d: 'M159.146 133.138L140 115.118V76.8823L159.146 58.8622C165.528 52.8559 176 57.3805 176 66.1442V125.856C176 134.619 165.528 139.144 159.146 133.138Z' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = VideoSolid;
export default VideoSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var VolumeOffOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52.6851 68.4363L20.7418 36.2582C18.4073 33.9064 18.4212 30.1075 20.7729 27.7729C23.1246 25.4384 26.9236 25.4523 29.2582 27.804L159.793 159.299C162.128 161.65 162.114 165.449 159.762 167.784C157.41 170.118 153.611 170.105 151.277 167.753L138.221 154.601C131.771 159.809 124.451 163.983 116.515 166.873V153.935C121.245 151.829 125.672 149.167 129.714 146.031L100.515 116.618V147.234V147.538V150.214V154.696C100.515 158.062 96.1172 159.708 93.6242 157.276L90.9795 154.696L88.7822 152.552L88.5148 152.291L56.892 121.436H33.0148C28.3204 121.436 24.5148 118.046 24.5148 113.865V76.0077C24.5148 71.8261 28.3204 68.4363 33.0148 68.4363H52.6851ZM88.5148 104.529V135.525L65.2723 112.847L61.7764 109.436H56.892H36.5148V80.4363H56.892H61.7764L63.2094 79.038L88.5148 104.529ZM88.5148 54.3475V71.4302L100.515 83.5184V42.639V42.3344V39.6586V35.1769C100.515 31.8109 96.1172 30.1641 93.6242 32.5965L90.9795 35.1769L88.7822 37.3209L88.5148 37.5818L71.446 54.2359L79.9005 62.7525L88.5148 54.3475ZM116.515 99.636L132.924 116.166C134.151 114.106 135.194 111.905 136.036 109.596C137.673 105.107 138.515 100.295 138.515 95.4363C138.515 90.5774 137.673 85.7661 136.036 81.277C134.4 76.788 132.002 72.7091 128.978 69.2733C125.955 65.8376 122.365 63.1122 118.415 61.2527C117.788 60.9578 117.155 60.6856 116.515 60.4363V99.636ZM145.265 128.597L153.935 137.331C161.885 125.32 166.515 110.919 166.515 95.4363C166.515 62.5951 145.684 34.6191 116.515 24V36.9381C138.904 46.9043 154.515 69.3473 154.515 95.4363C154.515 107.576 151.135 118.926 145.265 128.597Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const VolumeOffOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M52.6851 68.4363L20.7418 36.2582C18.4073 33.9064 18.4212 30.1075 20.7729 27.7729C23.1246 25.4384 26.9236 25.4523 29.2582 27.804L159.793 159.299C162.128 161.65 162.114 165.449 159.762 167.784C157.41 170.118 153.611 170.105 151.277 167.753L138.221 154.601C131.771 159.809 124.451 163.983 116.515 166.873V153.935C121.245 151.829 125.672 149.167 129.714 146.031L100.515 116.618V147.234V147.538V150.214V154.696C100.515 158.062 96.1172 159.708 93.6242 157.276L90.9795 154.696L88.7822 152.552L88.5148 152.291L56.892 121.436H33.0148C28.3204 121.436 24.5148 118.046 24.5148 113.865V76.0077C24.5148 71.8261 28.3204 68.4363 33.0148 68.4363H52.6851ZM88.5148 104.529V135.525L65.2723 112.847L61.7764 109.436H56.892H36.5148V80.4363H56.892H61.7764L63.2094 79.038L88.5148 104.529ZM88.5148 54.3475V71.4302L100.515 83.5184V42.639V42.3344V39.6586V35.1769C100.515 31.8109 96.1172 30.1641 93.6242 32.5965L90.9795 35.1769L88.7822 37.3209L88.5148 37.5818L71.446 54.2359L79.9005 62.7525L88.5148 54.3475ZM116.515 99.636L132.924 116.166C134.151 114.106 135.194 111.905 136.036 109.596C137.673 105.107 138.515 100.295 138.515 95.4363C138.515 90.5774 137.673 85.7661 136.036 81.277C134.4 76.788 132.002 72.7091 128.978 69.2733C125.955 65.8376 122.365 63.1122 118.415 61.2527C117.788 60.9578 117.155 60.6856 116.515 60.4363V99.636ZM145.265 128.597L153.935 137.331C161.885 125.32 166.515 110.919 166.515 95.4363C166.515 62.5951 145.684 34.6191 116.515 24V36.9381C138.904 46.9043 154.515 69.3473 154.515 95.4363C154.515 107.576 151.135 118.926 145.265 128.597Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = VolumeOffOutline;
export default VolumeOffOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var VolumeOffSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58.5394 68.3023L57.3772 69.4363H33.5C28.8056 69.4363 25 72.8261 25 77.0077V114.865C25 119.046 28.8056 122.436 33.5 122.436H57.3772L94.1094 158.276C96.6024 160.708 101 159.062 101 155.696V110.444L117 126.323V131.436C117.64 131.187 118.274 130.915 118.9 130.62C119.443 130.364 119.979 130.092 120.508 129.805L134.338 143.531C129.251 148.215 123.402 152.085 117 154.935V167.873C126.695 164.343 135.468 158.897 142.862 151.991L155.741 164.773C158.093 167.108 161.892 167.093 164.227 164.741C166.561 162.389 166.547 158.59 164.195 156.256L39.7118 32.7094C37.3599 30.3751 33.5609 30.3894 31.2266 32.7414C28.8923 35.0934 28.9066 38.8923 31.2586 41.2266L58.5394 68.3023ZM117 95.4315L135.291 113.585C135.74 112.612 136.15 111.614 136.522 110.596C138.158 106.107 139 101.295 139 96.4363C139 91.5774 138.158 86.7661 136.522 82.277C134.885 77.788 132.487 73.7091 129.463 70.2733C126.44 66.8376 122.851 64.1122 118.9 62.2527C118.274 61.9578 117.64 61.6856 117 61.4363V95.4315ZM147.785 125.985L156.638 134.771C163.225 123.517 167 110.418 167 96.4363C167 63.5951 146.169 35.6191 117 25V37.9381C139.39 47.9043 155 70.3473 155 96.4363C155 107.095 152.394 117.146 147.785 125.985ZM74.235 52.988L101 79.5518V36.1769C101 32.8109 96.6024 31.1641 94.1094 33.5965L74.235 52.988Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const VolumeOffSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M58.5394 68.3023L57.3772 69.4363H33.5C28.8056 69.4363 25 72.8261 25 77.0077V114.865C25 119.046 28.8056 122.436 33.5 122.436H57.3772L94.1094 158.276C96.6024 160.708 101 159.062 101 155.696V110.444L117 126.323V131.436C117.64 131.187 118.274 130.915 118.9 130.62C119.443 130.364 119.979 130.092 120.508 129.805L134.338 143.531C129.251 148.215 123.402 152.085 117 154.935V167.873C126.695 164.343 135.468 158.897 142.862 151.991L155.741 164.773C158.093 167.108 161.892 167.093 164.227 164.741C166.561 162.389 166.547 158.59 164.195 156.256L39.7118 32.7094C37.3599 30.3751 33.5609 30.3894 31.2266 32.7414C28.8923 35.0934 28.9066 38.8923 31.2586 41.2266L58.5394 68.3023ZM117 95.4315L135.291 113.585C135.74 112.612 136.15 111.614 136.522 110.596C138.158 106.107 139 101.295 139 96.4363C139 91.5774 138.158 86.7661 136.522 82.277C134.885 77.788 132.487 73.7091 129.463 70.2733C126.44 66.8376 122.851 64.1122 118.9 62.2527C118.274 61.9578 117.64 61.6856 117 61.4363V95.4315ZM147.785 125.985L156.638 134.771C163.225 123.517 167 110.418 167 96.4363C167 63.5951 146.169 35.6191 117 25V37.9381C139.39 47.9043 155 70.3473 155 96.4363C155 107.095 152.394 117.146 147.785 125.985ZM74.235 52.988L101 79.5518V36.1769C101 32.8109 96.6024 31.1641 94.1094 33.5965L74.235 52.988Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = VolumeOffSolid;
export default VolumeOffSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var VolumeOnOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117 167.873C146.169 157.253 167 129.278 167 96.4363C167 63.5951 146.169 35.6191 117 25V37.9381C139.39 47.9043 155 70.3473 155 96.4363C155 122.525 139.39 144.968 117 154.935V167.873ZM62.2616 110.436L65.7576 113.847L89 136.525V55.3475L65.7575 78.0253L62.2616 81.4363H57.3772H37V110.436H57.3772H62.2616ZM89 38.5818L57.3772 69.4363H33.5C28.8056 69.4363 25 72.8261 25 77.0077V114.865C25 119.046 28.8056 122.436 33.5 122.436H57.3772L89 153.291L89.2674 153.552L91.4648 155.696L94.1094 158.276C96.6024 160.708 101 159.062 101 155.696V151.214V148.538V148.234V43.639V43.3344V40.6586V36.1769C101 32.8109 96.6024 31.1641 94.1094 33.5965L91.4648 36.1769L89.2674 38.3209L89 38.5818ZM118.9 130.62C118.274 130.915 117.64 131.187 117 131.436V61.4363C117.64 61.6856 118.274 61.9578 118.9 62.2527C122.851 64.1122 126.44 66.8376 129.463 70.2733C132.487 73.7091 134.885 77.788 136.522 82.277C138.158 86.7661 139 91.5774 139 96.4363C139 101.295 138.158 106.107 136.522 110.596C134.885 115.085 132.487 119.163 129.463 122.599C126.44 126.035 122.851 128.76 118.9 130.62Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const VolumeOnOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117 167.873C146.169 157.253 167 129.278 167 96.4363C167 63.5951 146.169 35.6191 117 25V37.9381C139.39 47.9043 155 70.3473 155 96.4363C155 122.525 139.39 144.968 117 154.935V167.873ZM62.2616 110.436L65.7576 113.847L89 136.525V55.3475L65.7575 78.0253L62.2616 81.4363H57.3772H37V110.436H57.3772H62.2616ZM89 38.5818L57.3772 69.4363H33.5C28.8056 69.4363 25 72.8261 25 77.0077V114.865C25 119.046 28.8056 122.436 33.5 122.436H57.3772L89 153.291L89.2674 153.552L91.4648 155.696L94.1094 158.276C96.6024 160.708 101 159.062 101 155.696V151.214V148.538V148.234V43.639V43.3344V40.6586V36.1769C101 32.8109 96.6024 31.1641 94.1094 33.5965L91.4648 36.1769L89.2674 38.3209L89 38.5818ZM118.9 130.62C118.274 130.915 117.64 131.187 117 131.436V61.4363C117.64 61.6856 118.274 61.9578 118.9 62.2527C122.851 64.1122 126.44 66.8376 129.463 70.2733C132.487 73.7091 134.885 77.788 136.522 82.277C138.158 86.7661 139 91.5774 139 96.4363C139 101.295 138.158 106.107 136.522 110.596C134.885 115.085 132.487 119.163 129.463 122.599C126.44 126.035 122.851 128.76 118.9 130.62Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = VolumeOnOutline;
export default VolumeOnOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var VolumeOnSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117 167.873C146.169 157.253 167 129.278 167 96.4363C167 63.5951 146.169 35.6191 117 25V37.9381C139.39 47.9043 155 70.3473 155 96.4363C155 122.525 139.39 144.968 117 154.935V167.873ZM117 131.436C117.64 131.187 118.274 130.915 118.9 130.62C122.851 128.76 126.44 126.035 129.463 122.599C132.487 119.163 134.885 115.085 136.522 110.596C138.158 106.107 139 101.295 139 96.4363C139 91.5774 138.158 86.7661 136.522 82.277C134.885 77.788 132.487 73.7091 129.463 70.2733C126.44 66.8376 122.851 64.1122 118.9 62.2527C118.274 61.9578 117.64 61.6856 117 61.4363V131.436ZM33.5 122.436H57.3772L94.1094 158.276C96.6024 160.708 101 159.062 101 155.696V36.1769C101 32.8109 96.6024 31.1641 94.1094 33.5965L57.3772 69.4363H33.5C28.8056 69.4363 25 72.8261 25 77.0077V114.865C25 119.046 28.8056 122.436 33.5 122.436Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const VolumeOnSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M117 167.873C146.169 157.253 167 129.278 167 96.4363C167 63.5951 146.169 35.6191 117 25V37.9381C139.39 47.9043 155 70.3473 155 96.4363C155 122.525 139.39 144.968 117 154.935V167.873ZM117 131.436C117.64 131.187 118.274 130.915 118.9 130.62C122.851 128.76 126.44 126.035 129.463 122.599C132.487 119.163 134.885 115.085 136.522 110.596C138.158 106.107 139 101.295 139 96.4363C139 91.5774 138.158 86.7661 136.522 82.277C134.885 77.788 132.487 73.7091 129.463 70.2733C126.44 66.8376 122.851 64.1122 118.9 62.2527C118.274 61.9578 117.64 61.6856 117 61.4363V131.436ZM33.5 122.436H57.3772L94.1094 158.276C96.6024 160.708 101 159.062 101 155.696V36.1769C101 32.8109 96.6024 31.1641 94.1094 33.5965L57.3772 69.4363H33.5C28.8056 69.4363 25 72.8261 25 77.0077V114.865C25 119.046 28.8056 122.436 33.5 122.436Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = VolumeOnSolid;
export default VolumeOnSolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var WayOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 39.337V91.2234H136.392L153.374 65.2802L136.392 39.337H44ZM102.963 27.337V20.1097C102.963 18.114 101.374 16.4961 99.4146 16.4961H85.222C83.2625 16.4961 81.6739 18.114 81.6739 20.1097V27.337H42.6444C36.7657 27.337 32 32.1906 32 38.1779V92.3825C32 98.3697 36.7657 103.223 42.6444 103.223H81.6739V171.882C81.6739 173.878 83.2625 175.496 85.222 175.496H99.4146C101.374 175.496 102.963 173.878 102.963 171.882V103.223H137.183C140.742 103.223 144.065 101.412 146.039 98.3959L166.404 67.2847C167.199 66.0709 167.199 64.4895 166.404 63.2757L146.039 32.1645C144.065 29.1485 140.742 27.337 137.183 27.337H102.963Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const WayOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M44 39.337V91.2234H136.392L153.374 65.2802L136.392 39.337H44ZM102.963 27.337V20.1097C102.963 18.114 101.374 16.4961 99.4146 16.4961H85.222C83.2625 16.4961 81.6739 18.114 81.6739 20.1097V27.337H42.6444C36.7657 27.337 32 32.1906 32 38.1779V92.3825C32 98.3697 36.7657 103.223 42.6444 103.223H81.6739V171.882C81.6739 173.878 83.2625 175.496 85.222 175.496H99.4146C101.374 175.496 102.963 173.878 102.963 171.882V103.223H137.183C140.742 103.223 144.065 101.412 146.039 98.3959L166.404 67.2847C167.199 66.0709 167.199 64.4895 166.404 63.2757L146.039 32.1645C144.065 29.1485 140.742 27.337 137.183 27.337H102.963Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = WayOutline;
export default WayOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var WaySolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { d: 'M103.963 21.1097V28.337H138.183C141.742 28.337 145.065 30.1485 147.039 33.1645L167.404 64.2757C168.199 65.4895 168.199 67.0709 167.404 68.2847L147.039 99.3959C145.065 102.412 141.742 104.223 138.183 104.223H103.963V172.882C103.963 174.878 102.374 176.496 100.415 176.496H86.222C84.2625 176.496 82.6739 174.878 82.6739 172.882V104.223H43.6444C37.7657 104.223 33 99.3697 33 93.3825V39.1779C33 33.1906 37.7657 28.337 43.6444 28.337H82.6739V21.1097C82.6739 19.114 84.2625 17.4961 86.222 17.4961H100.415C102.374 17.4961 103.963 19.114 103.963 21.1097Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const WaySolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { d: 'M103.963 21.1097V28.337H138.183C141.742 28.337 145.065 30.1485 147.039 33.1645L167.404 64.2757C168.199 65.4895 168.199 67.0709 167.404 68.2847L147.039 99.3959C145.065 102.412 141.742 104.223 138.183 104.223H103.963V172.882C103.963 174.878 102.374 176.496 100.415 176.496H86.222C84.2625 176.496 82.6739 174.878 82.6739 172.882V104.223H43.6444C37.7657 104.223 33 99.3697 33 93.3825V39.1779C33 33.1906 37.7657 28.337 43.6444 28.337H82.6739V21.1097C82.6739 19.114 84.2625 17.4961 86.222 17.4961H100.415C102.374 17.4961 103.963 19.114 103.963 21.1097Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = WaySolid;
export default WaySolid;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var WhatsApp = function (props) {
return ((0, jsx_runtime_1.jsxs)(Icon_1.default, tslib_1.__assign({}, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: 'M96 180.496C141.84 180.496 179 143.112 179 96.9961C179 50.8803 141.84 13.4961 96 13.4961C50.1604 13.4961 13 50.8803 13 96.9961C13 114.623 18.4293 130.975 27.6974 144.45C22.5403 159.262 17.3682 174.043 17.063 174.657C16.6425 175.503 36.8083 170.03 49.8176 166.387C63.0204 175.298 78.9068 180.496 96 180.496Z', fill: '#4CAF50' }), (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.8705 184.967H95.8341C81.0844 184.961 66.5913 181.258 53.719 174.23L7 186.496L19.5028 140.79C11.7905 127.413 7.73227 112.24 7.73888 96.6941C7.75822 48.0621 47.2933 8.49609 95.8697 8.49609C119.446 8.50628 141.573 17.6919 158.212 34.3643C174.851 51.0357 184.009 73.1962 184 96.7637C183.98 145.385 144.461 184.947 95.8705 184.967ZM55.8837 158.263L58.5585 159.851C69.805 166.531 82.6968 170.065 95.841 170.07H95.8706C136.244 170.07 169.104 137.182 169.12 96.7586C169.127 77.1695 161.516 58.7507 147.686 44.8933C133.856 31.0359 115.465 23.4007 95.8995 23.3939C55.495 23.3939 22.6348 56.2786 22.6188 96.6992C22.6131 110.552 26.4857 124.042 33.8182 135.714L35.5598 138.488L28.16 165.541L55.8837 158.263ZM140.27 117.738C139.719 116.819 138.252 116.267 136.049 115.164C133.847 114.061 123.021 108.73 121.002 107.993C118.984 107.258 117.515 106.891 116.048 109.097C114.58 111.303 110.36 116.267 109.075 117.738C107.791 119.209 106.506 119.393 104.305 118.29C102.103 117.187 95.0071 114.86 86.596 107.351C80.0496 101.507 75.6302 94.2899 74.3457 92.0835C73.0611 89.877 74.2087 88.6847 75.3111 87.5857C76.3018 86.5979 77.5134 85.0109 78.6143 83.7244C79.7153 82.4378 80.0823 81.5179 80.8163 80.0481C81.5503 78.5765 81.1834 77.29 80.6327 76.1868C80.0823 75.0835 75.6784 64.2354 73.8434 59.8225C72.0558 55.525 70.2404 56.1072 68.8888 56.0393C67.6058 55.9748 66.1362 55.9612 64.6684 55.9612C63.2004 55.9612 60.8146 56.5128 58.7962 58.7193C56.7778 60.9257 51.0891 66.2577 51.0891 77.105C51.0891 87.9531 58.9796 98.433 60.0807 99.9036C61.1817 101.375 75.6083 123.635 97.6985 133.182C102.952 135.453 107.054 136.809 110.252 137.824C115.527 139.502 120.328 139.265 124.122 138.698C128.353 138.065 137.15 133.367 138.986 128.219C140.82 123.07 140.82 118.657 140.27 117.738Z', fill: '#FDFDFD' })] })));
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Icon from '../Icon';
const WhatsApp = (props) => {
return (_jsxs(Icon, Object.assign({}, props, { children: [_jsx("path", { d: 'M96 180.496C141.84 180.496 179 143.112 179 96.9961C179 50.8803 141.84 13.4961 96 13.4961C50.1604 13.4961 13 50.8803 13 96.9961C13 114.623 18.4293 130.975 27.6974 144.45C22.5403 159.262 17.3682 174.043 17.063 174.657C16.6425 175.503 36.8083 170.03 49.8176 166.387C63.0204 175.298 78.9068 180.496 96 180.496Z', fill: '#4CAF50' }), _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M95.8705 184.967H95.8341C81.0844 184.961 66.5913 181.258 53.719 174.23L7 186.496L19.5028 140.79C11.7905 127.413 7.73227 112.24 7.73888 96.6941C7.75822 48.0621 47.2933 8.49609 95.8697 8.49609C119.446 8.50628 141.573 17.6919 158.212 34.3643C174.851 51.0357 184.009 73.1962 184 96.7637C183.98 145.385 144.461 184.947 95.8705 184.967ZM55.8837 158.263L58.5585 159.851C69.805 166.531 82.6968 170.065 95.841 170.07H95.8706C136.244 170.07 169.104 137.182 169.12 96.7586C169.127 77.1695 161.516 58.7507 147.686 44.8933C133.856 31.0359 115.465 23.4007 95.8995 23.3939C55.495 23.3939 22.6348 56.2786 22.6188 96.6992C22.6131 110.552 26.4857 124.042 33.8182 135.714L35.5598 138.488L28.16 165.541L55.8837 158.263ZM140.27 117.738C139.719 116.819 138.252 116.267 136.049 115.164C133.847 114.061 123.021 108.73 121.002 107.993C118.984 107.258 117.515 106.891 116.048 109.097C114.58 111.303 110.36 116.267 109.075 117.738C107.791 119.209 106.506 119.393 104.305 118.29C102.103 117.187 95.0071 114.86 86.596 107.351C80.0496 101.507 75.6302 94.2899 74.3457 92.0835C73.0611 89.877 74.2087 88.6847 75.3111 87.5857C76.3018 86.5979 77.5134 85.0109 78.6143 83.7244C79.7153 82.4378 80.0823 81.5179 80.8163 80.0481C81.5503 78.5765 81.1834 77.29 80.6327 76.1868C80.0823 75.0835 75.6784 64.2354 73.8434 59.8225C72.0558 55.525 70.2404 56.1072 68.8888 56.0393C67.6058 55.9748 66.1362 55.9612 64.6684 55.9612C63.2004 55.9612 60.8146 56.5128 58.7962 58.7193C56.7778 60.9257 51.0891 66.2577 51.0891 77.105C51.0891 87.9531 58.9796 98.433 60.0807 99.9036C61.1817 101.375 75.6083 123.635 97.6985 133.182C102.952 135.453 107.054 136.809 110.252 137.824C115.527 139.502 120.328 139.265 124.122 138.698C128.353 138.065 137.15 133.367 138.986 128.219C140.82 123.07 140.82 118.657 140.27 117.738Z', fill: '#FDFDFD' })] })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = WhatsApp;
export default WhatsApp;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var WhatsAppOutline = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.7952 166.276H96.7661C85.0164 166.272 73.471 163.317 63.2168 157.711L26 167.496L35.9599 131.034C29.8161 120.363 26.5833 108.258 26.5886 95.8563C26.604 57.06 58.0981 25.4961 96.7945 25.4961C115.575 25.5042 133.202 32.8321 146.457 46.1325C159.712 59.4322 167.007 77.1108 167 95.9118C166.984 134.699 135.503 166.26 96.7952 166.276ZM64.9412 144.973L67.072 146.24C76.0311 151.569 86.3008 154.388 96.7716 154.392H96.7952C128.957 154.392 155.133 128.156 155.146 95.9078C155.152 80.2805 149.089 65.5869 138.072 54.5321C127.055 43.4773 112.404 37.3863 96.8182 37.3809C64.6316 37.3809 38.4548 63.6147 38.4421 95.8604C38.4375 106.911 41.5225 117.673 47.3637 126.985L48.7511 129.198L42.8563 150.779L64.9412 144.973ZM132.164 112.644C131.726 111.911 130.556 111.471 128.802 110.591C127.048 109.711 118.424 105.458 116.815 104.87C115.208 104.284 114.038 103.991 112.868 105.75C111.699 107.51 108.337 111.471 107.314 112.644C106.291 113.817 105.267 113.965 103.514 113.084C101.76 112.204 96.1074 110.348 89.4069 104.358C84.1921 99.6956 80.6715 93.9383 79.6483 92.1781C78.625 90.4179 79.5392 89.4667 80.4173 88.59C81.2066 87.802 82.1717 86.536 83.0487 85.5097C83.9257 84.4833 84.2181 83.7495 84.8028 82.5769C85.3875 81.403 85.0952 80.3766 84.6566 79.4965C84.2181 78.6164 80.7099 69.9623 79.2481 66.4419C77.8241 63.0135 76.378 63.478 75.3013 63.4238C74.2792 63.3723 73.1085 63.3615 71.9392 63.3615C70.7698 63.3615 68.8693 63.8016 67.2614 65.5618C65.6535 67.322 61.1218 71.5756 61.1218 80.229C61.1218 88.8832 67.4075 97.2435 68.2846 98.4167C69.1617 99.5906 80.6541 117.349 98.2513 124.965C102.437 126.776 105.704 127.858 108.252 128.668C112.454 130.007 116.278 129.818 119.3 129.365C122.671 128.86 129.679 125.112 131.141 121.005C132.602 116.898 132.602 113.377 132.164 112.644Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const WhatsAppOutline = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.7952 166.276H96.7661C85.0164 166.272 73.471 163.317 63.2168 157.711L26 167.496L35.9599 131.034C29.8161 120.363 26.5833 108.258 26.5886 95.8563C26.604 57.06 58.0981 25.4961 96.7945 25.4961C115.575 25.5042 133.202 32.8321 146.457 46.1325C159.712 59.4322 167.007 77.1108 167 95.9118C166.984 134.699 135.503 166.26 96.7952 166.276ZM64.9412 144.973L67.072 146.24C76.0311 151.569 86.3008 154.388 96.7716 154.392H96.7952C128.957 154.392 155.133 128.156 155.146 95.9078C155.152 80.2805 149.089 65.5869 138.072 54.5321C127.055 43.4773 112.404 37.3863 96.8182 37.3809C64.6316 37.3809 38.4548 63.6147 38.4421 95.8604C38.4375 106.911 41.5225 117.673 47.3637 126.985L48.7511 129.198L42.8563 150.779L64.9412 144.973ZM132.164 112.644C131.726 111.911 130.556 111.471 128.802 110.591C127.048 109.711 118.424 105.458 116.815 104.87C115.208 104.284 114.038 103.991 112.868 105.75C111.699 107.51 108.337 111.471 107.314 112.644C106.291 113.817 105.267 113.965 103.514 113.084C101.76 112.204 96.1074 110.348 89.4069 104.358C84.1921 99.6956 80.6715 93.9383 79.6483 92.1781C78.625 90.4179 79.5392 89.4667 80.4173 88.59C81.2066 87.802 82.1717 86.536 83.0487 85.5097C83.9257 84.4833 84.2181 83.7495 84.8028 82.5769C85.3875 81.403 85.0952 80.3766 84.6566 79.4965C84.2181 78.6164 80.7099 69.9623 79.2481 66.4419C77.8241 63.0135 76.378 63.478 75.3013 63.4238C74.2792 63.3723 73.1085 63.3615 71.9392 63.3615C70.7698 63.3615 68.8693 63.8016 67.2614 65.5618C65.6535 67.322 61.1218 71.5756 61.1218 80.229C61.1218 88.8832 67.4075 97.2435 68.2846 98.4167C69.1617 99.5906 80.6541 117.349 98.2513 124.965C102.437 126.776 105.704 127.858 108.252 128.668C112.454 130.007 116.278 129.818 119.3 129.365C122.671 128.86 129.679 125.112 131.141 121.005C132.602 116.898 132.602 113.377 132.164 112.644Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = WhatsAppOutline;
export default WhatsAppOutline;

@@ -1,8 +0,5 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var jsx_runtime_1 = require("react/jsx-runtime");
var Icon_1 = tslib_1.__importDefault(require("../Icon"));
var WhatsAppSolid = function (props) {
return ((0, jsx_runtime_1.jsx)(Icon_1.default, tslib_1.__assign({}, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.7952 166.276H96.7661C85.0164 166.272 73.471 163.317 63.2168 157.711L26 167.496L35.9599 131.034C29.8161 120.363 26.5833 108.258 26.5886 95.8563C26.604 57.06 58.0981 25.4961 96.7945 25.4961C115.575 25.5042 133.202 32.8321 146.457 46.1325C159.712 59.4322 167.007 77.1108 167 95.9118C166.984 134.699 135.503 166.26 96.7952 166.276ZM132.164 112.644C131.726 111.911 130.556 111.471 128.802 110.591C127.048 109.711 118.424 105.458 116.815 104.87C115.208 104.284 114.038 103.991 112.868 105.75C111.699 107.51 108.337 111.471 107.314 112.644C106.291 113.817 105.267 113.965 103.514 113.084C101.76 112.204 96.1074 110.348 89.4069 104.358C84.1921 99.6956 80.6715 93.9383 79.6483 92.1781C78.625 90.4179 79.5392 89.4667 80.4173 88.59C81.2066 87.802 82.1717 86.536 83.0487 85.5097C83.9257 84.4833 84.2181 83.7495 84.8028 82.5769C85.3875 81.403 85.0952 80.3766 84.6566 79.4965C84.2181 78.6164 80.7099 69.9623 79.2481 66.4419C77.8241 63.0135 76.378 63.478 75.3013 63.4238C74.2792 63.3723 73.1085 63.3615 71.9392 63.3615C70.7698 63.3615 68.8693 63.8016 67.2614 65.5618C65.6535 67.322 61.1218 71.5756 61.1218 80.229C61.1218 88.8832 67.4075 97.2435 68.2846 98.4167C69.1617 99.5906 80.6541 117.349 98.2513 124.965C102.437 126.776 105.704 127.858 108.252 128.668C112.454 130.007 116.278 129.818 119.3 129.365C122.671 128.86 129.679 125.112 131.141 121.005C132.602 116.898 132.602 113.377 132.164 112.644Z' }) })));
import { jsx as _jsx } from "react/jsx-runtime";
import Icon from '../Icon';
const WhatsAppSolid = (props) => {
return (_jsx(Icon, Object.assign({}, props, { children: _jsx("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M96.7952 166.276H96.7661C85.0164 166.272 73.471 163.317 63.2168 157.711L26 167.496L35.9599 131.034C29.8161 120.363 26.5833 108.258 26.5886 95.8563C26.604 57.06 58.0981 25.4961 96.7945 25.4961C115.575 25.5042 133.202 32.8321 146.457 46.1325C159.712 59.4322 167.007 77.1108 167 95.9118C166.984 134.699 135.503 166.26 96.7952 166.276ZM132.164 112.644C131.726 111.911 130.556 111.471 128.802 110.591C127.048 109.711 118.424 105.458 116.815 104.87C115.208 104.284 114.038 103.991 112.868 105.75C111.699 107.51 108.337 111.471 107.314 112.644C106.291 113.817 105.267 113.965 103.514 113.084C101.76 112.204 96.1074 110.348 89.4069 104.358C84.1921 99.6956 80.6715 93.9383 79.6483 92.1781C78.625 90.4179 79.5392 89.4667 80.4173 88.59C81.2066 87.802 82.1717 86.536 83.0487 85.5097C83.9257 84.4833 84.2181 83.7495 84.8028 82.5769C85.3875 81.403 85.0952 80.3766 84.6566 79.4965C84.2181 78.6164 80.7099 69.9623 79.2481 66.4419C77.8241 63.0135 76.378 63.478 75.3013 63.4238C74.2792 63.3723 73.1085 63.3615 71.9392 63.3615C70.7698 63.3615 68.8693 63.8016 67.2614 65.5618C65.6535 67.322 61.1218 71.5756 61.1218 80.229C61.1218 88.8832 67.4075 97.2435 68.2846 98.4167C69.1617 99.5906 80.6541 117.349 98.2513 124.965C102.437 126.776 105.704 127.858 108.252 128.668C112.454 130.007 116.278 129.818 119.3 129.365C122.671 128.86 129.679 125.112 131.141 121.005C132.602 116.898 132.602 113.377 132.164 112.644Z' }) })));
};

@@ -13,2 +10,2 @@ /**

*/
exports.default = WhatsAppSolid;
export default WhatsAppSolid;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc