@proicons/webfont 4.12.1 → 4.12.3

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.
Files changed (2) hide show
  1. package/ProIcons.css +54 -12
  2. 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?b3d50ae66a8acee89cee97fc79e45e12") format("truetype"),
5
- url("./ProIcons.woff?b3d50ae66a8acee89cee97fc79e45e12") format("woff"),
6
- url("./ProIcons.woff2?b3d50ae66a8acee89cee97fc79e45e12") format("woff2"),
7
- url("./ProIcons.eot?b3d50ae66a8acee89cee97fc79e45e12#iefix") format("embedded-opentype");
4
+ src: url("./ProIcons.ttf?07d2af66a691584c52d4f54b26502674") format("truetype"),
5
+ url("./ProIcons.woff?07d2af66a691584c52d4f54b26502674") format("woff"),
6
+ url("./ProIcons.woff2?07d2af66a691584c52d4f54b26502674") format("woff2"),
7
+ url("./ProIcons.eot?07d2af66a691584c52d4f54b26502674#iefix") format("embedded-opentype");
8
8
  }
9
9
 
10
10
  i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
@@ -1533,27 +1533,69 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1533
1533
  .proicon-apps-list::before {
1534
1534
  content: "\f101";
1535
1535
  }
1536
- .proicon-bar-graph::before {
1536
+ .proicon-asterisk::before {
1537
1537
  content: "\f102";
1538
1538
  }
1539
- .proicon-box-margins::before {
1539
+ .proicon-bar-graph::before {
1540
1540
  content: "\f103";
1541
1541
  }
1542
- .proicon-phone-accept::before {
1542
+ .proicon-basketball::before {
1543
1543
  content: "\f104";
1544
1544
  }
1545
- .proicon-phone-hang-up::before {
1545
+ .proicon-book-letter::before {
1546
1546
  content: "\f105";
1547
1547
  }
1548
- .proicon-text-bullet-list-square-add::before {
1548
+ .proicon-book-marked::before {
1549
1549
  content: "\f106";
1550
1550
  }
1551
- .proicon-text-bullet-list-square::before {
1551
+ .proicon-box-margins::before {
1552
1552
  content: "\f107";
1553
1553
  }
1554
- .proicon-text-bullet-list-tree::before {
1554
+ .proicon-bug-add::before {
1555
1555
  content: "\f108";
1556
1556
  }
1557
- .proicon-text-bullet-list::before {
1557
+ .proicon-bug-play::before {
1558
1558
  content: "\f109";
1559
1559
  }
1560
+ .proicon-code-square::before {
1561
+ content: "\f10a";
1562
+ }
1563
+ .proicon-eraser-sparkle::before {
1564
+ content: "\f10b";
1565
+ }
1566
+ .proicon-kotlin::before {
1567
+ content: "\f10c";
1568
+ }
1569
+ .proicon-openai::before {
1570
+ content: "\f10d";
1571
+ }
1572
+ .proicon-paintbrush-2-sparkle::before {
1573
+ content: "\f10e";
1574
+ }
1575
+ .proicon-pencil-sparkle::before {
1576
+ content: "\f10f";
1577
+ }
1578
+ .proicon-phone-accept::before {
1579
+ content: "\f110";
1580
+ }
1581
+ .proicon-phone-hang-up::before {
1582
+ content: "\f111";
1583
+ }
1584
+ .proicon-photo-sparkle::before {
1585
+ content: "\f112";
1586
+ }
1587
+ .proicon-power::before {
1588
+ content: "\f113";
1589
+ }
1590
+ .proicon-text-bullet-list-square-add::before {
1591
+ content: "\f114";
1592
+ }
1593
+ .proicon-text-bullet-list-square::before {
1594
+ content: "\f115";
1595
+ }
1596
+ .proicon-text-bullet-list-tree::before {
1597
+ content: "\f116";
1598
+ }
1599
+ .proicon-text-bullet-list::before {
1600
+ content: "\f117";
1601
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proicons/webfont",
3
- "version": "4.12.1",
3
+ "version": "4.12.3",
4
4
  "type": "module",
5
5
  "description": "Use ProIcons as a webfont on your site",
6
6
  "bugs": "https://github.com/ProCode-Software/proicons/issues",