remixicon 3.0.0 → 3.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.
Files changed (38) hide show
  1. package/README.md +17 -10
  2. package/README_CN.md +19 -8
  3. package/fonts/.keep 2 +0 -0
  4. package/fonts/remixicon 2.css +2489 -0
  5. package/fonts/remixicon 2.eot +0 -0
  6. package/fonts/remixicon 2.less +2491 -0
  7. package/fonts/remixicon 2.svg +7351 -0
  8. package/fonts/remixicon 2.ttf +0 -0
  9. package/fonts/remixicon 2.woff +0 -0
  10. package/fonts/remixicon.css +24 -8
  11. package/fonts/remixicon.eot +0 -0
  12. package/fonts/remixicon.glyph 2.json +1 -0
  13. package/fonts/remixicon.glyph.json +1 -1
  14. package/fonts/remixicon.less +24 -8
  15. package/fonts/remixicon.module 2.less +2473 -0
  16. package/fonts/remixicon.svg +50 -2
  17. package/fonts/remixicon.symbol 2.svg +11 -0
  18. package/fonts/remixicon.symbol.svg +3 -3
  19. package/fonts/remixicon.ttf +0 -0
  20. package/fonts/remixicon.woff +0 -0
  21. package/fonts/remixicon.woff2 +0 -0
  22. package/icons/Business/megaphone-fill.svg +1 -0
  23. package/icons/Business/megaphone-line.svg +1 -0
  24. package/icons/Business/pass-expired-fill.svg +1 -0
  25. package/icons/Business/pass-expired-line.svg +1 -0
  26. package/icons/Business/pass-pending-fill.svg +1 -0
  27. package/icons/Business/pass-pending-line.svg +1 -0
  28. package/icons/Business/pass-valid-fill.svg +1 -0
  29. package/icons/Business/pass-valid-line.svg +1 -0
  30. package/icons/Communication/emoji-sticker-fill.svg +1 -0
  31. package/icons/Communication/emoji-sticker-line.svg +1 -0
  32. package/icons/Development/git-close-pull-request-fill.svg +1 -0
  33. package/icons/Development/git-close-pull-request-line.svg +1 -0
  34. package/icons/Device/instance-fill.svg +1 -0
  35. package/icons/Device/instance-line.svg +1 -0
  36. package/icons/Logos/blender-fill.svg +1 -0
  37. package/icons/Logos/blender-line.svg +1 -0
  38. package/package.json +1 -1
Binary file
Binary file
@@ -1,21 +1,21 @@
1
1
  /*
2
- * Remix Icon v3.0.0
2
+ * Remix Icon v3.1.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: 2023-04-01
9
+ * Date: 2023-04-05
10
10
  */
11
11
  @font-face {
12
12
  font-family: "remixicon";
13
- src: url('remixicon.eot?t=1680339538483'); /* IE9*/
14
- src: url('remixicon.eot?t=1680339538483#iefix') format('embedded-opentype'), /* IE6-IE8 */
15
- url("remixicon.woff2?t=1680339538483") format("woff2"),
16
- url("remixicon.woff?t=1680339538483") format("woff"),
17
- url('remixicon.ttf?t=1680339538483') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
18
- url('remixicon.svg?t=1680339538483#remixicon') format('svg'); /* iOS 4.1- */
13
+ src: url('remixicon.eot?t=1680703320261'); /* IE9*/
14
+ src: url('remixicon.eot?t=1680703320261#iefix') format('embedded-opentype'), /* IE6-IE8 */
15
+ url("remixicon.woff2?t=1680703320261") format("woff2"),
16
+ url("remixicon.woff?t=1680703320261") format("woff"),
17
+ url('remixicon.ttf?t=1680703320261') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
18
+ url('remixicon.svg?t=1680703320261#remixicon') format('svg'); /* iOS 4.1- */
19
19
  font-display: swap;
20
20
  }
21
21
 
@@ -2470,4 +2470,20 @@
2470
2470
  .ri-wechat-channels-line:before { content: "\f379"; }
2471
2471
  .ri-wordpress-fill:before { content: "\f37a"; }
2472
2472
  .ri-wordpress-line:before { content: "\f37b"; }
2473
+ .ri-blender-fill:before { content: "\f37c"; }
2474
+ .ri-blender-line:before { content: "\f37d"; }
2475
+ .ri-emoji-sticker-fill:before { content: "\f37e"; }
2476
+ .ri-emoji-sticker-line:before { content: "\f37f"; }
2477
+ .ri-git-close-pull-request-fill:before { content: "\f380"; }
2478
+ .ri-git-close-pull-request-line:before { content: "\f381"; }
2479
+ .ri-instance-fill:before { content: "\f382"; }
2480
+ .ri-instance-line:before { content: "\f383"; }
2481
+ .ri-megaphone-fill:before { content: "\f384"; }
2482
+ .ri-megaphone-line:before { content: "\f385"; }
2483
+ .ri-pass-expired-fill:before { content: "\f386"; }
2484
+ .ri-pass-expired-line:before { content: "\f387"; }
2485
+ .ri-pass-pending-fill:before { content: "\f388"; }
2486
+ .ri-pass-pending-line:before { content: "\f389"; }
2487
+ .ri-pass-valid-fill:before { content: "\f38a"; }
2488
+ .ri-pass-valid-line:before { content: "\f38b"; }
2473
2489
 
Binary file