primeicons 5.0.0 → 6.0.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/CHANGELOG.md +114 -4
- package/README.md +4 -2
- package/fonts/primeicons.eot +0 -0
- package/fonts/primeicons.svg +53 -31
- package/fonts/primeicons.ttf +0 -0
- package/fonts/primeicons.woff +0 -0
- package/fonts/primeicons.woff2 +0 -0
- package/package.json +1 -1
- package/primeicons.css +89 -1
- package/raw-svg/arrow-right-arrow-left.svg +4 -0
- package/raw-svg/arrows-alt.svg +4 -0
- package/raw-svg/backward.svg +4 -1
- package/raw-svg/bitcoin.svg +4 -0
- package/raw-svg/calculator.svg +4 -0
- package/raw-svg/cart-plus.svg +4 -0
- package/raw-svg/delete-left.svg +4 -0
- package/raw-svg/discord.svg +4 -1
- package/raw-svg/eraser.svg +4 -0
- package/raw-svg/fast-backward.svg +4 -1
- package/raw-svg/fast-forward.svg +4 -1
- package/raw-svg/file-edit.svg +4 -0
- package/raw-svg/file-export.svg +4 -0
- package/raw-svg/file-import.svg +4 -0
- package/raw-svg/file-word.svg +4 -0
- package/raw-svg/forward.svg +4 -1
- package/raw-svg/gift.svg +4 -0
- package/raw-svg/hourglass.svg +4 -0
- package/raw-svg/language.svg +4 -0
- package/raw-svg/megaphone.svg +4 -0
- package/raw-svg/microphone.svg +4 -0
- package/raw-svg/mobile.svg +4 -1
- package/raw-svg/palette.svg +4 -1
- package/raw-svg/question-circle.svg +4 -1
- package/raw-svg/shopping-cart.svg +4 -1
- package/raw-svg/sort-alpha-alt-down.svg +6 -1
- package/raw-svg/sort-alpha-alt-up.svg +6 -1
- package/raw-svg/sort-alpha-down.svg +6 -1
- package/raw-svg/sort-alpha-up.svg +6 -1
- package/raw-svg/sort-alt-slash.svg +6 -1
- package/raw-svg/sort-alt.svg +7 -1
- package/raw-svg/sort-amount-down-alt.svg +9 -1
- package/raw-svg/sort-amount-down.svg +9 -1
- package/raw-svg/sort-amount-up-alt.svg +9 -1
- package/raw-svg/sort-amount-up.svg +9 -1
- package/raw-svg/sort-numeric-up.svg +8 -1
- package/raw-svg/step-backward-alt.svg +4 -1
- package/raw-svg/step-forward-alt.svg +4 -1
- package/raw-svg/stopwatch.svg +4 -0
- package/raw-svg/tablet.svg +4 -1
- package/raw-svg/tag.svg +4 -1
- package/raw-svg/tags.svg +4 -1
- package/raw-svg/thumbs-down-fill.svg +4 -0
- package/raw-svg/thumbs-down.svg +4 -1
- package/raw-svg/thumbs-up-fill.svg +4 -0
- package/raw-svg/thumbs-up.svg +4 -1
- package/raw-svg/truck.svg +4 -0
- package/raw-svg/verified.svg +4 -0
- package/raw-svg/wrench.svg +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,121 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.0](https://github.com/primefaces/primeicons/tree/6.0.0) (2022-09-19)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/primefaces/primeicons/compare/5.0.0...6.0.0)
|
|
6
|
+
|
|
7
|
+
**Implemented New Features and Enhancements:**
|
|
8
|
+
|
|
9
|
+
- Add "delete-left" icon [\#760](https://github.com/primefaces/primeicons/issues/760)
|
|
10
|
+
- Add "stopwatch" icon [\#757](https://github.com/primefaces/primeicons/issues/757)
|
|
11
|
+
- Add "language" icon [\#704](https://github.com/primefaces/primeicons/issues/704)
|
|
12
|
+
- Add "thumbs-down-fill" icon [\#686](https://github.com/primefaces/primeicons/issues/686)
|
|
13
|
+
- Add "thumbs-up-fill" icon [\#637](https://github.com/primefaces/primeicons/issues/637)
|
|
14
|
+
- Add "gift" icon [\#631](https://github.com/primefaces/primeicons/issues/631)
|
|
15
|
+
- Add "arrow-right-arrow-left" icon [\#575](https://github.com/primefaces/primeicons/issues/575)
|
|
16
|
+
- Add "file-edit" icon [\#570](https://github.com/primefaces/primeicons/issues/570)
|
|
17
|
+
- Add "file-word" icon [\#567](https://github.com/primefaces/primeicons/issues/567)
|
|
18
|
+
- Add "file-import" icon [\#545](https://github.com/primefaces/primeicons/issues/545)
|
|
19
|
+
- Add "verified" icon [\#496](https://github.com/primefaces/primeicons/issues/496)
|
|
20
|
+
- Add "wrench" icon [\#494](https://github.com/primefaces/primeicons/issues/494)
|
|
21
|
+
- Add "hourglass" icon [\#491](https://github.com/primefaces/primeicons/issues/491)
|
|
22
|
+
- Add "megaphone" icon [\#400](https://github.com/primefaces/primeicons/issues/400)
|
|
23
|
+
- Add "file-export" icon [\#369](https://github.com/primefaces/primeicons/issues/369)
|
|
24
|
+
- Add "microphone" icon [\#360](https://github.com/primefaces/primeicons/issues/360)
|
|
25
|
+
- Add "cart-plus" icon [\#326](https://github.com/primefaces/primeicons/issues/326)
|
|
26
|
+
- Add "bitcoin" icon [\#321](https://github.com/primefaces/primeicons/issues/321)
|
|
27
|
+
- Add "eraser" icon [\#287](https://github.com/primefaces/primeicons/issues/287)
|
|
28
|
+
- Add "arrows-alt" icon [\#272](https://github.com/primefaces/primeicons/issues/272)
|
|
29
|
+
- Add "truck" icon [\#265](https://github.com/primefaces/primeicons/issues/265)
|
|
30
|
+
- Add "calculator" icon [\#193](https://github.com/primefaces/primeicons/issues/193)
|
|
31
|
+
- Add woff2 format support [\#301](https://github.com/primefaces/primeicons/issues/301)
|
|
32
|
+
- Update readme.md with new icons [\#529](https://github.com/primefaces/primeicons/issues/529)
|
|
33
|
+
|
|
34
|
+
**Fixed bugs:**
|
|
35
|
+
|
|
36
|
+
- Update "Discord" icon [\#688](https://github.com/primefaces/primeicons/issues/688)
|
|
37
|
+
- Fix "exclamation-triangle" icon [\#795](https://github.com/primefaces/primeicons/issues/795)
|
|
38
|
+
- Fix "sort-amount-up-alt" icon [\#794](https://github.com/primefaces/primeicons/issues/794)
|
|
39
|
+
- Fix "sort-amount-down-alt" icon [\#793](https://github.com/primefaces/primeicons/issues/793)
|
|
40
|
+
- Fix "sort-amount-down" icon [\#792](https://github.com/primefaces/primeicons/issues/792)
|
|
41
|
+
- Fix "sort-amount-up" icon [\#791](https://github.com/primefaces/primeicons/issues/791)
|
|
42
|
+
- Fix "sort-alt" icon [\#790](https://github.com/primefaces/primeicons/issues/790)
|
|
43
|
+
- Fix "sort-alpha-up" icon [\#789](https://github.com/primefaces/primeicons/issues/789)
|
|
44
|
+
- Fix "sort-alpha-down" icon [\#788](https://github.com/primefaces/primeicons/issues/788)
|
|
45
|
+
- Fix "sort-numeric-up" icon [\#787](https://github.com/primefaces/primeicons/issues/787)
|
|
46
|
+
- Fix "sort-alpha-alt-up" icon [\#786](https://github.com/primefaces/primeicons/issues/786)
|
|
47
|
+
- Fix "sort-alpha-alt-down" icon [\#785](https://github.com/primefaces/primeicons/issues/785)
|
|
48
|
+
- Fix "sort-alt-slash" icon [\#784](https://github.com/primefaces/primeicons/issues/784)
|
|
49
|
+
- Fix "shopping-cart" icon [\#783](https://github.com/primefaces/primeicons/issues/783)
|
|
50
|
+
- Fix "thumbs-down" icon [\#782](https://github.com/primefaces/primeicons/issues/782)
|
|
51
|
+
- Fix "thumbs-up" icon [\#781](https://github.com/primefaces/primeicons/issues/781)
|
|
52
|
+
- Fix "step-backward-alt" icon [\#780](https://github.com/primefaces/primeicons/issues/780)
|
|
53
|
+
- Fix "step-forward-alt" icon [\#779](https://github.com/primefaces/primeicons/issues/779)
|
|
54
|
+
- Fix "forward" icon [\#778](https://github.com/primefaces/primeicons/issues/778)
|
|
55
|
+
- Fix "backward" icon [\#777](https://github.com/primefaces/primeicons/issues/777)
|
|
56
|
+
- Fix "fast-backward" icon [\#776](https://github.com/primefaces/primeicons/issues/776)
|
|
57
|
+
- Fix "fast-forward" icon [\#775](https://github.com/primefaces/primeicons/issues/775)
|
|
58
|
+
- Fix "tags" icon [\#774](https://github.com/primefaces/primeicons/issues/774)
|
|
59
|
+
- Fix "tag" icon [\#773](https://github.com/primefaces/primeicons/issues/773)
|
|
60
|
+
- Fix "tablet" icon [\#770](https://github.com/primefaces/primeicons/issues/770)
|
|
61
|
+
- Fix "mobile" icon [\#769](https://github.com/primefaces/primeicons/issues/769)
|
|
62
|
+
- Fix "question-circle" icon [\#768](https://github.com/primefaces/primeicons/issues/768)
|
|
63
|
+
- Fix "palette" icon [\#767](https://github.com/primefaces/primeicons/issues/767)
|
|
64
|
+
- Fix "calendar" icon [\#766](https://github.com/primefaces/primeicons/issues/766)
|
|
65
|
+
|
|
66
|
+
## [5.0.0](https://github.com/primefaces/primeicons/tree/5.0.0) (2021-11-04)
|
|
67
|
+
|
|
68
|
+
[Full Changelog](https://github.com/primefaces/primeicons/compare/4.1.0...5.0.0)
|
|
69
|
+
|
|
70
|
+
**Breaking changes:**
|
|
71
|
+
|
|
72
|
+
- Rename circle and star icons, remove "-o" postfix, add new "-fill" postfix icons [\#514](https://github.com/primefaces/primeicons/issues/514)
|
|
73
|
+
|
|
74
|
+
**Implemented New Features and Enhancements:**
|
|
75
|
+
|
|
76
|
+
- Add "arrows-v" icon [\#516](https://github.com/primefaces/primeicons/issues/516)
|
|
77
|
+
- Add "Prime" icon [\#515](https://github.com/primefaces/primeicons/issues/515)
|
|
78
|
+
- Add "bookmark-fill" icon [\#511](https://github.com/primefaces/primeicons/issues/511)
|
|
79
|
+
- Add "heart-fill" icon [\#510](https://github.com/primefaces/primeicons/issues/510)
|
|
80
|
+
- Add "flag-fill" icon [\#509](https://github.com/primefaces/primeicons/issues/509)
|
|
81
|
+
- Add "arrow-down-right" icon [\#505](https://github.com/primefaces/primeicons/issues/505)
|
|
82
|
+
- Add "arrow-down-left" icon [\#504](https://github.com/primefaces/primeicons/issues/504)
|
|
83
|
+
- Add "arrow-up-right" icon [\#503](https://github.com/primefaces/primeicons/issues/503)
|
|
84
|
+
- Add "arrow-up-left" icon [\#502](https://github.com/primefaces/primeicons/issues/502)
|
|
85
|
+
- Add "stop" icon [\#500](https://github.com/primefaces/primeicons/issues/500)
|
|
86
|
+
- Add "server" icon [\#485](https://github.com/primefaces/primeicons/issues/485)
|
|
87
|
+
- Add "shopping bag" icon [\#470](https://github.com/primefaces/primeicons/issues/470)
|
|
88
|
+
- Add "bolt" icon [\#468](https://github.com/primefaces/primeicons/issues/468)
|
|
89
|
+
- Add "sync" icon [\#462](https://github.com/primefaces/primeicons/issues/462)
|
|
90
|
+
- Add "Instagram" icon [\#455](https://github.com/primefaces/primeicons/issues/455)
|
|
91
|
+
- Add "pi-sort-alt-slash" icon [\#452](https://github.com/primefaces/primeicons/issues/452)
|
|
92
|
+
- Add "chart-pie" icon [\#414](https://github.com/primefaces/primeicons/issues/414)
|
|
93
|
+
- Add "at" icon [\#404](https://github.com/primefaces/primeicons/issues/404)
|
|
94
|
+
- Add "database" icon [\#392](https://github.com/primefaces/primeicons/issues/392)
|
|
95
|
+
- Add "car" icon [\#388](https://github.com/primefaces/primeicons/issues/388)
|
|
96
|
+
- Add "qrcode" icon [\#387](https://github.com/primefaces/primeicons/issues/387)
|
|
97
|
+
- Add "code" icon [\#381](https://github.com/primefaces/primeicons/issues/381)
|
|
98
|
+
- Add "Telegram" icon [\#368](https://github.com/primefaces/primeicons/issues/368)
|
|
99
|
+
- Add "Reddit" icon [\#312](https://github.com/primefaces/primeicons/issues/312)
|
|
100
|
+
- Add "Whatsapp" icon [\#311](https://github.com/primefaces/primeicons/issues/311)
|
|
101
|
+
- Add "arrows-h" icon [\#309](https://github.com/primefaces/primeicons/issues/309)
|
|
102
|
+
- Add "Linkedin" icon [\#308](https://github.com/primefaces/primeicons/issues/308)
|
|
103
|
+
- Add "box" icon [\#264](https://github.com/primefaces/primeicons/issues/264)
|
|
104
|
+
- Add "hashtag" icon [\#259](https://github.com/primefaces/primeicons/issues/259)
|
|
105
|
+
- Add "history" icon [\#247](https://github.com/primefaces/primeicons/issues/247)
|
|
106
|
+
- Add "building" icon [\#236](https://github.com/primefaces/primeicons/issues/236)
|
|
107
|
+
- Add "pound" icon [\#226](https://github.com/primefaces/primeicons/issues/226)
|
|
108
|
+
- Add "stop-circle" icon [\#214](https://github.com/primefaces/primeicons/issues/214)
|
|
109
|
+
- Google LightHouse: font-display:block [\#361](https://github.com/primefaces/primeicons/issues/361)
|
|
110
|
+
- Add missing import css from install instructions [\#464](https://github.com/primefaces/primeicons/issues/464)
|
|
111
|
+
|
|
3
112
|
## [4.1.0](https://github.com/primefaces/primeicons/tree/4.1.0) (2020-11-18)
|
|
4
113
|
|
|
5
114
|
[Full Changelog](https://github.com/primefaces/primeicons/compare/4.0.0...4.1.0)
|
|
6
115
|
|
|
7
|
-
**New
|
|
116
|
+
**Implemented New Features and Enhancements:**
|
|
8
117
|
|
|
118
|
+
- Add inverse "pi-sort" icon \(as "pi-sort-inverse"\) [\#151](https://github.com/primefaces/primeicons/issues/151)
|
|
9
119
|
- Add "slack" icon [\#294](https://github.com/primefaces/primeicons/issues/294)
|
|
10
120
|
- Add "youtube" icon [\#288](https://github.com/primefaces/primeicons/issues/288)
|
|
11
121
|
- Add "vimeo" icon [\#276](https://github.com/primefaces/primeicons/issues/276)
|
|
@@ -49,7 +159,7 @@
|
|
|
49
159
|
|
|
50
160
|
[Full Changelog](https://github.com/primefaces/primeicons/compare/2.0.0...3.0.0-rc.1)
|
|
51
161
|
|
|
52
|
-
**New
|
|
162
|
+
**Implemented New Features and Enhancements:**
|
|
53
163
|
|
|
54
164
|
- Fix issues of arrow, chevron and angle icon families [\#227](https://github.com/primefaces/primeicons/issues/227)
|
|
55
165
|
|
|
@@ -57,7 +167,7 @@
|
|
|
57
167
|
|
|
58
168
|
[Full Changelog](https://github.com/primefaces/primeicons/compare/1.0.0...2.0.0)
|
|
59
169
|
|
|
60
|
-
**New
|
|
170
|
+
**Implemented New Features and Enhancements:**
|
|
61
171
|
|
|
62
172
|
- Controlling Font Performance with font-display [\#164](https://github.com/primefaces/primeicons/issues/164)
|
|
63
173
|
- Add "apple" icon [\#125](https://github.com/primefaces/primeicons/issues/125)
|
|
@@ -96,7 +206,7 @@
|
|
|
96
206
|
|
|
97
207
|
[Full Changelog](https://github.com/primefaces/primeicons/compare/705daae329840f6e935a2dde0ea7d5b2705de5c4...1.0.0)
|
|
98
208
|
|
|
99
|
-
**New
|
|
209
|
+
**Implemented New Features and Enhancements:**
|
|
100
210
|
|
|
101
211
|
- Add "smartphone" icon [\#127](https://github.com/primefaces/primeicons/issues/127)
|
|
102
212
|
- Add "tablet" icon [\#126](https://github.com/primefaces/primeicons/issues/126)
|
package/README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
[](https://opensource.org/licenses/MIT)
|
|
2
2
|
[](https://badge.fury.io/js/primeicons)
|
|
3
|
+
[](https://www.npmjs.com/package/primeicons)
|
|
4
|
+
[](https://discord.gg/gzKFYnpmCY)
|
|
3
5
|
|
|
4
6
|
---
|
|
5
7
|
|
|
6
8
|

|
|
7
9
|
|
|
8
|
-
Font Icon Library for Prime UI Libraries: [PrimeNG](https://www.primefaces.org/primeng
|
|
10
|
+
Font Icon Library for Prime UI Libraries: [PrimeNG](https://www.primefaces.org/primeng/icons/) | [PrimeReact](https://www.primefaces.org/primereact/icons/) | [PrimeFaces](https://primefaces.org/showcase/icons.xhtml) | [PrimeVue](https://primefaces.org/primevue/icons)
|
|
9
11
|
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-

|
package/fonts/primeicons.eot
CHANGED
|
Binary file
|