remixicon 3.1.1 → 3.2.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 +34 -8
- package/fonts/remixicon.eot +0 -0
- package/fonts/remixicon.glyph.json +1 -1
- package/fonts/remixicon.less +34 -8
- package/fonts/remixicon.svg +87 -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/calendar-close-fill.svg +1 -0
- package/icons/Business/calendar-close-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/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/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/package.json +1 -1
package/fonts/remixicon.css
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Remix Icon v3.
|
|
2
|
+
* Remix Icon v3.2.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-15
|
|
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=1681573354175'); /* IE9*/
|
|
14
|
+
src: url('remixicon.eot?t=1681573354175#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
15
|
+
url("remixicon.woff2?t=1681573354175") format("woff2"),
|
|
16
|
+
url("remixicon.woff?t=1681573354175") format("woff"),
|
|
17
|
+
url('remixicon.ttf?t=1681573354175') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
18
|
+
url('remixicon.svg?t=1681573354175#remixicon') format('svg'); /* iOS 4.1- */
|
|
19
19
|
font-display: swap;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -2486,4 +2486,30 @@
|
|
|
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"; }
|
|
2489
2515
|
|
package/fonts/remixicon.eot
CHANGED
|
Binary file
|