diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-16 15:53:53 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-08-16 15:54:24 +0300 |
commit | 6bd542f858ceaa392e11a526c713359d8f667399 (patch) | |
tree | 1b097ea4324ca424c6b182ea7d56c7e73662cd26 /src/pages/icons/SettingsIcon.svelte | |
parent | Faided disabled services https://github.com/libredirect/browser_extension/iss... (diff) | |
download | libredirect-6bd542f858ceaa392e11a526c713359d8f667399.zip |
Added arrow icon to dropdowns. Added settings button to each service in the popup https://github.com/libredirect/browser_extension/issues/961
Diffstat (limited to 'src/pages/icons/SettingsIcon.svelte')
-rw-r--r-- | src/pages/icons/SettingsIcon.svelte | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/icons/SettingsIcon.svelte b/src/pages/icons/SettingsIcon.svelte index f47d078a..00798289 100644 --- a/src/pages/icons/SettingsIcon.svelte +++ b/src/pages/icons/SettingsIcon.svelte @@ -1,10 +1,13 @@ <svg + {...$$restProps} xmlns="http://www.w3.org/2000/svg" height="24px" width="24px" viewBox="0 0 24 24" preserveAspectRatio="xMinYMin meet" fill="currentColor" + on:click + on:keydown={null} > <path d="m9.25 22-.4-3.2q-.325-.125-.612-.3-.288-.175-.563-.375L4.7 19.375l-2.75-4.75 2.575-1.95Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337L1.95 9.375l2.75-4.75 2.975 1.25q.275-.2.575-.375.3-.175.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3.287.175.562.375l2.975-1.25 2.75 4.75-2.575 1.95q.025.175.025.337v.675q0 .163-.05.338l2.575 1.95-2.75 4.75-2.95-1.25q-.275.2-.575.375-.3.175-.6.3l-.4 3.2Zm2.8-6.5q1.45 0 2.475-1.025Q15.55 13.45 15.55 12q0-1.45-1.025-2.475Q13.5 8.5 12.05 8.5q-1.475 0-2.488 1.025Q8.55 10.55 8.55 12q0 1.45 1.012 2.475Q10.575 15.5 12.05 15.5Z" |