Skip to content

Commit

Permalink
5.24.0 (#96)
Browse files Browse the repository at this point in the history
* 5.24.0

* 5.24.0

* 5.24.0
  • Loading branch information
louiswol94 authored Oct 31, 2023
1 parent d70a701 commit 0dfdf0b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/elementor-icons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: "eicons";
src: url("../fonts/eicons.eot?5.23.0");
src: url("../fonts/eicons.eot?5.23.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?5.23.0") format("woff2"), url("../fonts/eicons.woff?5.23.0") format("woff"), url("../fonts/eicons.ttf?5.23.0") format("truetype"), url("../fonts/eicons.svg?5.23.0#eicon") format("svg");
src: url("../fonts/eicons.eot?5.24.0");
src: url("../fonts/eicons.eot?5.24.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?5.24.0") format("woff2"), url("../fonts/eicons.woff?5.24.0") format("woff"), url("../fonts/eicons.ttf?5.24.0") format("truetype"), url("../fonts/eicons.svg?5.24.0#eicon") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down
4 changes: 2 additions & 2 deletions css/elementor-icons.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elementor-icons",
"slug": "elementor-icons",
"version": "5.23.0",
"version": "5.24.0",
"author": "Elementor",
"homepage": "https://elementor.com/",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scss/elementor-icons.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Elementor Icon Font
//
$version: '5.23.0';
$version: '5.24.0';

@font-face {
font-family: 'eicons';
Expand Down

0 comments on commit 0dfdf0b

Please sign in to comment.