bootstrap-icons 1.10.2 → 1.10.4
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/LICENSE.md +1 -1
- package/README.md +15 -12
- package/bootstrap-icons.svg +1 -1
- package/font/bootstrap-icons.css +8 -45
- package/font/bootstrap-icons.json +0 -43
- package/font/bootstrap-icons.scss +12 -2041
- package/font/fonts/bootstrap-icons.woff +0 -0
- package/font/fonts/bootstrap-icons.woff2 +0 -0
- package/icons/folder-plus.svg +2 -2
- package/icons/postcard-heart-fill.svg +1 -1
- package/icons/trash.svg +2 -2
- package/package.json +39 -32
package/font/bootstrap-icons.css
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap Icons (https://icons.getbootstrap.com/)
|
|
3
|
+
* Copyright 2019-2023 The Bootstrap Authors
|
|
4
|
+
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE.md)
|
|
5
|
+
*/
|
|
6
|
+
|
|
1
7
|
@font-face {
|
|
2
8
|
font-display: block;
|
|
3
9
|
font-family: "bootstrap-icons";
|
|
4
|
-
src: url("./fonts/bootstrap-icons.woff2?
|
|
5
|
-
url("./fonts/bootstrap-icons.woff?
|
|
10
|
+
src: url("./fonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2") format("woff2"),
|
|
11
|
+
url("./fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("woff");
|
|
6
12
|
}
|
|
7
13
|
|
|
8
14
|
.bi::before,
|
|
@@ -441,7 +447,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
441
447
|
.bi-cloud-fog2::before { content: "\f2a2"; }
|
|
442
448
|
.bi-cloud-hail-fill::before { content: "\f2a3"; }
|
|
443
449
|
.bi-cloud-hail::before { content: "\f2a4"; }
|
|
444
|
-
.bi-cloud-haze-1::before { content: "\f2a5"; }
|
|
445
450
|
.bi-cloud-haze-fill::before { content: "\f2a6"; }
|
|
446
451
|
.bi-cloud-haze::before { content: "\f2a7"; }
|
|
447
452
|
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
|
|
@@ -1437,21 +1442,16 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1437
1442
|
.bi-dpad::before { content: "\f687"; }
|
|
1438
1443
|
.bi-ear-fill::before { content: "\f688"; }
|
|
1439
1444
|
.bi-ear::before { content: "\f689"; }
|
|
1440
|
-
.bi-envelope-check-1::before { content: "\f68a"; }
|
|
1441
1445
|
.bi-envelope-check-fill::before { content: "\f68b"; }
|
|
1442
1446
|
.bi-envelope-check::before { content: "\f68c"; }
|
|
1443
|
-
.bi-envelope-dash-1::before { content: "\f68d"; }
|
|
1444
1447
|
.bi-envelope-dash-fill::before { content: "\f68e"; }
|
|
1445
1448
|
.bi-envelope-dash::before { content: "\f68f"; }
|
|
1446
|
-
.bi-envelope-exclamation-1::before { content: "\f690"; }
|
|
1447
1449
|
.bi-envelope-exclamation-fill::before { content: "\f691"; }
|
|
1448
1450
|
.bi-envelope-exclamation::before { content: "\f692"; }
|
|
1449
1451
|
.bi-envelope-plus-fill::before { content: "\f693"; }
|
|
1450
1452
|
.bi-envelope-plus::before { content: "\f694"; }
|
|
1451
|
-
.bi-envelope-slash-1::before { content: "\f695"; }
|
|
1452
1453
|
.bi-envelope-slash-fill::before { content: "\f696"; }
|
|
1453
1454
|
.bi-envelope-slash::before { content: "\f697"; }
|
|
1454
|
-
.bi-envelope-x-1::before { content: "\f698"; }
|
|
1455
1455
|
.bi-envelope-x-fill::before { content: "\f699"; }
|
|
1456
1456
|
.bi-envelope-x::before { content: "\f69a"; }
|
|
1457
1457
|
.bi-explicit-fill::before { content: "\f69b"; }
|
|
@@ -1461,8 +1461,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1461
1461
|
.bi-list-columns-reverse::before { content: "\f69f"; }
|
|
1462
1462
|
.bi-list-columns::before { content: "\f6a0"; }
|
|
1463
1463
|
.bi-meta::before { content: "\f6a1"; }
|
|
1464
|
-
.bi-mortorboard-fill::before { content: "\f6a2"; }
|
|
1465
|
-
.bi-mortorboard::before { content: "\f6a3"; }
|
|
1466
1464
|
.bi-nintendo-switch::before { content: "\f6a4"; }
|
|
1467
1465
|
.bi-pc-display-horizontal::before { content: "\f6a5"; }
|
|
1468
1466
|
.bi-pc-display::before { content: "\f6a6"; }
|
|
@@ -1481,7 +1479,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1481
1479
|
.bi-send-check::before { content: "\f6b3"; }
|
|
1482
1480
|
.bi-send-dash-fill::before { content: "\f6b4"; }
|
|
1483
1481
|
.bi-send-dash::before { content: "\f6b5"; }
|
|
1484
|
-
.bi-send-exclamation-1::before { content: "\f6b6"; }
|
|
1485
1482
|
.bi-send-exclamation-fill::before { content: "\f6b7"; }
|
|
1486
1483
|
.bi-send-exclamation::before { content: "\f6b8"; }
|
|
1487
1484
|
.bi-send-fill::before { content: "\f6b9"; }
|
|
@@ -1493,7 +1490,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1493
1490
|
.bi-send-x::before { content: "\f6bf"; }
|
|
1494
1491
|
.bi-send::before { content: "\f6c0"; }
|
|
1495
1492
|
.bi-steam::before { content: "\f6c1"; }
|
|
1496
|
-
.bi-terminal-dash-1::before { content: "\f6c2"; }
|
|
1497
1493
|
.bi-terminal-dash::before { content: "\f6c3"; }
|
|
1498
1494
|
.bi-terminal-plus::before { content: "\f6c4"; }
|
|
1499
1495
|
.bi-terminal-split::before { content: "\f6c5"; }
|
|
@@ -1523,7 +1519,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1523
1519
|
.bi-usb-symbol::before { content: "\f6dd"; }
|
|
1524
1520
|
.bi-usb::before { content: "\f6de"; }
|
|
1525
1521
|
.bi-boombox-fill::before { content: "\f6df"; }
|
|
1526
|
-
.bi-displayport-1::before { content: "\f6e0"; }
|
|
1527
1522
|
.bi-displayport::before { content: "\f6e1"; }
|
|
1528
1523
|
.bi-gpu-card::before { content: "\f6e2"; }
|
|
1529
1524
|
.bi-memory::before { content: "\f6e3"; }
|
|
@@ -1536,8 +1531,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1536
1531
|
.bi-pci-card::before { content: "\f6ea"; }
|
|
1537
1532
|
.bi-router-fill::before { content: "\f6eb"; }
|
|
1538
1533
|
.bi-router::before { content: "\f6ec"; }
|
|
1539
|
-
.bi-ssd-fill::before { content: "\f6ed"; }
|
|
1540
|
-
.bi-ssd::before { content: "\f6ee"; }
|
|
1541
1534
|
.bi-thunderbolt-fill::before { content: "\f6ef"; }
|
|
1542
1535
|
.bi-thunderbolt::before { content: "\f6f0"; }
|
|
1543
1536
|
.bi-usb-drive-fill::before { content: "\f6f1"; }
|
|
@@ -1644,7 +1637,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1644
1637
|
.bi-filetype-pdf::before { content: "\f756"; }
|
|
1645
1638
|
.bi-filetype-php::before { content: "\f757"; }
|
|
1646
1639
|
.bi-filetype-png::before { content: "\f758"; }
|
|
1647
|
-
.bi-filetype-ppt-1::before { content: "\f759"; }
|
|
1648
1640
|
.bi-filetype-ppt::before { content: "\f75a"; }
|
|
1649
1641
|
.bi-filetype-psd::before { content: "\f75b"; }
|
|
1650
1642
|
.bi-filetype-py::before { content: "\f75c"; }
|
|
@@ -1660,7 +1652,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1660
1652
|
.bi-filetype-txt::before { content: "\f766"; }
|
|
1661
1653
|
.bi-filetype-wav::before { content: "\f767"; }
|
|
1662
1654
|
.bi-filetype-woff::before { content: "\f768"; }
|
|
1663
|
-
.bi-filetype-xls-1::before { content: "\f769"; }
|
|
1664
1655
|
.bi-filetype-xls::before { content: "\f76a"; }
|
|
1665
1656
|
.bi-filetype-xml::before { content: "\f76b"; }
|
|
1666
1657
|
.bi-filetype-yml::before { content: "\f76c"; }
|
|
@@ -1703,56 +1694,38 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1703
1694
|
.bi-filetype-json::before { content: "\f791"; }
|
|
1704
1695
|
.bi-filetype-pptx::before { content: "\f792"; }
|
|
1705
1696
|
.bi-filetype-xlsx::before { content: "\f793"; }
|
|
1706
|
-
.bi-1-circle-1::before { content: "\f794"; }
|
|
1707
|
-
.bi-1-circle-fill-1::before { content: "\f795"; }
|
|
1708
1697
|
.bi-1-circle-fill::before { content: "\f796"; }
|
|
1709
1698
|
.bi-1-circle::before { content: "\f797"; }
|
|
1710
1699
|
.bi-1-square-fill::before { content: "\f798"; }
|
|
1711
1700
|
.bi-1-square::before { content: "\f799"; }
|
|
1712
|
-
.bi-2-circle-1::before { content: "\f79a"; }
|
|
1713
|
-
.bi-2-circle-fill-1::before { content: "\f79b"; }
|
|
1714
1701
|
.bi-2-circle-fill::before { content: "\f79c"; }
|
|
1715
1702
|
.bi-2-circle::before { content: "\f79d"; }
|
|
1716
1703
|
.bi-2-square-fill::before { content: "\f79e"; }
|
|
1717
1704
|
.bi-2-square::before { content: "\f79f"; }
|
|
1718
|
-
.bi-3-circle-1::before { content: "\f7a0"; }
|
|
1719
|
-
.bi-3-circle-fill-1::before { content: "\f7a1"; }
|
|
1720
1705
|
.bi-3-circle-fill::before { content: "\f7a2"; }
|
|
1721
1706
|
.bi-3-circle::before { content: "\f7a3"; }
|
|
1722
1707
|
.bi-3-square-fill::before { content: "\f7a4"; }
|
|
1723
1708
|
.bi-3-square::before { content: "\f7a5"; }
|
|
1724
|
-
.bi-4-circle-1::before { content: "\f7a6"; }
|
|
1725
|
-
.bi-4-circle-fill-1::before { content: "\f7a7"; }
|
|
1726
1709
|
.bi-4-circle-fill::before { content: "\f7a8"; }
|
|
1727
1710
|
.bi-4-circle::before { content: "\f7a9"; }
|
|
1728
1711
|
.bi-4-square-fill::before { content: "\f7aa"; }
|
|
1729
1712
|
.bi-4-square::before { content: "\f7ab"; }
|
|
1730
|
-
.bi-5-circle-1::before { content: "\f7ac"; }
|
|
1731
|
-
.bi-5-circle-fill-1::before { content: "\f7ad"; }
|
|
1732
1713
|
.bi-5-circle-fill::before { content: "\f7ae"; }
|
|
1733
1714
|
.bi-5-circle::before { content: "\f7af"; }
|
|
1734
1715
|
.bi-5-square-fill::before { content: "\f7b0"; }
|
|
1735
1716
|
.bi-5-square::before { content: "\f7b1"; }
|
|
1736
|
-
.bi-6-circle-1::before { content: "\f7b2"; }
|
|
1737
|
-
.bi-6-circle-fill-1::before { content: "\f7b3"; }
|
|
1738
1717
|
.bi-6-circle-fill::before { content: "\f7b4"; }
|
|
1739
1718
|
.bi-6-circle::before { content: "\f7b5"; }
|
|
1740
1719
|
.bi-6-square-fill::before { content: "\f7b6"; }
|
|
1741
1720
|
.bi-6-square::before { content: "\f7b7"; }
|
|
1742
|
-
.bi-7-circle-1::before { content: "\f7b8"; }
|
|
1743
|
-
.bi-7-circle-fill-1::before { content: "\f7b9"; }
|
|
1744
1721
|
.bi-7-circle-fill::before { content: "\f7ba"; }
|
|
1745
1722
|
.bi-7-circle::before { content: "\f7bb"; }
|
|
1746
1723
|
.bi-7-square-fill::before { content: "\f7bc"; }
|
|
1747
1724
|
.bi-7-square::before { content: "\f7bd"; }
|
|
1748
|
-
.bi-8-circle-1::before { content: "\f7be"; }
|
|
1749
|
-
.bi-8-circle-fill-1::before { content: "\f7bf"; }
|
|
1750
1725
|
.bi-8-circle-fill::before { content: "\f7c0"; }
|
|
1751
1726
|
.bi-8-circle::before { content: "\f7c1"; }
|
|
1752
1727
|
.bi-8-square-fill::before { content: "\f7c2"; }
|
|
1753
1728
|
.bi-8-square::before { content: "\f7c3"; }
|
|
1754
|
-
.bi-9-circle-1::before { content: "\f7c4"; }
|
|
1755
|
-
.bi-9-circle-fill-1::before { content: "\f7c5"; }
|
|
1756
1729
|
.bi-9-circle-fill::before { content: "\f7c6"; }
|
|
1757
1730
|
.bi-9-circle::before { content: "\f7c7"; }
|
|
1758
1731
|
.bi-9-square-fill::before { content: "\f7c8"; }
|
|
@@ -1771,8 +1744,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1771
1744
|
.bi-browser-edge::before { content: "\f7d5"; }
|
|
1772
1745
|
.bi-browser-firefox::before { content: "\f7d6"; }
|
|
1773
1746
|
.bi-browser-safari::before { content: "\f7d7"; }
|
|
1774
|
-
.bi-c-circle-1::before { content: "\f7d8"; }
|
|
1775
|
-
.bi-c-circle-fill-1::before { content: "\f7d9"; }
|
|
1776
1747
|
.bi-c-circle-fill::before { content: "\f7da"; }
|
|
1777
1748
|
.bi-c-circle::before { content: "\f7db"; }
|
|
1778
1749
|
.bi-c-square-fill::before { content: "\f7dc"; }
|
|
@@ -1783,8 +1754,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1783
1754
|
.bi-car-front::before { content: "\f7e1"; }
|
|
1784
1755
|
.bi-cassette-fill::before { content: "\f7e2"; }
|
|
1785
1756
|
.bi-cassette::before { content: "\f7e3"; }
|
|
1786
|
-
.bi-cc-circle-1::before { content: "\f7e4"; }
|
|
1787
|
-
.bi-cc-circle-fill-1::before { content: "\f7e5"; }
|
|
1788
1757
|
.bi-cc-circle-fill::before { content: "\f7e6"; }
|
|
1789
1758
|
.bi-cc-circle::before { content: "\f7e7"; }
|
|
1790
1759
|
.bi-cc-square-fill::before { content: "\f7e8"; }
|
|
@@ -1803,8 +1772,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1803
1772
|
.bi-filetype-sql::before { content: "\f7f5"; }
|
|
1804
1773
|
.bi-fire::before { content: "\f7f6"; }
|
|
1805
1774
|
.bi-google-play::before { content: "\f7f7"; }
|
|
1806
|
-
.bi-h-circle-1::before { content: "\f7f8"; }
|
|
1807
|
-
.bi-h-circle-fill-1::before { content: "\f7f9"; }
|
|
1808
1775
|
.bi-h-circle-fill::before { content: "\f7fa"; }
|
|
1809
1776
|
.bi-h-circle::before { content: "\f7fb"; }
|
|
1810
1777
|
.bi-h-square-fill::before { content: "\f7fc"; }
|
|
@@ -1813,8 +1780,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1813
1780
|
.bi-lungs-fill::before { content: "\f7ff"; }
|
|
1814
1781
|
.bi-lungs::before { content: "\f800"; }
|
|
1815
1782
|
.bi-microsoft-teams::before { content: "\f801"; }
|
|
1816
|
-
.bi-p-circle-1::before { content: "\f802"; }
|
|
1817
|
-
.bi-p-circle-fill-1::before { content: "\f803"; }
|
|
1818
1783
|
.bi-p-circle-fill::before { content: "\f804"; }
|
|
1819
1784
|
.bi-p-circle::before { content: "\f805"; }
|
|
1820
1785
|
.bi-p-square-fill::before { content: "\f806"; }
|
|
@@ -1823,8 +1788,6 @@ url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("wof
|
|
|
1823
1788
|
.bi-pass::before { content: "\f809"; }
|
|
1824
1789
|
.bi-prescription::before { content: "\f80a"; }
|
|
1825
1790
|
.bi-prescription2::before { content: "\f80b"; }
|
|
1826
|
-
.bi-r-circle-1::before { content: "\f80c"; }
|
|
1827
|
-
.bi-r-circle-fill-1::before { content: "\f80d"; }
|
|
1828
1791
|
.bi-r-circle-fill::before { content: "\f80e"; }
|
|
1829
1792
|
.bi-r-circle::before { content: "\f80f"; }
|
|
1830
1793
|
.bi-r-square-fill::before { content: "\f810"; }
|
|
@@ -420,7 +420,6 @@
|
|
|
420
420
|
"cloud-fog2": 62114,
|
|
421
421
|
"cloud-hail-fill": 62115,
|
|
422
422
|
"cloud-hail": 62116,
|
|
423
|
-
"cloud-haze-1": 62117,
|
|
424
423
|
"cloud-haze-fill": 62118,
|
|
425
424
|
"cloud-haze": 62119,
|
|
426
425
|
"cloud-haze2-fill": 62120,
|
|
@@ -1416,21 +1415,16 @@
|
|
|
1416
1415
|
"dpad": 63111,
|
|
1417
1416
|
"ear-fill": 63112,
|
|
1418
1417
|
"ear": 63113,
|
|
1419
|
-
"envelope-check-1": 63114,
|
|
1420
1418
|
"envelope-check-fill": 63115,
|
|
1421
1419
|
"envelope-check": 63116,
|
|
1422
|
-
"envelope-dash-1": 63117,
|
|
1423
1420
|
"envelope-dash-fill": 63118,
|
|
1424
1421
|
"envelope-dash": 63119,
|
|
1425
|
-
"envelope-exclamation-1": 63120,
|
|
1426
1422
|
"envelope-exclamation-fill": 63121,
|
|
1427
1423
|
"envelope-exclamation": 63122,
|
|
1428
1424
|
"envelope-plus-fill": 63123,
|
|
1429
1425
|
"envelope-plus": 63124,
|
|
1430
|
-
"envelope-slash-1": 63125,
|
|
1431
1426
|
"envelope-slash-fill": 63126,
|
|
1432
1427
|
"envelope-slash": 63127,
|
|
1433
|
-
"envelope-x-1": 63128,
|
|
1434
1428
|
"envelope-x-fill": 63129,
|
|
1435
1429
|
"envelope-x": 63130,
|
|
1436
1430
|
"explicit-fill": 63131,
|
|
@@ -1440,8 +1434,6 @@
|
|
|
1440
1434
|
"list-columns-reverse": 63135,
|
|
1441
1435
|
"list-columns": 63136,
|
|
1442
1436
|
"meta": 63137,
|
|
1443
|
-
"mortorboard-fill": 63138,
|
|
1444
|
-
"mortorboard": 63139,
|
|
1445
1437
|
"nintendo-switch": 63140,
|
|
1446
1438
|
"pc-display-horizontal": 63141,
|
|
1447
1439
|
"pc-display": 63142,
|
|
@@ -1460,7 +1452,6 @@
|
|
|
1460
1452
|
"send-check": 63155,
|
|
1461
1453
|
"send-dash-fill": 63156,
|
|
1462
1454
|
"send-dash": 63157,
|
|
1463
|
-
"send-exclamation-1": 63158,
|
|
1464
1455
|
"send-exclamation-fill": 63159,
|
|
1465
1456
|
"send-exclamation": 63160,
|
|
1466
1457
|
"send-fill": 63161,
|
|
@@ -1472,7 +1463,6 @@
|
|
|
1472
1463
|
"send-x": 63167,
|
|
1473
1464
|
"send": 63168,
|
|
1474
1465
|
"steam": 63169,
|
|
1475
|
-
"terminal-dash-1": 63170,
|
|
1476
1466
|
"terminal-dash": 63171,
|
|
1477
1467
|
"terminal-plus": 63172,
|
|
1478
1468
|
"terminal-split": 63173,
|
|
@@ -1502,7 +1492,6 @@
|
|
|
1502
1492
|
"usb-symbol": 63197,
|
|
1503
1493
|
"usb": 63198,
|
|
1504
1494
|
"boombox-fill": 63199,
|
|
1505
|
-
"displayport-1": 63200,
|
|
1506
1495
|
"displayport": 63201,
|
|
1507
1496
|
"gpu-card": 63202,
|
|
1508
1497
|
"memory": 63203,
|
|
@@ -1515,8 +1504,6 @@
|
|
|
1515
1504
|
"pci-card": 63210,
|
|
1516
1505
|
"router-fill": 63211,
|
|
1517
1506
|
"router": 63212,
|
|
1518
|
-
"ssd-fill": 63213,
|
|
1519
|
-
"ssd": 63214,
|
|
1520
1507
|
"thunderbolt-fill": 63215,
|
|
1521
1508
|
"thunderbolt": 63216,
|
|
1522
1509
|
"usb-drive-fill": 63217,
|
|
@@ -1623,7 +1610,6 @@
|
|
|
1623
1610
|
"filetype-pdf": 63318,
|
|
1624
1611
|
"filetype-php": 63319,
|
|
1625
1612
|
"filetype-png": 63320,
|
|
1626
|
-
"filetype-ppt-1": 63321,
|
|
1627
1613
|
"filetype-ppt": 63322,
|
|
1628
1614
|
"filetype-psd": 63323,
|
|
1629
1615
|
"filetype-py": 63324,
|
|
@@ -1639,7 +1625,6 @@
|
|
|
1639
1625
|
"filetype-txt": 63334,
|
|
1640
1626
|
"filetype-wav": 63335,
|
|
1641
1627
|
"filetype-woff": 63336,
|
|
1642
|
-
"filetype-xls-1": 63337,
|
|
1643
1628
|
"filetype-xls": 63338,
|
|
1644
1629
|
"filetype-xml": 63339,
|
|
1645
1630
|
"filetype-yml": 63340,
|
|
@@ -1682,56 +1667,38 @@
|
|
|
1682
1667
|
"filetype-json": 63377,
|
|
1683
1668
|
"filetype-pptx": 63378,
|
|
1684
1669
|
"filetype-xlsx": 63379,
|
|
1685
|
-
"1-circle-1": 63380,
|
|
1686
|
-
"1-circle-fill-1": 63381,
|
|
1687
1670
|
"1-circle-fill": 63382,
|
|
1688
1671
|
"1-circle": 63383,
|
|
1689
1672
|
"1-square-fill": 63384,
|
|
1690
1673
|
"1-square": 63385,
|
|
1691
|
-
"2-circle-1": 63386,
|
|
1692
|
-
"2-circle-fill-1": 63387,
|
|
1693
1674
|
"2-circle-fill": 63388,
|
|
1694
1675
|
"2-circle": 63389,
|
|
1695
1676
|
"2-square-fill": 63390,
|
|
1696
1677
|
"2-square": 63391,
|
|
1697
|
-
"3-circle-1": 63392,
|
|
1698
|
-
"3-circle-fill-1": 63393,
|
|
1699
1678
|
"3-circle-fill": 63394,
|
|
1700
1679
|
"3-circle": 63395,
|
|
1701
1680
|
"3-square-fill": 63396,
|
|
1702
1681
|
"3-square": 63397,
|
|
1703
|
-
"4-circle-1": 63398,
|
|
1704
|
-
"4-circle-fill-1": 63399,
|
|
1705
1682
|
"4-circle-fill": 63400,
|
|
1706
1683
|
"4-circle": 63401,
|
|
1707
1684
|
"4-square-fill": 63402,
|
|
1708
1685
|
"4-square": 63403,
|
|
1709
|
-
"5-circle-1": 63404,
|
|
1710
|
-
"5-circle-fill-1": 63405,
|
|
1711
1686
|
"5-circle-fill": 63406,
|
|
1712
1687
|
"5-circle": 63407,
|
|
1713
1688
|
"5-square-fill": 63408,
|
|
1714
1689
|
"5-square": 63409,
|
|
1715
|
-
"6-circle-1": 63410,
|
|
1716
|
-
"6-circle-fill-1": 63411,
|
|
1717
1690
|
"6-circle-fill": 63412,
|
|
1718
1691
|
"6-circle": 63413,
|
|
1719
1692
|
"6-square-fill": 63414,
|
|
1720
1693
|
"6-square": 63415,
|
|
1721
|
-
"7-circle-1": 63416,
|
|
1722
|
-
"7-circle-fill-1": 63417,
|
|
1723
1694
|
"7-circle-fill": 63418,
|
|
1724
1695
|
"7-circle": 63419,
|
|
1725
1696
|
"7-square-fill": 63420,
|
|
1726
1697
|
"7-square": 63421,
|
|
1727
|
-
"8-circle-1": 63422,
|
|
1728
|
-
"8-circle-fill-1": 63423,
|
|
1729
1698
|
"8-circle-fill": 63424,
|
|
1730
1699
|
"8-circle": 63425,
|
|
1731
1700
|
"8-square-fill": 63426,
|
|
1732
1701
|
"8-square": 63427,
|
|
1733
|
-
"9-circle-1": 63428,
|
|
1734
|
-
"9-circle-fill-1": 63429,
|
|
1735
1702
|
"9-circle-fill": 63430,
|
|
1736
1703
|
"9-circle": 63431,
|
|
1737
1704
|
"9-square-fill": 63432,
|
|
@@ -1750,8 +1717,6 @@
|
|
|
1750
1717
|
"browser-edge": 63445,
|
|
1751
1718
|
"browser-firefox": 63446,
|
|
1752
1719
|
"browser-safari": 63447,
|
|
1753
|
-
"c-circle-1": 63448,
|
|
1754
|
-
"c-circle-fill-1": 63449,
|
|
1755
1720
|
"c-circle-fill": 63450,
|
|
1756
1721
|
"c-circle": 63451,
|
|
1757
1722
|
"c-square-fill": 63452,
|
|
@@ -1762,8 +1727,6 @@
|
|
|
1762
1727
|
"car-front": 63457,
|
|
1763
1728
|
"cassette-fill": 63458,
|
|
1764
1729
|
"cassette": 63459,
|
|
1765
|
-
"cc-circle-1": 63460,
|
|
1766
|
-
"cc-circle-fill-1": 63461,
|
|
1767
1730
|
"cc-circle-fill": 63462,
|
|
1768
1731
|
"cc-circle": 63463,
|
|
1769
1732
|
"cc-square-fill": 63464,
|
|
@@ -1782,8 +1745,6 @@
|
|
|
1782
1745
|
"filetype-sql": 63477,
|
|
1783
1746
|
"fire": 63478,
|
|
1784
1747
|
"google-play": 63479,
|
|
1785
|
-
"h-circle-1": 63480,
|
|
1786
|
-
"h-circle-fill-1": 63481,
|
|
1787
1748
|
"h-circle-fill": 63482,
|
|
1788
1749
|
"h-circle": 63483,
|
|
1789
1750
|
"h-square-fill": 63484,
|
|
@@ -1792,8 +1753,6 @@
|
|
|
1792
1753
|
"lungs-fill": 63487,
|
|
1793
1754
|
"lungs": 63488,
|
|
1794
1755
|
"microsoft-teams": 63489,
|
|
1795
|
-
"p-circle-1": 63490,
|
|
1796
|
-
"p-circle-fill-1": 63491,
|
|
1797
1756
|
"p-circle-fill": 63492,
|
|
1798
1757
|
"p-circle": 63493,
|
|
1799
1758
|
"p-square-fill": 63494,
|
|
@@ -1802,8 +1761,6 @@
|
|
|
1802
1761
|
"pass": 63497,
|
|
1803
1762
|
"prescription": 63498,
|
|
1804
1763
|
"prescription2": 63499,
|
|
1805
|
-
"r-circle-1": 63500,
|
|
1806
|
-
"r-circle-fill-1": 63501,
|
|
1807
1764
|
"r-circle-fill": 63502,
|
|
1808
1765
|
"r-circle": 63503,
|
|
1809
1766
|
"r-square-fill": 63504,
|