@progress/kendo-font-icons 3.3.0 → 4.1.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/dist/icon-list.json +8 -8
- package/dist/icons.json +77 -0
- package/dist/index.css +1137 -1093
- package/dist/index.css.map +1 -0
- package/dist/kendo-font-icons.ttf +0 -0
- package/package.json +3 -3
- package/scss/_font.scss +1 -1
- package/scss/_icon-list.scss +11 -0
- package/scss/_variables.scss +2 -0
- package/scss/all.scss +2 -1
- package/scss/index.scss +5 -3
- package/scss/kendo-font-icons.ttf +0 -0
package/dist/icon-list.json
CHANGED
|
@@ -149,14 +149,14 @@
|
|
|
149
149
|
"highlight-free",
|
|
150
150
|
"free-text",
|
|
151
151
|
"x-logo",
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
152
|
+
"inputbox",
|
|
153
|
+
"scale",
|
|
154
|
+
"van",
|
|
155
|
+
"truck",
|
|
156
|
+
"wallet-outline",
|
|
157
|
+
"transactions",
|
|
158
|
+
"handle-drag-dots",
|
|
159
|
+
"arrow-down-left",
|
|
160
160
|
null,
|
|
161
161
|
null,
|
|
162
162
|
null,
|
package/dist/icons.json
CHANGED
|
@@ -1665,6 +1665,83 @@
|
|
|
1665
1665
|
"unicode": "e095",
|
|
1666
1666
|
"id": 693
|
|
1667
1667
|
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "inputbox",
|
|
1670
|
+
"ligatures": [],
|
|
1671
|
+
"aliases": [],
|
|
1672
|
+
"categories": [
|
|
1673
|
+
"editing"
|
|
1674
|
+
],
|
|
1675
|
+
"unicode": "e096",
|
|
1676
|
+
"id": 694
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "scale",
|
|
1680
|
+
"ligatures": [],
|
|
1681
|
+
"aliases": [],
|
|
1682
|
+
"categories": [
|
|
1683
|
+
"actions"
|
|
1684
|
+
],
|
|
1685
|
+
"unicode": "e097",
|
|
1686
|
+
"id": 695
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "van",
|
|
1690
|
+
"ligatures": [],
|
|
1691
|
+
"aliases": [],
|
|
1692
|
+
"categories": [],
|
|
1693
|
+
"unicode": "e098",
|
|
1694
|
+
"id": 696
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "truck",
|
|
1698
|
+
"ligatures": [],
|
|
1699
|
+
"aliases": [],
|
|
1700
|
+
"categories": [],
|
|
1701
|
+
"unicode": "e099",
|
|
1702
|
+
"id": 697
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"name": "wallet-outline",
|
|
1706
|
+
"ligatures": [],
|
|
1707
|
+
"aliases": [],
|
|
1708
|
+
"categories": [],
|
|
1709
|
+
"unicode": "e09a",
|
|
1710
|
+
"id": 698
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "transactions",
|
|
1714
|
+
"ligatures": [],
|
|
1715
|
+
"aliases": [],
|
|
1716
|
+
"categories": [],
|
|
1717
|
+
"unicode": "e09b",
|
|
1718
|
+
"id": 699
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "handle-drag-dots",
|
|
1722
|
+
"ligatures": [],
|
|
1723
|
+
"aliases": [
|
|
1724
|
+
"six-dice",
|
|
1725
|
+
"six-dots-vertical"
|
|
1726
|
+
],
|
|
1727
|
+
"categories": [
|
|
1728
|
+
"layout"
|
|
1729
|
+
],
|
|
1730
|
+
"unicode": "e09c",
|
|
1731
|
+
"id": 702
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "arrow-down-left",
|
|
1735
|
+
"ligatures": [],
|
|
1736
|
+
"aliases": [
|
|
1737
|
+
"return-key"
|
|
1738
|
+
],
|
|
1739
|
+
"categories": [
|
|
1740
|
+
"arrows"
|
|
1741
|
+
],
|
|
1742
|
+
"unicode": "e09d",
|
|
1743
|
+
"id": 701
|
|
1744
|
+
},
|
|
1668
1745
|
{
|
|
1669
1746
|
"name": "undo",
|
|
1670
1747
|
"ligatures": [],
|