@quasar/quasar-ui-qiconpicker 2.0.3 → 2.0.6
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/README.md +1 -1
- package/dist/icon-set/bootstrap-icons.umd.js +3 -3
- package/dist/icon-set/eva-icons.umd.js +2 -2
- package/dist/icon-set/fontawesome-v5.umd.js +2 -2
- package/dist/icon-set/ionicons-v4.umd.js +2 -2
- package/dist/icon-set/line-awesome.umd.js +2 -2
- package/dist/icon-set/material-icons-outlined.umd.js +3 -3
- package/dist/icon-set/material-icons-round.umd.js +3 -3
- package/dist/icon-set/material-icons-sharp.umd.js +3 -3
- package/dist/icon-set/material-icons.umd.js +3 -3
- package/dist/icon-set/mdi-v4.umd.js +2 -2
- package/dist/icon-set/mdi-v5.umd.js +2 -2
- package/dist/icon-set/mdi-v6.umd.js +3 -3
- package/dist/icon-set/themify.umd.js +2 -2
- package/dist/{index.common.js → index.cjs.js} +128 -131
- package/dist/index.cjs.min.js +6 -0
- package/dist/index.css +2 -2
- package/dist/index.esm.js +128 -131
- package/dist/index.esm.min.js +3 -3
- package/dist/index.min.css +2 -2
- package/dist/index.rtl.css +2 -2
- package/dist/index.rtl.min.css +2 -2
- package/dist/index.umd.js +128 -131
- package/dist/index.umd.min.js +3 -3
- package/dist/types/index.d.ts +0 -1
- package/package.json +27 -27
- package/src/components/icon-set/bootstrap-icons.js +212 -1
- package/src/components/icon-set/material-icons-outlined.js +223 -14
- package/src/components/icon-set/material-icons-round.js +223 -14
- package/src/components/icon-set/material-icons-sharp.js +223 -14
- package/src/components/icon-set/material-icons.js +223 -14
- package/src/components/icon-set/mdi-v6.js +400 -0
- package/src/{index.common.js → index.cjs.js} +0 -0
- package/src/index.js +2 -2
- package/src/version.js +1 -0
- package/src/vue-plugin.js +1 -1
- package/dist/index.common.min.js +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quasar/quasar-ui-qiconpicker",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"author": "Jeff Galbraith <jeff@quasar.dev>",
|
|
5
5
|
"description": "QIconPicker - Quasar component",
|
|
6
6
|
"contributors": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"module": "dist/index.esm.js",
|
|
15
|
-
"main": "dist/index.
|
|
15
|
+
"main": "dist/index.cjs.js",
|
|
16
16
|
"typings": "dist/types/index.d.ts",
|
|
17
17
|
"scripts": {
|
|
18
18
|
"lint": "eslint --ext .js,.vue src",
|
|
@@ -62,41 +62,41 @@
|
|
|
62
62
|
"attributes": "dist/vetur/attributes.json"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@babel/core": "^7.
|
|
66
|
-
"@babel/eslint-parser": "^7.
|
|
65
|
+
"@babel/core": "^7.17.8",
|
|
66
|
+
"@babel/eslint-parser": "^7.17.0",
|
|
67
67
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
68
|
-
"@babel/preset-env": "^7.16.
|
|
69
|
-
"@quasar/extras": "^1.
|
|
68
|
+
"@babel/preset-env": "^7.16.11",
|
|
69
|
+
"@quasar/extras": "^1.13.4",
|
|
70
70
|
"@rollup/plugin-buble": "^0.21.3",
|
|
71
71
|
"@rollup/plugin-json": "^4.1.0",
|
|
72
|
-
"@rollup/plugin-node-resolve": "^13.
|
|
73
|
-
"@rollup/plugin-replace": "^
|
|
74
|
-
"@types/node": "^
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
76
|
-
"@typescript-eslint/parser": "^5.
|
|
77
|
-
"autoprefixer": "^10.4.
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"eslint": "^8.2.0",
|
|
72
|
+
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
73
|
+
"@rollup/plugin-replace": "^4.0.0",
|
|
74
|
+
"@types/node": "^17.0.23",
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
76
|
+
"@typescript-eslint/parser": "^5.17.0",
|
|
77
|
+
"autoprefixer": "^10.4.4",
|
|
78
|
+
"cross-fetch": "^3.1.5",
|
|
79
|
+
"cssnano": "^5.1.5",
|
|
80
|
+
"eslint": "^8.12.0",
|
|
82
81
|
"eslint-config-standard": "^16.0.3",
|
|
83
|
-
"eslint-plugin-import": "^2.25.
|
|
84
|
-
"eslint-plugin-jsdoc": "^
|
|
82
|
+
"eslint-plugin-import": "^2.25.4",
|
|
83
|
+
"eslint-plugin-jsdoc": "^38.1.3",
|
|
85
84
|
"eslint-plugin-node": "^11.1.0",
|
|
86
|
-
"eslint-plugin-promise": "^
|
|
87
|
-
"eslint-plugin-quasar": "^1.
|
|
88
|
-
"eslint-plugin-vue": "^8.0
|
|
85
|
+
"eslint-plugin-promise": "^6.0.0",
|
|
86
|
+
"eslint-plugin-quasar": "^1.1.0",
|
|
87
|
+
"eslint-plugin-vue": "^8.5.0",
|
|
89
88
|
"eslint-webpack-plugin": "^3.1.1",
|
|
90
|
-
"fs-extra": "^10.0.
|
|
89
|
+
"fs-extra": "^10.0.1",
|
|
90
|
+
"kolorist": "^1.5.1",
|
|
91
91
|
"open": "^8.4.0",
|
|
92
|
-
"postcss": "^8.
|
|
93
|
-
"quasar": "^2.
|
|
92
|
+
"postcss": "^8.4.12",
|
|
93
|
+
"quasar": "^2.6.2",
|
|
94
94
|
"quasar-json-api": "^2.0.0-alpha.3",
|
|
95
95
|
"rimraf": "^3.0.2",
|
|
96
|
-
"rollup": "^2.
|
|
96
|
+
"rollup": "^2.70.1",
|
|
97
97
|
"rtlcss": "^3.5.0",
|
|
98
|
-
"sass": "^1.
|
|
99
|
-
"uglify-js": "^3.
|
|
98
|
+
"sass": "^1.49.9",
|
|
99
|
+
"uglify-js": "^3.15.3",
|
|
100
100
|
"zlib": "^1.0.5"
|
|
101
101
|
},
|
|
102
102
|
"browserslist": [
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
name: 'bootstrap-icons',
|
|
3
3
|
icons: [
|
|
4
|
+
{ name: 'bi', tags: [] },
|
|
5
|
+
{ name: 'bi-123', tags: [] },
|
|
4
6
|
{ name: 'bi-alarm-fill', tags: [] },
|
|
5
7
|
{ name: 'bi-alarm', tags: [] },
|
|
6
8
|
{ name: 'bi-align-bottom', tags: [] },
|
|
@@ -1325,6 +1327,215 @@ export default {
|
|
|
1325
1327
|
{ name: 'bi-x', tags: [] },
|
|
1326
1328
|
{ name: 'bi-youtube', tags: [] },
|
|
1327
1329
|
{ name: 'bi-zoom-in', tags: [] },
|
|
1328
|
-
{ name: 'bi-zoom-out', tags: [] }
|
|
1330
|
+
{ name: 'bi-zoom-out', tags: [] },
|
|
1331
|
+
{ name: 'bi-bank', tags: [] },
|
|
1332
|
+
{ name: 'bi-bank2', tags: [] },
|
|
1333
|
+
{ name: 'bi-bell-slash-fill', tags: [] },
|
|
1334
|
+
{ name: 'bi-bell-slash', tags: [] },
|
|
1335
|
+
{ name: 'bi-cash-coin', tags: [] },
|
|
1336
|
+
{ name: 'bi-check-lg', tags: [] },
|
|
1337
|
+
{ name: 'bi-coin', tags: [] },
|
|
1338
|
+
{ name: 'bi-currency-bitcoin', tags: [] },
|
|
1339
|
+
{ name: 'bi-currency-dollar', tags: [] },
|
|
1340
|
+
{ name: 'bi-currency-euro', tags: [] },
|
|
1341
|
+
{ name: 'bi-currency-exchange', tags: [] },
|
|
1342
|
+
{ name: 'bi-currency-pound', tags: [] },
|
|
1343
|
+
{ name: 'bi-currency-yen', tags: [] },
|
|
1344
|
+
{ name: 'bi-dash-lg', tags: [] },
|
|
1345
|
+
{ name: 'bi-exclamation-lg', tags: [] },
|
|
1346
|
+
{ name: 'bi-file-earmark-pdf-fill', tags: [] },
|
|
1347
|
+
{ name: 'bi-file-earmark-pdf', tags: [] },
|
|
1348
|
+
{ name: 'bi-file-pdf-fill', tags: [] },
|
|
1349
|
+
{ name: 'bi-file-pdf', tags: [] },
|
|
1350
|
+
{ name: 'bi-gender-ambiguous', tags: [] },
|
|
1351
|
+
{ name: 'bi-gender-female', tags: [] },
|
|
1352
|
+
{ name: 'bi-gender-male', tags: [] },
|
|
1353
|
+
{ name: 'bi-gender-trans', tags: [] },
|
|
1354
|
+
{ name: 'bi-headset-vr', tags: [] },
|
|
1355
|
+
{ name: 'bi-info-lg', tags: [] },
|
|
1356
|
+
{ name: 'bi-mastodon', tags: [] },
|
|
1357
|
+
{ name: 'bi-messenger', tags: [] },
|
|
1358
|
+
{ name: 'bi-piggy-bank-fill', tags: [] },
|
|
1359
|
+
{ name: 'bi-piggy-bank', tags: [] },
|
|
1360
|
+
{ name: 'bi-pin-map-fill', tags: [] },
|
|
1361
|
+
{ name: 'bi-pin-map', tags: [] },
|
|
1362
|
+
{ name: 'bi-plus-lg', tags: [] },
|
|
1363
|
+
{ name: 'bi-question-lg', tags: [] },
|
|
1364
|
+
{ name: 'bi-recycle', tags: [] },
|
|
1365
|
+
{ name: 'bi-reddit', tags: [] },
|
|
1366
|
+
{ name: 'bi-safe-fill', tags: [] },
|
|
1367
|
+
{ name: 'bi-safe2-fill', tags: [] },
|
|
1368
|
+
{ name: 'bi-safe2', tags: [] },
|
|
1369
|
+
{ name: 'bi-sd-card-fill', tags: [] },
|
|
1370
|
+
{ name: 'bi-sd-card', tags: [] },
|
|
1371
|
+
{ name: 'bi-skype', tags: [] },
|
|
1372
|
+
{ name: 'bi-slash-lg', tags: [] },
|
|
1373
|
+
{ name: 'bi-translate', tags: [] },
|
|
1374
|
+
{ name: 'bi-x-lg', tags: [] },
|
|
1375
|
+
{ name: 'bi-safe', tags: [] },
|
|
1376
|
+
{ name: 'bi-apple', tags: [] },
|
|
1377
|
+
{ name: 'bi-microsoft', tags: [] },
|
|
1378
|
+
{ name: 'bi-windows', tags: [] },
|
|
1379
|
+
{ name: 'bi-behance', tags: [] },
|
|
1380
|
+
{ name: 'bi-dribbble', tags: [] },
|
|
1381
|
+
{ name: 'bi-line', tags: [] },
|
|
1382
|
+
{ name: 'bi-medium', tags: [] },
|
|
1383
|
+
{ name: 'bi-paypal', tags: [] },
|
|
1384
|
+
{ name: 'bi-pinterest', tags: [] },
|
|
1385
|
+
{ name: 'bi-signal', tags: [] },
|
|
1386
|
+
{ name: 'bi-snapchat', tags: [] },
|
|
1387
|
+
{ name: 'bi-spotify', tags: [] },
|
|
1388
|
+
{ name: 'bi-stack-overflow', tags: [] },
|
|
1389
|
+
{ name: 'bi-strava', tags: [] },
|
|
1390
|
+
{ name: 'bi-wordpress', tags: [] },
|
|
1391
|
+
{ name: 'bi-vimeo', tags: [] },
|
|
1392
|
+
{ name: 'bi-activity', tags: [] },
|
|
1393
|
+
{ name: 'bi-easel2-fill', tags: [] },
|
|
1394
|
+
{ name: 'bi-easel2', tags: [] },
|
|
1395
|
+
{ name: 'bi-easel3-fill', tags: [] },
|
|
1396
|
+
{ name: 'bi-easel3', tags: [] },
|
|
1397
|
+
{ name: 'bi-fan', tags: [] },
|
|
1398
|
+
{ name: 'bi-fingerprint', tags: [] },
|
|
1399
|
+
{ name: 'bi-graph-down-arrow', tags: [] },
|
|
1400
|
+
{ name: 'bi-graph-up-arrow', tags: [] },
|
|
1401
|
+
{ name: 'bi-hypnotize', tags: [] },
|
|
1402
|
+
{ name: 'bi-magic', tags: [] },
|
|
1403
|
+
{ name: 'bi-person-rolodex', tags: [] },
|
|
1404
|
+
{ name: 'bi-person-video', tags: [] },
|
|
1405
|
+
{ name: 'bi-person-video2', tags: [] },
|
|
1406
|
+
{ name: 'bi-person-video3', tags: [] },
|
|
1407
|
+
{ name: 'bi-person-workspace', tags: [] },
|
|
1408
|
+
{ name: 'bi-radioactive', tags: [] },
|
|
1409
|
+
{ name: 'bi-webcam-fill', tags: [] },
|
|
1410
|
+
{ name: 'bi-webcam', tags: [] },
|
|
1411
|
+
{ name: 'bi-yin-yang', tags: [] },
|
|
1412
|
+
{ name: 'bi-bandaid-fill', tags: [] },
|
|
1413
|
+
{ name: 'bi-bandaid', tags: [] },
|
|
1414
|
+
{ name: 'bi-bluetooth', tags: [] },
|
|
1415
|
+
{ name: 'bi-body-text', tags: [] },
|
|
1416
|
+
{ name: 'bi-boombox', tags: [] },
|
|
1417
|
+
{ name: 'bi-boxes', tags: [] },
|
|
1418
|
+
{ name: 'bi-dpad-fill', tags: [] },
|
|
1419
|
+
{ name: 'bi-dpad', tags: [] },
|
|
1420
|
+
{ name: 'bi-ear-fill', tags: [] },
|
|
1421
|
+
{ name: 'bi-ear', tags: [] },
|
|
1422
|
+
{ name: 'bi-envelope-check-1', tags: [] },
|
|
1423
|
+
{ name: 'bi-envelope-check-fill', tags: [] },
|
|
1424
|
+
{ name: 'bi-envelope-check', tags: [] },
|
|
1425
|
+
{ name: 'bi-envelope-dash-1', tags: [] },
|
|
1426
|
+
{ name: 'bi-envelope-dash-fill', tags: [] },
|
|
1427
|
+
{ name: 'bi-envelope-dash', tags: [] },
|
|
1428
|
+
{ name: 'bi-envelope-exclamation-1', tags: [] },
|
|
1429
|
+
{ name: 'bi-envelope-exclamation-fill', tags: [] },
|
|
1430
|
+
{ name: 'bi-envelope-exclamation', tags: [] },
|
|
1431
|
+
{ name: 'bi-envelope-plus-fill', tags: [] },
|
|
1432
|
+
{ name: 'bi-envelope-plus', tags: [] },
|
|
1433
|
+
{ name: 'bi-envelope-slash-1', tags: [] },
|
|
1434
|
+
{ name: 'bi-envelope-slash-fill', tags: [] },
|
|
1435
|
+
{ name: 'bi-envelope-slash', tags: [] },
|
|
1436
|
+
{ name: 'bi-envelope-x-1', tags: [] },
|
|
1437
|
+
{ name: 'bi-envelope-x-fill', tags: [] },
|
|
1438
|
+
{ name: 'bi-envelope-x', tags: [] },
|
|
1439
|
+
{ name: 'bi-explicit-fill', tags: [] },
|
|
1440
|
+
{ name: 'bi-explicit', tags: [] },
|
|
1441
|
+
{ name: 'bi-git', tags: [] },
|
|
1442
|
+
{ name: 'bi-infinity', tags: [] },
|
|
1443
|
+
{ name: 'bi-list-columns-reverse', tags: [] },
|
|
1444
|
+
{ name: 'bi-list-columns', tags: [] },
|
|
1445
|
+
{ name: 'bi-meta', tags: [] },
|
|
1446
|
+
{ name: 'bi-mortorboard-fill', tags: [] },
|
|
1447
|
+
{ name: 'bi-mortorboard', tags: [] },
|
|
1448
|
+
{ name: 'bi-nintendo-switch', tags: [] },
|
|
1449
|
+
{ name: 'bi-pc-display-horizontal', tags: [] },
|
|
1450
|
+
{ name: 'bi-pc-display', tags: [] },
|
|
1451
|
+
{ name: 'bi-pc-horizontal', tags: [] },
|
|
1452
|
+
{ name: 'bi-pc', tags: [] },
|
|
1453
|
+
{ name: 'bi-playstation', tags: [] },
|
|
1454
|
+
{ name: 'bi-plus-slash-minus', tags: [] },
|
|
1455
|
+
{ name: 'bi-projector-fill', tags: [] },
|
|
1456
|
+
{ name: 'bi-projector', tags: [] },
|
|
1457
|
+
{ name: 'bi-qr-code-scan', tags: [] },
|
|
1458
|
+
{ name: 'bi-qr-code', tags: [] },
|
|
1459
|
+
{ name: 'bi-quora', tags: [] },
|
|
1460
|
+
{ name: 'bi-quote', tags: [] },
|
|
1461
|
+
{ name: 'bi-robot', tags: [] },
|
|
1462
|
+
{ name: 'bi-send-check-fill', tags: [] },
|
|
1463
|
+
{ name: 'bi-send-check', tags: [] },
|
|
1464
|
+
{ name: 'bi-send-dash-fill', tags: [] },
|
|
1465
|
+
{ name: 'bi-send-dash', tags: [] },
|
|
1466
|
+
{ name: 'bi-send-exclamation-1', tags: [] },
|
|
1467
|
+
{ name: 'bi-send-exclamation-fill', tags: [] },
|
|
1468
|
+
{ name: 'bi-send-exclamation', tags: [] },
|
|
1469
|
+
{ name: 'bi-send-fill', tags: [] },
|
|
1470
|
+
{ name: 'bi-send-plus-fill', tags: [] },
|
|
1471
|
+
{ name: 'bi-send-plus', tags: [] },
|
|
1472
|
+
{ name: 'bi-send-slash-fill', tags: [] },
|
|
1473
|
+
{ name: 'bi-send-slash', tags: [] },
|
|
1474
|
+
{ name: 'bi-send-x-fill', tags: [] },
|
|
1475
|
+
{ name: 'bi-send-x', tags: [] },
|
|
1476
|
+
{ name: 'bi-send', tags: [] },
|
|
1477
|
+
{ name: 'bi-steam', tags: [] },
|
|
1478
|
+
{ name: 'bi-terminal-dash-1', tags: [] },
|
|
1479
|
+
{ name: 'bi-terminal-dash', tags: [] },
|
|
1480
|
+
{ name: 'bi-terminal-plus', tags: [] },
|
|
1481
|
+
{ name: 'bi-terminal-split', tags: [] },
|
|
1482
|
+
{ name: 'bi-ticket-detailed-fill', tags: [] },
|
|
1483
|
+
{ name: 'bi-ticket-detailed', tags: [] },
|
|
1484
|
+
{ name: 'bi-ticket-fill', tags: [] },
|
|
1485
|
+
{ name: 'bi-ticket-perforated-fill', tags: [] },
|
|
1486
|
+
{ name: 'bi-ticket-perforated', tags: [] },
|
|
1487
|
+
{ name: 'bi-ticket', tags: [] },
|
|
1488
|
+
{ name: 'bi-tiktok', tags: [] },
|
|
1489
|
+
{ name: 'bi-window-dash', tags: [] },
|
|
1490
|
+
{ name: 'bi-window-desktop', tags: [] },
|
|
1491
|
+
{ name: 'bi-window-fullscreen', tags: [] },
|
|
1492
|
+
{ name: 'bi-window-plus', tags: [] },
|
|
1493
|
+
{ name: 'bi-window-split', tags: [] },
|
|
1494
|
+
{ name: 'bi-window-stack', tags: [] },
|
|
1495
|
+
{ name: 'bi-window-x', tags: [] },
|
|
1496
|
+
{ name: 'bi-xbox', tags: [] },
|
|
1497
|
+
{ name: 'bi-ethernet', tags: [] },
|
|
1498
|
+
{ name: 'bi-hdmi-fill', tags: [] },
|
|
1499
|
+
{ name: 'bi-hdmi', tags: [] },
|
|
1500
|
+
{ name: 'bi-usb-c-fill', tags: [] },
|
|
1501
|
+
{ name: 'bi-usb-c', tags: [] },
|
|
1502
|
+
{ name: 'bi-usb-fill', tags: [] },
|
|
1503
|
+
{ name: 'bi-usb-plug-fill', tags: [] },
|
|
1504
|
+
{ name: 'bi-usb-plug', tags: [] },
|
|
1505
|
+
{ name: 'bi-usb-symbol', tags: [] },
|
|
1506
|
+
{ name: 'bi-usb', tags: [] },
|
|
1507
|
+
{ name: 'bi-boombox-fill', tags: [] },
|
|
1508
|
+
{ name: 'bi-displayport-1', tags: [] },
|
|
1509
|
+
{ name: 'bi-displayport', tags: [] },
|
|
1510
|
+
{ name: 'bi-gpu-card', tags: [] },
|
|
1511
|
+
{ name: 'bi-memory', tags: [] },
|
|
1512
|
+
{ name: 'bi-modem-fill', tags: [] },
|
|
1513
|
+
{ name: 'bi-modem', tags: [] },
|
|
1514
|
+
{ name: 'bi-motherboard-fill', tags: [] },
|
|
1515
|
+
{ name: 'bi-motherboard', tags: [] },
|
|
1516
|
+
{ name: 'bi-optical-audio-fill', tags: [] },
|
|
1517
|
+
{ name: 'bi-optical-audio', tags: [] },
|
|
1518
|
+
{ name: 'bi-pci-card', tags: [] },
|
|
1519
|
+
{ name: 'bi-router-fill', tags: [] },
|
|
1520
|
+
{ name: 'bi-router', tags: [] },
|
|
1521
|
+
{ name: 'bi-ssd-fill', tags: [] },
|
|
1522
|
+
{ name: 'bi-ssd', tags: [] },
|
|
1523
|
+
{ name: 'bi-thunderbolt-fill', tags: [] },
|
|
1524
|
+
{ name: 'bi-thunderbolt', tags: [] },
|
|
1525
|
+
{ name: 'bi-usb-drive-fill', tags: [] },
|
|
1526
|
+
{ name: 'bi-usb-drive', tags: [] },
|
|
1527
|
+
{ name: 'bi-usb-micro-fill', tags: [] },
|
|
1528
|
+
{ name: 'bi-usb-micro', tags: [] },
|
|
1529
|
+
{ name: 'bi-usb-mini-fill', tags: [] },
|
|
1530
|
+
{ name: 'bi-usb-mini', tags: [] },
|
|
1531
|
+
{ name: 'bi-cloud-haze2', tags: [] },
|
|
1532
|
+
{ name: 'bi-device-hdd-fill', tags: [] },
|
|
1533
|
+
{ name: 'bi-device-hdd', tags: [] },
|
|
1534
|
+
{ name: 'bi-device-ssd-fill', tags: [] },
|
|
1535
|
+
{ name: 'bi-device-ssd', tags: [] },
|
|
1536
|
+
{ name: 'bi-displayport-fill', tags: [] },
|
|
1537
|
+
{ name: 'bi-mortarboard-fill', tags: [] },
|
|
1538
|
+
{ name: 'bi-mortarboard', tags: [] },
|
|
1539
|
+
{ name: 'bi-terminal-x', tags: [] }
|
|
1329
1540
|
]
|
|
1330
1541
|
}
|