Added Kite icon (#427)
<!-- Thanks for contributing! Provide a description of your changes below and a general summary in the title Please look at the following checklist to ensure that your PR can be accepted quickly: --> ## Description Added kite icon. ## Type of Change <!--- Put an `x` in all the boxes that apply: --> - [x] 🖼️ New icon - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) - [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🧹 Code refactor - [ ] ✅ Build configuration change - [ ] 📝 Documentation - [ ] 🗑️ Chore --------- Co-authored-by: Vishnu Mohandas <vishnu@ente.io>
This commit is contained in:
parent
87d23a5327
commit
c9cea27aaa
2 changed files with 7 additions and 0 deletions
|
@ -128,6 +128,9 @@
|
|||
"title": "Kick",
|
||||
"hex": "53FC19"
|
||||
},
|
||||
{
|
||||
"title": "Kite"
|
||||
},
|
||||
{
|
||||
"title": "Koofr",
|
||||
"hex": "71BA05"
|
||||
|
|
4
assets/custom-icons/icons/kite.svg
Normal file
4
assets/custom-icons/icons/kite.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 500 500">
|
||||
<path fill="#f6461a" d="M166.667 83.333 0 250l166.667 166.667L333.333 250 500 83.333H166.667z" class="cls-1"/>
|
||||
<path fill="#db342c" d="M166.667 416.667 333.333 250 500 416.667H166.667z" class="cls-2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 296 B |
Loading…
Add table
Reference in a new issue