@proicons/webfont 4.11.4 → 4.12.0

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 +97 -55
  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?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");
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");
8
8
  }
9
9
 
10
10
  i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
@@ -21,9 +21,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
21
21
  .proicon-add::before {
22
22
  content: "\e000";
23
23
  }
24
- .proicon-add-circular::before {
25
- content: "\e001";
26
- }
27
24
  .proicon-add-rhombus::before {
28
25
  content: "\e002";
29
26
  }
@@ -99,9 +96,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
99
96
  .proicon-play::before {
100
97
  content: "\e01a";
101
98
  }
102
- .proicon-play-circular::before {
103
- content: "\e01b";
104
- }
105
99
  .proicon-reverse::before {
106
100
  content: "\e01c";
107
101
  }
@@ -195,12 +189,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
195
189
  .proicon-person-multiple::before {
196
190
  content: "\e03a";
197
191
  }
198
- .proicon-phone-accept::before {
199
- content: "\e03b";
200
- }
201
- .proicon-phone-hang-up::before {
202
- content: "\e03c";
203
- }
204
192
  .proicon-send::before {
205
193
  content: "\e03d";
206
194
  }
@@ -588,9 +576,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
588
576
  .proicon-save::before {
589
577
  content: "\e0bd";
590
578
  }
591
- .proicon-save-as::before {
592
- content: "\e0be";
593
- }
594
579
  .proicon-accessibility::before {
595
580
  content: "\e0bf";
596
581
  }
@@ -672,12 +657,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
672
657
  .proicon-vehicle-car::before {
673
658
  content: "\e0d9";
674
659
  }
675
- .proicon-bar-graph::before {
676
- content: "\e0da";
677
- }
678
- .proicon-box-margins::before {
679
- content: "\e0db";
680
- }
681
660
  .proicon-clipboard::before {
682
661
  content: "\e0dc";
683
662
  }
@@ -1065,9 +1044,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1065
1044
  .proicon-hamburger::before {
1066
1045
  content: "\e15c";
1067
1046
  }
1068
- .proicon-box-drag::before {
1069
- content: "\e15d";
1070
- }
1071
1047
  .proicon-cursor-drag::before {
1072
1048
  content: "\e15e";
1073
1049
  }
@@ -1113,12 +1089,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1113
1089
  .proicon-volume::before {
1114
1090
  content: "\e16c";
1115
1091
  }
1116
- .proicon-volume-0::before {
1117
- content: "\e16d";
1118
- }
1119
- .proicon-volume-1::before {
1120
- content: "\e16e";
1121
- }
1122
1092
  .proicon-volume-mute::before {
1123
1093
  content: "\e16f";
1124
1094
  }
@@ -1161,9 +1131,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1161
1131
  .proicon-align-vertical-centers::before {
1162
1132
  content: "\e17c";
1163
1133
  }
1164
- .proicon-apps-list::before {
1165
- content: "\e17d";
1166
- }
1167
1134
  .proicon-archive::before {
1168
1135
  content: "\e17e";
1169
1136
  }
@@ -1212,15 +1179,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1212
1179
  .proicon-task-list::before {
1213
1180
  content: "\e18d";
1214
1181
  }
1215
- .proicon-text-bullet-list::before {
1216
- content: "\e18e";
1217
- }
1218
- .proicon-text-bullet-list-square::before {
1219
- content: "\e18f";
1220
- }
1221
- .proicon-text-bullet-list-square-add::before {
1222
- content: "\e190";
1223
- }
1224
1182
  .proicon-camera::before {
1225
1183
  content: "\e191";
1226
1184
  }
@@ -1353,9 +1311,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1353
1311
  .proicon-typescript::before {
1354
1312
  content: "\e1bc";
1355
1313
  }
1356
- .proicon-slash-box::before {
1357
- content: "\e1bd";
1358
- }
1359
1314
  .proicon-copyright::before {
1360
1315
  content: "\e1be";
1361
1316
  }
@@ -1443,9 +1398,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1443
1398
  .proicon-save-pencil::before {
1444
1399
  content: "\e0be";
1445
1400
  }
