diff options
author | Muhannad Elbolaky <think-basin-amber@duck.com> | 2024-10-14 19:55:54 +0300 |
---|---|---|
committer | Muhannad Elbolaky <think-basin-amber@duck.com> | 2024-10-14 19:55:54 +0300 |
commit | 4db95ab8c1154360dcb46bf488cfefa4075addaa (patch) | |
tree | bad93b610c3a8781d8f1726acab0184a1dff765e /editor/icons | |
parent | 0fbd5314bd90747264efe294d00b97c81cac0ac7 (diff) | |
download | redot-engine-4db95ab8c1154360dcb46bf488cfefa4075addaa.tar.gz |
Optimize DefaultProjectIcon.svg
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/DefaultProjectIcon.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/DefaultProjectIcon.svg b/editor/icons/DefaultProjectIcon.svg index e1ba6a450d..f7e519ce42 100644 --- a/editor/icons/DefaultProjectIcon.svg +++ b/editor/icons/DefaultProjectIcon.svg @@ -1 +1 @@ -<svg height="128" width="128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="30.181992" x2="101.979728" y1="23.926528" y2="97.823613"><stop offset="0" stop-color="#ff1300"/><stop offset="1" stop-color="#ff6e01"/></linearGradient><rect fill="#382c2c" height="124" rx="14" stroke="#1a1616" stroke-width="4" width="124" x="2" y="2"/><path d="m51.385426 16.053974-2.414244 7.55766-7.767607 3.358953-8.292417-1.574505-11.441461 17.844462 1.994388 3.463923 40.727367 14.170615 40.412468-14.170615 2.09934-3.568884-11.65137-17.739501-8.187455 1.574505-7.977537-3.358953-2.414252-7.55766zm-26.346837 47.865156 2.624186 10.811644 18.474275 8.397408 17.844472-6.612956 18.054399 6.717912 18.579229-8.502364 2.51925-10.706664-1.67949-11.966296-37.263458 12.806032-37.683308-12.806032zm10.181844-2.939086 17.634539 6.403019-.419875 1.889412a9.5644335 9.5644335 0 0 1 -17.949439-6.612947zm57.522167 0 .83975 1.679484a9.5644331 9.5644331 0 0 1 -17.949441 6.612947l-.41987-1.889412zm-71.062963 7.242759-4.408636 4.408628 6.612953 23.617665 21.308387 8.712334-1.154634-18.369317-20.153751-9.342111zm84.708733 0-2.20435 9.027199-20.153722 9.342111-1.154634 18.264317 21.203436-8.712284 6.7179-23.512715zm-42.301886 12.07126-15.955049 6.403008.944705 19.733869 15.115312 6.08809 14.800415-6.08809 1.049679-19.733869z" fill="url(#a)" stroke-width=".104967"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128"><linearGradient id="a" x1="30.182" x2="101.98" y1="23.927" y2="97.824" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ff1300"/><stop offset="1" stop-color="#ff6e01"/></linearGradient><rect width="124" height="124" x="2" y="2" fill="#382c2c" stroke="#1a1616" stroke-width="4" rx="14"/><path fill="url(#a)" d="m51.385 16.054-2.414 7.558-7.767 3.359-8.293-1.575L21.47 43.241l1.994 3.463 40.727 14.171 40.413-14.17 2.1-3.57-11.652-17.739-8.188 1.575-7.977-3.36-2.414-7.557zM25.04 63.919l2.624 10.812 18.474 8.397 17.845-6.613 18.054 6.718 18.58-8.502 2.518-10.707-1.68-11.966-37.263 12.806-37.683-12.806zm10.18-2.939 17.635 6.403-.42 1.89a9.564 9.564 0 0 1-17.95-6.613zm57.523 0 .84 1.68a9.564 9.564 0 0 1-17.95 6.612l-.42-1.889zM21.68 68.223l-4.41 4.407 6.613 23.618 21.308 8.712-1.154-18.369-20.154-9.342zm84.708 0-2.204 9.027-20.154 9.342-1.154 18.264 21.203-8.712 6.718-23.513zM64.086 80.294l-15.955 6.403.945 19.734 15.115 6.088 14.8-6.088 1.05-19.734z"/></svg>
\ No newline at end of file |