remixicon 4.4.0 → 4.5.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 (66) hide show
  1. package/README.md +5 -5
  2. package/README_CN.md +4 -4
  3. package/fonts/remixicon.css +45 -8
  4. package/fonts/remixicon.eot +0 -0
  5. package/fonts/remixicon.glyph.json +1 -1
  6. package/fonts/remixicon.less +45 -8
  7. package/fonts/remixicon.svg +3097 -2986
  8. package/fonts/remixicon.symbol.svg +3 -3
  9. package/fonts/remixicon.ttf +0 -0
  10. package/fonts/remixicon.woff +0 -0
  11. package/fonts/remixicon.woff2 +0 -0
  12. package/icons/Arrows/arrow-down-box-line.svg +1 -1
  13. package/icons/Design/color-filter-ai-fill.svg +1 -1
  14. package/icons/Editor/ai-generate-2.svg +1 -0
  15. package/icons/Editor/ai-generate-text.svg +1 -0
  16. package/icons/Editor/font-size-ai.svg +1 -0
  17. package/icons/Finance/coins-fill.svg +1 -1
  18. package/icons/Finance/coins-line.svg +1 -1
  19. package/icons/Finance/coupon-5-fill.svg +1 -1
  20. package/icons/Finance/currency-fill.svg +1 -1
  21. package/icons/Finance/currency-line.svg +1 -1
  22. package/icons/Finance/safe-3-fill.svg +1 -0
  23. package/icons/Finance/safe-3-line.svg +1 -0
  24. package/icons/Finance/vip-crown-2-line.svg +1 -1
  25. package/icons/Logos/anthropic-fill.svg +1 -0
  26. package/icons/Logos/anthropic-line.svg +1 -0
  27. package/icons/Logos/claude-fill.svg +1 -0
  28. package/icons/Logos/claude-line.svg +1 -0
  29. package/icons/Logos/mixtral-fill.svg +1 -0
  30. package/icons/Logos/mixtral-line.svg +1 -0
  31. package/icons/Logos/perplexity-fill.svg +1 -0
  32. package/icons/Logos/perplexity-line.svg +1 -0
  33. package/icons/Logos/pix-fill.svg +1 -1
  34. package/icons/Logos/pix-line.svg +1 -1
  35. package/icons/Media/camera-lens-ai-fill.svg +1 -0
  36. package/icons/Media/camera-lens-ai-line.svg +1 -0
  37. package/icons/Media/clapperboard-ai-fill.svg +1 -0
  38. package/icons/Media/clapperboard-ai-line.svg +1 -0
  39. package/icons/Media/closed-captioning-ai-fill.svg +1 -0
  40. package/icons/Media/closed-captioning-ai-line.svg +1 -0
  41. package/icons/Media/dvd-ai-fill.svg +1 -0
  42. package/icons/Media/dvd-ai-line.svg +1 -0
  43. package/icons/Media/film-ai-fill.svg +1 -0
  44. package/icons/Media/film-ai-line.svg +1 -0
  45. package/icons/Media/mic-2-ai-fill.svg +1 -1
  46. package/icons/Media/mic-ai-fill.svg +1 -1
  47. package/icons/Media/movie-2-ai-fill.svg +1 -0
  48. package/icons/Media/movie-2-ai-line.svg +1 -0
  49. package/icons/Media/mv-ai-fill.svg +1 -0
  50. package/icons/Media/mv-ai-line.svg +1 -0
  51. package/icons/Media/volume-down-fill.svg +1 -1
  52. package/icons/Media/volume-down-line.svg +1 -1
  53. package/icons/Media/volume-mute-fill.svg +1 -1
  54. package/icons/Media/volume-mute-line.svg +1 -1
  55. package/icons/Others/flower-line.svg +1 -1
  56. package/icons/Others/poker-clubs-fill.svg +1 -0
  57. package/icons/Others/poker-clubs-line.svg +1 -0
  58. package/icons/Others/poker-diamonds-fill.svg +1 -0
  59. package/icons/Others/poker-diamonds-line.svg +1 -0
  60. package/icons/Others/poker-hearts-fill.svg +1 -0
  61. package/icons/Others/poker-hearts-line.svg +1 -0
  62. package/icons/Others/poker-spades-fill.svg +1 -0
  63. package/icons/Others/poker-spades-line.svg +1 -0
  64. package/icons/System/apps-2-ai-fill.svg +1 -0
  65. package/icons/System/apps-2-ai-line.svg +1 -0
  66. package/package.json +1 -1
