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.
- package/README.md +17 -10
- package/README_CN.md +19 -8
- package/fonts/.keep 2 +0 -0
- package/fonts/remixicon 2.css +2489 -0
- package/fonts/remixicon 2.eot +0 -0
- package/fonts/remixicon 2.less +2491 -0
- package/fonts/remixicon 2.svg +7351 -0
- package/fonts/remixicon 2.ttf +0 -0
- package/fonts/remixicon 2.woff +0 -0
- package/fonts/remixicon.css +24 -8
- package/fonts/remixicon.eot +0 -0
- package/fonts/remixicon.glyph 2.json +1 -0
- package/fonts/remixicon.glyph.json +1 -1
- package/fonts/remixicon.less +24 -8
- package/fonts/remixicon.module 2.less +2473 -0
- package/fonts/remixicon.svg +50 -2
- package/fonts/remixicon.symbol 2.svg +11 -0
- 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/megaphone-fill.svg +1 -0
- package/icons/Business/megaphone-line.svg +1 -0
- package/icons/Business/pass-expired-fill.svg +1 -0
- package/icons/Business/pass-expired-line.svg +1 -0
- package/icons/Business/pass-pending-fill.svg +1 -0
- package/icons/Business/pass-pending-line.svg +1 -0
- package/icons/Business/pass-valid-fill.svg +1 -0
- package/icons/Business/pass-valid-line.svg +1 -0
- package/icons/Communication/emoji-sticker-fill.svg +1 -0
- package/icons/Communication/emoji-sticker-line.svg +1 -0
- package/icons/Development/git-close-pull-request-fill.svg +1 -0
- package/icons/Development/git-close-pull-request-line.svg +1 -0
- package/icons/Device/instance-fill.svg +1 -0
- package/icons/Device/instance-line.svg +1 -0
- package/icons/Logos/blender-fill.svg +1 -0
- package/icons/Logos/blender-line.svg +1 -0
- package/package.json +1 -1
package/fonts/remixicon.less
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Remix Icon v3.
|
|
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-
|
|
9
|
+
* Date: 2023-04-05
|
|
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=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
|
|
|
@@ -2471,5 +2471,21 @@
|
|
|
2471
2471
|
.ri-wechat-channels-line:before { content: "\f379"; }
|
|
2472
2472
|
.ri-wordpress-fill:before { content: "\f37a"; }
|
|
2473
2473
|
.ri-wordpress-line:before { content: "\f37b"; }
|
|
2474
|
+
.ri-blender-fill:before { content: "\f37c"; }
|
|
2475
|
+
.ri-blender-line:before { content: "\f37d"; }
|
|
2476
|
+
.ri-emoji-sticker-fill:before { content: "\f37e"; }
|
|
2477
|
+
.ri-emoji-sticker-line:before { content: "\f37f"; }
|
|
2478
|
+
.ri-git-close-pull-request-fill:before { content: "\f380"; }
|
|
2479
|
+
.ri-git-close-pull-request-line:before { content: "\f381"; }
|
|
2480
|
+
.ri-instance-fill:before { content: "\f382"; }
|
|
2481
|
+
.ri-instance-line:before { content: "\f383"; }
|
|
2482
|
+
.ri-megaphone-fill:before { content: "\f384"; }
|
|
2483
|
+
.ri-megaphone-line:before { content: "\f385"; }
|
|
2484
|
+
.ri-pass-expired-fill:before { content: "\f386"; }
|
|
2485
|
+
.ri-pass-expired-line:before { content: "\f387"; }
|
|
2486
|
+
.ri-pass-pending-fill:before { content: "\f388"; }
|
|
2487
|
+
.ri-pass-pending-line:before { content: "\f389"; }
|
|
2488
|
+
.ri-pass-valid-fill:before { content: "\f38a"; }
|
|
2489
|
+
.ri-pass-valid-line:before { content: "\f38b"; }
|
|
2474
2490
|
|
|
2475
2491
|
}
|