@proicons/webfont 4.13.0 → 4.13.2
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/ProIcons.css +70 -16
- package/README.md +5 -1
- package/package.json +1 -1
package/ProIcons.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-display: block;
|
|
3
3
|
font-family: "ProIcons";
|
|
4
|
-
src: url("./ProIcons.ttf?
|
|
5
|
-
url("./ProIcons.woff?
|
|
6
|
-
url("./ProIcons.woff2?
|
|
7
|
-
url("./ProIcons.eot?
|
|
4
|
+
src: url("./ProIcons.ttf?a5c34c220dff17b497a6759a90728e52") format("truetype"),
|
|
5
|
+
url("./ProIcons.woff?a5c34c220dff17b497a6759a90728e52") format("woff"),
|
|
6
|
+
url("./ProIcons.woff2?a5c34c220dff17b497a6759a90728e52") format("woff2"),
|
|
7
|
+
url("./ProIcons.eot?a5c34c220dff17b497a6759a90728e52#iefix") format("embedded-opentype");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
|
|
@@ -1572,16 +1572,73 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
|
|
|
1572
1572
|
.proicon-eraser-sparkle::before {
|
|
1573
1573
|
content: "\e205";
|
|
1574
1574
|
}
|
|
1575
|
-
.proicon-
|
|
1575
|
+
.proicon-magnet::before {
|
|
1576
|
+
content: "\e206";
|
|
1577
|
+
}
|
|
1578
|
+
.proicon-treasure-chest::before {
|
|
1579
|
+
content: "\e207";
|
|
1580
|
+
}
|
|
1581
|
+
.proicon-toy-brick::before {
|
|
1582
|
+
content: "\e208";
|
|
1583
|
+
}
|
|
1584
|
+
.proicon-brain::before {
|
|
1585
|
+
content: "\e209";
|
|
1586
|
+
}
|
|
1587
|
+
.proicon-key::before {
|
|
1588
|
+
content: "\e20a";
|
|
1589
|
+
}
|
|
1590
|
+
.proicon-bar-chart-sparkle::before {
|
|
1591
|
+
content: "\e20b";
|
|
1592
|
+
}
|
|
1593
|
+
.proicon-trophy::before {
|
|
1594
|
+
content: "\e20c";
|
|
1595
|
+
}
|
|
1596
|
+
.proicon-food::before {
|
|
1597
|
+
content: "\e20d";
|
|
1598
|
+
}
|
|
1599
|
+
.proicon-photo-filter-2::before {
|
|
1600
|
+
content: "\e20e";
|
|
1601
|
+
}
|
|
1602
|
+
.proicon-glasses::before {
|
|
1603
|
+
content: "\e20f";
|
|
1604
|
+
}
|
|
1605
|
+
.proicon-pulse::before {
|
|
1606
|
+
content: "\e210";
|
|
1607
|
+
}
|
|
1608
|
+
.proicon-container::before {
|
|
1609
|
+
content: "\e211";
|
|
1610
|
+
}
|
|
1611
|
+
.proicon-egg-fried::before {
|
|
1612
|
+
content: "\e212";
|
|
1613
|
+
}
|
|
1614
|
+
.proicon-cheese::before {
|
|
1615
|
+
content: "\e213";
|
|
1616
|
+
}
|
|
1617
|
+
.proicon-toast::before {
|
|
1618
|
+
content: "\e214";
|
|
1619
|
+
}
|
|
1620
|
+
.proicon-rose::before {
|
|
1621
|
+
content: "\e215";
|
|
1622
|
+
}
|
|
1623
|
+
.proicon-rocket::before {
|
|
1624
|
+
content: "\e216";
|
|
1625
|
+
}
|
|
1626
|
+
.proicon-sapling::before {
|
|
1627
|
+
content: "\e217";
|
|
1628
|
+
}
|
|
1629
|
+
.proicon-pizza::before {
|
|
1630
|
+
content: "\e218";
|
|
1631
|
+
}
|
|
1632
|
+
.proicon-american-football::before {
|
|
1576
1633
|
content: "\f101";
|
|
1577
1634
|
}
|
|
1578
|
-
.proicon-
|
|
1635
|
+
.proicon-apps-list::before {
|
|
1579
1636
|
content: "\f102";
|
|
1580
1637
|
}
|
|
1581
|
-
.proicon-
|
|
1638
|
+
.proicon-bar-graph::before {
|
|
1582
1639
|
content: "\f103";
|
|
1583
1640
|
}
|
|
1584
|
-
.proicon-
|
|
1641
|
+
.proicon-box-margins::before {
|
|
1585
1642
|
content: "\f104";
|
|
1586
1643
|
}
|
|
1587
1644
|
.proicon-phone-accept::before {
|
|
@@ -1590,21 +1647,18 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
|
|
|
1590
1647
|
.proicon-phone-hang-up::before {
|
|
1591
1648
|
content: "\f106";
|
|
1592
1649
|
}
|
|
1593
|
-
.proicon-
|
|
1650
|
+
.proicon-soccer::before {
|
|
1594
1651
|
content: "\f107";
|
|
1595
1652
|
}
|
|
1596
|
-
.proicon-text-bullet-list-square::before {
|
|
1653
|
+
.proicon-text-bullet-list-square-add::before {
|
|
1597
1654
|
content: "\f108";
|
|
1598
1655
|
}
|
|
1599
|
-
.proicon-text-bullet-list-
|
|
1656
|
+
.proicon-text-bullet-list-square::before {
|
|
1600
1657
|
content: "\f109";
|
|
1601
1658
|
}
|
|
1602
|
-
.proicon-text-bullet-list::before {
|
|
1659
|
+
.proicon-text-bullet-list-tree::before {
|
|
1603
1660
|
content: "\f10a";
|
|
1604
1661
|
}
|
|
1605
|
-
.proicon-
|
|
1662
|
+
.proicon-text-bullet-list::before {
|
|
1606
1663
|
content: "\f10b";
|
|
1607
1664
|
}
|
|
1608
|
-
.proicon-treasure-chest::before {
|
|
1609
|
-
content: "\f10c";
|
|
1610
|
-
}
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
<p align="center">
|
|
26
26
|
<br>
|
|
27
|
-
Use <a href="https://github.com/ProCode-Software/proicons" target="_blank">ProIcons</a> as a webfont on your site without the need of using scripts.
|
|
27
|
+
🔡 Use <a href="https://github.com/ProCode-Software/proicons" target="_blank">ProIcons</a> as a webfont on your site without the need of using scripts.
|
|
28
28
|
<br>
|
|
29
29
|
<a href="https://procode-software.github.io/proicons/icons">Browse icons</a> |
|
|
30
30
|
<a href="https://procode-software.github.io/proicons/docs/webfont">Documentation</a> |
|
|
@@ -67,6 +67,10 @@ To import the Add icon:
|
|
|
67
67
|
<i class="proicon-add"></i>
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
+
## Request an icon
|
|
71
|
+
|
|
72
|
+
If an icon you want isn't in the set, you can request an icon in [discussions](https://github.com/ProCode-Software/proicons/discussions/categories/icon-requests).
|
|
73
|
+
|
|
70
74
|
## Contributing
|
|
71
75
|
|
|
72
76
|
For more info on how to contribute, please see our [contributing guide](https://github.com/ProCode-Software/proicons/blob/main/CONTRIBUTING.md).
|