package/README.md CHANGED
@@ -7,11 +7,9 @@
7
7
 
8
8
  [![Sponsor](./.github/files/streamline.svg)](https://go.streamlinehq.com/remix-github)
9
9
 
10
-
11
-
12
10
  English | [简体中文](./README_CN.md)
13
11
 
14
- Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2800+ icons are all elaborately crafted so that they are born with the genes of readability, consistency, and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.
12
+ Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2900+ icons are all elaborately crafted so that they are born with the genes of readability, consistency, and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.
15
13
 
16
14
  [![icon demo](./.github/files/preview.svg)](https://remixicon.com)
17
15
  View the full set of Remix Icons at [remixicon.com](https://remixicon.com).
@@ -58,12 +56,12 @@ Copy the following code and add it to the <head> tag of your HTML document
58
56
 
59
57
  ```html
60
58
  <link
61
- href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
59
+ href="https://cdn.jsdelivr.net/npm/remixicon@4.4.0/fonts/remixicon.css"
62
60
  rel="stylesheet"
63
61
  />
64
62
  ```
65
63
 
66
- > The `@4.3.0` in the CDN link can be changed to any history version we've published.
64
+ > The `@4.4.0` in the CDN link can be changed to any history version we've published.
67
65
 
68
66
  #### Download Manually
69
67
 
@@ -210,6 +208,8 @@ It's simple and easy. Just star our project and recommend it to your friends. Yo
210
208
 
211
209
  We are all newcomers on X / Twitter. Feel free to follow us and help enhance our visibility.
212
210
 
211
+ RemixDesign: https://x.com/RemixDesignHQ
212
+
213
213
  Designer: https://x.com/remixdesigner
214
214
 
215
215
  Developer: https://twitter.com/wendygaoyuan
package/README_CN.md CHANGED
@@ -7,8 +7,6 @@
7
7
 
8
8
  [![Sponsor](./.github/files/streamline.svg)](https://go.streamlinehq.com/remix-github)
9
9
 
10
-
11
-
12
10
  [English](./README.md) | 简体中文
13
11
 
14
12
  Remix Icon 是一套面向设计师和开发者的开源图标库。我们在设计之初将图标风格定义为中性风格,以便适用于各种用户群的项目。与拼凑混搭的图标库不同,Remix Icon 的每一枚图标都是由设计师按照统一规范精心绘制的,并确保每一枚图标在拥有完美像素对齐的基础上风格一致且简洁易读。图标以 24x24 网格为基准,分为“线性图标”和“面型图标”两种风格。所有的图标均可免费用于个人项目和商业项目,Enjoy it~
@@ -59,12 +57,12 @@ import 'remixicon/fonts/remixicon.css'
59
57
 
60
58
  ```html
61
59
  <link
62
- href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
60
+ href="https://cdn.jsdelivr.net/npm/remixicon@4.4.0/fonts/remixicon.css"
63
61
  rel="stylesheet"
64
62
  />
65
63
  ```
66
64
 
67
- > 上面 CDN 链接中的 `@4.3.0` 可以更改为任何我们曾经发布过的历史版本号。
65
+ > 上面 CDN 链接中的 `@4.4.0` 可以更改为任何我们曾经发布过的历史版本号。
68
66
 
69
67
  #### 手动下载引入
70
68
 
@@ -211,6 +209,8 @@ Remix Icon 是基于 [Apache License Version 2.0](https://github.com/Remix-Desig
211
209
 
212
210
  我们都是 X / Twitter 上的新人,欢迎关注我们为我们增加一点人气~
213
211
 
212
+ 官号 - https://x.com/RemixDesignHQ
213
+
214
214
  设计师 - https://x.com/remixdesigner
215
215
 
216
216
  程序媛 - https://twitter.com/wendygaoyuan
@@ -1,21 +1,21 @@
1
1
  /*
2
- * Remix Icon v4.4.0
2
+ * Remix Icon v4.5.0
3
3
  * https://remixicon.com
4
4
  * https://github.com/Remix-Design/RemixIcon
5
5
  *
6
6
  * Copyright RemixIcon.com
7
7
  * Released under the Apache License Version 2.0
8
8
  *
9
- * Date: 2024-10-22
9
+ * Date: 2024-10-28
10
10
  */
11
11
  @font-face {
12
12
  font-family: "remixicon";
13
- src: url('remixicon.eot?t=1729600608771'); /* IE9*/
14
- src: url('remixicon.eot?t=1729600608771#iefix') format('embedded-opentype'), /* IE6-IE8 */
15
- url("remixicon.woff2?t=1729600608771") format("woff2"),
16
- url("remixicon.woff?t=1729600608771") format("woff"),
17
- url('remixicon.ttf?t=1729600608771') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
18
- url('remixicon.svg?t=1729600608771#remixicon') format('svg'); /* iOS 4.1- */
13
+ src: url('remixicon.eot?t=1730118419915'); /* IE9*/
14
+ src: url('remixicon.eot?t=1730118419915#iefix') format('embedded-opentype'), /* IE6-IE8 */
15
+ url("remixicon.woff2?t=1730118419915") format("woff2"),
16
+ url("remixicon.woff?t=1730118419915") format("woff"),
17
+ url('remixicon.ttf?t=1730118419915') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
18
+ url('remixicon.svg?t=1730118419915#remixicon') format('svg'); /* iOS 4.1- */
19
19
  font-display: swap;
20
20
  }
21
21
 
@@ -3026,4 +3026,41 @@
3026
3026
  .ri-video-on-ai-line:before { content: "\f5a5"; }
3027
3027
  .ri-voice-ai-fill:before { content: "\f5a6"; }
3028
3028
  .ri-voice-ai-line:before { content: "\f5a7"; }
3029
+ .ri-ai-generate-2:before { content: "\f5a8"; }
3030
+ .ri-ai-generate-text:before { content: "\f5a9"; }
3031
+ .ri-anthropic-fill:before { content: "\f5aa"; }
3032
+ .ri-anthropic-line:before { content: "\f5ab"; }
3033
+ .ri-apps-2-ai-fill:before { content: "\f5ac"; }
3034
+ .ri-apps-2-ai-line:before { content: "\f5ad"; }
3035
+ .ri-camera-lens-ai-fill:before { content: "\f5ae"; }
3036
+ .ri-camera-lens-ai-line:before { content: "\f5af"; }
3037
+ .ri-clapperboard-ai-fill:before { content: "\f5b0"; }
3038
+ .ri-clapperboard-ai-line:before { content: "\f5b1"; }
3039
+ .ri-claude-fill:before { content: "\f5b2"; }
3040
+ .ri-claude-line:before { content: "\f5b3"; }
3041
+ .ri-closed-captioning-ai-fill:before { content: "\f5b4"; }
3042
+ .ri-closed-captioning-ai-line:before { content: "\f5b5"; }
3043
+ .ri-dvd-ai-fill:before { content: "\f5b6"; }
3044
+ .ri-dvd-ai-line:before { content: "\f5b7"; }
3045
+ .ri-film-ai-fill:before { content: "\f5b8"; }
3046
+ .ri-film-ai-line:before { content: "\f5b9"; }
3047
+ .ri-font-size-ai:before { content: "\f5ba"; }
3048
+ .ri-mixtral-fill:before { content: "\f5bb"; }
3049
+ .ri-mixtral-line:before { content: "\f5bc"; }
3050
+ .ri-movie-2-ai-fill:before { content: "\f5bd"; }
3051
+ .ri-movie-2-ai-line:before { content: "\f5be"; }
3052
+ .ri-mv-ai-fill:before { content: "\f5bf"; }
3053
+ .ri-mv-ai-line:before { content: "\f5c0"; }
3054
+ .ri-perplexity-fill:before { content: "\f5c1"; }
3055
+ .ri-perplexity-line:before { content: "\f5c2"; }
3056
+ .ri-poker-clubs-fill:before { content: "\f5c3"; }
3057
+ .ri-poker-clubs-line:before { content: "\f5c4"; }
3058
+ .ri-poker-diamonds-fill:before { content: "\f5c5"; }
3059
+ .ri-poker-diamonds-line:before { content: "\f5c6"; }
3060
+ .ri-poker-hearts-fill:before { content: "\f5c7"; }
3061
+ .ri-poker-hearts-line:before { content: "\f5c8"; }
3062
+ .ri-poker-spades-fill:before { content: "\f5c9"; }
3063
+ .ri-poker-spades-line:before { content: "\f5ca"; }
3064
+ .ri-safe-3-fill:before { content: "\f5cb"; }
3065
+ .ri-safe-3-line:before { content: "\f5cc"; }
3029
3066
 
Binary file