Skip to content

Commit

Permalink
Internal: add speakerphone icon [ED-15405] (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchugreeva authored Aug 20, 2024
1 parent 1601bdd commit d803eda
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 7 deletions.
14 changes: 14 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6389,6 +6389,20 @@
"search": [
"off-canvas"
]
},
{
"uid": "935e90128f2b9c0dc692f8fd3aa9b1c4",
"css": "speakerphone",
"code": 59849,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M945.9 411.5C963.9 364.9 962.9 313.3 942.9 267.7 922.8 222.1 885.2 186.5 839.1 167.9 804.5 154.4 766.9 151.4 731.3 159.4L682.7 49.1C676.2 34.6 666.2 22.6 653.1 13.5 639.6 5.5 624.6 0 608.5 0 593 0 577.4 3.5 563.9 12 550.4 20.1 539.3 32.1 532.3 46.1L406.5 298.2 51.6 454.1C30.6 463.7 13.5 480.7 5 502.8-3.5 524.3-3 548.4 6.5 569.9L87.2 753.4C96.7 774.4 113.8 791.5 135.8 800 157.4 808.5 181.5 808 203 798.5L306.3 753.4 392 948.4C401.5 969.4 418.5 986.5 440.6 995 462.2 1003.5 486.2 1003 507.8 993.5L553.9 973.4C574.9 963.9 592 946.9 600.5 924.8 609 903.3 608.5 879.2 599 857.6L513.3 662.7 558.4 643.1 829.1 721.3C844.1 725.8 860.2 725.8 875.2 721.3 890.2 716.8 903.8 708.3 914.3 696.2 924.8 684.2 931.3 669.7 933.8 654.1 936.3 638.6 933.8 622.6 927.8 608.5L879.2 498.2C909.3 477.2 932.3 447.6 945.9 413ZM173.4 728.8C170.4 730.3 166.9 730.3 163.9 728.8 160.9 727.8 158.4 725.3 156.9 722.3L76.2 538.8C74.7 535.8 74.7 532.3 76.2 529.3 77.2 526.3 79.7 523.8 82.7 522.3L323.8 416.5 414.5 623.1 173.4 728.8ZM530.3 887.2C531.8 890.2 531.8 893.7 530.3 896.7 529.3 899.7 526.8 902.3 523.8 903.8L477.7 923.8C474.7 925.3 471.2 925.3 468.2 923.8 465.2 922.8 462.7 920.3 461.2 917.3L375.4 722.3 444.1 692.2 529.8 887.2ZM857.6 645.6S855.6 647.6 854.1 648.1C852.6 648.1 851.1 648.1 850.1 648.1L566.4 566.4C557.9 563.9 548.9 564.4 540.9 567.9L483.7 593 393 386.5 450.1 361.4C458.1 357.9 464.7 351.4 468.7 343.9L600.5 79.7S602 77.2 603.5 76.7C604.5 76.2 606 75.7 607.5 75.7 609 75.7 610.5 75.7 611.5 77.2 612.5 78.2 613.5 79.2 614 80.2L859.1 638.1S860.2 640.6 859.6 642.1C859.6 643.6 858.6 644.6 857.6 646.1ZM875.7 384.5C869.7 400.5 860.2 414.5 847.6 425.6L761.9 231.1C778.4 230.1 795.5 232.1 811 238.6 839.1 249.6 861.2 271.2 873.2 298.2 885.2 325.8 885.7 356.9 875.2 384.5Z",
"width": 958
},
"search": [
"speakerphone"
]
}
]
}
12 changes: 8 additions & 4 deletions css/elementor-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1851,14 +1851,18 @@
content: "\e9c6";
}

.eicon-off-canvas:before {
content: "\e9c7";
}

.eicon-speakerphone:before {
content: "\e9c9";
}

.eicon-eye:before {
content: "\e8ac";
}

.eicon-elementor-square:before {
content: "\e813";
}

.eicon-off-canvas:before {
content: "\e9c7";
}
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 @@ -2596,6 +2596,11 @@ <h1> Elementor Icons <small> (eicons) </small> </h1>
<span class="icon-name">eicon-off-canvas</span>
<span class="icon-code">0xe9c7</span>
</button>
<button type="button" class="icon-wrapper">
<i class="icon-element eicon-speakerphone">&#xeb78;</i>
<span class="icon-name">eicon-speakerphone</span>
<span class="icon-code">0xeb78</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 @@ -454,6 +454,7 @@
.eicon-dark-mode:before { content: '\e9c5'; }
.eicon-upgrade-crown:before { content: '\e9c6'; }
.eicon-off-canvas:before { content: '\e9c7'; }
.eicon-speakerphone:before { content: '\e9c9'; }

// Aliases

Expand Down

0 comments on commit d803eda

Please sign in to comment.