@bigbinary/neeto-icons 1.19.2 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var CustomSize = function CustomSize(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
35
+ d: "M7 19C6.46957 19 5.96086 18.7893 5.58579 18.4142C5.21071 18.0391 5 17.5304 5 17",
36
+ stroke: color,
37
+ strokeWidth: strokeWidth,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }), /*#__PURE__*/_react.default.createElement("path", {
41
+ d: "M5 13V11",
42
+ stroke: color,
43
+ strokeWidth: strokeWidth,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }), /*#__PURE__*/_react.default.createElement("path", {
47
+ d: "M5 7C5 6.46957 5.21071 5.96086 5.58579 5.58579C5.96086 5.21071 6.46957 5 7 5",
48
+ stroke: color,
49
+ strokeWidth: strokeWidth,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round"
52
+ }), /*#__PURE__*/_react.default.createElement("path", {
53
+ d: "M11 5H13",
54
+ stroke: color,
55
+ strokeWidth: strokeWidth,
56
+ strokeLinecap: "round",
57
+ strokeLinejoin: "round"
58
+ }), /*#__PURE__*/_react.default.createElement("path", {
59
+ d: "M17 5C17.5304 5 18.0391 5.21071 18.4142 5.58579C18.7893 5.96086 19 6.46957 19 7",
60
+ stroke: color,
61
+ strokeWidth: strokeWidth,
62
+ strokeLinecap: "round",
63
+ strokeLinejoin: "round"
64
+ }), /*#__PURE__*/_react.default.createElement("path", {
65
+ d: "M19 11V13",
66
+ stroke: color,
67
+ strokeWidth: strokeWidth,
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round"
70
+ }), /*#__PURE__*/_react.default.createElement("path", {
71
+ d: "M19 17V21",
72
+ stroke: color,
73
+ strokeWidth: strokeWidth,
74
+ strokeLinecap: "round",
75
+ strokeLinejoin: "round"
76
+ }), /*#__PURE__*/_react.default.createElement("path", {
77
+ d: "M21 19H17",
78
+ stroke: color,
79
+ strokeWidth: strokeWidth,
80
+ strokeLinecap: "round",
81
+ strokeLinejoin: "round"
82
+ }), /*#__PURE__*/_react.default.createElement("path", {
83
+ d: "M13 19H11",
84
+ stroke: color,
85
+ strokeWidth: strokeWidth,
86
+ strokeLinecap: "round",
87
+ strokeLinejoin: "round"
88
+ }));
89
+ };
90
+
91
+ var _default = CustomSize;
92
+ exports.default = _default;
93
+ //# sourceMappingURL=CustomSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/CustomSize.js"],"names":["CustomSize","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAa,OAKb;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AACE,IAAA,CAAC,EAAC,iFADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,8EADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,eA6BE;AACE,IAAA,CAAC,EAAC,iFADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA7BF,eAoCE;AACE,IAAA,CAAC,EAAC,WADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IApCF,eA2CE;AACE,IAAA,CAAC,EAAC,WADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IA3CF,eAkDE;AACE,IAAA,CAAC,EAAC,WADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAlDF,eAyDE;AACE,IAAA,CAAC,EAAC,WADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAzDF,CADF;AAmED,CAzED;;eA0EeH,U","sourcesContent":["import React from \"react\";\nconst CustomSize = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n d=\"M7 19C6.46957 19 5.96086 18.7893 5.58579 18.4142C5.21071 18.0391 5 17.5304 5 17\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 13V11\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 7C5 6.46957 5.21071 5.96086 5.58579 5.58579C5.96086 5.21071 6.46957 5 7 5\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11 5H13\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M17 5C17.5304 5 18.0391 5.21071 18.4142 5.58579C18.7893 5.96086 19 6.46957 19 7\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19 11V13\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M19 17V21\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M21 19H17\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13 19H11\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n};\nexport default CustomSize;\n"],"file":"CustomSize.js"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var EntireScreen = function EntireScreen(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
35
+ d: "M3 6.28571C3 5.67951 3.21071 5.09812 3.58579 4.66947C3.96086 4.24082 4.46957 4 5 4H19C19.5304 4 20.0391 4.24082 20.4142 4.66947C20.7893 5.09812 21 5.67951 21 6.28571V17.7143C21 18.3205 20.7893 18.9019 20.4142 19.3305C20.0391 19.7592 19.5304 20 19 20H5C4.46957 20 3.96086 19.7592 3.58579 19.3305C3.21071 18.9019 3 18.3205 3 17.7143V6.28571Z",
36
+ stroke: color,
37
+ strokeWidth: strokeWidth,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }), /*#__PURE__*/_react.default.createElement("path", {
41
+ d: "M14 7H17.8C17.9105 7 18 7.08954 18 7.2V11",
42
+ stroke: color,
43
+ strokeWidth: strokeWidth,
44
+ strokeLinecap: "round"
45
+ }), /*#__PURE__*/_react.default.createElement("path", {
46
+ d: "M10 17H6.2C6.08954 17 6 16.9105 6 16.8V13",
47
+ stroke: color,
48
+ strokeWidth: strokeWidth,
49
+ strokeLinecap: "round"
50
+ }));
51
+ };
52
+
53
+ var _default = EntireScreen;
54
+ exports.default = _default;
55
+ //# sourceMappingURL=EntireScreen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/EntireScreen.js"],"names":["EntireScreen","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,YAAY,GAAG,SAAfA,YAAe,OAKf;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AACE,IAAA,CAAC,EAAC,qVADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,2CADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IARF,eAcE;AACE,IAAA,CAAC,EAAC,2CADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IAdF,CADF;AAuBD,CA7BD;;eA8BeH,Y","sourcesContent":["import React from \"react\";\nconst EntireScreen = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n d=\"M3 6.28571C3 5.67951 3.21071 5.09812 3.58579 4.66947C3.96086 4.24082 4.46957 4 5 4H19C19.5304 4 20.0391 4.24082 20.4142 4.66947C20.7893 5.09812 21 5.67951 21 6.28571V17.7143C21 18.3205 20.7893 18.9019 20.4142 19.3305C20.0391 19.7592 19.5304 20 19 20H5C4.46957 20 3.96086 19.7592 3.58579 19.3305C3.21071 18.9019 3 18.3205 3 17.7143V6.28571Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14 7H17.8C17.9105 7 18 7.08954 18 7.2V11\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n <path\n d=\"M10 17H6.2C6.08954 17 6 16.9105 6 16.8V13\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n </svg>\n );\n};\nexport default EntireScreen;\n"],"file":"EntireScreen.js"}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var MicOff = function MicOff(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
35
+ d: "M9.13466 5C9.27766 4.56335 9.53111 4.16167 9.87863 3.83245C10.4412 3.29945 11.2043 3.00002 11.9999 3.00002C12.7956 3.00002 13.5587 3.29945 14.1213 3.83245C14.6839 4.36545 14.9999 5.08835 14.9999 5.84212V10.579C14.9999 11.3327 14.6839 12.0556 14.1213 12.5886C13.5587 13.1216 12.7956 13.4211 11.9999 13.4211C11.2043 13.4211 10.4412 13.1216 9.87863 12.5886C9.31602 12.0556 8.99995 11.3327 8.99995 10.579V8.5",
36
+ stroke: color,
37
+ strokeWidth: strokeWidth,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }), /*#__PURE__*/_react.default.createElement("path", {
41
+ d: "M5 10.579C5 12.3378 5.7375 14.0245 7.05025 15.2682C8.36301 16.5119 10.1435 17.2105 12 17.2105C13.1928 17.2105 14.3542 16.9221 15.3803 16.3861M19 10.579C19 12.2144 18.3624 13.7875 17.2175 15",
42
+ stroke: color,
43
+ strokeWidth: strokeWidth,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }), /*#__PURE__*/_react.default.createElement("path", {
47
+ d: "M7.99992 21H15.9999",
48
+ stroke: color,
49
+ strokeWidth: strokeWidth,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round"
52
+ }), /*#__PURE__*/_react.default.createElement("path", {
53
+ d: "M11.9999 17.2106V21",
54
+ stroke: color,
55
+ strokeWidth: strokeWidth,
56
+ strokeLinecap: "round",
57
+ strokeLinejoin: "round"
58
+ }), /*#__PURE__*/_react.default.createElement("path", {
59
+ d: "M5 3L19 21",
60
+ stroke: color,
61
+ strokeWidth: strokeWidth,
62
+ strokeLinecap: "round"
63
+ }));
64
+ };
65
+
66
+ var _default = MicOff;
67
+ exports.default = _default;
68
+ //# sourceMappingURL=MicOff.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/MicOff.js"],"names":["MicOff","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,MAAM,GAAG,SAATA,MAAS,OAKT;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AACE,IAAA,CAAC,EAAC,sZADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,+LADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,qBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,qBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,eA6BE;AACE,IAAA,CAAC,EAAC,YADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IA7BF,CADF;AAsCD,CA5CD;;eA6CeH,M","sourcesContent":["import React from \"react\";\nconst MicOff = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n d=\"M9.13466 5C9.27766 4.56335 9.53111 4.16167 9.87863 3.83245C10.4412 3.29945 11.2043 3.00002 11.9999 3.00002C12.7956 3.00002 13.5587 3.29945 14.1213 3.83245C14.6839 4.36545 14.9999 5.08835 14.9999 5.84212V10.579C14.9999 11.3327 14.6839 12.0556 14.1213 12.5886C13.5587 13.1216 12.7956 13.4211 11.9999 13.4211C11.2043 13.4211 10.4412 13.1216 9.87863 12.5886C9.31602 12.0556 8.99995 11.3327 8.99995 10.579V8.5\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 10.579C5 12.3378 5.7375 14.0245 7.05025 15.2682C8.36301 16.5119 10.1435 17.2105 12 17.2105C13.1928 17.2105 14.3542 16.9221 15.3803 16.3861M19 10.579C19 12.2144 18.3624 13.7875 17.2175 15\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M7.99992 21H15.9999\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.9999 17.2106V21\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5 3L19 21\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n </svg>\n );\n};\nexport default MicOff;\n"],"file":"MicOff.js"}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var SpecificWindow = function SpecificWindow(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
35
+ d: "M3 7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7V17C21 17.5304 20.7893 18.0391 20.4142 18.4142C20.0391 18.7893 19.5304 19 19 19H5C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7Z",
36
+ stroke: color,
37
+ strokeWidth: strokeWidth,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }), /*#__PURE__*/_react.default.createElement("path", {
41
+ d: "M8.01001 7.5H8.02001",
42
+ stroke: color,
43
+ strokeWidth: strokeWidth,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }), /*#__PURE__*/_react.default.createElement("path", {
47
+ d: "M10 7.5H10.01",
48
+ stroke: color,
49
+ strokeWidth: strokeWidth,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round"
52
+ }), /*#__PURE__*/_react.default.createElement("path", {
53
+ d: "M6 7.5H6.01",
54
+ stroke: color,
55
+ strokeWidth: strokeWidth,
56
+ strokeLinecap: "round",
57
+ strokeLinejoin: "round"
58
+ }), /*#__PURE__*/_react.default.createElement("path", {
59
+ d: "M3.5 10H21",
60
+ stroke: color,
61
+ strokeWidth: strokeWidth,
62
+ strokeLinecap: "round"
63
+ }));
64
+ };
65
+
66
+ var _default = SpecificWindow;
67
+ exports.default = _default;
68
+ //# sourceMappingURL=SpecificWindow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/SpecificWindow.js"],"names":["SpecificWindow","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,cAAc,GAAG,SAAjBA,cAAiB,OAKjB;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AACE,IAAA,CAAC,EAAC,yTADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,sBADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,eADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAfF,eAsBE;AACE,IAAA,CAAC,EAAC,aADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IAtBF,eA6BE;AACE,IAAA,CAAC,EAAC,YADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IA7BF,CADF;AAsCD,CA5CD;;eA6CeH,c","sourcesContent":["import React from \"react\";\nconst SpecificWindow = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n d=\"M3 7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H19C19.5304 5 20.0391 5.21071 20.4142 5.58579C20.7893 5.96086 21 6.46957 21 7V17C21 17.5304 20.7893 18.0391 20.4142 18.4142C20.0391 18.7893 19.5304 19 19 19H5C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V7Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M8.01001 7.5H8.02001\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M10 7.5H10.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M6 7.5H6.01\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3.5 10H21\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n </svg>\n );\n};\nexport default SpecificWindow;\n"],"file":"SpecificWindow.js"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _excluded = ["size", "color", "strokeWidth"];
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
17
+
18
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
19
+
20
+ var VideoOff = function VideoOff(_ref) {
21
+ var _ref$size = _ref.size,
22
+ size = _ref$size === void 0 ? 24 : _ref$size,
23
+ _ref$color = _ref.color,
24
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25
+ _ref$strokeWidth = _ref.strokeWidth,
26
+ strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+
29
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
35
+ d: "M15 10L19.553 7.724C19.7054 7.64783 19.8748 7.61188 20.045 7.61954C20.2152 7.62721 20.3806 7.67824 20.5256 7.7678C20.6706 7.85736 20.7902 7.98247 20.8733 8.13127C20.9563 8.28006 20.9999 8.44761 21 8.618V15.382C20.9999 15.5524 20.9563 15.7199 20.8733 15.8687C20.7902 16.0175 20.6706 16.1426 20.5256 16.2322C20.3806 16.3218 20.2152 16.3728 20.045 16.3805C19.8748 16.3881 19.7054 16.3522 19.553 16.276L15 14V10Z",
36
+ stroke: color,
37
+ strokeWidth: strokeWidth,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ }), /*#__PURE__*/_react.default.createElement("path", {
41
+ d: "M10 6H13C13.5304 6 14.0391 6.21071 14.4142 6.58579C14.7893 6.96086 15 7.46957 15 8V14M6 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V16C3 16.5304 3.21071 17.0391 3.58579 17.4142C3.96086 17.7893 4.46957 18 5 18H13C13.5304 18 14.0391 17.7893 14.4142 17.4142C14.5389 17.2895 14.6454 17.1501 14.7321 17",
42
+ stroke: color,
43
+ strokeWidth: strokeWidth,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }), /*#__PURE__*/_react.default.createElement("path", {
47
+ d: "M4 3.5L21 20",
48
+ stroke: color,
49
+ strokeWidth: strokeWidth,
50
+ strokeLinecap: "round"
51
+ }));
52
+ };
53
+
54
+ var _default = VideoOff;
55
+ exports.default = _default;
56
+ //# sourceMappingURL=VideoOff.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../generate/icons/VideoOff.js"],"names":["VideoOff","size","color","strokeWidth","props"],"mappings":";;;;;;;AAAA;;;;;;;;;;;;AACA,IAAMA,QAAQ,GAAG,SAAXA,QAAW,OAKX;AAAA,uBAJJC,IAII;AAAA,MAJJA,IAII,0BAJG,EAIH;AAAA,wBAHJC,KAGI;AAAA,MAHJA,KAGI,2BAHI,cAGJ;AAAA,8BAFJC,WAEI;AAAA,MAFJA,WAEI,iCAFU,GAEV;AAAA,MADDC,KACC;;AACJ,sBACE;AAAK,IAAA,KAAK,EAAEH,IAAZ;AAAkB,IAAA,MAAM,EAAEA,IAA1B;AAAgC,IAAA,OAAO,EAAC,WAAxC;AAAoD,IAAA,IAAI,EAAC;AAAzD,KAAoEG,KAApE,gBACE;AACE,IAAA,CAAC,EAAC,0ZADJ;AAEE,IAAA,MAAM,EAAEF,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IADF,eAQE;AACE,IAAA,CAAC,EAAC,2UADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC,OAJhB;AAKE,IAAA,cAAc,EAAC;AALjB,IARF,eAeE;AACE,IAAA,CAAC,EAAC,cADJ;AAEE,IAAA,MAAM,EAAED,KAFV;AAGE,IAAA,WAAW,EAAEC,WAHf;AAIE,IAAA,aAAa,EAAC;AAJhB,IAfF,CADF;AAwBD,CA9BD;;eA+BeH,Q","sourcesContent":["import React from \"react\";\nconst VideoOff = ({\n size = 24,\n color = \"currentColor\",\n strokeWidth = 1.5,\n ...props\n}) => {\n return (\n <svg width={size} height={size} viewBox=\"0 0 24 24\" fill=\"none\" {...props}>\n <path\n d=\"M15 10L19.553 7.724C19.7054 7.64783 19.8748 7.61188 20.045 7.61954C20.2152 7.62721 20.3806 7.67824 20.5256 7.7678C20.6706 7.85736 20.7902 7.98247 20.8733 8.13127C20.9563 8.28006 20.9999 8.44761 21 8.618V15.382C20.9999 15.5524 20.9563 15.7199 20.8733 15.8687C20.7902 16.0175 20.6706 16.1426 20.5256 16.2322C20.3806 16.3218 20.2152 16.3728 20.045 16.3805C19.8748 16.3881 19.7054 16.3522 19.553 16.276L15 14V10Z\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M10 6H13C13.5304 6 14.0391 6.21071 14.4142 6.58579C14.7893 6.96086 15 7.46957 15 8V14M6 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V16C3 16.5304 3.21071 17.0391 3.58579 17.4142C3.96086 17.7893 4.46957 18 5 18H13C13.5304 18 14.0391 17.7893 14.4142 17.4142C14.5389 17.2895 14.6454 17.1501 14.7321 17\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M4 3.5L21 20\"\n stroke={color}\n strokeWidth={strokeWidth}\n strokeLinecap=\"round\"\n />\n </svg>\n );\n};\nexport default VideoOff;\n"],"file":"VideoOff.js"}
@@ -309,6 +309,12 @@ Object.defineProperty(exports, "CustomDomain", {
309
309
  return _CustomDomain.default;
310
310
  }
311
311
  });
