@app-studio/web 0.8.69 → 0.8.71
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.
- package/dist/components/Button/Button/Button.props.d.ts +5 -0
- package/dist/components/Button/Button/Button.view.d.ts +0 -6
- package/dist/components/Icon/Icon.d.ts +9 -0
- package/dist/components/Tabs/Tabs/Tabs.props.d.ts +1 -0
- package/dist/web.cjs.development.js +437 -104
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +430 -106
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +440 -107
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('core-js/modules/es.symbol.description.js'), require('react'), require('core-js/modules/es.object.assign.js'), require('app-studio'), require('core-js/modules/es.array.iterator.js'), require('core-js/modules/es.parse-float.js'), require('core-js/modules/web.dom-collections.iterator.js'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', 'core-js/modules/es.symbol.description.js', 'react', 'core-js/modules/es.object.assign.js', 'app-studio', 'core-js/modules/es.array.iterator.js', 'core-js/modules/es.parse-float.js', 'core-js/modules/web.dom-collections.iterator.js', '
|
|
4
|
-
(global = global || self, factory(global['@app-studio/web'] = {}, null, global.React, null, global.appStudio, null, null, null, global.reactRouterDom, null, null,
|
|
5
|
-
}(this, (function (exports, es_symbol_description_js, React, es_object_assign_js, appStudio, es_array_iterator_js, es_parseFloat_js, web_domCollections_iterator_js,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('core-js/modules/es.symbol.description.js'), require('react'), require('core-js/modules/es.object.assign.js'), require('app-studio'), require('core-js/modules/es.array.iterator.js'), require('core-js/modules/es.parse-float.js'), require('core-js/modules/web.dom-collections.iterator.js'), require('core-js/modules/es.array.includes.js'), require('react-router-dom'), require('core-js/modules/es.string.includes.js'), require('core-js/modules/es.string.starts-with.js'), require('date-fns/format'), require('formik'), require('core-js/modules/web.url.js'), require('core-js/modules/web.url.to-json.js'), require('core-js/modules/web.url-search-params.js'), require('zustand'), require('src/components/Layout')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'core-js/modules/es.symbol.description.js', 'react', 'core-js/modules/es.object.assign.js', 'app-studio', 'core-js/modules/es.array.iterator.js', 'core-js/modules/es.parse-float.js', 'core-js/modules/web.dom-collections.iterator.js', 'core-js/modules/es.array.includes.js', 'react-router-dom', 'core-js/modules/es.string.includes.js', 'core-js/modules/es.string.starts-with.js', 'date-fns/format', 'formik', 'core-js/modules/web.url.js', 'core-js/modules/web.url.to-json.js', 'core-js/modules/web.url-search-params.js', 'zustand', 'src/components/Layout'], factory) :
|
|
4
|
+
(global = global || self, factory(global['@app-studio/web'] = {}, null, global.React, null, global.appStudio, null, null, null, null, global.reactRouterDom, null, null, global.format, global.formik, null, null, null, global.zustand, global.Layout));
|
|
5
|
+
}(this, (function (exports, es_symbol_description_js, React, es_object_assign_js, appStudio, es_array_iterator_js, es_parseFloat_js, web_domCollections_iterator_js, es_array_includes_js, reactRouterDom, es_string_includes_js, es_string_startsWith_js, format, formik, web_url_js, web_url_toJson_js, web_urlSearchParams_js, zustand, Layout) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var React__default = 'default' in React ? React['default'] : React;
|
|
8
8
|
format = format && Object.prototype.hasOwnProperty.call(format, 'default') ? format['default'] : format;
|
|
@@ -252,8 +252,8 @@
|
|
|
252
252
|
_excluded34 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
253
253
|
_excluded35 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
254
254
|
_excluded36 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
255
|
-
_excluded37 = ["widthHeight", "color", "
|
|
256
|
-
_excluded38 = ["widthHeight", "color", "
|
|
255
|
+
_excluded37 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
256
|
+
_excluded38 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
257
257
|
_excluded39 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
258
258
|
_excluded40 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
259
259
|
_excluded41 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -264,10 +264,10 @@
|
|
|
264
264
|
_excluded46 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
265
265
|
_excluded47 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
266
266
|
_excluded48 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
267
|
-
_excluded49 = ["widthHeight", "color", "
|
|
268
|
-
_excluded50 = ["widthHeight", "color", "
|
|
269
|
-
_excluded51 = ["widthHeight", "color", "
|
|
270
|
-
_excluded52 = ["widthHeight", "color", "
|
|
267
|
+
_excluded49 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
268
|
+
_excluded50 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
269
|
+
_excluded51 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
270
|
+
_excluded52 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
271
271
|
_excluded53 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
272
272
|
_excluded54 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
273
273
|
_excluded55 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
@@ -279,7 +279,16 @@
|
|
|
279
279
|
_excluded61 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
280
280
|
_excluded62 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
281
281
|
_excluded63 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
282
|
-
_excluded64 = ["widthHeight", "color", "
|
|
282
|
+
_excluded64 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
283
|
+
_excluded65 = ["widthHeight", "color", "filled", "strokeWidth"],
|
|
284
|
+
_excluded66 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
285
|
+
_excluded67 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
286
|
+
_excluded68 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
287
|
+
_excluded69 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
288
|
+
_excluded70 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
289
|
+
_excluded71 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
290
|
+
_excluded72 = ["widthHeight", "color", "strokeWidth", "filled"],
|
|
291
|
+
_excluded73 = ["widthHeight", "color", "strokeWidth", "filled"];
|
|
283
292
|
// Default wrapper component for consistent sizing and styling
|
|
284
293
|
var IconWrapper = _ref => {
|
|
285
294
|
var {
|
|
@@ -1167,12 +1176,12 @@
|
|
|
1167
1176
|
d: "M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"
|
|
1168
1177
|
})));
|
|
1169
1178
|
};
|
|
1170
|
-
var
|
|
1179
|
+
var MagicWandIcon = _ref36 => {
|
|
1171
1180
|
var {
|
|
1172
1181
|
widthHeight = 24,
|
|
1173
1182
|
color = 'currentColor',
|
|
1174
1183
|
strokeWidth = 1,
|
|
1175
|
-
filled =
|
|
1184
|
+
filled = true
|
|
1176
1185
|
} = _ref36,
|
|
1177
1186
|
props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
|
|
1178
1187
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
@@ -1182,6 +1191,36 @@
|
|
|
1182
1191
|
viewBox: "0 0 24 24",
|
|
1183
1192
|
"aria-hidden": "false",
|
|
1184
1193
|
focusable: "false"
|
|
1194
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
|
|
1195
|
+
x: "-3",
|
|
1196
|
+
y: "17",
|
|
1197
|
+
width: "15",
|
|
1198
|
+
height: "4",
|
|
1199
|
+
rx: "1",
|
|
1200
|
+
transform: "rotate(-40 2 13)"
|
|
1201
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1202
|
+
d: "M17 3L18 6L21 7L18 8L17 11L16 8L13 7L16 6L17 3Z"
|
|
1203
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1204
|
+
d: "M21 9L21.7 11L23.5 12L21.7 13L21 15L20.3 13L18.5 12L20.3 11L21 9Z"
|
|
1205
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
1206
|
+
d: "M16 15L16.7 16.5L18 17L16.7 17.5L16 19L15.3 17.5L14 17L15.3 16.5L16 15Z"
|
|
1207
|
+
})));
|
|
1208
|
+
};
|
|
1209
|
+
var SliderVerticalIcon = _ref37 => {
|
|
1210
|
+
var {
|
|
1211
|
+
widthHeight = 24,
|
|
1212
|
+
color = 'currentColor',
|
|
1213
|
+
strokeWidth = 1,
|
|
1214
|
+
filled = false
|
|
1215
|
+
} = _ref37,
|
|
1216
|
+
props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
|
|
1217
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1218
|
+
widthHeight: widthHeight,
|
|
1219
|
+
color: color
|
|
1220
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
1221
|
+
viewBox: "0 0 24 24",
|
|
1222
|
+
"aria-hidden": "false",
|
|
1223
|
+
focusable: "false"
|
|
1185
1224
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
1186
1225
|
stroke: color,
|
|
1187
1226
|
x1: "4",
|
|
@@ -1238,14 +1277,57 @@
|
|
|
1238
1277
|
y2: "16"
|
|
1239
1278
|
})));
|
|
1240
1279
|
};
|
|
1241
|
-
var
|
|
1280
|
+
var PanelIcon = _ref38 => {
|
|
1281
|
+
var {
|
|
1282
|
+
widthHeight = 24,
|
|
1283
|
+
color = 'currentColor',
|
|
1284
|
+
strokeWidth = 1,
|
|
1285
|
+
filled = false
|
|
1286
|
+
} = _ref38,
|
|
1287
|
+
props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
|
|
1288
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1289
|
+
widthHeight: widthHeight,
|
|
1290
|
+
color: color
|
|
1291
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
1292
|
+
viewBox: "0 0 24 24",
|
|
1293
|
+
"aria-hidden": "false",
|
|
1294
|
+
focusable: "false"
|
|
1295
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
|
|
1296
|
+
x: "3",
|
|
1297
|
+
y: "3",
|
|
1298
|
+
width: "18",
|
|
1299
|
+
height: "18",
|
|
1300
|
+
rx: "2"
|
|
1301
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1302
|
+
x1: "9",
|
|
1303
|
+
y1: "3",
|
|
1304
|
+
x2: "9",
|
|
1305
|
+
y2: "21"
|
|
1306
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1307
|
+
x1: "12",
|
|
1308
|
+
y1: "7",
|
|
1309
|
+
x2: "17",
|
|
1310
|
+
y2: "7"
|
|
1311
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1312
|
+
x1: "12",
|
|
1313
|
+
y1: "11",
|
|
1314
|
+
x2: "17",
|
|
1315
|
+
y2: "11"
|
|
1316
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1317
|
+
x1: "12",
|
|
1318
|
+
y1: "15",
|
|
1319
|
+
x2: "17",
|
|
1320
|
+
y2: "15"
|
|
1321
|
+
})));
|
|
1322
|
+
};
|
|
1323
|
+
var FilterIcon = _ref39 => {
|
|
1242
1324
|
var {
|
|
1243
1325
|
widthHeight = 24,
|
|
1244
1326
|
color = 'currentColor',
|
|
1245
1327
|
filled = false,
|
|
1246
1328
|
strokeWidth = 1
|
|
1247
|
-
} =
|
|
1248
|
-
props = _objectWithoutPropertiesLoose(
|
|
1329
|
+
} = _ref39,
|
|
1330
|
+
props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
|
|
1249
1331
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1250
1332
|
widthHeight: widthHeight,
|
|
1251
1333
|
color: color
|
|
@@ -1257,14 +1339,14 @@
|
|
|
1257
1339
|
d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
|
|
1258
1340
|
})));
|
|
1259
1341
|
};
|
|
1260
|
-
var HomeIcon =
|
|
1342
|
+
var HomeIcon = _ref40 => {
|
|
1261
1343
|
var {
|
|
1262
1344
|
widthHeight = 24,
|
|
1263
1345
|
color = 'currentColor',
|
|
1264
1346
|
filled = true,
|
|
1265
1347
|
strokeWidth = 1
|
|
1266
|
-
} =
|
|
1267
|
-
props = _objectWithoutPropertiesLoose(
|
|
1348
|
+
} = _ref40,
|
|
1349
|
+
props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
|
|
1268
1350
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1269
1351
|
widthHeight: widthHeight,
|
|
1270
1352
|
color: color
|
|
@@ -1276,14 +1358,14 @@
|
|
|
1276
1358
|
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
1277
1359
|
})));
|
|
1278
1360
|
};
|
|
1279
|
-
var LocationIcon =
|
|
1361
|
+
var LocationIcon = _ref41 => {
|
|
1280
1362
|
var {
|
|
1281
1363
|
widthHeight = 24,
|
|
1282
1364
|
color = 'currentColor',
|
|
1283
1365
|
filled = true,
|
|
1284
1366
|
strokeWidth = 1
|
|
1285
|
-
} =
|
|
1286
|
-
props = _objectWithoutPropertiesLoose(
|
|
1367
|
+
} = _ref41,
|
|
1368
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
|
|
1287
1369
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1288
1370
|
widthHeight: widthHeight,
|
|
1289
1371
|
color: color
|
|
@@ -1295,14 +1377,14 @@
|
|
|
1295
1377
|
d: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
|
|
1296
1378
|
})));
|
|
1297
1379
|
};
|
|
1298
|
-
var LockIcon =
|
|
1380
|
+
var LockIcon = _ref42 => {
|
|
1299
1381
|
var {
|
|
1300
1382
|
widthHeight = 24,
|
|
1301
1383
|
color = 'currentColor',
|
|
1302
1384
|
filled = false,
|
|
1303
1385
|
strokeWidth = 1
|
|
1304
|
-
} =
|
|
1305
|
-
props = _objectWithoutPropertiesLoose(
|
|
1386
|
+
} = _ref42,
|
|
1387
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
|
|
1306
1388
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1307
1389
|
widthHeight: widthHeight,
|
|
1308
1390
|
color: color
|
|
@@ -1321,14 +1403,14 @@
|
|
|
1321
1403
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
1322
1404
|
})));
|
|
1323
1405
|
};
|
|
1324
|
-
var MicrophoneIcon =
|
|
1406
|
+
var MicrophoneIcon = _ref43 => {
|
|
1325
1407
|
var {
|
|
1326
1408
|
widthHeight = 24,
|
|
1327
1409
|
color = 'currentColor',
|
|
1328
1410
|
filled = false,
|
|
1329
1411
|
strokeWidth = 1
|
|
1330
|
-
} =
|
|
1331
|
-
props = _objectWithoutPropertiesLoose(
|
|
1412
|
+
} = _ref43,
|
|
1413
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
|
|
1332
1414
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1333
1415
|
widthHeight: widthHeight,
|
|
1334
1416
|
color: color
|
|
@@ -1354,14 +1436,14 @@
|
|
|
1354
1436
|
y2: "23"
|
|
1355
1437
|
})));
|
|
1356
1438
|
};
|
|
1357
|
-
var MoonIcon =
|
|
1439
|
+
var MoonIcon = _ref44 => {
|
|
1358
1440
|
var {
|
|
1359
1441
|
widthHeight = 24,
|
|
1360
1442
|
color = 'currentColor',
|
|
1361
1443
|
filled = true,
|
|
1362
1444
|
strokeWidth = 1
|
|
1363
|
-
} =
|
|
1364
|
-
props = _objectWithoutPropertiesLoose(
|
|
1445
|
+
} = _ref44,
|
|
1446
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
|
|
1365
1447
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1366
1448
|
widthHeight: widthHeight,
|
|
1367
1449
|
color: color
|
|
@@ -1373,14 +1455,14 @@
|
|
|
1373
1455
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1374
1456
|
})));
|
|
1375
1457
|
};
|
|
1376
|
-
var NotificationIcon =
|
|
1458
|
+
var NotificationIcon = _ref45 => {
|
|
1377
1459
|
var {
|
|
1378
1460
|
widthHeight = 24,
|
|
1379
1461
|
color = 'currentColor',
|
|
1380
1462
|
filled = false,
|
|
1381
1463
|
strokeWidth = 1
|
|
1382
|
-
} =
|
|
1383
|
-
props = _objectWithoutPropertiesLoose(
|
|
1464
|
+
} = _ref45,
|
|
1465
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
|
|
1384
1466
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1385
1467
|
widthHeight: widthHeight,
|
|
1386
1468
|
color: color
|
|
@@ -1394,14 +1476,14 @@
|
|
|
1394
1476
|
d: "M13.73 21a2 2 0 0 1-3.46 0"
|
|
1395
1477
|
})));
|
|
1396
1478
|
};
|
|
1397
|
-
var OpenEyeIcon =
|
|
1479
|
+
var OpenEyeIcon = _ref46 => {
|
|
1398
1480
|
var {
|
|
1399
1481
|
widthHeight = 24,
|
|
1400
1482
|
color = 'currentColor',
|
|
1401
1483
|
filled = true,
|
|
1402
1484
|
strokeWidth = 1
|
|
1403
|
-
} =
|
|
1404
|
-
props = _objectWithoutPropertiesLoose(
|
|
1485
|
+
} = _ref46,
|
|
1486
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
|
|
1405
1487
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1406
1488
|
widthHeight: widthHeight,
|
|
1407
1489
|
color: color
|
|
@@ -1413,14 +1495,14 @@
|
|
|
1413
1495
|
d: "M12 4C7 4 2.73 7.11 1 12c1.73 4.89 6 8 11 8s9.27-3.11 11-8c-1.73-4.89-6-8-11-8zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"
|
|
1414
1496
|
})));
|
|
1415
1497
|
};
|
|
1416
|
-
var ProfileIcon =
|
|
1498
|
+
var ProfileIcon = _ref47 => {
|
|
1417
1499
|
var {
|
|
1418
1500
|
widthHeight = 24,
|
|
1419
1501
|
color = 'currentColor',
|
|
1420
1502
|
filled = true,
|
|
1421
1503
|
strokeWidth = 1
|
|
1422
|
-
} =
|
|
1423
|
-
props = _objectWithoutPropertiesLoose(
|
|
1504
|
+
} = _ref47,
|
|
1505
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
|
|
1424
1506
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1425
1507
|
widthHeight: widthHeight,
|
|
1426
1508
|
color: color
|
|
@@ -1433,14 +1515,14 @@
|
|
|
1433
1515
|
d: "M12 13c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4zm0-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z M12 2C9.79 2 8 3.79 8 6s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"
|
|
1434
1516
|
}), ' '));
|
|
1435
1517
|
};
|
|
1436
|
-
var SettingsIcon =
|
|
1518
|
+
var SettingsIcon = _ref48 => {
|
|
1437
1519
|
var {
|
|
1438
1520
|
widthHeight = 24,
|
|
1439
1521
|
color = 'currentColor',
|
|
1440
1522
|
filled = false,
|
|
1441
1523
|
strokeWidth = 1
|
|
1442
|
-
} =
|
|
1443
|
-
props = _objectWithoutPropertiesLoose(
|
|
1524
|
+
} = _ref48,
|
|
1525
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
|
|
1444
1526
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1445
1527
|
widthHeight: widthHeight,
|
|
1446
1528
|
color: color
|
|
@@ -1452,14 +1534,14 @@
|
|
|
1452
1534
|
d: "M19.4 13c0-.3.1-.6.1-1s0-.7-.1-1l2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.2-.4-.3-.6-.2l-2.5 1c-.5-.4-1.1-.7-1.7-.9l-.4-2.6c0-.2-.3-.4-.5-.4h-4c-.2 0-.5.2-.5.4l-.4 2.6c-.6.2-1.2.5-1.7.9l-2.5-1c-.2-.1-.5 0-.6.2l-2 3.5c-.1.2-.1.4.1.6L4.6 11c0 .3-.1.6-.1 1s0 .7.1 1l-2.1 1.6c-.2.2-.2.4-.1.6l2 3.5c.1.2.4.3.6.2l2.5-1c.5.4 1.1.7 1.7.9l.4 2.6c0 .2.3.4.5.4h4c.2 0 .5-.2.5-.4l.4-2.6c.6-.2 1.2-.5 1.7-.9l2.5 1c.2.1.5 0 .6-.2l2-3.5c.1-.2.1-.4-.1-.6L19.4 13zM12 15.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"
|
|
1453
1535
|
})));
|
|
1454
1536
|
};
|
|
1455
|
-
var SuccessIcon =
|
|
1537
|
+
var SuccessIcon = _ref49 => {
|
|
1456
1538
|
var {
|
|
1457
1539
|
widthHeight = 24,
|
|
1458
1540
|
color = 'currentColor',
|
|
1459
1541
|
filled = true,
|
|
1460
1542
|
strokeWidth = 1
|
|
1461
|
-
} =
|
|
1462
|
-
props = _objectWithoutPropertiesLoose(
|
|
1543
|
+
} = _ref49,
|
|
1544
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
|
|
1463
1545
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1464
1546
|
widthHeight: widthHeight,
|
|
1465
1547
|
color: color
|
|
@@ -1471,14 +1553,14 @@
|
|
|
1471
1553
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
1472
1554
|
})));
|
|
1473
1555
|
};
|
|
1474
|
-
var UnLikeIcon =
|
|
1556
|
+
var UnLikeIcon = _ref50 => {
|
|
1475
1557
|
var {
|
|
1476
1558
|
widthHeight = 24,
|
|
1477
1559
|
color = 'currentColor',
|
|
1478
1560
|
filled = true,
|
|
1479
1561
|
strokeWidth = 1
|
|
1480
|
-
} =
|
|
1481
|
-
props = _objectWithoutPropertiesLoose(
|
|
1562
|
+
} = _ref50,
|
|
1563
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
|
|
1482
1564
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1483
1565
|
widthHeight: widthHeight,
|
|
1484
1566
|
color: color
|
|
@@ -1490,14 +1572,14 @@
|
|
|
1490
1572
|
d: "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"
|
|
1491
1573
|
})));
|
|
1492
1574
|
};
|
|
1493
|
-
var ClockIcon =
|
|
1575
|
+
var ClockIcon = _ref51 => {
|
|
1494
1576
|
var {
|
|
1495
1577
|
widthHeight = 24,
|
|
1496
1578
|
color = 'currentColor',
|
|
1497
1579
|
strokeWidth = 1,
|
|
1498
1580
|
filled = false
|
|
1499
|
-
} =
|
|
1500
|
-
props = _objectWithoutPropertiesLoose(
|
|
1581
|
+
} = _ref51,
|
|
1582
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
|
|
1501
1583
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1502
1584
|
widthHeight: widthHeight,
|
|
1503
1585
|
color: color
|
|
@@ -1513,14 +1595,14 @@
|
|
|
1513
1595
|
points: "12 6 12 12 16 14"
|
|
1514
1596
|
})));
|
|
1515
1597
|
};
|
|
1516
|
-
var CameraIcon =
|
|
1598
|
+
var CameraIcon = _ref52 => {
|
|
1517
1599
|
var {
|
|
1518
1600
|
widthHeight = 24,
|
|
1519
1601
|
color = 'currentColor',
|
|
1520
1602
|
strokeWidth = 1,
|
|
1521
1603
|
filled = false
|
|
1522
|
-
} =
|
|
1523
|
-
props = _objectWithoutPropertiesLoose(
|
|
1604
|
+
} = _ref52,
|
|
1605
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
|
|
1524
1606
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1525
1607
|
widthHeight: widthHeight,
|
|
1526
1608
|
color: color
|
|
@@ -1536,14 +1618,14 @@
|
|
|
1536
1618
|
r: "4"
|
|
1537
1619
|
})));
|
|
1538
1620
|
};
|
|
1539
|
-
var BluetoothIcon =
|
|
1621
|
+
var BluetoothIcon = _ref53 => {
|
|
1540
1622
|
var {
|
|
1541
1623
|
widthHeight = 24,
|
|
1542
1624
|
color = 'currentColor',
|
|
1543
1625
|
filled = true,
|
|
1544
1626
|
strokeWidth = 1
|
|
1545
|
-
} =
|
|
1546
|
-
props = _objectWithoutPropertiesLoose(
|
|
1627
|
+
} = _ref53,
|
|
1628
|
+
props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
|
|
1547
1629
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1548
1630
|
widthHeight: widthHeight,
|
|
1549
1631
|
color: color
|
|
@@ -1555,14 +1637,14 @@
|
|
|
1555
1637
|
d: "M17.71 7.71L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"
|
|
1556
1638
|
})));
|
|
1557
1639
|
};
|
|
1558
|
-
var LikeIcon =
|
|
1640
|
+
var LikeIcon = _ref54 => {
|
|
1559
1641
|
var {
|
|
1560
1642
|
widthHeight = 24,
|
|
1561
1643
|
color = 'currentColor',
|
|
1562
1644
|
filled = true,
|
|
1563
1645
|
strokeWidth = 1
|
|
1564
|
-
} =
|
|
1565
|
-
props = _objectWithoutPropertiesLoose(
|
|
1646
|
+
} = _ref54,
|
|
1647
|
+
props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
|
|
1566
1648
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1567
1649
|
widthHeight: widthHeight,
|
|
1568
1650
|
color: color
|
|
@@ -1574,14 +1656,14 @@
|
|
|
1574
1656
|
d: "M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"
|
|
1575
1657
|
})));
|
|
1576
1658
|
};
|
|
1577
|
-
var UnlockIcon =
|
|
1659
|
+
var UnlockIcon = _ref55 => {
|
|
1578
1660
|
var {
|
|
1579
1661
|
widthHeight = 24,
|
|
1580
1662
|
color = 'currentColor',
|
|
1581
1663
|
filled = false,
|
|
1582
1664
|
strokeWidth = 1
|
|
1583
|
-
} =
|
|
1584
|
-
props = _objectWithoutPropertiesLoose(
|
|
1665
|
+
} = _ref55,
|
|
1666
|
+
props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
|
|
1585
1667
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1586
1668
|
widthHeight: widthHeight,
|
|
1587
1669
|
color: color
|
|
@@ -1600,14 +1682,14 @@
|
|
|
1600
1682
|
d: "M7 11V7a5 5 0 0 1 9.9-1"
|
|
1601
1683
|
})));
|
|
1602
1684
|
};
|
|
1603
|
-
var WifiIcon =
|
|
1685
|
+
var WifiIcon = _ref56 => {
|
|
1604
1686
|
var {
|
|
1605
1687
|
widthHeight = 24,
|
|
1606
1688
|
color = 'currentColor',
|
|
1607
1689
|
filled = false,
|
|
1608
1690
|
strokeWidth = 1
|
|
1609
|
-
} =
|
|
1610
|
-
props = _objectWithoutPropertiesLoose(
|
|
1691
|
+
} = _ref56,
|
|
1692
|
+
props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
|
|
1611
1693
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1612
1694
|
widthHeight: widthHeight,
|
|
1613
1695
|
color: color
|
|
@@ -1619,14 +1701,14 @@
|
|
|
1619
1701
|
d: "M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"
|
|
1620
1702
|
})));
|
|
1621
1703
|
};
|
|
1622
|
-
var UploadIcon =
|
|
1704
|
+
var UploadIcon = _ref57 => {
|
|
1623
1705
|
var {
|
|
1624
1706
|
widthHeight = 24,
|
|
1625
1707
|
color = 'currentColor',
|
|
1626
1708
|
filled = false,
|
|
1627
1709
|
strokeWidth = 1
|
|
1628
|
-
} =
|
|
1629
|
-
props = _objectWithoutPropertiesLoose(
|
|
1710
|
+
} = _ref57,
|
|
1711
|
+
props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
|
|
1630
1712
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1631
1713
|
widthHeight: widthHeight,
|
|
1632
1714
|
color: color
|
|
@@ -1642,14 +1724,14 @@
|
|
|
1642
1724
|
d: "M12 12l0 9"
|
|
1643
1725
|
})));
|
|
1644
1726
|
};
|
|
1645
|
-
var SearchIcon =
|
|
1727
|
+
var SearchIcon = _ref58 => {
|
|
1646
1728
|
var {
|
|
1647
1729
|
widthHeight = 24,
|
|
1648
1730
|
color = 'currentColor',
|
|
1649
1731
|
filled = true,
|
|
1650
1732
|
strokeWidth = 1
|
|
1651
|
-
} =
|
|
1652
|
-
props = _objectWithoutPropertiesLoose(
|
|
1733
|
+
} = _ref58,
|
|
1734
|
+
props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
|
|
1653
1735
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1654
1736
|
widthHeight: widthHeight,
|
|
1655
1737
|
color: color
|
|
@@ -1661,14 +1743,14 @@
|
|
|
1661
1743
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
1662
1744
|
})));
|
|
1663
1745
|
};
|
|
1664
|
-
var CloseEyeIcon =
|
|
1746
|
+
var CloseEyeIcon = _ref59 => {
|
|
1665
1747
|
var {
|
|
1666
1748
|
widthHeight = 24,
|
|
1667
1749
|
color = 'currentColor',
|
|
1668
1750
|
filled = true,
|
|
1669
1751
|
strokeWidth = 1
|
|
1670
|
-
} =
|
|
1671
|
-
props = _objectWithoutPropertiesLoose(
|
|
1752
|
+
} = _ref59,
|
|
1753
|
+
props = _objectWithoutPropertiesLoose(_ref59, _excluded59);
|
|
1672
1754
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1673
1755
|
widthHeight: widthHeight,
|
|
1674
1756
|
color: color
|
|
@@ -1681,14 +1763,14 @@
|
|
|
1681
1763
|
fill: "currentColor"
|
|
1682
1764
|
})));
|
|
1683
1765
|
};
|
|
1684
|
-
var ExternalLinkIcon =
|
|
1766
|
+
var ExternalLinkIcon = _ref60 => {
|
|
1685
1767
|
var {
|
|
1686
1768
|
widthHeight = 24,
|
|
1687
1769
|
color = 'currentColor',
|
|
1688
1770
|
filled = true,
|
|
1689
1771
|
strokeWidth = 1
|
|
1690
|
-
} =
|
|
1691
|
-
props = _objectWithoutPropertiesLoose(
|
|
1772
|
+
} = _ref60,
|
|
1773
|
+
props = _objectWithoutPropertiesLoose(_ref60, _excluded60);
|
|
1692
1774
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1693
1775
|
widthHeight: widthHeight,
|
|
1694
1776
|
color: color
|
|
@@ -1700,14 +1782,14 @@
|
|
|
1700
1782
|
d: "M14 3h7v7h-2V5.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h5v2H6v11h11v-4h2v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"
|
|
1701
1783
|
})));
|
|
1702
1784
|
};
|
|
1703
|
-
var PlusIcon =
|
|
1785
|
+
var PlusIcon = _ref61 => {
|
|
1704
1786
|
var {
|
|
1705
1787
|
widthHeight = 24,
|
|
1706
1788
|
color = 'currentColor',
|
|
1707
1789
|
filled = false,
|
|
1708
1790
|
strokeWidth = 1
|
|
1709
|
-
} =
|
|
1710
|
-
props = _objectWithoutPropertiesLoose(
|
|
1791
|
+
} = _ref61,
|
|
1792
|
+
props = _objectWithoutPropertiesLoose(_ref61, _excluded61);
|
|
1711
1793
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1712
1794
|
widthHeight: widthHeight,
|
|
1713
1795
|
color: color
|
|
@@ -1729,14 +1811,14 @@
|
|
|
1729
1811
|
y2: "12"
|
|
1730
1812
|
})));
|
|
1731
1813
|
};
|
|
1732
|
-
var TickIcon =
|
|
1814
|
+
var TickIcon = _ref62 => {
|
|
1733
1815
|
var {
|
|
1734
1816
|
widthHeight = 24,
|
|
1735
1817
|
color = 'currentColor',
|
|
1736
1818
|
filled = false,
|
|
1737
1819
|
strokeWidth = 1
|
|
1738
|
-
} =
|
|
1739
|
-
props = _objectWithoutPropertiesLoose(
|
|
1820
|
+
} = _ref62,
|
|
1821
|
+
props = _objectWithoutPropertiesLoose(_ref62, _excluded62);
|
|
1740
1822
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1741
1823
|
widthHeight: widthHeight,
|
|
1742
1824
|
color: color
|
|
@@ -1750,14 +1832,14 @@
|
|
|
1750
1832
|
strokeLinejoin: "round"
|
|
1751
1833
|
})));
|
|
1752
1834
|
};
|
|
1753
|
-
var BoldArrowIcon =
|
|
1835
|
+
var BoldArrowIcon = _ref63 => {
|
|
1754
1836
|
var {
|
|
1755
1837
|
widthHeight = 24,
|
|
1756
1838
|
color = 'currentColor',
|
|
1757
1839
|
filled = true,
|
|
1758
1840
|
strokeWidth = 1
|
|
1759
|
-
} =
|
|
1760
|
-
props = _objectWithoutPropertiesLoose(
|
|
1841
|
+
} = _ref63,
|
|
1842
|
+
props = _objectWithoutPropertiesLoose(_ref63, _excluded63);
|
|
1761
1843
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1762
1844
|
widthHeight: widthHeight,
|
|
1763
1845
|
color: color
|
|
@@ -1769,14 +1851,14 @@
|
|
|
1769
1851
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
1770
1852
|
})));
|
|
1771
1853
|
};
|
|
1772
|
-
var ArrowIcon =
|
|
1854
|
+
var ArrowIcon = _ref64 => {
|
|
1773
1855
|
var {
|
|
1774
1856
|
widthHeight = 24,
|
|
1775
1857
|
color = 'currentColor',
|
|
1776
1858
|
filled = false,
|
|
1777
1859
|
strokeWidth = 1
|
|
1778
|
-
} =
|
|
1779
|
-
props = _objectWithoutPropertiesLoose(
|
|
1860
|
+
} = _ref64,
|
|
1861
|
+
props = _objectWithoutPropertiesLoose(_ref64, _excluded64);
|
|
1780
1862
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1781
1863
|
widthHeight: widthHeight,
|
|
1782
1864
|
color: color
|
|
@@ -1794,14 +1876,14 @@
|
|
|
1794
1876
|
points: "6 12 12 6 18 12"
|
|
1795
1877
|
})));
|
|
1796
1878
|
};
|
|
1797
|
-
var SpinnerIcon =
|
|
1879
|
+
var SpinnerIcon = _ref65 => {
|
|
1798
1880
|
var {
|
|
1799
1881
|
widthHeight = 24,
|
|
1800
1882
|
color = 'currentColor',
|
|
1801
1883
|
filled = false,
|
|
1802
1884
|
strokeWidth = 1
|
|
1803
|
-
} =
|
|
1804
|
-
props = _objectWithoutPropertiesLoose(
|
|
1885
|
+
} = _ref65,
|
|
1886
|
+
props = _objectWithoutPropertiesLoose(_ref65, _excluded65);
|
|
1805
1887
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1806
1888
|
widthHeight: widthHeight,
|
|
1807
1889
|
color: color
|
|
@@ -1819,14 +1901,14 @@
|
|
|
1819
1901
|
strokeOpacity: "1"
|
|
1820
1902
|
})));
|
|
1821
1903
|
};
|
|
1822
|
-
var CalendarIcon =
|
|
1904
|
+
var CalendarIcon = _ref66 => {
|
|
1823
1905
|
var {
|
|
1824
1906
|
widthHeight = 24,
|
|
1825
1907
|
color = 'currentColor',
|
|
1826
1908
|
strokeWidth = 1,
|
|
1827
1909
|
filled = false
|
|
1828
|
-
} =
|
|
1829
|
-
props = _objectWithoutPropertiesLoose(
|
|
1910
|
+
} = _ref66,
|
|
1911
|
+
props = _objectWithoutPropertiesLoose(_ref66, _excluded66);
|
|
1830
1912
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1831
1913
|
widthHeight: widthHeight,
|
|
1832
1914
|
color: color
|
|
@@ -1861,6 +1943,237 @@
|
|
|
1861
1943
|
y2: "10"
|
|
1862
1944
|
})));
|
|
1863
1945
|
};
|
|
1946
|
+
var SliderIcon = _ref67 => {
|
|
1947
|
+
var {
|
|
1948
|
+
widthHeight = 24,
|
|
1949
|
+
color = 'currentColor',
|
|
1950
|
+
strokeWidth = 1,
|
|
1951
|
+
filled = false
|
|
1952
|
+
} = _ref67,
|
|
1953
|
+
props = _objectWithoutPropertiesLoose(_ref67, _excluded67);
|
|
1954
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1955
|
+
widthHeight: widthHeight,
|
|
1956
|
+
color: color
|
|
1957
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
1958
|
+
viewBox: "0 0 24 24",
|
|
1959
|
+
"aria-hidden": "false",
|
|
1960
|
+
focusable: "false"
|
|
1961
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
1962
|
+
x1: "3",
|
|
1963
|
+
y1: "4",
|
|
1964
|
+
x2: "10",
|
|
1965
|
+
y2: "4"
|
|
1966
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1967
|
+
x1: "14",
|
|
1968
|
+
y1: "4",
|
|
1969
|
+
x2: "21",
|
|
1970
|
+
y2: "4"
|
|
1971
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1972
|
+
x1: "3",
|
|
1973
|
+
y1: "12",
|
|
1974
|
+
x2: "12",
|
|
1975
|
+
y2: "12"
|
|
1976
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1977
|
+
x1: "16",
|
|
1978
|
+
y1: "12",
|
|
1979
|
+
x2: "21",
|
|
1980
|
+
y2: "12"
|
|
1981
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1982
|
+
x1: "3",
|
|
1983
|
+
y1: "20",
|
|
1984
|
+
x2: "8",
|
|
1985
|
+
y2: "20"
|
|
1986
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1987
|
+
x1: "12",
|
|
1988
|
+
y1: "20",
|
|
1989
|
+
x2: "21",
|
|
1990
|
+
y2: "20"
|
|
1991
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1992
|
+
x1: "10",
|
|
1993
|
+
y1: "1",
|
|
1994
|
+
x2: "10",
|
|
1995
|
+
y2: "7"
|
|
1996
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
1997
|
+
x1: "16",
|
|
1998
|
+
y1: "9",
|
|
1999
|
+
x2: "16",
|
|
2000
|
+
y2: "15"
|
|
2001
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
2002
|
+
x1: "8",
|
|
2003
|
+
y1: "17",
|
|
2004
|
+
x2: "8",
|
|
2005
|
+
y2: "23"
|
|
2006
|
+
})));
|
|
2007
|
+
};
|
|
2008
|
+
var CropIcon = _ref68 => {
|
|
2009
|
+
var {
|
|
2010
|
+
widthHeight = 24,
|
|
2011
|
+
color = 'currentColor',
|
|
2012
|
+
strokeWidth = 1,
|
|
2013
|
+
filled = false
|
|
2014
|
+
} = _ref68,
|
|
2015
|
+
props = _objectWithoutPropertiesLoose(_ref68, _excluded68);
|
|
2016
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2017
|
+
widthHeight: widthHeight,
|
|
2018
|
+
color: color
|
|
2019
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
2020
|
+
viewBox: "0 0 24 24",
|
|
2021
|
+
"aria-hidden": "false",
|
|
2022
|
+
focusable: "false"
|
|
2023
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
2024
|
+
d: "M6 2v14a2 2 0 0 0 2 2h14"
|
|
2025
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2026
|
+
d: "M18 22V8a2 2 0 0 0-2-2H2"
|
|
2027
|
+
})));
|
|
2028
|
+
};
|
|
2029
|
+
var ZoomInIcon = _ref69 => {
|
|
2030
|
+
var {
|
|
2031
|
+
widthHeight = 24,
|
|
2032
|
+
color = 'currentColor',
|
|
2033
|
+
strokeWidth = 1,
|
|
2034
|
+
filled = false
|
|
2035
|
+
} = _ref69,
|
|
2036
|
+
props = _objectWithoutPropertiesLoose(_ref69, _excluded69);
|
|
2037
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2038
|
+
widthHeight: widthHeight,
|
|
2039
|
+
color: color
|
|
2040
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
2041
|
+
viewBox: "0 0 24 24",
|
|
2042
|
+
"aria-hidden": "false",
|
|
2043
|
+
focusable: "false"
|
|
2044
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
|
|
2045
|
+
cx: "11",
|
|
2046
|
+
cy: "11",
|
|
2047
|
+
r: "8"
|
|
2048
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
2049
|
+
x1: "21",
|
|
2050
|
+
y1: "21",
|
|
2051
|
+
x2: "16.65",
|
|
2052
|
+
y2: "16.65"
|
|
2053
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
2054
|
+
x1: "11",
|
|
2055
|
+
y1: "8",
|
|
2056
|
+
x2: "11",
|
|
2057
|
+
y2: "14"
|
|
2058
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
2059
|
+
x1: "8",
|
|
2060
|
+
y1: "11",
|
|
2061
|
+
x2: "14",
|
|
2062
|
+
y2: "11"
|
|
2063
|
+
})));
|
|
2064
|
+
};
|
|
2065
|
+
var ZoomOutIcon = _ref70 => {
|
|
2066
|
+
var {
|
|
2067
|
+
widthHeight = 24,
|
|
2068
|
+
color = 'currentColor',
|
|
2069
|
+
strokeWidth = 1,
|
|
2070
|
+
filled = false
|
|
2071
|
+
} = _ref70,
|
|
2072
|
+
props = _objectWithoutPropertiesLoose(_ref70, _excluded70);
|
|
2073
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2074
|
+
widthHeight: widthHeight,
|
|
2075
|
+
color: color
|
|
2076
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
2077
|
+
viewBox: "0 0 24 24",
|
|
2078
|
+
"aria-hidden": "false",
|
|
2079
|
+
focusable: "false"
|
|
2080
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
|
|
2081
|
+
cx: "11",
|
|
2082
|
+
cy: "11",
|
|
2083
|
+
r: "8"
|
|
2084
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
2085
|
+
x1: "21",
|
|
2086
|
+
y1: "21",
|
|
2087
|
+
x2: "16.65",
|
|
2088
|
+
y2: "16.65"
|
|
2089
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
2090
|
+
x1: "8",
|
|
2091
|
+
y1: "11",
|
|
2092
|
+
x2: "14",
|
|
2093
|
+
y2: "11"
|
|
2094
|
+
})));
|
|
2095
|
+
};
|
|
2096
|
+
var TextIcon = _ref71 => {
|
|
2097
|
+
var {
|
|
2098
|
+
widthHeight = 24,
|
|
2099
|
+
color = 'currentColor',
|
|
2100
|
+
strokeWidth = 1,
|
|
2101
|
+
filled = false
|
|
2102
|
+
} = _ref71,
|
|
2103
|
+
props = _objectWithoutPropertiesLoose(_ref71, _excluded71);
|
|
2104
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2105
|
+
widthHeight: widthHeight,
|
|
2106
|
+
color: color
|
|
2107
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
2108
|
+
viewBox: "0 0 24 24",
|
|
2109
|
+
"aria-hidden": "false",
|
|
2110
|
+
focusable: "false"
|
|
2111
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
2112
|
+
x1: "4",
|
|
2113
|
+
y1: "6",
|
|
2114
|
+
x2: "20",
|
|
2115
|
+
y2: "6"
|
|
2116
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
2117
|
+
x1: "12",
|
|
2118
|
+
y1: "6",
|
|
2119
|
+
x2: "12",
|
|
2120
|
+
y2: "18"
|
|
2121
|
+
}), /*#__PURE__*/React__default.createElement("line", {
|
|
2122
|
+
x1: "8",
|
|
2123
|
+
y1: "18",
|
|
2124
|
+
x2: "16",
|
|
2125
|
+
y2: "18"
|
|
2126
|
+
})));
|
|
2127
|
+
};
|
|
2128
|
+
var ShapeIcon = _ref72 => {
|
|
2129
|
+
var {
|
|
2130
|
+
widthHeight = 24,
|
|
2131
|
+
color = 'currentColor',
|
|
2132
|
+
strokeWidth = 1,
|
|
2133
|
+
filled = false
|
|
2134
|
+
} = _ref72,
|
|
2135
|
+
props = _objectWithoutPropertiesLoose(_ref72, _excluded72);
|
|
2136
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2137
|
+
widthHeight: widthHeight,
|
|
2138
|
+
color: color
|
|
2139
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
2140
|
+
viewBox: "0 0 24 24",
|
|
2141
|
+
"aria-hidden": "false",
|
|
2142
|
+
focusable: "false"
|
|
2143
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
|
|
2144
|
+
x: "4",
|
|
2145
|
+
y: "8",
|
|
2146
|
+
width: "8",
|
|
2147
|
+
height: "8"
|
|
2148
|
+
}), /*#__PURE__*/React__default.createElement("circle", {
|
|
2149
|
+
cx: "16",
|
|
2150
|
+
cy: "16",
|
|
2151
|
+
r: "4"
|
|
2152
|
+
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
2153
|
+
points: "16,4 19,8 13,8"
|
|
2154
|
+
})));
|
|
2155
|
+
};
|
|
2156
|
+
var RotateIcon = _ref73 => {
|
|
2157
|
+
var {
|
|
2158
|
+
widthHeight = 24,
|
|
2159
|
+
color = 'currentColor',
|
|
2160
|
+
strokeWidth = 1,
|
|
2161
|
+
filled = false
|
|
2162
|
+
} = _ref73,
|
|
2163
|
+
props = _objectWithoutPropertiesLoose(_ref73, _excluded73);
|
|
2164
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
2165
|
+
widthHeight: widthHeight,
|
|
2166
|
+
color: color
|
|
2167
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
2168
|
+
viewBox: "0 0 24 24",
|
|
2169
|
+
"aria-hidden": "false",
|
|
2170
|
+
focusable: "false"
|
|
2171
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("polyline", {
|
|
2172
|
+
points: "1 4 1 10 7 10"
|
|
2173
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2174
|
+
d: "M3.51 15a9 9 0 1 0 2.13-9.36L1 10"
|
|
2175
|
+
})));
|
|
2176
|
+
};
|
|
1864
2177
|
|
|
1865
2178
|
var Icon = {
|
|
1866
2179
|
__proto__: null,
|
|
@@ -1898,6 +2211,8 @@
|
|
|
1898
2211
|
ShareIcon: ShareIcon,
|
|
1899
2212
|
RefreshIcon: RefreshIcon,
|
|
1900
2213
|
PrintIcon: PrintIcon,
|
|
2214
|
+
MagicWandIcon: MagicWandIcon,
|
|
2215
|
+
SliderVerticalIcon: SliderVerticalIcon,
|
|
1901
2216
|
PanelIcon: PanelIcon,
|
|
1902
2217
|
FilterIcon: FilterIcon,
|
|
1903
2218
|
HomeIcon: HomeIcon,
|
|
@@ -1926,7 +2241,14 @@
|
|
|
1926
2241
|
BoldArrowIcon: BoldArrowIcon,
|
|
1927
2242
|
ArrowIcon: ArrowIcon,
|
|
1928
2243
|
SpinnerIcon: SpinnerIcon,
|
|
1929
|
-
CalendarIcon: CalendarIcon
|
|
2244
|
+
CalendarIcon: CalendarIcon,
|
|
2245
|
+
SliderIcon: SliderIcon,
|
|
2246
|
+
CropIcon: CropIcon,
|
|
2247
|
+
ZoomInIcon: ZoomInIcon,
|
|
2248
|
+
ZoomOutIcon: ZoomOutIcon,
|
|
2249
|
+
TextIcon: TextIcon,
|
|
2250
|
+
ShapeIcon: ShapeIcon,
|
|
2251
|
+
RotateIcon: RotateIcon
|
|
1930
2252
|
};
|
|
1931
2253
|
|
|
1932
2254
|
// Define a constant object 'Themes' exporting various theme views.
|
|
@@ -2783,13 +3105,11 @@
|
|
|
2783
3105
|
width: isAuto === true ? 'fit-content' : isFilled ? '100%' : buttonSizeStyles.width
|
|
2784
3106
|
};
|
|
2785
3107
|
var changePadding = isIconRounded ? IconSizes$1[size] : ButtonSizes[size];
|
|
2786
|
-
var
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
} : {}), icon)), children, icon &&
|
|
2791
|
-
animate: appStudio.Animation.jackInTheBox({})
|
|
2792
|
-
} : {}), icon)), isLoading && loaderPosition === 'right' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)));
|
|
3108
|
+
var Container = ['left', 'right'].includes(iconPosition) ? Horizontal : appStudio.Vertical;
|
|
3109
|
+
var content = /*#__PURE__*/React__default.createElement(Container, Object.assign({
|
|
3110
|
+
gap: 5,
|
|
3111
|
+
alignItems: "center"
|
|
3112
|
+
}, views == null ? void 0 : views.container), isLoading && loaderPosition === 'left' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)), icon && ['left', 'top'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, views == null ? void 0 : views.icon), icon)), children, icon && ['right', 'bottom'].includes(iconPosition) && !isLoading && (/*#__PURE__*/React__default.createElement(appStudio.View, Object.assign({}, views == null ? void 0 : views.icon), icon)), isLoading && loaderPosition === 'right' && /*#__PURE__*/React__default.createElement(Loader, Object.assign({}, loaderProps)));
|
|
2793
3113
|
return /*#__PURE__*/React__default.createElement(appStudio.Element, Object.assign({
|
|
2794
3114
|
gap: 8,
|
|
2795
3115
|
as: "button",
|
|
@@ -7722,7 +8042,8 @@
|
|
|
7722
8042
|
views = {},
|
|
7723
8043
|
// Default to empty object
|
|
7724
8044
|
renderTab,
|
|
7725
|
-
renderContent
|
|
8045
|
+
renderContent,
|
|
8046
|
+
iconPosition = 'left'
|
|
7726
8047
|
} = _ref;
|
|
7727
8048
|
// If there's no active tab (e.g., tabs array is empty), render nothing or a placeholder
|
|
7728
8049
|
if (!activeTab) {
|
|
@@ -7755,7 +8076,10 @@
|
|
|
7755
8076
|
// Example: Set variant based on active state (can be overridden by styles)
|
|
7756
8077
|
variant: isActive ? 'filled' : 'ghost',
|
|
7757
8078
|
cursor: "pointer" // Ensure pointer cursor
|
|
7758
|
-
|
|
8079
|
+
,
|
|
8080
|
+
iconPosition: iconPosition,
|
|
8081
|
+
icon: tab.icon
|
|
8082
|
+
}), /*#__PURE__*/React__default.createElement(Text
|
|
7759
8083
|
// Apply base title styles and merge activeText styles if this tab is active
|
|
7760
8084
|
, Object.assign({}, views.title, isActive ? views.activeText : {}), tab.title));
|
|
7761
8085
|
})), /*#__PURE__*/React__default.createElement(View, Object.assign({
|
|
@@ -8157,6 +8481,7 @@
|
|
|
8157
8481
|
exports.ComboBox = ComboBox;
|
|
8158
8482
|
exports.CopyIcon = CopyIcon;
|
|
8159
8483
|
exports.CountryPicker = CountryPicker;
|
|
8484
|
+
exports.CropIcon = CropIcon;
|
|
8160
8485
|
exports.DatePicker = DatePicker;
|
|
8161
8486
|
exports.DownloadIcon = DownloadIcon;
|
|
8162
8487
|
exports.DragAndDrop = DragAndDrop;
|
|
@@ -8197,6 +8522,7 @@
|
|
|
8197
8522
|
exports.Loader = Loader;
|
|
8198
8523
|
exports.LocationIcon = LocationIcon;
|
|
8199
8524
|
exports.LockIcon = LockIcon;
|
|
8525
|
+
exports.MagicWandIcon = MagicWandIcon;
|
|
8200
8526
|
exports.MenuIcon = MenuIcon;
|
|
8201
8527
|
exports.MessageLayout = MessageLayout;
|
|
8202
8528
|
exports.MessageView = MessageView;
|
|
@@ -8215,11 +8541,15 @@
|
|
|
8215
8541
|
exports.ProfileIcon = ProfileIcon;
|
|
8216
8542
|
exports.RefreshIcon = RefreshIcon;
|
|
8217
8543
|
exports.Right = Right;
|
|
8544
|
+
exports.RotateIcon = RotateIcon;
|
|
8218
8545
|
exports.SaveIcon = SaveIcon;
|
|
8219
8546
|
exports.SearchIcon = SearchIcon;
|
|
8220
8547
|
exports.Select = Select;
|
|
8221
8548
|
exports.SettingsIcon = SettingsIcon;
|
|
8549
|
+
exports.ShapeIcon = ShapeIcon;
|
|
8222
8550
|
exports.ShareIcon = ShareIcon;
|
|
8551
|
+
exports.SliderIcon = SliderIcon;
|
|
8552
|
+
exports.SliderVerticalIcon = SliderVerticalIcon;
|
|
8223
8553
|
exports.SpinnerIcon = SpinnerIcon;
|
|
8224
8554
|
exports.StarIcon = StarIcon;
|
|
8225
8555
|
exports.SuccessIcon = SuccessIcon;
|
|
@@ -8229,6 +8559,7 @@
|
|
|
8229
8559
|
exports.Text = Text;
|
|
8230
8560
|
exports.TextArea = TextArea;
|
|
8231
8561
|
exports.TextField = TextField;
|
|
8562
|
+
exports.TextIcon = TextIcon;
|
|
8232
8563
|
exports.ThreadsIcon = ThreadsIcon;
|
|
8233
8564
|
exports.TickIcon = TickIcon;
|
|
8234
8565
|
exports.Toggle = Toggle;
|
|
@@ -8248,6 +8579,8 @@
|
|
|
8248
8579
|
exports.WifiIcon = WifiIcon;
|
|
8249
8580
|
exports.XIcon = XIcon;
|
|
8250
8581
|
exports.YoutubeIcon = YoutubeIcon;
|
|
8582
|
+
exports.ZoomInIcon = ZoomInIcon;
|
|
8583
|
+
exports.ZoomOutIcon = ZoomOutIcon;
|
|
8251
8584
|
exports.hideMessage = hideMessage;
|
|
8252
8585
|
exports.hideModal = hideModal;
|
|
8253
8586
|
exports.showMessage = showMessage;
|