remixicon 3.3.0 → 3.4.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/fonts/remixicon.css +21 -8
- package/fonts/remixicon.eot +0 -0
- package/fonts/remixicon.glyph.json +1 -1
- package/fonts/remixicon.less +21 -8
- package/fonts/remixicon.svg +41 -2
- 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/Design/crosshair-2-fill.svg +1 -0
- package/icons/Design/crosshair-2-line.svg +1 -0
- package/icons/Design/crosshair-fill.svg +1 -0
- package/icons/Design/crosshair-line.svg +1 -0
- package/icons/Device/rfid-fill.svg +1 -0
- package/icons/Device/rfid-line.svg +1 -0
- package/icons/Document/file-close-fill.svg +1 -0
- package/icons/Document/file-close-line.svg +1 -0
- package/icons/Editor/slash-commands-2.svg +1 -0
- package/icons/Others/infinity-fill.svg +1 -0
- package/icons/Others/infinity-line.svg +1 -0
- package/icons/User & Faces/user-forbid-fill.svg +1 -0
- package/icons/User & Faces/user-forbid-line.svg +1 -0
- package/package.json +1 -1
package/fonts/remixicon.css
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Remix Icon v3.
|
|
2
|
+
* Remix Icon v3.4.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-06-20
|
|
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=1687271883607'); /* IE9*/
|
|
14
|
+
src: url('remixicon.eot?t=1687271883607#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
15
|
+
url("remixicon.woff2?t=1687271883607") format("woff2"),
|
|
16
|
+
url("remixicon.woff?t=1687271883607") format("woff"),
|
|
17
|
+
url('remixicon.ttf?t=1687271883607') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
18
|
+
url('remixicon.svg?t=1687271883607#remixicon') format('svg'); /* iOS 4.1- */
|
|
19
19
|
font-display: swap;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -2524,4 +2524,17 @@
|
|
|
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"; }
|
|
2527
2540
|
|
package/fonts/remixicon.eot
CHANGED
|
Binary file
|