Skip to content

Commit

Permalink
New: v5.20.0 (#86)
Browse files Browse the repository at this point in the history
* New: Add AI icon to eicons

* Internal: Fix SCSS

* Internal: Indent

* Update indent in index.html

---------

Co-authored-by: udidol <[email protected]>
  • Loading branch information
arielk and udidol authored Mar 29, 2023
1 parent a3569a2 commit 68dc455
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.19.0");
src: url("../fonts/eicons.eot?5.19.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?5.19.0") format("woff2"), url("../fonts/eicons.woff?5.19.0") format("woff"), url("../fonts/eicons.ttf?5.19.0") format("truetype"), url("../fonts/eicons.svg?5.19.0#eicon") format("svg");
src: url("../fonts/eicons.eot?5.20.0");
src: url("../fonts/eicons.eot?5.20.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?5.20.0") format("woff2"), url("../fonts/eicons.woff?5.20.0") format("woff"), url("../fonts/eicons.ttf?5.20.0") format("truetype"), url("../fonts/eicons.svg?5.20.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.

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.19.0",
"version": "5.20.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.19.0';
$version: '5.20.0';

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

0 comments on commit 68dc455

Please sign in to comment.