remixicon 3.1.1 → 3.3.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 +3 -6
- package/README_CN.md +3 -6
- package/fonts/remixicon.css +46 -8
- package/fonts/remixicon.eot +0 -0
- package/fonts/remixicon.glyph.json +1 -1
- package/fonts/remixicon.less +46 -8
- package/fonts/remixicon.svg +123 -9
- 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/Business/archive-2-fill.svg +1 -0
- package/icons/Business/archive-2-line.svg +1 -0
- package/icons/Business/calendar-close-fill.svg +1 -0
- package/icons/Business/calendar-close-line.svg +1 -0
- package/icons/Business/inbox-2-fill.svg +1 -0
- package/icons/Business/inbox-2-line.svg +1 -0
- package/icons/Business/pass-expired-fill.svg +1 -1
- package/icons/Business/pass-expired-line.svg +1 -1
- package/icons/Business/pass-valid-fill.svg +1 -1
- package/icons/Business/pass-valid-line.svg +1 -1
- package/icons/Business/seo-fill.svg +1 -0
- package/icons/Business/seo-line.svg +1 -0
- package/icons/Business/shake-hands-fill.svg +1 -0
- package/icons/Business/shake-hands-line.svg +1 -0
- package/icons/Device/hard-drive-3-fill.svg +1 -0
- package/icons/Device/hard-drive-3-line.svg +1 -0
- package/icons/Editor/ai-generate.svg +1 -0
- package/icons/Editor/draggable.svg +1 -0
- package/icons/Editor/font-family.svg +1 -0
- package/icons/Editor/font-mono.svg +1 -0
- package/icons/Editor/font-sans-serif.svg +1 -0
- package/icons/Editor/font-sans.svg +1 -0
- package/icons/Editor/list-check-3.svg +1 -0
- package/icons/Editor/list-indefinite.svg +1 -0
- package/icons/Editor/list-ordered-2.svg +1 -0
- package/icons/Editor/list-radio.svg +1 -0
- package/icons/Editor/quote-text.svg +1 -0
- package/icons/Editor/slash-commands.svg +1 -0
- package/icons/Logos/blender-fill.svg +1 -1
- package/icons/Logos/kick-fill.svg +1 -0
- package/icons/Logos/kick-line.svg +1 -0
- package/icons/Logos/openbase-fill.svg +1 -0
- package/icons/Logos/openbase-line.svg +1 -0
- package/icons/Logos/supabase-fill.svg +1 -0
- package/icons/Logos/supabase-line.svg +1 -0
- package/icons/Logos/yuque-fill.svg +1 -0
- package/icons/Logos/yuque-line.svg +1 -0
- package/icons/Map/planet-fill.svg +1 -0
- package/icons/Map/planet-line.svg +1 -0
- package/icons/Media/volume-up-fill.svg +1 -1
- package/icons/Media/volume-up-line.svg +1 -1
- package/icons/System/prohibited-fill.svg +1 -0
- package/icons/System/prohibited-line.svg +1 -0
- package/icons/Weather/water-percent-fill.svg +1 -0
- package/icons/Weather/water-percent-line.svg +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/remixicon)
|
|
4
4
|
[](https://www.npmjs.com/package/remixicon)
|
|
5
5
|
[](https://www.jsdelivr.com/package/npm/remixicon)
|
|
6
|
-
[](https://remixicon.com/#donate)
|
|
6
|
+
[](https://remixicon.com/support-us)
|
|
8
7
|
|
|
9
8
|
English | [简体中文](./README_CN.md)
|
|
10
9
|
|
|
@@ -54,12 +53,10 @@ import 'remixicon/fonts/remixicon.css'
|
|
|
54
53
|
Copy the following code and add it to the <head> tag of your html document.
|
|
55
54
|
|
|
56
55
|
```html
|
|
57
|
-
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.
|
|
56
|
+
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet">
|
|
58
57
|
```
|
|
59
58
|
|
|
60
|
-
>
|
|
61
|
-
>
|
|
62
|
-
> The `@3.0.0` in the CDN link can be changed to any history version we've published.
|
|
59
|
+
> The `@3.2.0` in the CDN link can be changed to any history version we've published.
|
|
63
60
|
|
|
64
61
|
#### Download Manually
|
|
65
62
|
|
package/README_CN.md
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/remixicon)
|
|
4
4
|
[](https://www.npmjs.com/package/remixicon)
|
|
5
5
|
[](https://www.jsdelivr.com/package/npm/remixicon)
|
|
6
|
-
[](https://remixicon.com/#donate)
|
|
6
|
+
[](https://remixicon.com/support-us)
|
|
8
7
|
|
|
9
8
|
[English](./README.md) | 简体中文
|
|
10
9
|
|
|
@@ -55,12 +54,10 @@ import 'remixicon/fonts/remixicon.css'
|
|
|
55
54
|
如果不打算通过安装的方式使用,可以直接复制下面这行代码到您HTML文档的 <head> 标签中,这样就完成了CDN方式的图标引入,简单快捷,推荐方式。
|
|
56
55
|
|
|
57
56
|
```html
|
|
58
|
-
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.
|
|
57
|
+
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet">
|
|
59
58
|
```
|
|
60
59
|
|
|
61
|
-
>
|
|
62
|
-
>
|
|
63
|
-
> 上面 CDN 链接中的 `@3.0.0` 可以更改为任何我们曾经发布过的历史版本号。
|
|
60
|
+
> 上面 CDN 链接中的 `@3.2.0` 可以更改为任何我们曾经发布过的历史版本号。
|
|
64
61
|
|
|
65
62
|
#### 手动下载引入
|
|
66
63
|
|
package/fonts/remixicon.css
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Remix Icon v3.
|
|
2
|
+
* Remix Icon v3.3.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-05-17
|
|
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=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- */
|
|
19
19
|
font-display: swap;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -2486,4 +2486,42 @@
|
|
|
2486
2486
|
.ri-pass-pending-line:before { content: "\f389"; }
|
|
2487
2487
|
.ri-pass-valid-fill:before { content: "\f38a"; }
|
|
2488
2488
|
.ri-pass-valid-line:before { content: "\f38b"; }
|
|
2489
|
+
.ri-ai-generate:before { content: "\f38c"; }
|
|
2490
|
+
.ri-calendar-close-fill:before { content: "\f38d"; }
|
|
2491
|
+
.ri-calendar-close-line:before { content: "\f38e"; }
|
|
2492
|
+
.ri-draggable:before { content: "\f38f"; }
|
|
2493
|
+
.ri-font-family:before { content: "\f390"; }
|
|
2494
|
+
.ri-font-mono:before { content: "\f391"; }
|
|
2495
|
+
.ri-font-sans-serif:before { content: "\f392"; }
|
|
2496
|
+
.ri-font-sans:before { content: "\f393"; }
|
|
2497
|
+
.ri-hard-drive-3-fill:before { content: "\f394"; }
|
|
2498
|
+
.ri-hard-drive-3-line:before { content: "\f395"; }
|
|
2499
|
+
.ri-kick-fill:before { content: "\f396"; }
|
|
2500
|
+
.ri-kick-line:before { content: "\f397"; }
|
|
2501
|
+
.ri-list-check-3:before { content: "\f398"; }
|
|
2502
|
+
.ri-list-indefinite:before { content: "\f399"; }
|
|
2503
|
+
.ri-list-ordered-2:before { content: "\f39a"; }
|
|
2504
|
+
.ri-list-radio:before { content: "\f39b"; }
|
|
2505
|
+
.ri-openbase-fill:before { content: "\f39c"; }
|
|
2506
|
+
.ri-openbase-line:before { content: "\f39d"; }
|
|
2507
|
+
.ri-planet-fill:before { content: "\f39e"; }
|
|
2508
|
+
.ri-planet-line:before { content: "\f39f"; }
|
|
2509
|
+
.ri-prohibited-fill:before { content: "\f3a0"; }
|
|
2510
|
+
.ri-prohibited-line:before { content: "\f3a1"; }
|
|
2511
|
+
.ri-quote-text:before { content: "\f3a2"; }
|
|
2512
|
+
.ri-seo-fill:before { content: "\f3a3"; }
|
|
2513
|
+
.ri-seo-line:before { content: "\f3a4"; }
|
|
2514
|
+
.ri-slash-commands:before { content: "\f3a5"; }
|
|
2515
|
+
.ri-archive-2-fill:before { content: "\f3a6"; }
|
|
2516
|
+
.ri-archive-2-line:before { content: "\f3a7"; }
|
|
2517
|
+
.ri-inbox-2-fill:before { content: "\f3a8"; }
|
|
2518
|
+
.ri-inbox-2-line:before { content: "\f3a9"; }
|
|
2519
|
+
.ri-shake-hands-fill:before { content: "\f3aa"; }
|
|
2520
|
+
.ri-shake-hands-line:before { content: "\f3ab"; }
|
|
2521
|
+
.ri-supabase-fill:before { content: "\f3ac"; }
|
|
2522
|
+
.ri-supabase-line:before { content: "\f3ad"; }
|
|
2523
|
+
.ri-water-percent-fill:before { content: "\f3ae"; }
|
|
2524
|
+
.ri-water-percent-line:before { content: "\f3af"; }
|
|
2525
|
+
.ri-yuque-fill:before { content: "\f3b0"; }
|
|
2526
|
+
.ri-yuque-line:before { content: "\f3b1"; }
|
|
2489
2527
|
|
package/fonts/remixicon.eot
CHANGED
|
Binary file
|