Skip to content

Commit

Permalink
5.29.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve authored Feb 15, 2024
1 parent 1ea2d9a commit f9c5a91
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 3 deletions.
14 changes: 14 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6361,6 +6361,20 @@
"search": [
"dark-mode"
]
},
{
"uid": "591ee2d0d84e5c61738ccaf0eda1c69d",
"css": "upgrade-crown",
"code": 59846,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M500 204.5C511 204.5 521.2 210 527.3 219.1L682.4 451.7 873.1 299.1C883.8 290.5 898.8 289.5 910.6 296.7 922.4 303.9 928.5 317.6 925.8 331.2L838.3 768.5C835.2 783.8 821.7 794.8 806.1 794.8H193.9C178.3 794.8 164.8 783.8 161.7 768.5L74.3 331.2C71.5 317.7 77.6 303.9 89.4 296.7 101.2 289.5 116.2 290.5 126.9 299.1L317.6 451.7 472.7 219.1C478.8 210 489 204.5 500 204.5ZM500 296.4L352.4 517.8C347.3 525.5 339.2 530.6 330.1 532 321 533.5 311.8 531 304.6 525.3L156.3 406.6 220.8 729.3H779.3L843.8 406.6 695.5 525.3C688.3 531 679.1 533.5 670 532 660.9 530.6 652.8 525.5 647.7 517.8L500.1 296.4Z",
"width": 1000
},
"search": [
"upgrade-crown"
]
}
]
}
4 changes: 4 additions & 0 deletions css/elementor-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1847,6 +1847,10 @@
content: "\e9c5";
}

.eicon-upgrade-crown:before {
content: "\e9c6";
}

.eicon-eye:before {
content: "\e8ac";
}
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 eicons.json

Large diffs are not rendered by default.

Binary file modified fonts/eicons.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions 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 fonts/eicons.ttf
Binary file not shown.
Binary file modified fonts/eicons.woff
Binary file not shown.
Binary file modified fonts/eicons.woff2
Binary file not shown.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2586,6 +2586,11 @@ <h1> Elementor Icons <small> (eicons) </small> </h1>
<span class="icon-name">eicon-dark-mode</span>
<span class="icon-code">0xe9c5</span>
</button>
<button type="button" class="icon-wrapper">
<i class="icon-element eicon-upgrade-crown">&#xe9c6</i>
<span class="icon-name">eicon-upgrade-crown</span>
<span class="icon-code">0xe9c6</span>
</button>
</main>

<footer class="container" id="footer">
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@
.eicon-notification:before { content: '\e9c3'; }
.eicon-light-mode:before { content: '\e9c4'; }
.eicon-dark-mode:before { content: '\e9c5'; }
.eicon-upgrade-crown:before { content: '\e9c6'; }

// Aliases

Expand Down

0 comments on commit f9c5a91

Please sign in to comment.