@proicons/webfont 4.11.2 → 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.
- package/LICENSE +1 -1
- package/ProIcons.css +152 -56
- package/package.json +1 -1
package/LICENSE
CHANGED
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?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
|
}
|
|
@@ -1435,26 +1390,167 @@ i[class^="proicon-"]::before, i[class*=" proicon-"]::before {
|
|
|
1435
1390
|
content: "\e1d7";
|
|
1436
1391
|
}
|
|
1437
1392
|
.proicon-add-circle::before {
|
|
1438
|
-
content: "\
|
|
1393
|
+
content: "\e001";
|
|
1394
|
+
}
|
|
1395
|
+
.proicon-play-circle::before {
|
|
1396
|
+
content: "\e01b";
|
|
1397
|
+
}
|
|
1398
|
+
.proicon-save-pencil::before {
|
|
1399
|
+
content: "\e0be";
|
|
1400
|
+
}
|
|
1401
|
+
.proicon-volume-low::before {
|
|
1402
|
+
content: "\e16e";
|
|
1403
|
+
}
|
|
1404
|
+
.proicon-slash-square::before {
|
|
1405
|
+
content: "\e1bd";
|
|
1439
1406
|
}
|
|
1440
1407
|
.proicon-cancel-octagon::before {
|
|
1441
|
-
content: "\
|
|
1408
|
+
content: "\e1d8";
|
|
1442
1409
|
}
|
|
1443
1410
|
.proicon-folder-multiple::before {
|
|
1411
|
+
content: "\e1d9";
|
|
1412
|
+
}
|
|
1413
|
+
.proicon-square-drag::before {
|
|
1414
|
+
content: "\e15d";
|
|
1415
|
+
}
|
|
1416
|
+
.proicon-text-description::before {
|
|
1417
|
+
content: "\e1d9";
|
|
1418
|
+
}
|
|
1419
|
+
.proicon-subtract-square-multiple::before {
|
|
1420
|
+
content: "\e1db";
|
|
1421
|
+
}
|
|
1422
|
+
.proicon-subtract-square::before {
|
|
1423
|
+
content: "\e1dc";
|
|
1424
|
+
}
|
|
1425
|
+
.proicon-sparkle-2::before {
|
|
1426
|
+
content: "\e1dd";
|
|
1427
|
+
}
|
|
1428
|
+
.proicon-cloud-add::before {
|
|
1429
|
+
content: "\e1de";
|
|
1430
|
+
}
|
|
1431
|
+
.proicon-cloud-arrow-up::before {
|
|
1432
|
+
content: "\e1df";
|
|
1433
|
+
}
|
|
1434
|
+
.proicon-cloud-arrow-down::before {
|
|
1435
|
+
content: "\e1e0";
|
|
1436
|
+
}
|
|
1437
|
+
.proicon-cloud-off::before {
|
|
1438
|
+
content: "\e1e1";
|
|
1439
|
+
}
|
|
1440
|
+
.proicon-target::before {
|
|
1441
|
+
content: "\e1e2";
|
|
1442
|
+
}
|
|
1443
|
+
.proicon-cylinder::before {
|
|
1444
|
+
content: "\e1e3";
|
|
1445
|
+
}
|
|
1446
|
+
.proicon-cube::before {
|
|
1447
|
+
content: "\e1e4";
|
|
1448
|
+
}
|
|
1449
|
+
.proicon-cone::before {
|
|
1450
|
+
content: "\e1e5";
|
|
1451
|
+
}
|
|
1452
|
+
.proicon-alert-rhombus::before {
|
|
1453
|
+
content: "\e1e6";
|
|
1454
|
+
}
|
|
1455
|
+
.proicon-diff::before {
|
|
1456
|
+
content: "\e1e7";
|
|
1457
|
+
}
|
|
1458
|
+
.proicon-chat-question::before {
|
|
1459
|
+
content: "\e1e8";
|
|
1460
|
+
}
|
|
1461
|
+
.proicon-info-square::before {
|
|
1462
|
+
content: "\e1e9";
|
|
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 {
|
|
1444
1537
|
content: "\f103";
|
|
1445
1538
|
}
|
|
1446
|
-
.proicon-
|
|
1539
|
+
.proicon-phone-accept::before {
|
|
1447
1540
|
content: "\f104";
|
|
1448
1541
|
}
|
|
1449
|
-
.proicon-
|
|
1542
|
+
.proicon-phone-hang-up::before {
|
|
1450
1543
|
content: "\f105";
|
|
1451
1544
|
}
|
|
1452
|
-
.proicon-
|
|
1545
|
+
.proicon-text-bullet-list-square-add::before {
|
|
1453
1546
|
content: "\f106";
|
|
1454
1547
|
}
|
|
1455
|
-
.proicon-
|
|
1548
|
+
.proicon-text-bullet-list-square::before {
|
|
1456
1549
|
content: "\f107";
|
|
1457
1550
|
}
|
|
1458
|
-
.proicon-
|
|
1551
|
+
.proicon-text-bullet-list-tree::before {
|
|
1459
1552
|
content: "\f108";
|
|
1460
1553
|
}
|
|
1554
|
+
.proicon-text-bullet-list::before {
|
|
1555
|
+
content: "\f109";
|
|
1556
|
+
}
|