1446
- .proicon-volume-medium::before {
1447
- content: "\e16d";
1448
- }
1449
1401
  .proicon-volume-low::before {
1450
1402
  content: "\e16e";
1451
1403
  }
@@ -1464,9 +1416,6 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1464
1416
  .proicon-text-description::before {
1465
1417
  content: "\e1d9";
1466
1418
  }
1467
- .proicon-text-bullet-list-tree::before {
1468
- content: "\e1da";
1469
- }
1470
1419
  .proicon-subtract-square-multiple::before {
1471
1420
  content: "\e1db";
1472
1421
  }
@@ -1512,3 +1461,96 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
1512
1461
  .proicon-info-square::before {
1513
1462
  content: "\e1e9";
1514
1463
  }
1464
+ .proicon-call::before {
1465
+ content: "\e03b";
1466
+ }
1467
+ .proicon-call-end::before {
1468
+ content: "\e03c";
1469
+ }
1470
+ .proicon-bar-chart::before {
1471
+ content: "\e0da";
1472
+ }
1473
+ .proicon-square-margins::before {
1474
+ content: "\e0db";
1475
+ }
1476
+ .proicon-checkbox-list::before {
1477
+ content: "\e17c";
1478
+ }
1479
+ .proicon-bullet-list::before {
1480
+ content: "\e18d";
1481
+ }
1482
+ .proicon-bullet-list-square::before {
1483
+ content: "\e18e";
1484
+ }
1485
+ .proicon-bullet-list-square-add::before {
1486
+ content: "\e18f";
1487
+ }
1488
+ .proicon-bullet-list-tree::before {
1489
+ content: "\e1da";
1490
+ }
1491
+ .proicon-timer-off::before {
1492
+ content: "\e1ea";
1493
+ }
1494
+ .proicon-alarm-clock::before {
1495
+ content: "\e1eb";
1496
+ }
1497
+ .proicon-box-add::before {
1498
+ content: "\e1ec";
1499
+ }
1500
+ .proicon-dot-square::before {
1501
+ content: "\e1ed";
1502
+ }
1503
+ .proicon-dot-circle::before {
1504
+ content: "\e1ee";
1505
+ }
1506
+ .proicon-album::before {
1507
+ content: "\e1ef";
1508
+ }
1509
+ .proicon-tag-add::before {
1510
+ content: "\e1f0";
1511
+ }
1512
+ .proicon-tag-remove::before {
1513
+ content: "\e1f1";
1514
+ }
1515
+ .proicon-pie-chart::before {
1516
+ content: "\e1f2";
1517
+ }
1518
+ .proicon-file-text::before {
1519
+ content: "\e1f3";
1520
+ }
1521
+ .proicon-exclamation-mark::before {
1522
+ content: "\e1f4";
1523
+ }
1524
+ .proicon-road-barrier::before {
1525
+ content: "\e1f5";
1526
+ }
1527
+ .proicon-photo-add::before {
1528
+ content: "\e1f6";
1529
+ }
1530
+ .proicon-apps-list::before {
1531
+ content: "\f101";
1532
+ }
1533
+ .proicon-bar-graph::before {
1534
+ content: "\f102";
1535
+ }
1536
+ .proicon-box-margins::before {
1537
+ content: "\f103";
1538
+ }
1539
+ .proicon-phone-accept::before {
1540
+ content: "\f104";
1541
+ }
1542
+ .proicon-phone-hang-up::before {
1543
+ content: "\f105";
1544
+ }
1545
+ .proicon-text-bullet-list-square-add::before {
1546
+ content: "\f106";
1547
+ }
1548
+ .proicon-text-bullet-list-square::before {
1549
+ content: "\f107";
1550
+ }
1551
+ .proicon-text-bullet-list-tree::before {
1552
+ content: "\f108";
1553
+ }
1554
+ .proicon-text-bullet-list::before {
1555
+ content: "\f109";
1556
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proicons/webfont",
3
- "version": "4.11.4",
3
+ "version": "4.12.0",
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",