@quasar/quasar-ui-qiconpicker 2.0.5 → 2.0.7
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/icon-set/bootstrap-icons.umd.js +6 -0
- package/dist/icon-set/eva-icons.umd.js +6 -0
- package/dist/icon-set/fontawesome-v5.umd.js +6 -0
- package/dist/icon-set/ionicons-v4.umd.js +6 -0
- package/dist/icon-set/line-awesome.umd.js +6 -0
- package/dist/icon-set/material-icons-outlined.umd.js +6 -0
- package/dist/icon-set/material-icons-round.umd.js +6 -0
- package/dist/icon-set/material-icons-sharp.umd.js +6 -0
- package/dist/icon-set/material-icons.umd.js +6 -0
- package/dist/icon-set/mdi-v4.umd.js +6 -0
- package/dist/icon-set/mdi-v5.umd.js +6 -0
- package/dist/icon-set/mdi-v6.umd.js +6 -0
- package/dist/icon-set/themify.umd.js +6 -0
- package/dist/index.cjs.js +562 -0
- package/dist/index.cjs.min.js +6 -0
- package/dist/index.css +2 -2
- package/dist/index.esm.js +565 -0
- package/dist/index.esm.min.js +6 -0
- 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 +565 -0
- package/dist/index.umd.min.js +6 -0
- package/package.json +34 -33
- package/src/components/icon-set/bootstrap-icons.js +631 -2
- package/src/components/icon-set/material-icons-outlined.js +2110 -1868
- package/src/components/icon-set/material-icons-round.js +2114 -1872
- package/src/components/icon-set/material-icons-sharp.js +2112 -1870
- package/src/components/icon-set/material-icons.js +2127 -1885
- package/src/components/icon-set/mdi-v6.js +601 -0
- package/src/version.js +1 -1
- /package/src/{index.common.js → index.cjs.js} +0 -0
|
@@ -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: [] },
|
|
@@ -421,7 +423,6 @@ export default {
|
|
|
421
423
|
{ name: 'bi-cloud-fog2', tags: [] },
|
|
422
424
|
{ name: 'bi-cloud-hail-fill', tags: [] },
|
|
423
425
|
{ name: 'bi-cloud-hail', tags: [] },
|
|
424
|
-
{ name: 'bi-cloud-haze-1', tags: [] },
|
|
425
426
|
{ name: 'bi-cloud-haze-fill', tags: [] },
|
|
426
427
|
{ name: 'bi-cloud-haze', tags: [] },
|
|
427
428
|
{ name: 'bi-cloud-haze2-fill', tags: [] },
|
|
@@ -1325,6 +1326,634 @@ export default {
|
|
|
1325
1326
|
{ name: 'bi-x', tags: [] },
|
|
1326
1327
|
{ name: 'bi-youtube', tags: [] },
|
|
1327
1328
|
{ name: 'bi-zoom-in', tags: [] },
|
|
1328
|
-
{ name: 'bi-zoom-out', tags: [] }
|
|
1329
|
+
{ name: 'bi-zoom-out', tags: [] },
|
|
1330
|
+
{ name: 'bi-bank', tags: [] },
|
|
1331
|
+
{ name: 'bi-bank2', tags: [] },
|
|
1332
|
+
{ name: 'bi-bell-slash-fill', tags: [] },
|
|
1333
|
+
{ name: 'bi-bell-slash', tags: [] },
|
|
1334
|
+
{ name: 'bi-cash-coin', tags: [] },
|
|
1335
|
+
{ name: 'bi-check-lg', tags: [] },
|
|
1336
|
+
{ name: 'bi-coin', tags: [] },
|
|
1337
|
+
{ name: 'bi-currency-bitcoin', tags: [] },
|
|
1338
|
+
{ name: 'bi-currency-dollar', tags: [] },
|
|
1339
|
+
{ name: 'bi-currency-euro', tags: [] },
|
|
1340
|
+
{ name: 'bi-currency-exchange', tags: [] },
|
|
1341
|
+
{ name: 'bi-currency-pound', tags: [] },
|
|
1342
|
+
{ name: 'bi-currency-yen', tags: [] },
|
|
1343
|
+
{ name: 'bi-dash-lg', tags: [] },
|
|
1344
|
+
{ name: 'bi-exclamation-lg', tags: [] },
|
|
1345
|
+
{ name: 'bi-file-earmark-pdf-fill', tags: [] },
|
|
1346
|
+
{ name: 'bi-file-earmark-pdf', tags: [] },
|
|
1347
|
+
{ name: 'bi-file-pdf-fill', tags: [] },
|
|
1348
|
+
{ name: 'bi-file-pdf', tags: [] },
|
|
1349
|
+
{ name: 'bi-gender-ambiguous', tags: [] },
|
|
1350
|
+
{ name: 'bi-gender-female', tags: [] },
|
|
1351
|
+
{ name: 'bi-gender-male', tags: [] },
|
|
1352
|
+
{ name: 'bi-gender-trans', tags: [] },
|
|
1353
|
+
{ name: 'bi-headset-vr', tags: [] },
|
|
1354
|
+
{ name: 'bi-info-lg', tags: [] },
|
|
1355
|
+
{ name: 'bi-mastodon', tags: [] },
|
|
1356
|
+
{ name: 'bi-messenger', tags: [] },
|
|
1357
|
+
{ name: 'bi-piggy-bank-fill', tags: [] },
|
|
1358
|
+
{ name: 'bi-piggy-bank', tags: [] },
|
|
1359
|
+
{ name: 'bi-pin-map-fill', tags: [] },
|
|
1360
|
+
{ name: 'bi-pin-map', tags: [] },
|
|
1361
|
+
{ name: 'bi-plus-lg', tags: [] },
|
|
1362
|
+
{ name: 'bi-question-lg', tags: [] },
|
|
1363
|
+
{ name: 'bi-recycle', tags: [] },
|
|
1364
|
+
{ name: 'bi-reddit', tags: [] },
|
|
1365
|
+
{ name: 'bi-safe-fill', tags: [] },
|
|
1366
|
+
{ name: 'bi-safe2-fill', tags: [] },
|
|
1367
|
+
{ name: 'bi-safe2', tags: [] },
|
|
1368
|
+
{ name: 'bi-sd-card-fill', tags: [] },
|
|
1369
|
+
{ name: 'bi-sd-card', tags: [] },
|
|
1370
|
+
{ name: 'bi-skype', tags: [] },
|
|
1371
|
+
{ name: 'bi-slash-lg', tags: [] },
|
|
1372
|
+
{ name: 'bi-translate', tags: [] },
|
|
1373
|
+
{ name: 'bi-x-lg', tags: [] },
|
|
1374
|
+
{ name: 'bi-safe', tags: [] },
|
|
1375
|
+
{ name: 'bi-apple', tags: [] },
|
|
1376
|
+
{ name: 'bi-microsoft', tags: [] },
|
|
1377
|
+
{ name: 'bi-windows', tags: [] },
|
|
1378
|
+
{ name: 'bi-behance', tags: [] },
|
|
1379
|
+
{ name: 'bi-dribbble', tags: [] },
|
|
1380
|
+
{ name: 'bi-line', tags: [] },
|
|
1381
|
+
{ name: 'bi-medium', tags: [] },
|
|
1382
|
+
{ name: 'bi-paypal', tags: [] },
|
|
1383
|
+
{ name: 'bi-pinterest', tags: [] },
|
|
1384
|
+
{ name: 'bi-signal', tags: [] },
|
|
1385
|
+
{ name: 'bi-snapchat', tags: [] },
|
|
1386
|
+
{ name: 'bi-spotify', tags: [] },
|
|
1387
|
+
{ name: 'bi-stack-overflow', tags: [] },
|
|
1388
|
+
{ name: 'bi-strava', tags: [] },
|
|
1389
|
+
{ name: 'bi-wordpress', tags: [] },
|
|
1390
|
+
{ name: 'bi-vimeo', tags: [] },
|
|
1391
|
+
{ name: 'bi-activity', tags: [] },
|
|
1392
|
+
{ name: 'bi-easel2-fill', tags: [] },
|
|
1393
|
+
{ name: 'bi-easel2', tags: [] },
|
|
1394
|
+
{ name: 'bi-easel3-fill', tags: [] },
|
|
1395
|
+
{ name: 'bi-easel3', tags: [] },
|
|
1396
|
+
{ name: 'bi-fan', tags: [] },
|
|
1397
|
+
{ name: 'bi-fingerprint', tags: [] },
|
|
1398
|
+
{ name: 'bi-graph-down-arrow', tags: [] },
|
|
1399
|
+
{ name: 'bi-graph-up-arrow', tags: [] },
|
|
1400
|
+
{ name: 'bi-hypnotize', tags: [] },
|
|
1401
|
+
{ name: 'bi-magic', tags: [] },
|
|
1402
|
+
{ name: 'bi-person-rolodex', tags: [] },
|
|
1403
|
+
{ name: 'bi-person-video', tags: [] },
|
|
1404
|
+
{ name: 'bi-person-video2', tags: [] },
|
|
1405
|
+
{ name: 'bi-person-video3', tags: [] },
|
|
1406
|
+
{ name: 'bi-person-workspace', tags: [] },
|
|
1407
|
+
{ name: 'bi-radioactive', tags: [] },
|
|
1408
|
+
{ name: 'bi-webcam-fill', tags: [] },
|
|
1409
|
+
{ name: 'bi-webcam', tags: [] },
|
|
1410
|
+
{ name: 'bi-yin-yang', tags: [] },
|
|
1411
|
+
{ name: 'bi-bandaid-fill', tags: [] },
|
|
1412
|
+
{ name: 'bi-bandaid', tags: [] },
|
|
1413
|
+
{ name: 'bi-bluetooth', tags: [] },
|
|
1414
|
+
{ name: 'bi-body-text', tags: [] },
|
|
1415
|
+
{ name: 'bi-boombox', tags: [] },
|
|
1416
|
+
{ name: 'bi-boxes', tags: [] },
|
|
1417
|
+
{ name: 'bi-dpad-fill', tags: [] },
|
|
1418
|
+
{ name: 'bi-dpad', tags: [] },
|
|
1419
|
+
{ name: 'bi-ear-fill', tags: [] },
|
|
1420
|
+
{ name: 'bi-ear', tags: [] },
|
|
1421
|
+
{ name: 'bi-envelope-check-fill', tags: [] },
|
|
1422
|
+
{ name: 'bi-envelope-check', tags: [] },
|
|
1423
|
+
{ name: 'bi-envelope-dash-fill', tags: [] },
|
|
1424
|
+
{ name: 'bi-envelope-dash', tags: [] },
|
|
1425
|
+
{ name: 'bi-envelope-exclamation-fill', tags: [] },
|
|
1426
|
+
{ name: 'bi-envelope-exclamation', tags: [] },
|
|
1427
|
+
{ name: 'bi-envelope-plus-fill', tags: [] },
|
|
1428
|
+
{ name: 'bi-envelope-plus', tags: [] },
|
|
1429
|
+
{ name: 'bi-envelope-slash-fill', tags: [] },
|
|
1430
|
+
{ name: 'bi-envelope-slash', tags: [] },
|
|
1431
|
+
{ name: 'bi-envelope-x-fill', tags: [] },
|
|
1432
|
+
{ name: 'bi-envelope-x', tags: [] },
|
|
1433
|
+
{ name: 'bi-explicit-fill', tags: [] },
|
|
1434
|
+
{ name: 'bi-explicit', tags: [] },
|
|
1435
|
+
{ name: 'bi-git', tags: [] },
|
|
1436
|
+
{ name: 'bi-infinity', tags: [] },
|
|
1437
|
+
{ name: 'bi-list-columns-reverse', tags: [] },
|
|
1438
|
+
{ name: 'bi-list-columns', tags: [] },
|
|
1439
|
+
{ name: 'bi-meta', tags: [] },
|
|
1440
|
+
{ name: 'bi-nintendo-switch', tags: [] },
|
|
1441
|
+
{ name: 'bi-pc-display-horizontal', tags: [] },
|
|
1442
|
+
{ name: 'bi-pc-display', tags: [] },
|
|
1443
|
+
{ name: 'bi-pc-horizontal', tags: [] },
|
|
1444
|
+
{ name: 'bi-pc', tags: [] },
|
|
1445
|
+
{ name: 'bi-playstation', tags: [] },
|
|
1446
|
+
{ name: 'bi-plus-slash-minus', tags: [] },
|
|
1447
|
+
{ name: 'bi-projector-fill', tags: [] },
|
|
1448
|
+
{ name: 'bi-projector', tags: [] },
|
|
1449
|
+
{ name: 'bi-qr-code-scan', tags: [] },
|
|
1450
|
+
{ name: 'bi-qr-code', tags: [] },
|
|
1451
|
+
{ name: 'bi-quora', tags: [] },
|
|
1452
|
+
{ name: 'bi-quote', tags: [] },
|
|
1453
|
+
{ name: 'bi-robot', tags: [] },
|
|
1454
|
+
{ name: 'bi-send-check-fill', tags: [] },
|
|
1455
|
+
{ name: 'bi-send-check', tags: [] },
|
|
1456
|
+
{ name: 'bi-send-dash-fill', tags: [] },
|
|
1457
|
+
{ name: 'bi-send-dash', tags: [] },
|
|
1458
|
+
{ name: 'bi-send-exclamation-fill', tags: [] },
|
|
1459
|
+
{ name: 'bi-send-exclamation', tags: [] },
|
|
1460
|
+
{ name: 'bi-send-fill', tags: [] },
|
|
1461
|
+
{ name: 'bi-send-plus-fill', tags: [] },
|
|
1462
|
+
{ name: 'bi-send-plus', tags: [] },
|
|
1463
|
+
{ name: 'bi-send-slash-fill', tags: [] },
|
|
1464
|
+
{ name: 'bi-send-slash', tags: [] },
|
|
1465
|
+
{ name: 'bi-send-x-fill', tags: [] },
|
|
1466
|
+
{ name: 'bi-send-x', tags: [] },
|
|
1467
|
+
{ name: 'bi-send', tags: [] },
|
|
1468
|
+
{ name: 'bi-steam', tags: [] },
|
|
1469
|
+
{ name: 'bi-terminal-dash', tags: [] },
|
|
1470
|
+
{ name: 'bi-terminal-plus', tags: [] },
|
|
1471
|
+
{ name: 'bi-terminal-split', tags: [] },
|
|
1472
|
+
{ name: 'bi-ticket-detailed-fill', tags: [] },
|
|
1473
|
+
{ name: 'bi-ticket-detailed', tags: [] },
|
|
1474
|
+
{ name: 'bi-ticket-fill', tags: [] },
|
|
1475
|
+
{ name: 'bi-ticket-perforated-fill', tags: [] },
|
|
1476
|
+
{ name: 'bi-ticket-perforated', tags: [] },
|
|
1477
|
+
{ name: 'bi-ticket', tags: [] },
|
|
1478
|
+
{ name: 'bi-tiktok', tags: [] },
|
|
1479
|
+
{ name: 'bi-window-dash', tags: [] },
|
|
1480
|
+
{ name: 'bi-window-desktop', tags: [] },
|
|
1481
|
+
{ name: 'bi-window-fullscreen', tags: [] },
|
|
1482
|
+
{ name: 'bi-window-plus', tags: [] },
|
|
1483
|
+
{ name: 'bi-window-split', tags: [] },
|
|
1484
|
+
{ name: 'bi-window-stack', tags: [] },
|
|
1485
|
+
{ name: 'bi-window-x', tags: [] },
|
|
1486
|
+
{ name: 'bi-xbox', tags: [] },
|
|
1487
|
+
{ name: 'bi-ethernet', tags: [] },
|
|
1488
|
+
{ name: 'bi-hdmi-fill', tags: [] },
|
|
1489
|
+
{ name: 'bi-hdmi', tags: [] },
|
|
1490
|
+
{ name: 'bi-usb-c-fill', tags: [] },
|
|
1491
|
+
{ name: 'bi-usb-c', tags: [] },
|
|
1492
|
+
{ name: 'bi-usb-fill', tags: [] },
|
|
1493
|
+
{ name: 'bi-usb-plug-fill', tags: [] },
|
|
1494
|
+
{ name: 'bi-usb-plug', tags: [] },
|
|
1495
|
+
{ name: 'bi-usb-symbol', tags: [] },
|
|
1496
|
+
{ name: 'bi-usb', tags: [] },
|
|
1497
|
+
{ name: 'bi-boombox-fill', tags: [] },
|
|
1498
|
+
{ name: 'bi-displayport', tags: [] },
|
|
1499
|
+
{ name: 'bi-gpu-card', tags: [] },
|
|
1500
|
+
{ name: 'bi-memory', tags: [] },
|
|
1501
|
+
{ name: 'bi-modem-fill', tags: [] },
|
|
1502
|
+
{ name: 'bi-modem', tags: [] },
|
|
1503
|
+
{ name: 'bi-motherboard-fill', tags: [] },
|
|
1504
|
+
{ name: 'bi-motherboard', tags: [] },
|
|
1505
|
+
{ name: 'bi-optical-audio-fill', tags: [] },
|
|
1506
|
+
{ name: 'bi-optical-audio', tags: [] },
|
|
1507
|
+
{ name: 'bi-pci-card', tags: [] },
|
|
1508
|
+
{ name: 'bi-router-fill', tags: [] },
|
|
1509
|
+
{ name: 'bi-router', tags: [] },
|
|
1510
|
+
{ name: 'bi-thunderbolt-fill', tags: [] },
|
|
1511
|
+
{ name: 'bi-thunderbolt', tags: [] },
|
|
1512
|
+
{ name: 'bi-usb-drive-fill', tags: [] },
|
|
1513
|
+
{ name: 'bi-usb-drive', tags: [] },
|
|
1514
|
+
{ name: 'bi-usb-micro-fill', tags: [] },
|
|
1515
|
+
{ name: 'bi-usb-micro', tags: [] },
|
|
1516
|
+
{ name: 'bi-usb-mini-fill', tags: [] },
|
|
1517
|
+
{ name: 'bi-usb-mini', tags: [] },
|
|
1518
|
+
{ name: 'bi-cloud-haze2', tags: [] },
|
|
1519
|
+
{ name: 'bi-device-hdd-fill', tags: [] },
|
|
1520
|
+
{ name: 'bi-device-hdd', tags: [] },
|
|
1521
|
+
{ name: 'bi-device-ssd-fill', tags: [] },
|
|
1522
|
+
{ name: 'bi-device-ssd', tags: [] },
|
|
1523
|
+
{ name: 'bi-displayport-fill', tags: [] },
|
|
1524
|
+
{ name: 'bi-mortarboard-fill', tags: [] },
|
|
1525
|
+
{ name: 'bi-mortarboard', tags: [] },
|
|
1526
|
+
{ name: 'bi-terminal-x', tags: [] },
|
|
1527
|
+
{ name: 'bi-arrow-through-heart-fill', tags: [] },
|
|
1528
|
+
{ name: 'bi-arrow-through-heart', tags: [] },
|
|
1529
|
+
{ name: 'bi-badge-sd-fill', tags: [] },
|
|
1530
|
+
{ name: 'bi-badge-sd', tags: [] },
|
|
1531
|
+
{ name: 'bi-bag-heart-fill', tags: [] },
|
|
1532
|
+
{ name: 'bi-bag-heart', tags: [] },
|
|
1533
|
+
{ name: 'bi-balloon-fill', tags: [] },
|
|
1534
|
+
{ name: 'bi-balloon-heart-fill', tags: [] },
|
|
1535
|
+
{ name: 'bi-balloon-heart', tags: [] },
|
|
1536
|
+
{ name: 'bi-balloon', tags: [] },
|
|
1537
|
+
{ name: 'bi-box2-fill', tags: [] },
|
|
1538
|
+
{ name: 'bi-box2-heart-fill', tags: [] },
|
|
1539
|
+
{ name: 'bi-box2-heart', tags: [] },
|
|
1540
|
+
{ name: 'bi-box2', tags: [] },
|
|
1541
|
+
{ name: 'bi-braces-asterisk', tags: [] },
|
|
1542
|
+
{ name: 'bi-calendar-heart-fill', tags: [] },
|
|
1543
|
+
{ name: 'bi-calendar-heart', tags: [] },
|
|
1544
|
+
{ name: 'bi-calendar2-heart-fill', tags: [] },
|
|
1545
|
+
{ name: 'bi-calendar2-heart', tags: [] },
|
|
1546
|
+
{ name: 'bi-chat-heart-fill', tags: [] },
|
|
1547
|
+
{ name: 'bi-chat-heart', tags: [] },
|
|
1548
|
+
{ name: 'bi-chat-left-heart-fill', tags: [] },
|
|
1549
|
+
{ name: 'bi-chat-left-heart', tags: [] },
|
|
1550
|
+
{ name: 'bi-chat-right-heart-fill', tags: [] },
|
|
1551
|
+
{ name: 'bi-chat-right-heart', tags: [] },
|
|
1552
|
+
{ name: 'bi-chat-square-heart-fill', tags: [] },
|
|
1553
|
+
{ name: 'bi-chat-square-heart', tags: [] },
|
|
1554
|
+
{ name: 'bi-clipboard-check-fill', tags: [] },
|
|
1555
|
+
{ name: 'bi-clipboard-data-fill', tags: [] },
|
|
1556
|
+
{ name: 'bi-clipboard-fill', tags: [] },
|
|
1557
|
+
{ name: 'bi-clipboard-heart-fill', tags: [] },
|
|
1558
|
+
{ name: 'bi-clipboard-heart', tags: [] },
|
|
1559
|
+
{ name: 'bi-clipboard-minus-fill', tags: [] },
|
|
1560
|
+
{ name: 'bi-clipboard-plus-fill', tags: [] },
|
|
1561
|
+
{ name: 'bi-clipboard-pulse', tags: [] },
|
|
1562
|
+
{ name: 'bi-clipboard-x-fill', tags: [] },
|
|
1563
|
+
{ name: 'bi-clipboard2-check-fill', tags: [] },
|
|
1564
|
+
{ name: 'bi-clipboard2-check', tags: [] },
|
|
1565
|
+
{ name: 'bi-clipboard2-data-fill', tags: [] },
|
|
1566
|
+
{ name: 'bi-clipboard2-data', tags: [] },
|
|
1567
|
+
{ name: 'bi-clipboard2-fill', tags: [] },
|
|
1568
|
+
{ name: 'bi-clipboard2-heart-fill', tags: [] },
|
|
1569
|
+
{ name: 'bi-clipboard2-heart', tags: [] },
|
|
1570
|
+
{ name: 'bi-clipboard2-minus-fill', tags: [] },
|
|
1571
|
+
{ name: 'bi-clipboard2-minus', tags: [] },
|
|
1572
|
+
{ name: 'bi-clipboard2-plus-fill', tags: [] },
|
|
1573
|
+
{ name: 'bi-clipboard2-plus', tags: [] },
|
|
1574
|
+
{ name: 'bi-clipboard2-pulse-fill', tags: [] },
|
|
1575
|
+
{ name: 'bi-clipboard2-pulse', tags: [] },
|
|
1576
|
+
{ name: 'bi-clipboard2-x-fill', tags: [] },
|
|
1577
|
+
{ name: 'bi-clipboard2-x', tags: [] },
|
|
1578
|
+
{ name: 'bi-clipboard2', tags: [] },
|
|
1579
|
+
{ name: 'bi-emoji-kiss-fill', tags: [] },
|
|
1580
|
+
{ name: 'bi-emoji-kiss', tags: [] },
|
|
1581
|
+
{ name: 'bi-envelope-heart-fill', tags: [] },
|
|
1582
|
+
{ name: 'bi-envelope-heart', tags: [] },
|
|
1583
|
+
{ name: 'bi-envelope-open-heart-fill', tags: [] },
|
|
1584
|
+
{ name: 'bi-envelope-open-heart', tags: [] },
|
|
1585
|
+
{ name: 'bi-envelope-paper-fill', tags: [] },
|
|
1586
|
+
{ name: 'bi-envelope-paper-heart-fill', tags: [] },
|
|
1587
|
+
{ name: 'bi-envelope-paper-heart', tags: [] },
|
|
1588
|
+
{ name: 'bi-envelope-paper', tags: [] },
|
|
1589
|
+
{ name: 'bi-filetype-aac', tags: [] },
|
|
1590
|
+
{ name: 'bi-filetype-ai', tags: [] },
|
|
1591
|
+
{ name: 'bi-filetype-bmp', tags: [] },
|
|
1592
|
+
{ name: 'bi-filetype-cs', tags: [] },
|
|
1593
|
+
{ name: 'bi-filetype-css', tags: [] },
|
|
1594
|
+
{ name: 'bi-filetype-csv', tags: [] },
|
|
1595
|
+
{ name: 'bi-filetype-doc', tags: [] },
|
|
1596
|
+
{ name: 'bi-filetype-docx', tags: [] },
|
|
1597
|
+
{ name: 'bi-filetype-exe', tags: [] },
|
|
1598
|
+
{ name: 'bi-filetype-gif', tags: [] },
|
|
1599
|
+
{ name: 'bi-filetype-heic', tags: [] },
|
|
1600
|
+
{ name: 'bi-filetype-html', tags: [] },
|
|
1601
|
+
{ name: 'bi-filetype-java', tags: [] },
|
|
1602
|
+
{ name: 'bi-filetype-jpg', tags: [] },
|
|
1603
|
+
{ name: 'bi-filetype-js', tags: [] },
|
|
1604
|
+
{ name: 'bi-filetype-jsx', tags: [] },
|
|
1605
|
+
{ name: 'bi-filetype-key', tags: [] },
|
|
1606
|
+
{ name: 'bi-filetype-m4p', tags: [] },
|
|
1607
|
+
{ name: 'bi-filetype-md', tags: [] },
|
|
1608
|
+
{ name: 'bi-filetype-mdx', tags: [] },
|
|
1609
|
+
{ name: 'bi-filetype-mov', tags: [] },
|
|
1610
|
+
{ name: 'bi-filetype-mp3', tags: [] },
|
|
1611
|
+
{ name: 'bi-filetype-mp4', tags: [] },
|
|
1612
|
+
{ name: 'bi-filetype-otf', tags: [] },
|
|
1613
|
+
{ name: 'bi-filetype-pdf', tags: [] },
|
|
1614
|
+
{ name: 'bi-filetype-php', tags: [] },
|
|
1615
|
+
{ name: 'bi-filetype-png', tags: [] },
|
|
1616
|
+
{ name: 'bi-filetype-ppt', tags: [] },
|
|
1617
|
+
{ name: 'bi-filetype-psd', tags: [] },
|
|
1618
|
+
{ name: 'bi-filetype-py', tags: [] },
|
|
1619
|
+
{ name: 'bi-filetype-raw', tags: [] },
|
|
1620
|
+
{ name: 'bi-filetype-rb', tags: [] },
|
|
1621
|
+
{ name: 'bi-filetype-sass', tags: [] },
|
|
1622
|
+
{ name: 'bi-filetype-scss', tags: [] },
|
|
1623
|
+
{ name: 'bi-filetype-sh', tags: [] },
|
|
1624
|
+
{ name: 'bi-filetype-svg', tags: [] },
|
|
1625
|
+
{ name: 'bi-filetype-tiff', tags: [] },
|
|
1626
|
+
{ name: 'bi-filetype-tsx', tags: [] },
|
|
1627
|
+
{ name: 'bi-filetype-ttf', tags: [] },
|
|
1628
|
+
{ name: 'bi-filetype-txt', tags: [] },
|
|
1629
|
+
{ name: 'bi-filetype-wav', tags: [] },
|
|
1630
|
+
{ name: 'bi-filetype-woff', tags: [] },
|
|
1631
|
+
{ name: 'bi-filetype-xls', tags: [] },
|
|
1632
|
+
{ name: 'bi-filetype-xml', tags: [] },
|
|
1633
|
+
{ name: 'bi-filetype-yml', tags: [] },
|
|
1634
|
+
{ name: 'bi-heart-arrow', tags: [] },
|
|
1635
|
+
{ name: 'bi-heart-pulse-fill', tags: [] },
|
|
1636
|
+
{ name: 'bi-heart-pulse', tags: [] },
|
|
1637
|
+
{ name: 'bi-heartbreak-fill', tags: [] },
|
|
1638
|
+
{ name: 'bi-heartbreak', tags: [] },
|
|
1639
|
+
{ name: 'bi-hearts', tags: [] },
|
|
1640
|
+
{ name: 'bi-hospital-fill', tags: [] },
|
|
1641
|
+
{ name: 'bi-hospital', tags: [] },
|
|
1642
|
+
{ name: 'bi-house-heart-fill', tags: [] },
|
|
1643
|
+
{ name: 'bi-house-heart', tags: [] },
|
|
1644
|
+
{ name: 'bi-incognito', tags: [] },
|
|
1645
|
+
{ name: 'bi-magnet-fill', tags: [] },
|
|
1646
|
+
{ name: 'bi-magnet', tags: [] },
|
|
1647
|
+
{ name: 'bi-person-heart', tags: [] },
|
|
1648
|
+
{ name: 'bi-person-hearts', tags: [] },
|
|
1649
|
+
{ name: 'bi-phone-flip', tags: [] },
|
|
1650
|
+
{ name: 'bi-plugin', tags: [] },
|
|
1651
|
+
{ name: 'bi-postage-fill', tags: [] },
|
|
1652
|
+
{ name: 'bi-postage-heart-fill', tags: [] },
|
|
1653
|
+
{ name: 'bi-postage-heart', tags: [] },
|
|
1654
|
+
{ name: 'bi-postage', tags: [] },
|
|
1655
|
+
{ name: 'bi-postcard-fill', tags: [] },
|
|
1656
|
+
{ name: 'bi-postcard-heart-fill', tags: [] },
|
|
1657
|
+
{ name: 'bi-postcard-heart', tags: [] },
|
|
1658
|
+
{ name: 'bi-postcard', tags: [] },
|
|
1659
|
+
{ name: 'bi-search-heart-fill', tags: [] },
|
|
1660
|
+
{ name: 'bi-search-heart', tags: [] },
|
|
1661
|
+
{ name: 'bi-sliders2-vertical', tags: [] },
|
|
1662
|
+
{ name: 'bi-sliders2', tags: [] },
|
|
1663
|
+
{ name: 'bi-trash3-fill', tags: [] },
|
|
1664
|
+
{ name: 'bi-trash3', tags: [] },
|
|
1665
|
+
{ name: 'bi-valentine', tags: [] },
|
|
1666
|
+
{ name: 'bi-valentine2', tags: [] },
|
|
1667
|
+
{ name: 'bi-wrench-adjustable-circle-fill', tags: [] },
|
|
1668
|
+
{ name: 'bi-wrench-adjustable-circle', tags: [] },
|
|
1669
|
+
{ name: 'bi-wrench-adjustable', tags: [] },
|
|
1670
|
+
{ name: 'bi-filetype-json', tags: [] },
|
|
1671
|
+
{ name: 'bi-filetype-pptx', tags: [] },
|
|
1672
|
+
{ name: 'bi-filetype-xlsx', tags: [] },
|
|
1673
|
+
{ name: 'bi-1-circle-fill', tags: [] },
|
|
1674
|
+
{ name: 'bi-1-circle', tags: [] },
|
|
1675
|
+
{ name: 'bi-1-square-fill', tags: [] },
|
|
1676
|
+
{ name: 'bi-1-square', tags: [] },
|
|
1677
|
+
{ name: 'bi-2-circle-fill', tags: [] },
|
|
1678
|
+
{ name: 'bi-2-circle', tags: [] },
|
|
1679
|
+
{ name: 'bi-2-square-fill', tags: [] },
|
|
1680
|
+
{ name: 'bi-2-square', tags: [] },
|
|
1681
|
+
{ name: 'bi-3-circle-fill', tags: [] },
|
|
1682
|
+
{ name: 'bi-3-circle', tags: [] },
|
|
1683
|
+
{ name: 'bi-3-square-fill', tags: [] },
|
|
1684
|
+
{ name: 'bi-3-square', tags: [] },
|
|
1685
|
+
{ name: 'bi-4-circle-fill', tags: [] },
|
|
1686
|
+
{ name: 'bi-4-circle', tags: [] },
|
|
1687
|
+
{ name: 'bi-4-square-fill', tags: [] },
|
|
1688
|
+
{ name: 'bi-4-square', tags: [] },
|
|
1689
|
+
{ name: 'bi-5-circle-fill', tags: [] },
|
|
1690
|
+
{ name: 'bi-5-circle', tags: [] },
|
|
1691
|
+
{ name: 'bi-5-square-fill', tags: [] },
|
|
1692
|
+
{ name: 'bi-5-square', tags: [] },
|
|
1693
|
+
{ name: 'bi-6-circle-fill', tags: [] },
|
|
1694
|
+
{ name: 'bi-6-circle', tags: [] },
|
|
1695
|
+
{ name: 'bi-6-square-fill', tags: [] },
|
|
1696
|
+
{ name: 'bi-6-square', tags: [] },
|
|
1697
|
+
{ name: 'bi-7-circle-fill', tags: [] },
|
|
1698
|
+
{ name: 'bi-7-circle', tags: [] },
|
|
1699
|
+
{ name: 'bi-7-square-fill', tags: [] },
|
|
1700
|
+
{ name: 'bi-7-square', tags: [] },
|
|
1701
|
+
{ name: 'bi-8-circle-fill', tags: [] },
|
|
1702
|
+
{ name: 'bi-8-circle', tags: [] },
|
|
1703
|
+
{ name: 'bi-8-square-fill', tags: [] },
|
|
1704
|
+
{ name: 'bi-8-square', tags: [] },
|
|
1705
|
+
{ name: 'bi-9-circle-fill', tags: [] },
|
|
1706
|
+
{ name: 'bi-9-circle', tags: [] },
|
|
1707
|
+
{ name: 'bi-9-square-fill', tags: [] },
|
|
1708
|
+
{ name: 'bi-9-square', tags: [] },
|
|
1709
|
+
{ name: 'bi-airplane-engines-fill', tags: [] },
|
|
1710
|
+
{ name: 'bi-airplane-engines', tags: [] },
|
|
1711
|
+
{ name: 'bi-airplane-fill', tags: [] },
|
|
1712
|
+
{ name: 'bi-airplane', tags: [] },
|
|
1713
|
+
{ name: 'bi-alexa', tags: [] },
|
|
1714
|
+
{ name: 'bi-alipay', tags: [] },
|
|
1715
|
+
{ name: 'bi-android', tags: [] },
|
|
1716
|
+
{ name: 'bi-android2', tags: [] },
|
|
1717
|
+
{ name: 'bi-box-fill', tags: [] },
|
|
1718
|
+
{ name: 'bi-box-seam-fill', tags: [] },
|
|
1719
|
+
{ name: 'bi-browser-chrome', tags: [] },
|
|
1720
|
+
{ name: 'bi-browser-edge', tags: [] },
|
|
1721
|
+
{ name: 'bi-browser-firefox', tags: [] },
|
|
1722
|
+
{ name: 'bi-browser-safari', tags: [] },
|
|
1723
|
+
{ name: 'bi-c-circle-fill', tags: [] },
|
|
1724
|
+
{ name: 'bi-c-circle', tags: [] },
|
|
1725
|
+
{ name: 'bi-c-square-fill', tags: [] },
|
|
1726
|
+
{ name: 'bi-c-square', tags: [] },
|
|
1727
|
+
{ name: 'bi-capsule-pill', tags: [] },
|
|
1728
|
+
{ name: 'bi-capsule', tags: [] },
|
|
1729
|
+
{ name: 'bi-car-front-fill', tags: [] },
|
|
1730
|
+
{ name: 'bi-car-front', tags: [] },
|
|
1731
|
+
{ name: 'bi-cassette-fill', tags: [] },
|
|
1732
|
+
{ name: 'bi-cassette', tags: [] },
|
|
1733
|
+
{ name: 'bi-cc-circle-fill', tags: [] },
|
|
1734
|
+
{ name: 'bi-cc-circle', tags: [] },
|
|
1735
|
+
{ name: 'bi-cc-square-fill', tags: [] },
|
|
1736
|
+
{ name: 'bi-cc-square', tags: [] },
|
|
1737
|
+
{ name: 'bi-cup-hot-fill', tags: [] },
|
|
1738
|
+
{ name: 'bi-cup-hot', tags: [] },
|
|
1739
|
+
{ name: 'bi-currency-rupee', tags: [] },
|
|
1740
|
+
{ name: 'bi-dropbox', tags: [] },
|
|
1741
|
+
{ name: 'bi-escape', tags: [] },
|
|
1742
|
+
{ name: 'bi-fast-forward-btn-fill', tags: [] },
|
|
1743
|
+
{ name: 'bi-fast-forward-btn', tags: [] },
|
|
1744
|
+
{ name: 'bi-fast-forward-circle-fill', tags: [] },
|
|
1745
|
+
{ name: 'bi-fast-forward-circle', tags: [] },
|
|
1746
|
+
{ name: 'bi-fast-forward-fill', tags: [] },
|
|
1747
|
+
{ name: 'bi-fast-forward', tags: [] },
|
|
1748
|
+
{ name: 'bi-filetype-sql', tags: [] },
|
|
1749
|
+
{ name: 'bi-fire', tags: [] },
|
|
1750
|
+
{ name: 'bi-google-play', tags: [] },
|
|
1751
|
+
{ name: 'bi-h-circle-fill', tags: [] },
|
|
1752
|
+
{ name: 'bi-h-circle', tags: [] },
|
|
1753
|
+
{ name: 'bi-h-square-fill', tags: [] },
|
|
1754
|
+
{ name: 'bi-h-square', tags: [] },
|
|
1755
|
+
{ name: 'bi-indent', tags: [] },
|
|
1756
|
+
{ name: 'bi-lungs-fill', tags: [] },
|
|
1757
|
+
{ name: 'bi-lungs', tags: [] },
|
|
1758
|
+
{ name: 'bi-microsoft-teams', tags: [] },
|
|
1759
|
+
{ name: 'bi-p-circle-fill', tags: [] },
|
|
1760
|
+
{ name: 'bi-p-circle', tags: [] },
|
|
1761
|
+
{ name: 'bi-p-square-fill', tags: [] },
|
|
1762
|
+
{ name: 'bi-p-square', tags: [] },
|
|
1763
|
+
{ name: 'bi-pass-fill', tags: [] },
|
|
1764
|
+
{ name: 'bi-pass', tags: [] },
|
|
1765
|
+
{ name: 'bi-prescription', tags: [] },
|
|
1766
|
+
{ name: 'bi-prescription2', tags: [] },
|
|
1767
|
+
{ name: 'bi-r-circle-fill', tags: [] },
|
|
1768
|
+
{ name: 'bi-r-circle', tags: [] },
|
|
1769
|
+
{ name: 'bi-r-square-fill', tags: [] },
|
|
1770
|
+
{ name: 'bi-r-square', tags: [] },
|
|
1771
|
+
{ name: 'bi-repeat-1', tags: [] },
|
|
1772
|
+
{ name: 'bi-repeat', tags: [] },
|
|
1773
|
+
{ name: 'bi-rewind-btn-fill', tags: [] },
|
|
1774
|
+
{ name: 'bi-rewind-btn', tags: [] },
|
|
1775
|
+
{ name: 'bi-rewind-circle-fill', tags: [] },
|
|
1776
|
+
{ name: 'bi-rewind-circle', tags: [] },
|
|
1777
|
+
{ name: 'bi-rewind-fill', tags: [] },
|
|
1778
|
+
{ name: 'bi-rewind', tags: [] },
|
|
1779
|
+
{ name: 'bi-train-freight-front-fill', tags: [] },
|
|
1780
|
+
{ name: 'bi-train-freight-front', tags: [] },
|
|
1781
|
+
{ name: 'bi-train-front-fill', tags: [] },
|
|
1782
|
+
{ name: 'bi-train-front', tags: [] },
|
|
1783
|
+
{ name: 'bi-train-lightrail-front-fill', tags: [] },
|
|
1784
|
+
{ name: 'bi-train-lightrail-front', tags: [] },
|
|
1785
|
+
{ name: 'bi-truck-front-fill', tags: [] },
|
|
1786
|
+
{ name: 'bi-truck-front', tags: [] },
|
|
1787
|
+
{ name: 'bi-ubuntu', tags: [] },
|
|
1788
|
+
{ name: 'bi-unindent', tags: [] },
|
|
1789
|
+
{ name: 'bi-unity', tags: [] },
|
|
1790
|
+
{ name: 'bi-universal-access-circle', tags: [] },
|
|
1791
|
+
{ name: 'bi-universal-access', tags: [] },
|
|
1792
|
+
{ name: 'bi-virus', tags: [] },
|
|
1793
|
+
{ name: 'bi-virus2', tags: [] },
|
|
1794
|
+
{ name: 'bi-wechat', tags: [] },
|
|
1795
|
+
{ name: 'bi-yelp', tags: [] },
|
|
1796
|
+
{ name: 'bi-sign-stop-fill', tags: [] },
|
|
1797
|
+
{ name: 'bi-sign-stop-lights-fill', tags: [] },
|
|
1798
|
+
{ name: 'bi-sign-stop-lights', tags: [] },
|
|
1799
|
+
{ name: 'bi-sign-stop', tags: [] },
|
|
1800
|
+
{ name: 'bi-sign-turn-left-fill', tags: [] },
|
|
1801
|
+
{ name: 'bi-sign-turn-left', tags: [] },
|
|
1802
|
+
{ name: 'bi-sign-turn-right-fill', tags: [] },
|
|
1803
|
+
{ name: 'bi-sign-turn-right', tags: [] },
|
|
1804
|
+
{ name: 'bi-sign-turn-slight-left-fill', tags: [] },
|
|
1805
|
+
{ name: 'bi-sign-turn-slight-left', tags: [] },
|
|
1806
|
+
{ name: 'bi-sign-turn-slight-right-fill', tags: [] },
|
|
1807
|
+
{ name: 'bi-sign-turn-slight-right', tags: [] },
|
|
1808
|
+
{ name: 'bi-sign-yield-fill', tags: [] },
|
|
1809
|
+
{ name: 'bi-sign-yield', tags: [] },
|
|
1810
|
+
{ name: 'bi-ev-station-fill', tags: [] },
|
|
1811
|
+
{ name: 'bi-ev-station', tags: [] },
|
|
1812
|
+
{ name: 'bi-fuel-pump-diesel-fill', tags: [] },
|
|
1813
|
+
{ name: 'bi-fuel-pump-diesel', tags: [] },
|
|
1814
|
+
{ name: 'bi-fuel-pump-fill', tags: [] },
|
|
1815
|
+
{ name: 'bi-fuel-pump', tags: [] },
|
|
1816
|
+
{ name: 'bi-0-circle-fill', tags: [] },
|
|
1817
|
+
{ name: 'bi-0-circle', tags: [] },
|
|
1818
|
+
{ name: 'bi-0-square-fill', tags: [] },
|
|
1819
|
+
{ name: 'bi-0-square', tags: [] },
|
|
1820
|
+
{ name: 'bi-rocket-fill', tags: [] },
|
|
1821
|
+
{ name: 'bi-rocket-takeoff-fill', tags: [] },
|
|
1822
|
+
{ name: 'bi-rocket-takeoff', tags: [] },
|
|
1823
|
+
{ name: 'bi-rocket', tags: [] },
|
|
1824
|
+
{ name: 'bi-stripe', tags: [] },
|
|
1825
|
+
{ name: 'bi-subscript', tags: [] },
|
|
1826
|
+
{ name: 'bi-superscript', tags: [] },
|
|
1827
|
+
{ name: 'bi-trello', tags: [] },
|
|
1828
|
+
{ name: 'bi-envelope-at-fill', tags: [] },
|
|
1829
|
+
{ name: 'bi-envelope-at', tags: [] },
|
|
1830
|
+
{ name: 'bi-regex', tags: [] },
|
|
1831
|
+
{ name: 'bi-text-wrap', tags: [] },
|
|
1832
|
+
{ name: 'bi-sign-dead-end-fill', tags: [] },
|
|
1833
|
+
{ name: 'bi-sign-dead-end', tags: [] },
|
|
1834
|
+
{ name: 'bi-sign-do-not-enter-fill', tags: [] },
|
|
1835
|
+
{ name: 'bi-sign-do-not-enter', tags: [] },
|
|
1836
|
+
{ name: 'bi-sign-intersection-fill', tags: [] },
|
|
1837
|
+
{ name: 'bi-sign-intersection-side-fill', tags: [] },
|
|
1838
|
+
{ name: 'bi-sign-intersection-side', tags: [] },
|
|
1839
|
+
{ name: 'bi-sign-intersection-t-fill', tags: [] },
|
|
1840
|
+
{ name: 'bi-sign-intersection-t', tags: [] },
|
|
1841
|
+
{ name: 'bi-sign-intersection-y-fill', tags: [] },
|
|
1842
|
+
{ name: 'bi-sign-intersection-y', tags: [] },
|
|
1843
|
+
{ name: 'bi-sign-intersection', tags: [] },
|
|
1844
|
+
{ name: 'bi-sign-merge-left-fill', tags: [] },
|
|
1845
|
+
{ name: 'bi-sign-merge-left', tags: [] },
|
|
1846
|
+
{ name: 'bi-sign-merge-right-fill', tags: [] },
|
|
1847
|
+
{ name: 'bi-sign-merge-right', tags: [] },
|
|
1848
|
+
{ name: 'bi-sign-no-left-turn-fill', tags: [] },
|
|
1849
|
+
{ name: 'bi-sign-no-left-turn', tags: [] },
|
|
1850
|
+
{ name: 'bi-sign-no-parking-fill', tags: [] },
|
|
1851
|
+
{ name: 'bi-sign-no-parking', tags: [] },
|
|
1852
|
+
{ name: 'bi-sign-no-right-turn-fill', tags: [] },
|
|
1853
|
+
{ name: 'bi-sign-no-right-turn', tags: [] },
|
|
1854
|
+
{ name: 'bi-sign-railroad-fill', tags: [] },
|
|
1855
|
+
{ name: 'bi-sign-railroad', tags: [] },
|
|
1856
|
+
{ name: 'bi-building-add', tags: [] },
|
|
1857
|
+
{ name: 'bi-building-check', tags: [] },
|
|
1858
|
+
{ name: 'bi-building-dash', tags: [] },
|
|
1859
|
+
{ name: 'bi-building-down', tags: [] },
|
|
1860
|
+
{ name: 'bi-building-exclamation', tags: [] },
|
|
1861
|
+
{ name: 'bi-building-fill-add', tags: [] },
|
|
1862
|
+
{ name: 'bi-building-fill-check', tags: [] },
|
|
1863
|
+
{ name: 'bi-building-fill-dash', tags: [] },
|
|
1864
|
+
{ name: 'bi-building-fill-down', tags: [] },
|
|
1865
|
+
{ name: 'bi-building-fill-exclamation', tags: [] },
|
|
1866
|
+
{ name: 'bi-building-fill-gear', tags: [] },
|
|
1867
|
+
{ name: 'bi-building-fill-lock', tags: [] },
|
|
1868
|
+
{ name: 'bi-building-fill-slash', tags: [] },
|
|
1869
|
+
{ name: 'bi-building-fill-up', tags: [] },
|
|
1870
|
+
{ name: 'bi-building-fill-x', tags: [] },
|
|
1871
|
+
{ name: 'bi-building-fill', tags: [] },
|
|
1872
|
+
{ name: 'bi-building-gear', tags: [] },
|
|
1873
|
+
{ name: 'bi-building-lock', tags: [] },
|
|
1874
|
+
{ name: 'bi-building-slash', tags: [] },
|
|
1875
|
+
{ name: 'bi-building-up', tags: [] },
|
|
1876
|
+
{ name: 'bi-building-x', tags: [] },
|
|
1877
|
+
{ name: 'bi-buildings-fill', tags: [] },
|
|
1878
|
+
{ name: 'bi-buildings', tags: [] },
|
|
1879
|
+
{ name: 'bi-bus-front-fill', tags: [] },
|
|
1880
|
+
{ name: 'bi-bus-front', tags: [] },
|
|
1881
|
+
{ name: 'bi-ev-front-fill', tags: [] },
|
|
1882
|
+
{ name: 'bi-ev-front', tags: [] },
|
|
1883
|
+
{ name: 'bi-globe-americas', tags: [] },
|
|
1884
|
+
{ name: 'bi-globe-asia-australia', tags: [] },
|
|
1885
|
+
{ name: 'bi-globe-central-south-asia', tags: [] },
|
|
1886
|
+
{ name: 'bi-globe-europe-africa', tags: [] },
|
|
1887
|
+
{ name: 'bi-house-add-fill', tags: [] },
|
|
1888
|
+
{ name: 'bi-house-add', tags: [] },
|
|
1889
|
+
{ name: 'bi-house-check-fill', tags: [] },
|
|
1890
|
+
{ name: 'bi-house-check', tags: [] },
|
|
1891
|
+
{ name: 'bi-house-dash-fill', tags: [] },
|
|
1892
|
+
{ name: 'bi-house-dash', tags: [] },
|
|
1893
|
+
{ name: 'bi-house-down-fill', tags: [] },
|
|
1894
|
+
{ name: 'bi-house-down', tags: [] },
|
|
1895
|
+
{ name: 'bi-house-exclamation-fill', tags: [] },
|
|
1896
|
+
{ name: 'bi-house-exclamation', tags: [] },
|
|
1897
|
+
{ name: 'bi-house-gear-fill', tags: [] },
|
|
1898
|
+
{ name: 'bi-house-gear', tags: [] },
|
|
1899
|
+
{ name: 'bi-house-lock-fill', tags: [] },
|
|
1900
|
+
{ name: 'bi-house-lock', tags: [] },
|
|
1901
|
+
{ name: 'bi-house-slash-fill', tags: [] },
|
|
1902
|
+
{ name: 'bi-house-slash', tags: [] },
|
|
1903
|
+
{ name: 'bi-house-up-fill', tags: [] },
|
|
1904
|
+
{ name: 'bi-house-up', tags: [] },
|
|
1905
|
+
{ name: 'bi-house-x-fill', tags: [] },
|
|
1906
|
+
{ name: 'bi-house-x', tags: [] },
|
|
1907
|
+
{ name: 'bi-person-add', tags: [] },
|
|
1908
|
+
{ name: 'bi-person-down', tags: [] },
|
|
1909
|
+
{ name: 'bi-person-exclamation', tags: [] },
|
|
1910
|
+
{ name: 'bi-person-fill-add', tags: [] },
|
|
1911
|
+
{ name: 'bi-person-fill-check', tags: [] },
|
|
1912
|
+
{ name: 'bi-person-fill-dash', tags: [] },
|
|
1913
|
+
{ name: 'bi-person-fill-down', tags: [] },
|
|
1914
|
+
{ name: 'bi-person-fill-exclamation', tags: [] },
|
|
1915
|
+
{ name: 'bi-person-fill-gear', tags: [] },
|
|
1916
|
+
{ name: 'bi-person-fill-lock', tags: [] },
|
|
1917
|
+
{ name: 'bi-person-fill-slash', tags: [] },
|
|
1918
|
+
{ name: 'bi-person-fill-up', tags: [] },
|
|
1919
|
+
{ name: 'bi-person-fill-x', tags: [] },
|
|
1920
|
+
{ name: 'bi-person-gear', tags: [] },
|
|
1921
|
+
{ name: 'bi-person-lock', tags: [] },
|
|
1922
|
+
{ name: 'bi-person-slash', tags: [] },
|
|
1923
|
+
{ name: 'bi-person-up', tags: [] },
|
|
1924
|
+
{ name: 'bi-scooter', tags: [] },
|
|
1925
|
+
{ name: 'bi-taxi-front-fill', tags: [] },
|
|
1926
|
+
{ name: 'bi-taxi-front', tags: [] },
|
|
1927
|
+
{ name: 'bi-amd', tags: [] },
|
|
1928
|
+
{ name: 'bi-database-add', tags: [] },
|
|
1929
|
+
{ name: 'bi-database-check', tags: [] },
|
|
1930
|
+
{ name: 'bi-database-dash', tags: [] },
|
|
1931
|
+
{ name: 'bi-database-down', tags: [] },
|
|
1932
|
+
{ name: 'bi-database-exclamation', tags: [] },
|
|
1933
|
+
{ name: 'bi-database-fill-add', tags: [] },
|
|
1934
|
+
{ name: 'bi-database-fill-check', tags: [] },
|
|
1935
|
+
{ name: 'bi-database-fill-dash', tags: [] },
|
|
1936
|
+
{ name: 'bi-database-fill-down', tags: [] },
|
|
1937
|
+
{ name: 'bi-database-fill-exclamation', tags: [] },
|
|
1938
|
+
{ name: 'bi-database-fill-gear', tags: [] },
|
|
1939
|
+
{ name: 'bi-database-fill-lock', tags: [] },
|
|
1940
|
+
{ name: 'bi-database-fill-slash', tags: [] },
|
|
1941
|
+
{ name: 'bi-database-fill-up', tags: [] },
|
|
1942
|
+
{ name: 'bi-database-fill-x', tags: [] },
|
|
1943
|
+
{ name: 'bi-database-fill', tags: [] },
|
|
1944
|
+
{ name: 'bi-database-gear', tags: [] },
|
|
1945
|
+
{ name: 'bi-database-lock', tags: [] },
|
|
1946
|
+
{ name: 'bi-database-slash', tags: [] },
|
|
1947
|
+
{ name: 'bi-database-up', tags: [] },
|
|
1948
|
+
{ name: 'bi-database-x', tags: [] },
|
|
1949
|
+
{ name: 'bi-database', tags: [] },
|
|
1950
|
+
{ name: 'bi-houses-fill', tags: [] },
|
|
1951
|
+
{ name: 'bi-houses', tags: [] },
|
|
1952
|
+
{ name: 'bi-nvidia', tags: [] },
|
|
1953
|
+
{ name: 'bi-person-vcard-fill', tags: [] },
|
|
1954
|
+
{ name: 'bi-person-vcard', tags: [] },
|
|
1955
|
+
{ name: 'bi-sina-weibo', tags: [] },
|
|
1956
|
+
{ name: 'bi-tencent-qq', tags: [] },
|
|
1957
|
+
{ name: 'bi-wikipedia', tags: [] }
|
|
1329
1958
|
]
|
|
1330
1959
|
}
|