Ver Fonte

feat: add link & lock icons & their counterparts

Sv443 há 1 ano atrás
pai
commit
7b63bccb78

+ 1 - 0
assets/icons/link.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path fill="#ffffff" d="M432.307-298.463H281.539q-75.338 0-128.438-53.093-53.1-53.093-53.1-128.422t53.1-128.444q53.1-53.115 128.438-53.115h150.768v59.998H281.539q-50.385 0-85.962 35.577Q160-530.385 160-480q0 50.385 35.577 85.962 35.577 35.577 85.962 35.577h150.768v59.998ZM330.001-450.001v-59.998h299.998v59.998H330.001Zm197.692 151.538v-59.998h150.768q50.385 0 85.962-35.577Q800-429.615 800-480q0-50.385-35.577-85.962-35.577-35.577-85.962-35.577H527.693v-59.998h150.768q75.338 0 128.438 53.093 53.1 53.093 53.1 128.422t-53.1 128.444q-53.1 53.115-128.438 53.115H527.693Z"/></svg>

+ 1 - 0
assets/icons/link_off.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path fill="#ffffff" d="M755.384-315.847 710-362.461q40.385-11 65.192-43.27Q800-438 800-480q0-50.385-35.385-85.962-35.384-35.577-85.384-35.577H526.924v-59.998h152.307q74.922 0 127.845 53.115T859.999-480q0 53.154-28.539 97.115-28.538 43.961-76.076 67.038ZM623.23-450.001l-59.999-59.998h65.999v59.998h-6ZM805.847-69.847l-736-736L112-848l736 736-42.153 42.153ZM433.076-298.463H281.539q-75.308 0-128.423-53.115Q100.001-404.693 100.001-480q0-66.692 42.962-117.038 42.962-50.346 107.808-60.807h9.231l56.307 56.306h-34.77q-50.385 0-85.962 35.577Q160-530.385 160-480q0 50.385 35.577 85.962 35.577 35.577 85.962 35.577h151.537v59.998ZM330.77-450.001v-59.998h77.693l58.999 59.998H330.77Z"/></svg>

+ 1 - 0
assets/icons/lock_off.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path fill="#ffffff" d="M779.999-266.307 720-326.306v-221.385q0-5.385-3.462-8.847-3.462-3.462-8.847-3.462H486.306l-59.999-59.999H600v-80q0-50.384-35.269-85.192-35.27-34.808-85.654-34.808-50.385 0-85.346 34.693-34.962 34.692-34.962 85.307v10.154l-54.922-54.921q15.461-59.462 64.422-97.346 48.962-37.885 110.808-37.885 75.307 0 128.114 52.538 52.808 52.538 52.808 127.46v80h47.692q30.308 0 51.308 21t21 51.308v281.384ZM820-28l-79.694-79.694q-10.23 4.231-19.615 5.962-9.385 1.731-20.692 1.731h-447.69q-30.308 0-51.308-21t-21-51.308v-375.382q0-23.846 14.308-42.923t36.923-26.154L28-820l42.153-42.153 792 792L820-28ZM686-160 532.076-315.924q-9.846 9.846-22.615 15.077-12.769 5.231-27.461 5.231-29.154 0-49.576-20.423-20.423-20.423-20.423-49.576 0-14.692 5.23-27.462 5.231-12.769 15.077-22.615L286-560h-33.691q-5.385 0-8.847 3.462-3.462 3.462-3.462 8.847v375.382q0 5.385 3.462 8.847 3.462 3.462 8.847 3.462H686ZM486-360Zm117.153-83.153Z"/></svg>

+ 3 - 0
assets/resources.json

@@ -10,6 +10,9 @@
   "icon-globe": "icons/globe.svg",
   "icon-help": "icons/help.svg",
   "icon-lock": "icons/lock.svg",
+  "icon-lock_off": "icons/lock_off.svg",
+  "icon-link": "icons/link.svg",
+  "icon-link_off": "icons/link_off.svg",
   "icon-lyrics": "icons/lyrics.svg",
   "icon-skip_to": "icons/skip_to.svg",
   "icon-spinner": "icons/spinner.svg",