Skip to content

Commit

Permalink
updated icons list
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Jan 28, 2023
1 parent a1cdf21 commit 14355b0
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 19 deletions.
19 changes: 12 additions & 7 deletions public/assets/remixicon/remixicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

@font-face {
font-family: "remixicon";
src: url('remixicon.eot?t=1638393193968'); /* IE9*/
src: url('remixicon.eot?t=1638393193968#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1638393193968") format("woff2"),
url("remixicon.woff?t=1638393193968") format("woff"),
url('remixicon.ttf?t=1638393193968') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1638393193968#remixicon') format('svg'); /* iOS 4.1- */
src: url('remixicon.eot?t=1674579624758'); /* IE9*/
src: url('remixicon.eot?t=1674579624758#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1674579624758") format("woff2"),
url("remixicon.woff?t=1674579624758") format("woff"),
url('remixicon.ttf?t=1674579624758') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1674579624758#remixicon') format('svg'); /* iOS 4.1- */
font-display: swap;
}

Expand Down Expand Up @@ -41,7 +41,6 @@
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-bar-chart-2-fill:before { content: "\ea95"; }
.ri-shopping-cart-fill:before { content: "\f11f"; }
.ri-ink-bottle-fill:before { content: "\ee5c"; }
Expand All @@ -50,3 +49,9 @@
.ri-global-fill:before { content: "\edce"; }
.ri-service-fill:before { content: "\f0e1"; }
.ri-menu-line:before { content: "\ef3e"; }
.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-github-fill:before { content: "\edca"; }
.ri-twitter-fill:before { content: "\f23a"; }
.ri-linkedin-box-fill:before { content: "\eeb3"; }
.ri-codepen-fill:before { content: "\ebaf"; }
Binary file modified public/assets/remixicon/remixicon.eot
Binary file not shown.
19 changes: 12 additions & 7 deletions public/assets/remixicon/remixicon.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

@font-face {
font-family: "remixicon";
src: url('remixicon.eot?t=1638393193968'); /* IE9*/
src: url('remixicon.eot?t=1638393193968#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1638393193968") format("woff2"),
url("remixicon.woff?t=1638393193968") format("woff"),
url('remixicon.ttf?t=1638393193968') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1638393193968#remixicon') format('svg'); /* iOS 4.1- */
src: url('remixicon.eot?t=1674579624758'); /* IE9*/
src: url('remixicon.eot?t=1674579624758#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1674579624758") format("woff2"),
url("remixicon.woff?t=1674579624758") format("woff"),
url('remixicon.ttf?t=1674579624758') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1674579624758#remixicon') format('svg'); /* iOS 4.1- */
font-display: swap;
}

Expand Down Expand Up @@ -42,7 +42,6 @@
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-bar-chart-2-fill:before { content: "\ea95"; }
.ri-shopping-cart-fill:before { content: "\f11f"; }
.ri-ink-bottle-fill:before { content: "\ee5c"; }
Expand All @@ -51,4 +50,10 @@
.ri-global-fill:before { content: "\edce"; }
.ri-service-fill:before { content: "\f0e1"; }
.ri-menu-line:before { content: "\ef3e"; }
.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-github-fill:before { content: "\edca"; }
.ri-twitter-fill:before { content: "\f23a"; }
.ri-linkedin-box-fill:before { content: "\eeb3"; }
.ri-codepen-fill:before { content: "\ebaf"; }
}
18 changes: 14 additions & 4 deletions public/assets/remixicon/remixicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/remixicon/remixicon.symbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/remixicon/remixicon.ttf
Binary file not shown.
Binary file modified public/assets/remixicon/remixicon.woff
Binary file not shown.
Binary file modified public/assets/remixicon/remixicon.woff2
Binary file not shown.

0 comments on commit 14355b0

Please sign in to comment.