Skip to content

Commit

Permalink
Internal: Internal: Add the div-block icon to Elementor e-icon font […
Browse files Browse the repository at this point in the history
…ED-15988] (elementor#29317)
  • Loading branch information
ronenelementor authored Nov 18, 2024
1 parent e4bdb3e commit 9019176
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 6 deletions.
8 changes: 6 additions & 2 deletions assets/lib/eicons/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.32.0");
src: url("../fonts/eicons.eot?5.32.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?5.32.0") format("woff2"), url("../fonts/eicons.woff?5.32.0") format("woff"), url("../fonts/eicons.ttf?5.32.0") format("truetype"), url("../fonts/eicons.svg?5.32.0#eicon") format("svg");
src: url("../fonts/eicons.eot?5.33.0");
src: url("../fonts/eicons.eot?5.33.0#iefix") format("embedded-opentype"), url("../fonts/eicons.woff2?5.33.0") format("woff2"), url("../fonts/eicons.woff?5.33.0") format("woff"), url("../fonts/eicons.ttf?5.33.0") format("truetype"), url("../fonts/eicons.svg?5.33.0#eicon") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -1835,6 +1835,10 @@
content: "\eb84";
}

.eicon-div-block:before {
content: "\eb95";
}

.eicon-notification:before {
content: "\e9c3";
}
Expand Down
4 changes: 2 additions & 2 deletions assets/lib/eicons/css/elementor-icons.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/lib/eicons/eicons.json

Large diffs are not rendered by default.

Binary file modified assets/lib/eicons/fonts/eicons.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions assets/lib/eicons/fonts/eicons.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 assets/lib/eicons/fonts/eicons.ttf
Binary file not shown.
Binary file modified assets/lib/eicons/fonts/eicons.woff
Binary file not shown.
Binary file modified assets/lib/eicons/fonts/eicons.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion includes/managers/icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Icons_Manager {

const LOAD_FA4_SHIM_OPTION_KEY = 'elementor_load_fa4_shim';

const ELEMENTOR_ICONS_VERSION = '5.32.0';
const ELEMENTOR_ICONS_VERSION = '5.33.0';

/**
* Tabs.
Expand Down

0 comments on commit 9019176

Please sign in to comment.