@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.
- package/LICENSE +1 -1
- package/ProIcons.css +71 -17
- 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?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: "\
|
|
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: "\
|
|
1456
|
+
content: "\e1d8";
|
|
1442
1457
|
}
|
|
1443
1458
|
.proicon-folder-multiple::before {
|
|
1444
|
-
content: "\
|
|
1459
|
+
content: "\e1d9";
|
|
1445
1460
|
}
|
|
1446
|
-
.proicon-
|
|
1447
|
-
content: "\
|
|
1461
|
+
.proicon-square-drag::before {
|
|
1462
|
+
content: "\e15d";
|
|
1448
1463
|
}
|
|
1449
|
-
.proicon-
|
|
1450
|
-
content: "\
|
|
1464
|
+
.proicon-text-description::before {
|
|
1465
|
+
content: "\e1d9";
|
|
1451
1466
|
}
|
|
1452
|
-
.proicon-
|
|
1453
|
-
content: "\
|
|
1467
|
+
.proicon-text-bullet-list-tree::before {
|
|
1468
|
+
content: "\e1da";
|
|
1454
1469
|
}
|
|
1455
|
-
.proicon-
|
|
1456
|
-
content: "\
|
|
1470
|
+
.proicon-subtract-square-multiple::before {
|
|
1471
|
+
content: "\e1db";
|
|
1457
1472
|
}
|
|
1458
|
-
.proicon-
|
|
1459
|
-
content: "\
|
|
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
|
}
|