312
+ Object.defineProperty(exports, "CustomSize", {
313
+ enumerable: true,
314
+ get: function get() {
315
+ return _CustomSize.default;
316
+ }
317
+ });
312
318
  Object.defineProperty(exports, "Customers", {
313
319
  enumerable: true,
314
320
  get: function get() {
@@ -441,6 +447,12 @@ Object.defineProperty(exports, "EmailSent", {
441
447
  return _EmailSent.default;
442
448
  }
443
449
  });
450
+ Object.defineProperty(exports, "EntireScreen", {
451
+ enumerable: true,
452
+ get: function get() {
453
+ return _EntireScreen.default;
454
+ }
455
+ });
444
456
  Object.defineProperty(exports, "Error", {
445
457
  enumerable: true,
446
458
  get: function get() {
@@ -927,6 +939,12 @@ Object.defineProperty(exports, "Mic", {
927
939
  return _Mic.default;
928
940
  }
929
941
  });
942
+ Object.defineProperty(exports, "MicOff", {
943
+ enumerable: true,
944
+ get: function get() {
945
+ return _MicOff.default;
946
+ }
947
+ });
930
948
  Object.defineProperty(exports, "Minus", {
931
949
  enumerable: true,
932
950
  get: function get() {
@@ -1323,6 +1341,12 @@ Object.defineProperty(exports, "Smiley", {
1323
1341
  return _Smiley.default;
1324
1342
  }
1325
1343
  });
1344
+ Object.defineProperty(exports, "SpecificWindow", {
1345
+ enumerable: true,
1346
+ get: function get() {
1347
+ return _SpecificWindow.default;
1348
+ }
1349
+ });
1326
1350
  Object.defineProperty(exports, "Status", {
1327
1351
  enumerable: true,
1328
1352
  get: function get() {
@@ -1575,6 +1599,12 @@ Object.defineProperty(exports, "Video", {
1575
1599
  return _Video.default;
1576
1600
  }
1577
1601
  });
1602
+ Object.defineProperty(exports, "VideoOff", {
1603
+ enumerable: true,
1604
+ get: function get() {
1605
+ return _VideoOff.default;
1606
+ }
1607
+ });
1578
1608
  Object.defineProperty(exports, "Volume", {
1579
1609
  enumerable: true,
1580
1610
  get: function get() {
@@ -1766,6 +1796,8 @@ var _Customers = _interopRequireDefault(require("./Customers"));
1766
1796
 
1767
1797
  var _Customize = _interopRequireDefault(require("./Customize"));
1768
1798
 
1799
+ var _CustomSize = _interopRequireDefault(require("./CustomSize"));
1800
+
1769
1801
  var _Dashboard = _interopRequireDefault(require("./Dashboard"));
1770
1802
 
1771
1803
  var _Database = _interopRequireDefault(require("./Database"));
@@ -1806,6 +1838,8 @@ var _Email = _interopRequireDefault(require("./Email"));
1806
1838
 
1807
1839
  var _EmailSent = _interopRequireDefault(require("./EmailSent"));
1808
1840
 
1841
+ var _EntireScreen = _interopRequireDefault(require("./EntireScreen"));
1842
+
1809
1843
  var _Error = _interopRequireDefault(require("./Error"));
1810
1844
 
1811
1845
  var _Expand = _interopRequireDefault(require("./Expand"));
@@ -1968,6 +2002,8 @@ var _MessageSquare = _interopRequireDefault(require("./MessageSquare"));
1968
2002
 
1969
2003
  var _Mic = _interopRequireDefault(require("./Mic"));
1970
2004
 
2005
+ var _MicOff = _interopRequireDefault(require("./MicOff"));
2006
+
1971
2007
  var _Minus = _interopRequireDefault(require("./Minus"));
1972
2008
 
1973
2009
  var _Mobile = _interopRequireDefault(require("./Mobile"));
@@ -2100,6 +2136,8 @@ var _SmileFaceGrey = _interopRequireDefault(require("./SmileFaceGrey"));
2100
2136
 
2101
2137
  var _Smiley = _interopRequireDefault(require("./Smiley"));
2102
2138
 
2139
+ var _SpecificWindow = _interopRequireDefault(require("./SpecificWindow"));
2140
+
2103
2141
  var _Status = _interopRequireDefault(require("./Status"));
2104
2142
 
2105
2143
  var _Subdomain = _interopRequireDefault(require("./Subdomain"));
@@ -2184,6 +2222,8 @@ var _UserStar = _interopRequireDefault(require("./UserStar"));
2184
2222
 
2185
2223
  var _Video = _interopRequireDefault(require("./Video"));
2186
2224
 
2225
+ var _VideoOff = _interopRequireDefault(require("./VideoOff"));
2226
+
2187
2227
  var _Volume = _interopRequireDefault(require("./Volume"));
2188
2228
 
2189
2229
  var _Volume2 = _interopRequireDefault(require("./Volume0"));
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../generate/icons/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA","sourcesContent":["import ActivityLog from \"./ActivityLog\";\r\nimport AddCircle from \"./AddCircle\";\r\nimport AddMenu from \"./AddMenu\";\r\nimport AddRectangle from \"./AddRectangle\";\r\nimport Address from \"./Address\";\r\nimport Agents from \"./Agents\";\r\nimport Apple from \"./Apple\";\r\nimport AppSwitcher from \"./AppSwitcher\";\r\nimport Archive from \"./Archive\";\r\nimport Articles from \"./Articles\";\r\nimport Attachment from \"./Attachment\";\r\nimport Bank from \"./Bank\";\r\nimport Blockquote from \"./Blockquote\";\r\nimport Book from \"./Book\";\r\nimport Bookmark from \"./Bookmark\";\r\nimport BookOpen from \"./BookOpen\";\r\nimport Braces from \"./Braces\";\r\nimport Building from \"./Building\";\r\nimport Calendar from \"./Calendar\";\r\nimport Camera from \"./Camera\";\r\nimport CannedResponses from \"./CannedResponses\";\r\nimport Captcha from \"./Captcha\";\r\nimport Category from \"./Category\";\r\nimport CenterAlign from \"./CenterAlign\";\r\nimport Certificate from \"./Certificate\";\r\nimport ChatOffline from \"./ChatOffline\";\r\nimport Chat from \"./Chat\";\r\nimport ChatBubble from \"./ChatBubble\";\r\nimport ChatEmpty from \"./ChatEmpty\";\r\nimport ChatNotification from \"./ChatNotification\";\r\nimport Check from \"./Check\";\r\nimport Checkbox from \"./Checkbox\";\r\nimport CheckboxInactive from \"./CheckboxInactive\";\r\nimport CheckCircle from \"./CheckCircle\";\r\nimport Checkmark from \"./Checkmark\";\r\nimport Chrome from \"./Chrome\";\r\nimport Clock from \"./Clock\";\r\nimport Close from \"./Close\";\r\nimport CloseCircle from \"./CloseCircle\";\r\nimport ClosedPullRequest from \"./ClosedPullRequest\";\r\nimport Code from \"./Code\";\r\nimport CodeBlock from \"./CodeBlock\";\r\nimport Collapse from \"./Collapse\";\r\nimport Column from \"./Column\";\r\nimport Computer from \"./Computer\";\r\nimport ContactBook from \"./ContactBook\";\r\nimport Copy from \"./Copy\";\r\nimport CreditCard from \"./CreditCard\";\r\nimport Css3 from \"./Css3\";\r\nimport Cursor from \"./Cursor\";\r\nimport CustomDomain from \"./CustomDomain\";\r\nimport Customers from \"./Customers\";\r\nimport Customize from \"./Customize\";\r\nimport Dashboard from \"./Dashboard\";\r\nimport Database from \"./Database\";\r\nimport DeleteColumn from \"./DeleteColumn\";\r\nimport DeleteRow from \"./DeleteRow\";\r\nimport DeleteTable from \"./DeleteTable\";\r\nimport Delete from \"./Delete\";\r\nimport Design from \"./Design\";\r\nimport Divider from \"./Divider\";\r\nimport DoubleCheck from \"./DoubleCheck\";\r\nimport DownArrowCircle from \"./DownArrowCircle\";\r\nimport Down from \"./Down\";\r\nimport DownArrow from \"./DownArrow\";\r\nimport Download from \"./Download\";\r\nimport Draft from \"./Draft\";\r\nimport Drag from \"./Drag\";\r\nimport Dropdown from \"./Dropdown\";\r\nimport DropdownClosed from \"./DropdownClosed\";\r\nimport Edit from \"./Edit\";\r\nimport Email from \"./Email\";\r\nimport EmailSent from \"./EmailSent\";\r\nimport Error from \"./Error\";\r\nimport Expand from \"./Expand\";\r\nimport ExternalLink from \"./ExternalLink\";\r\nimport Eye from \"./Eye\";\r\nimport Facebook from \"./Facebook\";\r\nimport Favorite from \"./Favorite\";\r\nimport FileDownload from \"./FileDownload\";\r\nimport File from \"./File\";\r\nimport FileGeneric from \"./FileGeneric\";\r\nimport FileUpload from \"./FileUpload\";\r\nimport FilterAz from \"./FilterAz\";\r\nimport Filter from \"./Filter\";\r\nimport Flag from \"./Flag\";\r\nimport Flash from \"./Flash\";\r\nimport Focus from \"./Focus\";\r\nimport Folder from \"./Folder\";\r\nimport Form from \"./Form\";\r\nimport Forward from \"./Forward\";\r\nimport FullScreen from \"./FullScreen\";\r\nimport Gif from \"./Gif\";\r\nimport Gift from \"./Gift\";\r\nimport GitMerge from \"./GitMerge\";\r\nimport Globe from \"./Globe\";\r\nimport Goal from \"./Goal\";\r\nimport Graph from \"./Graph\";\r\nimport Group from \"./Group\";\r\nimport HamburgerMenu from \"./HamburgerMenu\";\r\nimport Hash from \"./Hash\";\r\nimport HashChecked from \"./HashChecked\";\r\nimport HashInSet from \"./HashInSet\";\r\nimport Header from \"./Header\";\r\nimport Heart from \"./Heart\";\r\nimport Help from \"./Help\";\r\nimport Hide from \"./Hide\";\r\nimport Highlight from \"./Highlight\";\r\nimport History from \"./History\";\r\nimport Home from \"./Home\";\r\nimport HourGlass from \"./HourGlass\";\r\nimport Hours from \"./Hours\";\r\nimport Html from \"./Html\";\r\nimport ImageUpload from \"./ImageUpload\";\r\nimport Image from \"./Image\";\r\nimport Inbox from \"./Inbox\";\r\nimport IndeterminateCircle from \"./IndeterminateCircle\";\r\nimport Info from \"./Info\";\r\nimport Input from \"./Input\";\r\nimport InsertColumn from \"./InsertColumn\";\r\nimport InsertRow from \"./InsertRow\";\r\nimport Invoice from \"./Invoice\";\r\nimport IpAddress from \"./IpAddress\";\r\nimport Keyboard from \"./Keyboard\";\r\nimport LeftArrowCircle from \"./LeftArrowCircle\";\r\nimport Left from \"./Left\";\r\nimport LeftAlign from \"./LeftAlign\";\r\nimport LeftArrow from \"./LeftArrow\";\r\nimport Link from \"./Link\";\r\nimport Linkedin from \"./Linkedin\";\r\nimport ListDot from \"./ListDot\";\r\nimport ListNumber from \"./ListNumber\";\r\nimport List from \"./List\";\r\nimport ListDetails from \"./ListDetails\";\r\nimport Loading from \"./Loading\";\r\nimport Location from \"./Location\";\r\nimport Lock from \"./Lock\";\r\nimport MailUnread from \"./MailUnread\";\r\nimport MailSend from \"./MailSend\";\r\nimport Matrix from \"./Matrix\";\r\nimport MatrixDots from \"./MatrixDots\";\r\nimport MatrixDotsClear from \"./MatrixDotsClear\";\r\nimport MediaVideo from \"./MediaVideo\";\r\nimport MenuHorizontal from \"./MenuHorizontal\";\r\nimport MenuVertical from \"./MenuVertical\";\r\nimport MenuLayout from \"./MenuLayout\";\r\nimport MenuSquare from \"./MenuSquare\";\r\nimport MergeSplit from \"./MergeSplit\";\r\nimport Merge from \"./Merge\";\r\nimport MergedPullRequest from \"./MergedPullRequest\";\r\nimport Message from \"./Message\";\r\nimport MessageBubble from \"./MessageBubble\";\r\nimport MessageSquare from \"./MessageSquare\";\r\nimport Mic from \"./Mic\";\r\nimport Minus from \"./Minus\";\r\nimport Mobile from \"./Mobile\";\r\nimport Moon from \"./Moon\";\r\nimport Movie from \"./Movie\";\r\nimport MultipleChoice from \"./MultipleChoice\";\r\nimport NeetoAnalytics from \"./NeetoAnalytics\";\r\nimport NeetoCal from \"./NeetoCal\";\r\nimport NeetoChangelog from \"./NeetoChangelog\";\r\nimport NeetoChat from \"./NeetoChat\";\r\nimport NeetoDesk from \"./NeetoDesk\";\r\nimport NeetoForm from \"./NeetoForm\";\r\nimport NeetoIcon from \"./NeetoIcon\";\r\nimport NeetoInsights from \"./NeetoInsights\";\r\nimport NeetoInterview from \"./NeetoInterview\";\r\nimport NeetoInvisible from \"./NeetoInvisible\";\r\nimport NeetoKb from \"./NeetoKb\";\r\nimport NeetoQuiz from \"./NeetoQuiz\";\r\nimport NeetoReplay from \"./NeetoReplay\";\r\nimport NeetoWireframe from \"./NeetoWireframe\";\r\nimport NeutralFaceGrey from \"./NeutralFaceGrey\";\r\nimport NewChat from \"./NewChat\";\r\nimport Notes from \"./Notes\";\r\nimport Notification from \"./Notification\";\r\nimport Paragraph from \"./Paragraph\";\r\nimport Pause from \"./Pause\";\r\nimport Phone from \"./Phone\";\r\nimport PhoneRing from \"./PhoneRing\";\r\nimport Play from \"./Play\";\r\nimport Plus from \"./Plus\";\r\nimport Print from \"./Print\";\r\nimport Puzzle from \"./Puzzle\";\r\nimport QrCode from \"./QrCode\";\r\nimport Quote from \"./Quote\";\r\nimport Radio from \"./Radio\";\r\nimport RadioInactive from \"./RadioInactive\";\r\nimport Rating from \"./Rating\";\r\nimport RatingFilled from \"./RatingFilled\";\r\nimport Redirection from \"./Redirection\";\r\nimport Redo from \"./Redo\";\r\nimport Refresh from \"./Refresh\";\r\nimport RemoveCircle from \"./RemoveCircle\";\r\nimport Reorder from \"./Reorder\";\r\nimport Repeat from \"./Repeat\";\r\nimport Reply from \"./Reply\";\r\nimport Report from \"./Report\";\r\nimport Ribbon from \"./Ribbon\";\r\nimport RightArrowCircle from \"./RightArrowCircle\";\r\nimport Right from \"./Right\";\r\nimport RightAlign from \"./RightAlign\";\r\nimport RightArrow from \"./RightArrow\";\r\nimport Robot from \"./Robot\";\r\nimport SadFaceGrey from \"./SadFaceGrey\";\r\nimport Scale from \"./Scale\";\r\nimport Search from \"./Search\";\r\nimport Sections from \"./Sections\";\r\nimport Security from \"./Security\";\r\nimport Send from \"./Send\";\r\nimport SendPlane from \"./SendPlane\";\r\nimport Seo from \"./Seo\";\r\nimport Settings from \"./Settings\";\r\nimport SettingsChecked from \"./SettingsChecked\";\r\nimport Share from \"./Share\";\r\nimport SidebarClose from \"./SidebarClose\";\r\nimport SidebarOpen from \"./SidebarOpen\";\r\nimport SmileFaceGrey from \"./SmileFaceGrey\";\r\nimport Smiley from \"./Smiley\";\r\nimport Status from \"./Status\";\r\nimport Subdomain from \"./Subdomain\";\r\nimport Suitcase from \"./Suitcase\";\r\nimport Sun from \"./Sun\";\r\nimport Swap from \"./Swap\";\r\nimport Tablet from \"./Tablet\";\r\nimport Tag from \"./Tag\";\r\nimport Tags from \"./Tags\";\r\nimport Terms from \"./Terms\";\r\nimport TextBold from \"./TextBold\";\r\nimport TextCross from \"./TextCross\";\r\nimport TextH1 from \"./TextH1\";\r\nimport TextH2 from \"./TextH2\";\r\nimport TextItalic from \"./TextItalic\";\r\nimport Text from \"./Text\";\r\nimport TextLines from \"./TextLines\";\r\nimport TextSize from \"./TextSize\";\r\nimport Tickets from \"./Tickets\";\r\nimport TimeTracking from \"./TimeTracking\";\r\nimport ToggleHeaderRow from \"./ToggleHeaderRow\";\r\nimport Transaction from \"./Transaction\";\r\nimport Translate from \"./Translate\";\r\nimport Twitter from \"./Twitter\";\r\nimport Ubuntu from \"./Ubuntu\";\r\nimport Underline from \"./Underline\";\r\nimport Undo from \"./Undo\";\r\nimport Unlink from \"./Unlink\";\r\nimport Unlock from \"./Unlock\";\r\nimport UpArrowCircle from \"./UpArrowCircle\";\r\nimport Up from \"./Up\";\r\nimport UpArrow from \"./UpArrow\";\r\nimport Upload from \"./Upload\";\r\nimport UserAdd from \"./UserAdd\";\r\nimport UserCircle from \"./UserCircle\";\r\nimport UserRemove from \"./UserRemove\";\r\nimport User from \"./User\";\r\nimport UserNotification from \"./UserNotification\";\r\nimport UserRole from \"./UserRole\";\r\nimport UserRoundedRect from \"./UserRoundedRect\";\r\nimport UserSettings from \"./UserSettings\";\r\nimport UserStar from \"./UserStar\";\r\nimport Video from \"./Video\";\r\nimport Volume from \"./Volume\";\r\nimport Volume0 from \"./Volume0\";\r\nimport Volume100 from \"./Volume100\";\r\nimport Volume25 from \"./Volume25\";\r\nimport Volume50 from \"./Volume50\";\r\nimport Volume75 from \"./Volume75\";\r\nimport VolumeOutline from \"./VolumeOutline\";\r\nimport VolumeOutline0 from \"./VolumeOutline0\";\r\nimport WarningFilled from \"./WarningFilled\";\r\nimport Warning from \"./Warning\";\r\nimport Whatsapp from \"./Whatsapp\";\r\nimport WidgetModes from \"./WidgetModes\";\r\nimport YesNo from \"./YesNo\";\r\nimport Youtube from \"./Youtube\";\r\nexport { \r\n\tActivityLog,\r\n\tAddCircle,\r\n\tAddMenu,\r\n\tAddRectangle,\r\n\tAddress,\r\n\tAgents,\r\n\tApple,\r\n\tAppSwitcher,\r\n\tArchive,\r\n\tArticles,\r\n\tAttachment,\r\n\tBank,\r\n\tBlockquote,\r\n\tBook,\r\n\tBookmark,\r\n\tBookOpen,\r\n\tBraces,\r\n\tBuilding,\r\n\tCalendar,\r\n\tCamera,\r\n\tCannedResponses,\r\n\tCaptcha,\r\n\tCategory,\r\n\tCenterAlign,\r\n\tCertificate,\r\n\tChatOffline,\r\n\tChat,\r\n\tChatBubble,\r\n\tChatEmpty,\r\n\tChatNotification,\r\n\tCheck,\r\n\tCheckbox,\r\n\tCheckboxInactive,\r\n\tCheckCircle,\r\n\tCheckmark,\r\n\tChrome,\r\n\tClock,\r\n\tClose,\r\n\tCloseCircle,\r\n\tClosedPullRequest,\r\n\tCode,\r\n\tCodeBlock,\r\n\tCollapse,\r\n\tColumn,\r\n\tComputer,\r\n\tContactBook,\r\n\tCopy,\r\n\tCreditCard,\r\n\tCss3,\r\n\tCursor,\r\n\tCustomDomain,\r\n\tCustomers,\r\n\tCustomize,\r\n\tDashboard,\r\n\tDatabase,\r\n\tDeleteColumn,\r\n\tDeleteRow,\r\n\tDeleteTable,\r\n\tDelete,\r\n\tDesign,\r\n\tDivider,\r\n\tDoubleCheck,\r\n\tDownArrowCircle,\r\n\tDown,\r\n\tDownArrow,\r\n\tDownload,\r\n\tDraft,\r\n\tDrag,\r\n\tDropdown,\r\n\tDropdownClosed,\r\n\tEdit,\r\n\tEmail,\r\n\tEmailSent,\r\n\tError,\r\n\tExpand,\r\n\tExternalLink,\r\n\tEye,\r\n\tFacebook,\r\n\tFavorite,\r\n\tFileDownload,\r\n\tFile,\r\n\tFileGeneric,\r\n\tFileUpload,\r\n\tFilterAz,\r\n\tFilter,\r\n\tFlag,\r\n\tFlash,\r\n\tFocus,\r\n\tFolder,\r\n\tForm,\r\n\tForward,\r\n\tFullScreen,\r\n\tGif,\r\n\tGift,\r\n\tGitMerge,\r\n\tGlobe,\r\n\tGoal,\r\n\tGraph,\r\n\tGroup,\r\n\tHamburgerMenu,\r\n\tHash,\r\n\tHashChecked,\r\n\tHashInSet,\r\n\tHeader,\r\n\tHeart,\r\n\tHelp,\r\n\tHide,\r\n\tHighlight,\r\n\tHistory,\r\n\tHome,\r\n\tHourGlass,\r\n\tHours,\r\n\tHtml,\r\n\tImageUpload,\r\n\tImage,\r\n\tInbox,\r\n\tIndeterminateCircle,\r\n\tInfo,\r\n\tInput,\r\n\tInsertColumn,\r\n\tInsertRow,\r\n\tInvoice,\r\n\tIpAddress,\r\n\tKeyboard,\r\n\tLeftArrowCircle,\r\n\tLeft,\r\n\tLeftAlign,\r\n\tLeftArrow,\r\n\tLink,\r\n\tLinkedin,\r\n\tListDot,\r\n\tListNumber,\r\n\tList,\r\n\tListDetails,\r\n\tLoading,\r\n\tLocation,\r\n\tLock,\r\n\tMailUnread,\r\n\tMailSend,\r\n\tMatrix,\r\n\tMatrixDots,\r\n\tMatrixDotsClear,\r\n\tMediaVideo,\r\n\tMenuHorizontal,\r\n\tMenuVertical,\r\n\tMenuLayout,\r\n\tMenuSquare,\r\n\tMergeSplit,\r\n\tMerge,\r\n\tMergedPullRequest,\r\n\tMessage,\r\n\tMessageBubble,\r\n\tMessageSquare,\r\n\tMic,\r\n\tMinus,\r\n\tMobile,\r\n\tMoon,\r\n\tMovie,\r\n\tMultipleChoice,\r\n\tNeetoAnalytics,\r\n\tNeetoCal,\r\n\tNeetoChangelog,\r\n\tNeetoChat,\r\n\tNeetoDesk,\r\n\tNeetoForm,\r\n\tNeetoIcon,\r\n\tNeetoInsights,\r\n\tNeetoInterview,\r\n\tNeetoInvisible,\r\n\tNeetoKb,\r\n\tNeetoQuiz,\r\n\tNeetoReplay,\r\n\tNeetoWireframe,\r\n\tNeutralFaceGrey,\r\n\tNewChat,\r\n\tNotes,\r\n\tNotification,\r\n\tParagraph,\r\n\tPause,\r\n\tPhone,\r\n\tPhoneRing,\r\n\tPlay,\r\n\tPlus,\r\n\tPrint,\r\n\tPuzzle,\r\n\tQrCode,\r\n\tQuote,\r\n\tRadio,\r\n\tRadioInactive,\r\n\tRating,\r\n\tRatingFilled,\r\n\tRedirection,\r\n\tRedo,\r\n\tRefresh,\r\n\tRemoveCircle,\r\n\tReorder,\r\n\tRepeat,\r\n\tReply,\r\n\tReport,\r\n\tRibbon,\r\n\tRightArrowCircle,\r\n\tRight,\r\n\tRightAlign,\r\n\tRightArrow,\r\n\tRobot,\r\n\tSadFaceGrey,\r\n\tScale,\r\n\tSearch,\r\n\tSections,\r\n\tSecurity,\r\n\tSend,\r\n\tSendPlane,\r\n\tSeo,\r\n\tSettings,\r\n\tSettingsChecked,\r\n\tShare,\r\n\tSidebarClose,\r\n\tSidebarOpen,\r\n\tSmileFaceGrey,\r\n\tSmiley,\r\n\tStatus,\r\n\tSubdomain,\r\n\tSuitcase,\r\n\tSun,\r\n\tSwap,\r\n\tTablet,\r\n\tTag,\r\n\tTags,\r\n\tTerms,\r\n\tTextBold,\r\n\tTextCross,\r\n\tTextH1,\r\n\tTextH2,\r\n\tTextItalic,\r\n\tText,\r\n\tTextLines,\r\n\tTextSize,\r\n\tTickets,\r\n\tTimeTracking,\r\n\tToggleHeaderRow,\r\n\tTransaction,\r\n\tTranslate,\r\n\tTwitter,\r\n\tUbuntu,\r\n\tUnderline,\r\n\tUndo,\r\n\tUnlink,\r\n\tUnlock,\r\n\tUpArrowCircle,\r\n\tUp,\r\n\tUpArrow,\r\n\tUpload,\r\n\tUserAdd,\r\n\tUserCircle,\r\n\tUserRemove,\r\n\tUser,\r\n\tUserNotification,\r\n\tUserRole,\r\n\tUserRoundedRect,\r\n\tUserSettings,\r\n\tUserStar,\r\n\tVideo,\r\n\tVolume,\r\n\tVolume0,\r\n\tVolume100,\r\n\tVolume25,\r\n\tVolume50,\r\n\tVolume75,\r\n\tVolumeOutline,\r\n\tVolumeOutline0,\r\n\tWarningFilled,\r\n\tWarning,\r\n\tWhatsapp,\r\n\tWidgetModes,\r\n\tYesNo,\r\n\tYoutube\r\n};"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../generate/icons/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA","sourcesContent":["import ActivityLog from \"./ActivityLog\";\r\nimport AddCircle from \"./AddCircle\";\r\nimport AddMenu from \"./AddMenu\";\r\nimport AddRectangle from \"./AddRectangle\";\r\nimport Address from \"./Address\";\r\nimport Agents from \"./Agents\";\r\nimport Apple from \"./Apple\";\r\nimport AppSwitcher from \"./AppSwitcher\";\r\nimport Archive from \"./Archive\";\r\nimport Articles from \"./Articles\";\r\nimport Attachment from \"./Attachment\";\r\nimport Bank from \"./Bank\";\r\nimport Blockquote from \"./Blockquote\";\r\nimport Book from \"./Book\";\r\nimport Bookmark from \"./Bookmark\";\r\nimport BookOpen from \"./BookOpen\";\r\nimport Braces from \"./Braces\";\r\nimport Building from \"./Building\";\r\nimport Calendar from \"./Calendar\";\r\nimport Camera from \"./Camera\";\r\nimport CannedResponses from \"./CannedResponses\";\r\nimport Captcha from \"./Captcha\";\r\nimport Category from \"./Category\";\r\nimport CenterAlign from \"./CenterAlign\";\r\nimport Certificate from \"./Certificate\";\r\nimport ChatOffline from \"./ChatOffline\";\r\nimport Chat from \"./Chat\";\r\nimport ChatBubble from \"./ChatBubble\";\r\nimport ChatEmpty from \"./ChatEmpty\";\r\nimport ChatNotification from \"./ChatNotification\";\r\nimport Check from \"./Check\";\r\nimport Checkbox from \"./Checkbox\";\r\nimport CheckboxInactive from \"./CheckboxInactive\";\r\nimport CheckCircle from \"./CheckCircle\";\r\nimport Checkmark from \"./Checkmark\";\r\nimport Chrome from \"./Chrome\";\r\nimport Clock from \"./Clock\";\r\nimport Close from \"./Close\";\r\nimport CloseCircle from \"./CloseCircle\";\r\nimport ClosedPullRequest from \"./ClosedPullRequest\";\r\nimport Code from \"./Code\";\r\nimport CodeBlock from \"./CodeBlock\";\r\nimport Collapse from \"./Collapse\";\r\nimport Column from \"./Column\";\r\nimport Computer from \"./Computer\";\r\nimport ContactBook from \"./ContactBook\";\r\nimport Copy from \"./Copy\";\r\nimport CreditCard from \"./CreditCard\";\r\nimport Css3 from \"./Css3\";\r\nimport Cursor from \"./Cursor\";\r\nimport CustomDomain from \"./CustomDomain\";\r\nimport Customers from \"./Customers\";\r\nimport Customize from \"./Customize\";\r\nimport CustomSize from \"./CustomSize\";\r\nimport Dashboard from \"./Dashboard\";\r\nimport Database from \"./Database\";\r\nimport DeleteColumn from \"./DeleteColumn\";\r\nimport DeleteRow from \"./DeleteRow\";\r\nimport DeleteTable from \"./DeleteTable\";\r\nimport Delete from \"./Delete\";\r\nimport Design from \"./Design\";\r\nimport Divider from \"./Divider\";\r\nimport DoubleCheck from \"./DoubleCheck\";\r\nimport DownArrowCircle from \"./DownArrowCircle\";\r\nimport Down from \"./Down\";\r\nimport DownArrow from \"./DownArrow\";\r\nimport Download from \"./Download\";\r\nimport Draft from \"./Draft\";\r\nimport Drag from \"./Drag\";\r\nimport Dropdown from \"./Dropdown\";\r\nimport DropdownClosed from \"./DropdownClosed\";\r\nimport Edit from \"./Edit\";\r\nimport Email from \"./Email\";\r\nimport EmailSent from \"./EmailSent\";\r\nimport EntireScreen from \"./EntireScreen\";\r\nimport Error from \"./Error\";\r\nimport Expand from \"./Expand\";\r\nimport ExternalLink from \"./ExternalLink\";\r\nimport Eye from \"./Eye\";\r\nimport Facebook from \"./Facebook\";\r\nimport Favorite from \"./Favorite\";\r\nimport FileDownload from \"./FileDownload\";\r\nimport File from \"./File\";\r\nimport FileGeneric from \"./FileGeneric\";\r\nimport FileUpload from \"./FileUpload\";\r\nimport FilterAz from \"./FilterAz\";\r\nimport Filter from \"./Filter\";\r\nimport Flag from \"./Flag\";\r\nimport Flash from \"./Flash\";\r\nimport Focus from \"./Focus\";\r\nimport Folder from \"./Folder\";\r\nimport Form from \"./Form\";\r\nimport Forward from \"./Forward\";\r\nimport FullScreen from \"./FullScreen\";\r\nimport Gif from \"./Gif\";\r\nimport Gift from \"./Gift\";\r\nimport GitMerge from \"./GitMerge\";\r\nimport Globe from \"./Globe\";\r\nimport Goal from \"./Goal\";\r\nimport Graph from \"./Graph\";\r\nimport Group from \"./Group\";\r\nimport HamburgerMenu from \"./HamburgerMenu\";\r\nimport Hash from \"./Hash\";\r\nimport HashChecked from \"./HashChecked\";\r\nimport HashInSet from \"./HashInSet\";\r\nimport Header from \"./Header\";\r\nimport Heart from \"./Heart\";\r\nimport Help from \"./Help\";\r\nimport Hide from \"./Hide\";\r\nimport Highlight from \"./Highlight\";\r\nimport History from \"./History\";\r\nimport Home from \"./Home\";\r\nimport HourGlass from \"./HourGlass\";\r\nimport Hours from \"./Hours\";\r\nimport Html from \"./Html\";\r\nimport ImageUpload from \"./ImageUpload\";\r\nimport Image from \"./Image\";\r\nimport Inbox from \"./Inbox\";\r\nimport IndeterminateCircle from \"./IndeterminateCircle\";\r\nimport Info from \"./Info\";\r\nimport Input from \"./Input\";\r\nimport InsertColumn from \"./InsertColumn\";\r\nimport InsertRow from \"./InsertRow\";\r\nimport Invoice from \"./Invoice\";\r\nimport IpAddress from \"./IpAddress\";\r\nimport Keyboard from \"./Keyboard\";\r\nimport LeftArrowCircle from \"./LeftArrowCircle\";\r\nimport Left from \"./Left\";\r\nimport LeftAlign from \"./LeftAlign\";\r\nimport LeftArrow from \"./LeftArrow\";\r\nimport Link from \"./Link\";\r\nimport Linkedin from \"./Linkedin\";\r\nimport ListDot from \"./ListDot\";\r\nimport ListNumber from \"./ListNumber\";\r\nimport List from \"./List\";\r\nimport ListDetails from \"./ListDetails\";\r\nimport Loading from \"./Loading\";\r\nimport Location from \"./Location\";\r\nimport Lock from \"./Lock\";\r\nimport MailUnread from \"./MailUnread\";\r\nimport MailSend from \"./MailSend\";\r\nimport Matrix from \"./Matrix\";\r\nimport MatrixDots from \"./MatrixDots\";\r\nimport MatrixDotsClear from \"./MatrixDotsClear\";\r\nimport MediaVideo from \"./MediaVideo\";\r\nimport MenuHorizontal from \"./MenuHorizontal\";\r\nimport MenuVertical from \"./MenuVertical\";\r\nimport MenuLayout from \"./MenuLayout\";\r\nimport MenuSquare from \"./MenuSquare\";\r\nimport MergeSplit from \"./MergeSplit\";\r\nimport Merge from \"./Merge\";\r\nimport MergedPullRequest from \"./MergedPullRequest\";\r\nimport Message from \"./Message\";\r\nimport MessageBubble from \"./MessageBubble\";\r\nimport MessageSquare from \"./MessageSquare\";\r\nimport Mic from \"./Mic\";\r\nimport MicOff from \"./MicOff\";\r\nimport Minus from \"./Minus\";\r\nimport Mobile from \"./Mobile\";\r\nimport Moon from \"./Moon\";\r\nimport Movie from \"./Movie\";\r\nimport MultipleChoice from \"./MultipleChoice\";\r\nimport NeetoAnalytics from \"./NeetoAnalytics\";\r\nimport NeetoCal from \"./NeetoCal\";\r\nimport NeetoChangelog from \"./NeetoChangelog\";\r\nimport NeetoChat from \"./NeetoChat\";\r\nimport NeetoDesk from \"./NeetoDesk\";\r\nimport NeetoForm from \"./NeetoForm\";\r\nimport NeetoIcon from \"./NeetoIcon\";\r\nimport NeetoInsights from \"./NeetoInsights\";\r\nimport NeetoInterview from \"./NeetoInterview\";\r\nimport NeetoInvisible from \"./NeetoInvisible\";\r\nimport NeetoKb from \"./NeetoKb\";\r\nimport NeetoQuiz from \"./NeetoQuiz\";\r\nimport NeetoReplay from \"./NeetoReplay\";\r\nimport NeetoWireframe from \"./NeetoWireframe\";\r\nimport NeutralFaceGrey from \"./NeutralFaceGrey\";\r\nimport NewChat from \"./NewChat\";\r\nimport Notes from \"./Notes\";\r\nimport Notification from \"./Notification\";\r\nimport Paragraph from \"./Paragraph\";\r\nimport Pause from \"./Pause\";\r\nimport Phone from \"./Phone\";\r\nimport PhoneRing from \"./PhoneRing\";\r\nimport Play from \"./Play\";\r\nimport Plus from \"./Plus\";\r\nimport Print from \"./Print\";\r\nimport Puzzle from \"./Puzzle\";\r\nimport QrCode from \"./QrCode\";\r\nimport Quote from \"./Quote\";\r\nimport Radio from \"./Radio\";\r\nimport RadioInactive from \"./RadioInactive\";\r\nimport Rating from \"./Rating\";\r\nimport RatingFilled from \"./RatingFilled\";\r\nimport Redirection from \"./Redirection\";\r\nimport Redo from \"./Redo\";\r\nimport Refresh from \"./Refresh\";\r\nimport RemoveCircle from \"./RemoveCircle\";\r\nimport Reorder from \"./Reorder\";\r\nimport Repeat from \"./Repeat\";\r\nimport Reply from \"./Reply\";\r\nimport Report from \"./Report\";\r\nimport Ribbon from \"./Ribbon\";\r\nimport RightArrowCircle from \"./RightArrowCircle\";\r\nimport Right from \"./Right\";\r\nimport RightAlign from \"./RightAlign\";\r\nimport RightArrow from \"./RightArrow\";\r\nimport Robot from \"./Robot\";\r\nimport SadFaceGrey from \"./SadFaceGrey\";\r\nimport Scale from \"./Scale\";\r\nimport Search from \"./Search\";\r\nimport Sections from \"./Sections\";\r\nimport Security from \"./Security\";\r\nimport Send from \"./Send\";\r\nimport SendPlane from \"./SendPlane\";\r\nimport Seo from \"./Seo\";\r\nimport Settings from \"./Settings\";\r\nimport SettingsChecked from \"./SettingsChecked\";\r\nimport Share from \"./Share\";\r\nimport SidebarClose from \"./SidebarClose\";\r\nimport SidebarOpen from \"./SidebarOpen\";\r\nimport SmileFaceGrey from \"./SmileFaceGrey\";\r\nimport Smiley from \"./Smiley\";\r\nimport SpecificWindow from \"./SpecificWindow\";\r\nimport Status from \"./Status\";\r\nimport Subdomain from \"./Subdomain\";\r\nimport Suitcase from \"./Suitcase\";\r\nimport Sun from \"./Sun\";\r\nimport Swap from \"./Swap\";\r\nimport Tablet from \"./Tablet\";\r\nimport Tag from \"./Tag\";\r\nimport Tags from \"./Tags\";\r\nimport Terms from \"./Terms\";\r\nimport TextBold from \"./TextBold\";\r\nimport TextCross from \"./TextCross\";\r\nimport TextH1 from \"./TextH1\";\r\nimport TextH2 from \"./TextH2\";\r\nimport TextItalic from \"./TextItalic\";\r\nimport Text from \"./Text\";\r\nimport TextLines from \"./TextLines\";\r\nimport TextSize from \"./TextSize\";\r\nimport Tickets from \"./Tickets\";\r\nimport TimeTracking from \"./TimeTracking\";\r\nimport ToggleHeaderRow from \"./ToggleHeaderRow\";\r\nimport Transaction from \"./Transaction\";\r\nimport Translate from \"./Translate\";\r\nimport Twitter from \"./Twitter\";\r\nimport Ubuntu from \"./Ubuntu\";\r\nimport Underline from \"./Underline\";\r\nimport Undo from \"./Undo\";\r\nimport Unlink from \"./Unlink\";\r\nimport Unlock from \"./Unlock\";\r\nimport UpArrowCircle from \"./UpArrowCircle\";\r\nimport Up from \"./Up\";\r\nimport UpArrow from \"./UpArrow\";\r\nimport Upload from \"./Upload\";\r\nimport UserAdd from \"./UserAdd\";\r\nimport UserCircle from \"./UserCircle\";\r\nimport UserRemove from \"./UserRemove\";\r\nimport User from \"./User\";\r\nimport UserNotification from \"./UserNotification\";\r\nimport UserRole from \"./UserRole\";\r\nimport UserRoundedRect from \"./UserRoundedRect\";\r\nimport UserSettings from \"./UserSettings\";\r\nimport UserStar from \"./UserStar\";\r\nimport Video from \"./Video\";\r\nimport VideoOff from \"./VideoOff\";\r\nimport Volume from \"./Volume\";\r\nimport Volume0 from \"./Volume0\";\r\nimport Volume100 from \"./Volume100\";\r\nimport Volume25 from \"./Volume25\";\r\nimport Volume50 from \"./Volume50\";\r\nimport Volume75 from \"./Volume75\";\r\nimport VolumeOutline from \"./VolumeOutline\";\r\nimport VolumeOutline0 from \"./VolumeOutline0\";\r\nimport WarningFilled from \"./WarningFilled\";\r\nimport Warning from \"./Warning\";\r\nimport Whatsapp from \"./Whatsapp\";\r\nimport WidgetModes from \"./WidgetModes\";\r\nimport YesNo from \"./YesNo\";\r\nimport Youtube from \"./Youtube\";\r\nexport { \r\n\tActivityLog,\r\n\tAddCircle,\r\n\tAddMenu,\r\n\tAddRectangle,\r\n\tAddress,\r\n\tAgents,\r\n\tApple,\r\n\tAppSwitcher,\r\n\tArchive,\r\n\tArticles,\r\n\tAttachment,\r\n\tBank,\r\n\tBlockquote,\r\n\tBook,\r\n\tBookmark,\r\n\tBookOpen,\r\n\tBraces,\r\n\tBuilding,\r\n\tCalendar,\r\n\tCamera,\r\n\tCannedResponses,\r\n\tCaptcha,\r\n\tCategory,\r\n\tCenterAlign,\r\n\tCertificate,\r\n\tChatOffline,\r\n\tChat,\r\n\tChatBubble,\r\n\tChatEmpty,\r\n\tChatNotification,\r\n\tCheck,\r\n\tCheckbox,\r\n\tCheckboxInactive,\r\n\tCheckCircle,\r\n\tCheckmark,\r\n\tChrome,\r\n\tClock,\r\n\tClose,\r\n\tCloseCircle,\r\n\tClosedPullRequest,\r\n\tCode,\r\n\tCodeBlock,\r\n\tCollapse,\r\n\tColumn,\r\n\tComputer,\r\n\tContactBook,\r\n\tCopy,\r\n\tCreditCard,\r\n\tCss3,\r\n\tCursor,\r\n\tCustomDomain,\r\n\tCustomers,\r\n\tCustomize,\r\n\tCustomSize,\r\n\tDashboard,\r\n\tDatabase,\r\n\tDeleteColumn,\r\n\tDeleteRow,\r\n\tDeleteTable,\r\n\tDelete,\r\n\tDesign,\r\n\tDivider,\r\n\tDoubleCheck,\r\n\tDownArrowCircle,\r\n\tDown,\r\n\tDownArrow,\r\n\tDownload,\r\n\tDraft,\r\n\tDrag,\r\n\tDropdown,\r\n\tDropdownClosed,\r\n\tEdit,\r\n\tEmail,\r\n\tEmailSent,\r\n\tEntireScreen,\r\n\tError,\r\n\tExpand,\r\n\tExternalLink,\r\n\tEye,\r\n\tFacebook,\r\n\tFavorite,\r\n\tFileDownload,\r\n\tFile,\r\n\tFileGeneric,\r\n\tFileUpload,\r\n\tFilterAz,\r\n\tFilter,\r\n\tFlag,\r\n\tFlash,\r\n\tFocus,\r\n\tFolder,\r\n\tForm,\r\n\tForward,\r\n\tFullScreen,\r\n\tGif,\r\n\tGift,\r\n\tGitMerge,\r\n\tGlobe,\r\n\tGoal,\r\n\tGraph,\r\n\tGroup,\r\n\tHamburgerMenu,\r\n\tHash,\r\n\tHashChecked,\r\n\tHashInSet,\r\n\tHeader,\r\n\tHeart,\r\n\tHelp,\r\n\tHide,\r\n\tHighlight,\r\n\tHistory,\r\n\tHome,\r\n\tHourGlass,\r\n\tHours,\r\n\tHtml,\r\n\tImageUpload,\r\n\tImage,\r\n\tInbox,\r\n\tIndeterminateCircle,\r\n\tInfo,\r\n\tInput,\r\n\tInsertColumn,\r\n\tInsertRow,\r\n\tInvoice,\r\n\tIpAddress,\r\n\tKeyboard,\r\n\tLeftArrowCircle,\r\n\tLeft,\r\n\tLeftAlign,\r\n\tLeftArrow,\r\n\tLink,\r\n\tLinkedin,\r\n\tListDot,\r\n\tListNumber,\r\n\tList,\r\n\tListDetails,\r\n\tLoading,\r\n\tLocation,\r\n\tLock,\r\n\tMailUnread,\r\n\tMailSend,\r\n\tMatrix,\r\n\tMatrixDots,\r\n\tMatrixDotsClear,\r\n\tMediaVideo,\r\n\tMenuHorizontal,\r\n\tMenuVertical,\r\n\tMenuLayout,\r\n\tMenuSquare,\r\n\tMergeSplit,\r\n\tMerge,\r\n\tMergedPullRequest,\r\n\tMessage,\r\n\tMessageBubble,\r\n\tMessageSquare,\r\n\tMic,\r\n\tMicOff,\r\n\tMinus,\r\n\tMobile,\r\n\tMoon,\r\n\tMovie,\r\n\tMultipleChoice,\r\n\tNeetoAnalytics,\r\n\tNeetoCal,\r\n\tNeetoChangelog,\r\n\tNeetoChat,\r\n\tNeetoDesk,\r\n\tNeetoForm,\r\n\tNeetoIcon,\r\n\tNeetoInsights,\r\n\tNeetoInterview,\r\n\tNeetoInvisible,\r\n\tNeetoKb,\r\n\tNeetoQuiz,\r\n\tNeetoReplay,\r\n\tNeetoWireframe,\r\n\tNeutralFaceGrey,\r\n\tNewChat,\r\n\tNotes,\r\n\tNotification,\r\n\tParagraph,\r\n\tPause,\r\n\tPhone,\r\n\tPhoneRing,\r\n\tPlay,\r\n\tPlus,\r\n\tPrint,\r\n\tPuzzle,\r\n\tQrCode,\r\n\tQuote,\r\n\tRadio,\r\n\tRadioInactive,\r\n\tRating,\r\n\tRatingFilled,\r\n\tRedirection,\r\n\tRedo,\r\n\tRefresh,\r\n\tRemoveCircle,\r\n\tReorder,\r\n\tRepeat,\r\n\tReply,\r\n\tReport,\r\n\tRibbon,\r\n\tRightArrowCircle,\r\n\tRight,\r\n\tRightAlign,\r\n\tRightArrow,\r\n\tRobot,\r\n\tSadFaceGrey,\r\n\tScale,\r\n\tSearch,\r\n\tSections,\r\n\tSecurity,\r\n\tSend,\r\n\tSendPlane,\r\n\tSeo,\r\n\tSettings,\r\n\tSettingsChecked,\r\n\tShare,\r\n\tSidebarClose,\r\n\tSidebarOpen,\r\n\tSmileFaceGrey,\r\n\tSmiley,\r\n\tSpecificWindow,\r\n\tStatus,\r\n\tSubdomain,\r\n\tSuitcase,\r\n\tSun,\r\n\tSwap,\r\n\tTablet,\r\n\tTag,\r\n\tTags,\r\n\tTerms,\r\n\tTextBold,\r\n\tTextCross,\r\n\tTextH1,\r\n\tTextH2,\r\n\tTextItalic,\r\n\tText,\r\n\tTextLines,\r\n\tTextSize,\r\n\tTickets,\r\n\tTimeTracking,\r\n\tToggleHeaderRow,\r\n\tTransaction,\r\n\tTranslate,\r\n\tTwitter,\r\n\tUbuntu,\r\n\tUnderline,\r\n\tUndo,\r\n\tUnlink,\r\n\tUnlock,\r\n\tUpArrowCircle,\r\n\tUp,\r\n\tUpArrow,\r\n\tUpload,\r\n\tUserAdd,\r\n\tUserCircle,\r\n\tUserRemove,\r\n\tUser,\r\n\tUserNotification,\r\n\tUserRole,\r\n\tUserRoundedRect,\r\n\tUserSettings,\r\n\tUserStar,\r\n\tVideo,\r\n\tVideoOff,\r\n\tVolume,\r\n\tVolume0,\r\n\tVolume100,\r\n\tVolume25,\r\n\tVolume50,\r\n\tVolume75,\r\n\tVolumeOutline,\r\n\tVolumeOutline0,\r\n\tWarningFilled,\r\n\tWarning,\r\n\tWhatsapp,\r\n\tWidgetModes,\r\n\tYesNo,\r\n\tYoutube\r\n};"],"file":"index.js"}