Skip to content

Commit d625d9f

Browse files
committed
new icons
1 parent f6686fb commit d625d9f

File tree

11 files changed

+81
-3
lines changed

11 files changed

+81
-3
lines changed

config.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6991,6 +6991,48 @@
69916991
"search": [
69926992
"atomic-text-area"
69936993
]
6994+
},
6995+
{
6996+
"uid": "831524a9141191dc3619c6933b913d43",
6997+
"css": "atomic-select",
6998+
"code": 59891,
6999+
"src": "custom_icons",
7000+
"selected": true,
7001+
"svg": {
7002+
"path": "M894.7 369C894.7 324.6 858.8 288.6 814.4 288.6H185.5C141.2 288.6 105.2 324.6 105.2 369V631C105.2 675.4 141.2 711.4 185.5 711.4H814.4C858.8 711.4 894.7 675.4 894.7 631V369ZM948.3 631C948.3 705 888.3 765 814.4 765H185.5C111.6 765 51.6 705 51.6 631V369C51.6 295 111.6 235 185.5 235H814.4C888.4 235 948.3 295 948.3 369V631ZM760.7 439.4C771.1 428.9 788.1 428.9 798.6 439.4 809 449.8 809 466.8 798.6 477.3L715.2 560.6C704.7 571 687.8 571 677.3 560.6L594 477.3C583.5 466.8 583.5 449.8 594 439.4 604.5 428.9 621.4 428.9 631.9 439.4L696.3 503.8 760.7 439.4Z",
7003+
"width": 1000
7004+
},
7005+
"search": [
7006+
"atomic-select"
7007+
]
7008+
},
7009+
{
7010+
"uid": "5ae6e5535827f04d943a0e6da1c7e228",
7011+
"css": "atomic-checkbox",
7012+
"code": 59892,
7013+
"src": "custom_icons",
7014+
"selected": true,
7015+
"svg": {
7016+
"path": "M139.9 750V250C139.9 220.8 151.5 192.8 172.1 172.1 192.8 151.5 220.8 139.9 250 139.9H625C639.8 139.9 651.8 151.9 651.8 166.7 651.8 181.5 639.8 193.4 625 193.4H250C235 193.4 220.6 199.4 210 210 199.4 220.6 193.4 235 193.4 250V750C193.4 765 199.4 779.4 210 790 220.6 800.6 235 806.6 250 806.6H750C765 806.6 779.4 800.6 790 790 800.6 779.4 806.5 765 806.5 750V500C806.5 485.2 818.5 473.2 833.3 473.2 848.1 473.2 860.1 485.2 860.1 500V750C860.1 779.2 848.5 807.2 827.8 827.9 807.2 848.5 779.2 860.1 750 860.1H250C220.8 860.1 192.8 848.5 172.1 827.9 151.5 807.2 139.9 779.2 139.9 750ZM814.4 231C824.8 220.6 841.8 220.6 852.3 231 862.7 241.5 862.7 258.5 852.3 268.9L518.9 602.3C508.4 612.7 491.5 612.7 481 602.3L356 477.3C345.6 466.8 345.6 449.9 356 439.4 366.5 428.9 383.4 428.9 393.9 439.4L500 545.5 814.4 231Z",
7017+
"width": 1000
7018+
},
7019+
"search": [
7020+
"atomic-checkbox"
7021+
]
7022+
},
7023+
{
7024+
"uid": "58babe1d95ba90c19ed9287bb39c07bf",
7025+
"css": "atomic-radiobutton",
7026+
"code": 59893,
7027+
"src": "custom_icons",
7028+
"selected": true,
7029+
"svg": {
7030+
"path": "M661.5 503C661.5 416.5 591.4 346.4 504.9 346.4 418.4 346.4 348.3 416.5 348.3 503 348.3 589.5 418.4 659.6 504.9 659.6V713.2L494.1 712.9C386.6 707.4 300.5 621.3 295 513.8L294.7 503C294.7 386.9 388.8 292.8 504.9 292.8L515.7 293.1C626.8 298.7 715.1 390.5 715.1 503L714.8 513.8C709.2 624.8 617.4 713.1 504.9 713.2V659.6C591.4 659.6 661.5 589.5 661.5 503ZM813.8 503C813.8 332.4 675.5 194.1 504.9 194.1 334.3 194.1 196.1 332.4 196.1 503 196.1 673.5 334.3 811.8 504.9 811.8V865.4L486.3 864.9C294.8 855.2 142.5 696.9 142.5 503 142.5 302.8 304.8 140.6 504.9 140.6 705.1 140.6 867.3 302.8 867.4 503L866.9 521.6C857.2 713.1 698.8 865.4 504.9 865.4V811.8C675.5 811.8 813.8 673.5 813.8 503Z",
7031+
"width": 1000
7032+
},
7033+
"search": [
7034+
"atomic-radiobutton"
7035+
]
69947036
}
69957037
]
69967038
}

css/elementor-icons.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,18 @@
20272027
content: "\e9f2";
20282028
}
20292029

2030+
.eicon-atomic-select:before {
2031+
content: "\e9f3";
2032+
}
2033+
2034+
.eicon-atomic-checkbox:before {
2035+
content: "\e9f4";
2036+
}
2037+
2038+
.eicon-atomic-radiobutton:before {
2039+
content: "\e9f5";
2040+
}
2041+
20302042
.eicon-eye:before {
20312043
content: "\e8ac";
20322044
}

css/elementor-icons.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eicons.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

fonts/eicons.eot

892 Bytes
Binary file not shown.

fonts/eicons.svg

Lines changed: 6 additions & 0 deletions
Loading

fonts/eicons.ttf

892 Bytes
Binary file not shown.

fonts/eicons.woff

540 Bytes
Binary file not shown.

fonts/eicons.woff2

532 Bytes
Binary file not shown.

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2811,6 +2811,21 @@ <h1> Elementor Icons <small> (eicons) </small> </h1>
28112811
<span class="icon-name">eicon-tab-menu"</span>
28122812
<span class="icon-code">0xebdb</span>
28132813
</button>
2814+
<button type="button" class="icon-wrapper">
2815+
<i class="icon-element eicon-atomic-select">&#xe9f3;</i>
2816+
<span class="icon-name">eicon-atomic-select</span>
2817+
<span class="icon-code">0xe9f3</span>
2818+
</button>
2819+
<button type="button" class="icon-wrapper">
2820+
<i class="icon-element eicon-atomic-checkbox">&#xe9f4;</i>
2821+
<span class="icon-name">eicon-atomic-checkbox</span>
2822+
<span class="icon-code">0xe9f4</span>
2823+
</button>
2824+
<button type="button" class="icon-wrapper">
2825+
<i class="icon-element eicon-atomic-radiobutton">&#xe9f5;</i>
2826+
<span class="icon-name">eicon-atomic-radiobutton</span>
2827+
<span class="icon-code">0xe9f5</span>
2828+
</button>
28142829

28152830
</main>
28162831

0 commit comments

Comments
 (0)