remixicon 3.3.0 → 3.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 (69) hide show
  1. package/README.md +2 -2
  2. package/README_CN.md +2 -2
  3. package/fonts/remixicon.css +64 -8
  4. package/fonts/remixicon.eot +0 -0
  5. package/fonts/remixicon.glyph.json +1 -1
  6. package/fonts/remixicon.less +64 -8
  7. package/fonts/remixicon.svg +171 -3
  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/Buildings/tent-fill.svg +1 -0
  13. package/icons/Buildings/tent-line.svg +1 -0
  14. package/icons/Business/service-line.svg +1 -1
  15. package/icons/Business/verified-badge-fill.svg +1 -0
  16. package/icons/Business/verified-badge-line.svg +1 -0
  17. package/icons/Design/circle-fill.svg +1 -0
  18. package/icons/Design/circle-line.svg +1 -0
  19. package/icons/Design/crosshair-2-fill.svg +1 -0
  20. package/icons/Design/crosshair-2-line.svg +1 -0
  21. package/icons/Design/crosshair-fill.svg +1 -0
  22. package/icons/Design/crosshair-line.svg +1 -0
  23. package/icons/Design/hexagon-fill.svg +1 -0
  24. package/icons/Design/hexagon-line.svg +1 -0
  25. package/icons/Design/octagon-fill.svg +1 -0
  26. package/icons/Design/octagon-line.svg +1 -0
  27. package/icons/Design/pentagon-fill.svg +1 -0
  28. package/icons/Design/pentagon-line.svg +1 -0
  29. package/icons/Design/rectangle-fill.svg +1 -0
  30. package/icons/Design/rectangle-line.svg +1 -0
  31. package/icons/Design/shapes-fill.svg +1 -0
  32. package/icons/Design/shapes-line.svg +1 -0
  33. package/icons/Design/square-fill.svg +1 -0
  34. package/icons/Design/square-line.svg +1 -0
  35. package/icons/Design/triangle-fill.svg +1 -0
  36. package/icons/Design/triangle-line.svg +1 -0
  37. package/icons/Device/rfid-fill.svg +1 -0
  38. package/icons/Device/rfid-line.svg +1 -0
  39. package/icons/Document/file-close-fill.svg +1 -0
  40. package/icons/Document/file-close-line.svg +1 -0
  41. package/icons/Document/file-image-fill.svg +1 -0
  42. package/icons/Document/file-image-line.svg +1 -0
  43. package/icons/Document/file-pdf-2-fill.svg +1 -0
  44. package/icons/Document/file-pdf-2-line.svg +1 -0
  45. package/icons/Document/file-video-fill.svg +1 -0
  46. package/icons/Document/file-video-line.svg +1 -0
  47. package/icons/Document/folder-image-fill.svg +1 -0
  48. package/icons/Document/folder-image-line.svg +1 -0
  49. package/icons/Document/folder-video-fill.svg +1 -0
  50. package/icons/Document/folder-video-line.svg +1 -0
  51. package/icons/Editor/dropdown-list.svg +1 -0
  52. package/icons/Editor/slash-commands-2.svg +1 -0
  53. package/icons/Logos/threads-fill.svg +1 -0
  54. package/icons/Logos/threads-line.svg +1 -0
  55. package/icons/Logos/twitter-x-fill.svg +1 -0
  56. package/icons/Logos/twitter-x-line.svg +1 -0
  57. package/icons/Map/beer-fill.svg +1 -0
  58. package/icons/Map/beer-line.svg +1 -0
  59. package/icons/Others/infinity-fill.svg +1 -0
  60. package/icons/Others/infinity-line.svg +1 -0
  61. package/icons/Others/tree-fill.svg +1 -0
  62. package/icons/Others/tree-line.svg +1 -0
  63. package/icons/System/menu-search-fill.svg +1 -0
  64. package/icons/System/menu-search-line.svg +1 -0
  65. package/icons/User & Faces/robot-2-fill.svg +1 -0
  66. package/icons/User & Faces/robot-2-line.svg +1 -0
  67. package/icons/User & Faces/user-forbid-fill.svg +1 -0
  68. package/icons/User & Faces/user-forbid-line.svg +1 -0
  69. package/package.json +1 -1
package/README.md CHANGED
@@ -53,10 +53,10 @@ import 'remixicon/fonts/remixicon.css'
53
53
  Copy the following code and add it to the <head> tag of your html document.
54
54
 
55
55
  ```html
56
- <link href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet">
56
+ <link href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css" rel="stylesheet">
57
57
  ```
58
58
 
59
- > The `@3.2.0` in the CDN link can be changed to any history version we've published.
59
+ > The `@3.4.0` in the CDN link can be changed to any history version we've published.
60
60
 
61
61
  #### Download Manually
62
62
 
package/README_CN.md CHANGED
@@ -54,10 +54,10 @@ import 'remixicon/fonts/remixicon.css'
54
54
  如果不打算通过安装的方式使用,可以直接复制下面这行代码到您HTML文档的 &lt;head&gt; 标签中,这样就完成了CDN方式的图标引入,简单快捷,推荐方式。
55
55
 
56
56
  ```html
57
- <link href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet">
57
+ <link href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css" rel="stylesheet">
58
58
  ```
59
59
 
60
- > 上面 CDN 链接中的 `@3.2.0` 可以更改为任何我们曾经发布过的历史版本号。
60
+ > 上面 CDN 链接中的 `@3.4.0` 可以更改为任何我们曾经发布过的历史版本号。
61
61
 
62
62
  #### 手动下载引入
63
63
 
@@ -1,21 +1,21 @@
1
1
  /*
2
- * Remix Icon v3.3.0
2
+ * Remix Icon v3.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: 2023-05-17
9
+ * Date: 2023-07-30
10
10
  */
