@proicons/webfont 4.11.2 → 4.11.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/ProIcons.css +71 -17
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 ProCode
3
+ Copyright (c) 2025 ProCode
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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?5f394d80dd36338f880ae2d3e9811ec3") format("truetype"),
5
- url("./ProIcons.woff?5f394d80dd36338f880ae2d3e9811ec3") format("woff"),
6
- url("./ProIcons.woff2?5f394d80dd36338f880ae2d3e9811ec3") format("woff2"),
7
- url("./ProIcons.eot?5f394d80dd36338f880ae2d3e9811ec3#iefix") format("embedded-opentype");
4
+ src: url("./ProIcons.ttf?4f4ec4d8a85652b398c3ab7880a35033") format("truetype"),
5
+ url("./ProIcons.woff?4f4ec4d8a85652b398c3ab7880a35033") format("woff"),
6
+ url("./ProIcons.woff2?4f4ec4d8a85652b398c3ab7880a35033") format("woff2"),
7
+ url("./ProIcons.eot?4f4ec4d8a85652b398c3ab7880a35033#iefix") format("embedded-opentype");
8
8
  }
9
9
 
10
10
  i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
@@ -1435,26 +1435,80 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1435
1435
  content: "\e1d7";
1436
1436
  }
1437
1437
  .proicon-add-circle::before {
1438
- content: "\f101";
1438
+ content: "\e001";
1439
+ }
1440
+ .proicon-play-circle::before {
1441
+ content: "\e01b";
1442
+ }
1443
+ .proicon-save-pencil::before {
1444
+ content: "\e0be";
1445
+ }
1446
+ .proicon-volume-medium::before {
1447
+ content: "\e16d";
1448
+ }
1449
+ .proicon-volume-low::before {
1450
+ content: "\e16e";
1451
+ }
1452
+ .proicon-slash-square::before {
1453
+ content: "\e1bd";
1439
1454
  }
1440
1455
  .proicon-cancel-octagon::before {
1441
- content: "\f102";
1456
+ content: "\e1d8";
1442
1457
  }
1443
1458
  .proicon-folder-multiple::before {
1444
- content: "\f103";
1459
+ content: "\e1d9";
1445
1460
  }
1446
- .proicon-play-circle::before {
1447
- content: "\f104";
1461
+ .proicon-square-drag::before {
1462
+ content: "\e15d";
1448
1463
  }
1449
- .proicon-save-pencil::before {
1450
- content: "\f105";
1464
+ .proicon-text-description::before {
1465
+ content: "\e1d9";
1451
1466
  }
1452
- .proicon-slash-square::before {
1453
- content: "\f106";
1467
+ .proicon-text-bullet-list-tree::before {
1468
+ content: "\e1da";
1454
1469
  }
1455
- .proicon-volume-low::before {
1456
- content: "\f107";
1470
+ .proicon-subtract-square-multiple::before {
1471
+ content: "\e1db";
1457
1472
  }
1458
- .proicon-volume-medium::before {
1459
- content: "\f108";
1473
+ .proicon-subtract-square::before {
1474
+ content: "\e1dc";
1475
+ }
1476
+ .proicon-sparkle-2::before {
1477
+ content: "\e1dd";
1478
+ }
1479
+ .proicon-cloud-add::before {
1480
+ content: "\e1de";
1481
+ }
1482
+ .proicon-cloud-arrow-up::before {
1483
+ content: "\e1df";
1484
+ }
1485
+ .proicon-cloud-arrow-down::before {
1486
+ content: "\e1e0";
1487
+ }
1488
+ .proicon-cloud-off::before {
1489
+ content: "\e1e1";
1490
+ }
1491
+ .proicon-target::before {
1492
+ content: "\e1e2";
1493
+ }
1494
+ .proicon-cylinder::before {
1495
+ content: "\e1e3";
1496
+ }
1497
+ .proicon-cube::before {
1498
+ content: "\e1e4";
1499
+ }
1500
+ .proicon-cone::before {
1501
+ content: "\e1e5";
1502
+ }
1503
+ .proicon-alert-rhombus::before {
1504
+ content: "\e1e6";
1505
+ }
1506
+ .proicon-diff::before {
1507
+ content: "\e1e7";
1508
+ }
1509
+ .proicon-chat-question::before {
1510
+ content: "\e1e8";
1511
+ }
1512
+ .proicon-info-square::before {
1513
+ content: "\e1e9";
1460
1514
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proicons/webfont",
3
- "version": "4.11.2",
3
+ "version": "4.11.4",
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",