0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

📎 Remove unused rocket icon

This commit is contained in:
Belén Albeza 2024-07-05 15:28:25 +02:00
parent 6a18791c30
commit be9a2767ea
3 changed files with 0 additions and 3 deletions

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="1144 208 15 15"><path d="M1158.53 208a.394.394 0 0 0-.103.015l-4.067 1.047a.46.46 0 0 0-.211.122l-3.149 3.174c-1.771-.333-2.884-.368-3.862.033-1.021.417-1.781 1.237-3.006 2.473-.27.274-.1.736.283.773l3.437.346c-.07.271-.089.546-.055.809.081.634.412 1.201.857 1.636a2.81 2.81 0 0 0 1.675.791c.26.026.53.006.795-.058l.395 3.433a.46.46 0 0 0 .786.267c1.225-1.236 2.039-1.996 2.446-3.015.391-.977.339-2.082-.023-3.839l3.143-3.17a.46.46 0 0 0 .115-.179 70.578 70.578 0 0 0 1.004-4.106.458.458 0 0 0-.46-.552Zm-.602 1.086c-.175.641-.582 2.387-.792 3.19l-5.584 5.638c-.336.338-.72.437-1.129.396a1.952 1.952 0 0 1-1.123-.531c-.322-.315-.543-.719-.592-1.101-.049-.383.042-.749.423-1.134l5.58-5.631Zm-3.169 2.396a.746.746 0 0 0-.467.216.727.727 0 0 0 .009 1.035.74.74 0 0 0 1.041-.007.729.729 0 0 0-.007-1.035.744.744 0 0 0-.576-.209Zm-5.9 1.528c.38.007.825.053 1.358.137l-1.742 1.756a2.557 2.557 0 0 0-.186.209l-2.711-.273c.688-.668 1.365-1.386 1.907-1.608.382-.156.81-.231 1.374-.221Zm5.085 3.787c.23 1.309.209 2.072-.047 2.71-.215.539-.927 1.226-1.588 1.917l-.31-2.687c.071-.056.139-.118.205-.185Zm-7.45 2.122a.46.46 0 0 0-.325.132l-.982.969a.454.454 0 0 0 0 .645c.179.178.47.178.649 0l.978-.965a.454.454 0 0 0-.32-.781Zm1.256 1.237a.461.461 0 0 0-.326.132l-.979.969a.454.454 0 0 0-.004.645.461.461 0 0 0 .649.004l.979-.969a.454.454 0 0 0-.319-.781Z"/></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -212,7 +212,6 @@
(def ^:icon-id remove-icon "remove") (def ^:icon-id remove-icon "remove")
(def ^:icon-id rgba "rgba") (def ^:icon-id rgba "rgba")
(def ^:icon-id rgba-complementary "rgba-complementary") (def ^:icon-id rgba-complementary "rgba-complementary")
(def ^:icon-id rocket "rocket")
(def ^:icon-id rotation "rotation") (def ^:icon-id rotation "rotation")
(def ^:icon-id row "row") (def ^:icon-id row "row")
(def ^:icon-id row-reverse "row-reverse") (def ^:icon-id row-reverse "row-reverse")

View file

@ -199,7 +199,6 @@
(def ^:icon remove-icon (icon-xref :remove)) (def ^:icon remove-icon (icon-xref :remove))
(def ^:icon rgba (icon-xref :rgba)) (def ^:icon rgba (icon-xref :rgba))
(def ^:icon rgba-complementary (icon-xref :rgba-complementary)) (def ^:icon rgba-complementary (icon-xref :rgba-complementary))
(def ^:icon rocket (icon-xref :rocket))
(def ^:icon rotation (icon-xref :rotation)) (def ^:icon rotation (icon-xref :rotation))
(def ^:icon row (icon-xref :row)) (def ^:icon row (icon-xref :row))
(def ^:icon row-reverse (icon-xref :row-reverse)) (def ^:icon row-reverse (icon-xref :row-reverse))