@proicons/webfont 4.12.0 → 4.12.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.
Files changed (2) hide show
  1. package/ProIcons.css +57 -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?87ca56a526ae49fbe4efc34e8745ec74") format("truetype"),
5
- url("./ProIcons.woff?87ca56a526ae49fbe4efc34e8745ec74") format("woff"),
6
- url("./ProIcons.woff2?87ca56a526ae49fbe4efc34e8745ec74") format("woff2"),
7
- url("./ProIcons.eot?87ca56a526ae49fbe4efc34e8745ec74#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 {
@@ -1527,30 +1527,75 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1527
1527
  .proicon-photo-add::before {
1528
1528
  content: "\e1f6";
1529
1529
  }
1530
+ .proicon-road-cone::before {
1531
+ content: "\e1f7";
1532
+ }
1530
1533
  .proicon-apps-list::before {
1531
1534
  content: "\f101";
1532
1535
  }
1533
- .proicon-bar-graph::before {
1536
+ .proicon-asterisk::before {
1534
1537
  content: "\f102";
1535
1538
  }
1536
- .proicon-box-margins::before {
1539
+ .proicon-bar-graph::before {
1537
1540
  content: "\f103";
1538
1541
  }
1539
- .proicon-phone-accept::before {
1542
+ .proicon-basketball::before {
1540
1543
  content: "\f104";
1541
1544
  }
1542
- .proicon-phone-hang-up::before {
1545
+ .proicon-book-letter::before {
1543
1546
  content: "\f105";
1544
1547
  }
1545
- .proicon-text-bullet-list-square-add::before {
1548
+ .proicon-book-marked::before {
1546
1549
  content: "\f106";
1547
1550
  }
1548
- .proicon-text-bullet-list-square::before {
1551
+ .proicon-box-margins::before {
1549
1552
  content: "\f107";
1550
1553
  }
1551
- .proicon-text-bullet-list-tree::before {
1554
+ .proicon-bug-add::before {
1552
1555
  content: "\f108";
1553
1556
  }
1554
- .proicon-text-bullet-list::before {
1557
+ .proicon-bug-play::before {
1555
1558
  content: "\f109";
1556
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.0",
3
+ "version": "4.12.2",
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",