11
11
  @font-face {
12
12
  font-family: "remixicon";
13
- src: url('remixicon.eot?t=1684338274817'); /* IE9*/
14
- src: url('remixicon.eot?t=1684338274817#iefix') format('embedded-opentype'), /* IE6-IE8 */
15
- url("remixicon.woff2?t=1684338274817") format("woff2"),
16
- url("remixicon.woff?t=1684338274817") format("woff"),
17
- url('remixicon.ttf?t=1684338274817') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
18
- url('remixicon.svg?t=1684338274817#remixicon') format('svg'); /* iOS 4.1- */
13
+ src: url('remixicon.eot?t=1690730386070'); /* IE9*/
14
+ src: url('remixicon.eot?t=1690730386070#iefix') format('embedded-opentype'), /* IE6-IE8 */
15
+ url("remixicon.woff2?t=1690730386070") format("woff2"),
16
+ url("remixicon.woff?t=1690730386070") format("woff"),
17
+ url('remixicon.ttf?t=1690730386070') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
18
+ url('remixicon.svg?t=1690730386070#remixicon') format('svg'); /* iOS 4.1- */
19
19
  font-display: swap;
20
20
  }
21
21
 
@@ -2524,4 +2524,60 @@
2524
2524
  .ri-water-percent-line:before { content: "\f3af"; }
2525
2525
  .ri-yuque-fill:before { content: "\f3b0"; }
2526
2526
  .ri-yuque-line:before { content: "\f3b1"; }
2527
+ .ri-crosshair-2-fill:before { content: "\f3b2"; }
2528
+ .ri-crosshair-2-line:before { content: "\f3b3"; }
2529
+ .ri-crosshair-fill:before { content: "\f3b4"; }
2530
+ .ri-crosshair-line:before { content: "\f3b5"; }
2531
+ .ri-file-close-fill:before { content: "\f3b6"; }
2532
+ .ri-file-close-line:before { content: "\f3b7"; }
2533
+ .ri-infinity-fill:before { content: "\f3b8"; }
2534
+ .ri-infinity-line:before { content: "\f3b9"; }
2535
+ .ri-rfid-fill:before { content: "\f3ba"; }
2536
+ .ri-rfid-line:before { content: "\f3bb"; }
2537
+ .ri-slash-commands-2:before { content: "\f3bc"; }
2538
+ .ri-user-forbid-fill:before { content: "\f3bd"; }
2539
+ .ri-user-forbid-line:before { content: "\f3be"; }
2540
+ .ri-beer-fill:before { content: "\f3bf"; }
2541
+ .ri-beer-line:before { content: "\f3c0"; }
2542
+ .ri-circle-fill:before { content: "\f3c1"; }
2543
+ .ri-circle-line:before { content: "\f3c2"; }
2544
+ .ri-dropdown-list:before { content: "\f3c3"; }
2545
+ .ri-file-image-fill:before { content: "\f3c4"; }
2546
+ .ri-file-image-line:before { content: "\f3c5"; }
2547
+ .ri-file-pdf-2-fill:before { content: "\f3c6"; }
2548
+ .ri-file-pdf-2-line:before { content: "\f3c7"; }
2549
+ .ri-file-video-fill:before { content: "\f3c8"; }
2550
+ .ri-file-video-line:before { content: "\f3c9"; }
2551
+ .ri-folder-image-fill:before { content: "\f3ca"; }
2552
+ .ri-folder-image-line:before { content: "\f3cb"; }
2553
+ .ri-folder-video-fill:before { content: "\f3cc"; }
2554
+ .ri-folder-video-line:before { content: "\f3cd"; }
2555
+ .ri-hexagon-fill:before { content: "\f3ce"; }
2556
+ .ri-hexagon-line:before { content: "\f3cf"; }
2557
+ .ri-menu-search-fill:before { content: "\f3d0"; }
2558
+ .ri-menu-search-line:before { content: "\f3d1"; }
2559
+ .ri-octagon-fill:before { content: "\f3d2"; }
2560
+ .ri-octagon-line:before { content: "\f3d3"; }
2561
+ .ri-pentagon-fill:before { content: "\f3d4"; }
2562
+ .ri-pentagon-line:before { content: "\f3d5"; }
2563
+ .ri-rectangle-fill:before { content: "\f3d6"; }
2564
+ .ri-rectangle-line:before { content: "\f3d7"; }
2565
+ .ri-robot-2-fill:before { content: "\f3d8"; }
2566
+ .ri-robot-2-line:before { content: "\f3d9"; }
2567
+ .ri-shapes-fill:before { content: "\f3da"; }
2568
+ .ri-shapes-line:before { content: "\f3db"; }
2569
+ .ri-square-fill:before { content: "\f3dc"; }
2570
+ .ri-square-line:before { content: "\f3dd"; }
2571
+ .ri-tent-fill:before { content: "\f3de"; }
2572
+ .ri-tent-line:before { content: "\f3df"; }
2573
+ .ri-threads-fill:before { content: "\f3e0"; }
2574
+ .ri-threads-line:before { content: "\f3e1"; }
2575
+ .ri-tree-fill:before { content: "\f3e2"; }
2576
+ .ri-tree-line:before { content: "\f3e3"; }
2577
+ .ri-triangle-fill:before { content: "\f3e4"; }
2578
+ .ri-triangle-line:before { content: "\f3e5"; }
2579
+ .ri-twitter-x-fill:before { content: "\f3e6"; }
2580
+ .ri-twitter-x-line:before { content: "\f3e7"; }
2581
+ .ri-verified-badge-fill:before { content: "\f3e8"; }
2582
+ .ri-verified-badge-line:before { content: "\f3e9"; }
2527
2583
 
Binary file