Skip to content

Commit

Permalink
New: Internal: Add Grid Container icon to eicons [ED-11432] (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
louiswol94 authored Jul 20, 2023
1 parent ee84fb6 commit e2c294b
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 3 deletions.
14 changes: 14 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6277,6 +6277,20 @@
"search": [
"taxonomy-filter"
]
},
{
"uid": "1ae6b027ad74d838d40c8b636acc671e",
"css": "container-grid",
"code": 59840,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M973.8 26.2C956.9 9.2 934.4 0 910.3 0H89.7C65.6 0 43.1 9.2 26.2 26.2 9.2 43.1 0 65.6 0 89.7V910.3C0 933.8 9.7 956.9 26.2 973.8 43.1 990.8 65.6 1000 89.7 1000H910.3C934.4 1000 956.9 990.8 973.8 973.8 990.8 956.9 1000 933.8 1000 910.3V89.7C1000 65.6 990.8 43.1 973.8 26.2ZM910.3 76.9C913.8 76.9 916.9 78.5 919.5 80.5 922.1 83.1 923.1 86.2 923.1 89.7V461.5H538.5V76.9H910.3ZM80.5 80.5S86.2 76.9 89.7 76.9H461.5V461.5H76.9V89.7C76.9 86.2 78.5 83.1 80.5 80.5ZM89.7 923.1C86.2 923.1 83.1 921.5 80.5 919.5 77.9 916.9 76.9 913.8 76.9 910.3V538.5H461.5V923.1H89.7ZM919.5 919.5S913.8 923.1 910.3 923.1H538.5V538.5H923.1V910.3C923.1 913.8 921.5 916.9 919.5 919.5Z",
"width": 1000
},
"search": [
"container-grid"
]
}
]
}
4 changes: 4 additions & 0 deletions css/elementor-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,10 @@
content: "\eb7d";
}

.eicon-container-grid:before {
content: "\e9c0";
}

.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.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@ <h1>
<div class="span3" title="Code: 0xe9bd"><i class="demo-icon eicon-nested-carousel">&#xe9bd;</i> <span class="i-name">eicon-nested-carousel</span><span class="i-code">0xe9bd</span></div>
<div class="span3" title="Code: 0xe9be"><i class="demo-icon eicon-ai">&#xe9be;</i> <span class="i-name">eicon-ai</span><span class="i-code">0xe9be</span></div>
<div class="span3" title="Code: 0xeb7d"><i class="demo-icon eicon-taxonomy-filter">&#xeb7d;</i> <span class="i-name">eicon-taxonomy-filter</span><span class="i-code">0xeb7d</span></div>
<div class="span3" title="Code: 0xe9c0"><i class="demo-icon eicon-container-grid">&#xe9c0;</i> <span class="i-name">eicon-container-grid</span><span class="i-code">0xe9c0</span></div>
</div>
</div>
<div class="container footer">Generated by <a href="http://fontello.com">fontello.com</a></div>
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@
.eicon-nested-carousel:before { content: '\e9bd'; }
.eicon-ai:before { content: '\e9be'; }
.eicon-taxonomy-filter:before { content: '\eb7d'; }
.eicon-container-grid:before { content: '\e9c0'; }

// Aliases

Expand Down

0 comments on commit e2c294b

Please sign in to comment.