remixicon 3.4.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.
- package/README.md +2 -2
- package/README_CN.md +2 -2
- package/fonts/remixicon.css +51 -8
- package/fonts/remixicon.eot +0 -0
- package/fonts/remixicon.glyph.json +1 -1
- package/fonts/remixicon.less +51 -8
- package/fonts/remixicon.svg +133 -4
- package/fonts/remixicon.symbol.svg +3 -3
- package/fonts/remixicon.ttf +0 -0
- package/fonts/remixicon.woff +0 -0
- package/fonts/remixicon.woff2 +0 -0
- package/icons/Buildings/tent-fill.svg +1 -0
- package/icons/Buildings/tent-line.svg +1 -0
- package/icons/Business/service-line.svg +1 -1
- package/icons/Business/verified-badge-fill.svg +1 -0
- package/icons/Business/verified-badge-line.svg +1 -0
- package/icons/Design/circle-fill.svg +1 -0
- package/icons/Design/circle-line.svg +1 -0
- package/icons/Design/hexagon-fill.svg +1 -0
- package/icons/Design/hexagon-line.svg +1 -0
- package/icons/Design/octagon-fill.svg +1 -0
- package/icons/Design/octagon-line.svg +1 -0
- package/icons/Design/pentagon-fill.svg +1 -0
- package/icons/Design/pentagon-line.svg +1 -0
- package/icons/Design/rectangle-fill.svg +1 -0
- package/icons/Design/rectangle-line.svg +1 -0
- package/icons/Design/shapes-fill.svg +1 -0
- package/icons/Design/shapes-line.svg +1 -0
- package/icons/Design/square-fill.svg +1 -0
- package/icons/Design/square-line.svg +1 -0
- package/icons/Design/triangle-fill.svg +1 -0
- package/icons/Design/triangle-line.svg +1 -0
- package/icons/Document/file-image-fill.svg +1 -0
- package/icons/Document/file-image-line.svg +1 -0
- package/icons/Document/file-pdf-2-fill.svg +1 -0
- package/icons/Document/file-pdf-2-line.svg +1 -0
- package/icons/Document/file-video-fill.svg +1 -0
- package/icons/Document/file-video-line.svg +1 -0
- package/icons/Document/folder-image-fill.svg +1 -0
- package/icons/Document/folder-image-line.svg +1 -0
- package/icons/Document/folder-video-fill.svg +1 -0
- package/icons/Document/folder-video-line.svg +1 -0
- package/icons/Editor/dropdown-list.svg +1 -0
- package/icons/Logos/threads-fill.svg +1 -0
- package/icons/Logos/threads-line.svg +1 -0
- package/icons/Logos/twitter-x-fill.svg +1 -0
- package/icons/Logos/twitter-x-line.svg +1 -0
- package/icons/Map/beer-fill.svg +1 -0
- package/icons/Map/beer-line.svg +1 -0
- package/icons/Others/infinity-fill.svg +1 -1
- package/icons/Others/tree-fill.svg +1 -0
- package/icons/Others/tree-line.svg +1 -0
- package/icons/System/menu-search-fill.svg +1 -0
- package/icons/System/menu-search-line.svg +1 -0
- package/icons/User & Faces/robot-2-fill.svg +1 -0
- package/icons/User & Faces/robot-2-line.svg +1 -0
- 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.
|
|
56
|
+
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css" rel="stylesheet">
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
> The `@3.
|
|
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文档的 <head> 标签中,这样就完成了CDN方式的图标引入,简单快捷,推荐方式。
|
|
55
55
|
|
|
56
56
|
```html
|
|
57
|
-
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.
|
|
57
|
+
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css" rel="stylesheet">
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
> 上面 CDN 链接中的 `@3.
|
|
60
|
+
> 上面 CDN 链接中的 `@3.4.0` 可以更改为任何我们曾经发布过的历史版本号。
|
|
61
61
|
|
|
62
62
|
#### 手动下载引入
|
|
63
63
|
|
package/fonts/remixicon.css
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Remix Icon v3.
|
|
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-
|
|
9
|
+
* Date: 2023-07-30
|
|
10
10
|
*/
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: "remixicon";
|
|
13
|
-
src: url('remixicon.eot?t=
|
|
14
|
-
src: url('remixicon.eot?t=
|
|
15
|
-
url("remixicon.woff2?t=
|
|
16
|
-
url("remixicon.woff?t=
|
|
17
|
-
url('remixicon.ttf?t=
|
|
18
|
-
url('remixicon.svg?t=
|
|
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
|
|
|
@@ -2537,4 +2537,47 @@
|
|
|
2537
2537
|
.ri-slash-commands-2:before { content: "\f3bc"; }
|
|
2538
2538
|
.ri-user-forbid-fill:before { content: "\f3bd"; }
|
|
2539
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"; }
|
|
2540
2583
|
|
package/fonts/remixicon.eot
CHANGED
|
Binary file
|