diff options
| author | Oliver <oliver@mohlin.dev> | 2025-04-16 08:18:47 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-05-28 13:25:30 +0200 |
| commit | 6c3629478bc3bb420c122bcf6c651b5455c8ab5d (patch) | |
| tree | 63d8983a9fcd728f1180aa8b719c8e65a383c1d8 | |
| parent | 23e7acba0f8afd4d238df067c836ae649fa80b84 (diff) | |
| download | mullvadvpn-6c3629478bc3bb420c122bcf6c651b5455c8ab5d.tar.xz mullvadvpn-6c3629478bc3bb420c122bcf6c651b5455c8ab5d.zip | |
Add settings partial icon
| -rw-r--r-- | desktop/packages/mullvad-vpn/assets/icons/icon-settings-partial.svg | 3 | ||||
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/types.ts | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/assets/icons/icon-settings-partial.svg b/desktop/packages/mullvad-vpn/assets/icons/icon-settings-partial.svg new file mode 100644 index 0000000000..8e86c1c392 --- /dev/null +++ b/desktop/packages/mullvad-vpn/assets/icons/icon-settings-partial.svg @@ -0,0 +1,3 @@ +<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> + <path fill-rule="evenodd" clip-rule="evenodd" d="M21.1188 9.89587C20.7563 9.96424 20.3824 10 20 10C16.6863 10 14 7.31371 14 4C14 3.32438 14.1117 2.67485 14.3176 2.06884C14.2392 2.02283 14.1493 1.99876 14.0574 2.00005H9.94154C9.82218 1.99838 9.70617 2.03947 9.61446 2.11589C9.52276 2.19231 9.46142 2.29901 9.44154 2.41672L9.05071 5.07005C8.43252 5.32247 7.84873 5.65203 7.31321 6.05088L4.75321 5.05088C4.69336 5.02788 4.62982 5.01602 4.56571 5.01588C4.47649 5.01521 4.38871 5.03842 4.31149 5.08312C4.23426 5.12781 4.17041 5.19235 4.12654 5.27005L2.07154 8.73005C2.0082 8.833 1.98582 8.95598 2.00881 9.07465C2.0318 9.19332 2.0985 9.29903 2.19571 9.37088L4.36237 11.0209C4.31737 11.3454 4.29343 11.6725 4.29071 12C4.29321 12.3279 4.31687 12.6552 4.36154 12.98L2.19487 14.63C2.10003 14.7035 2.03513 14.8089 2.01228 14.9267C1.98944 15.0444 2.0102 15.1665 2.07071 15.27L4.12654 18.7309C4.1723 18.8085 4.23784 18.8725 4.31647 18.9164C4.3951 18.9603 4.48399 18.9826 4.57404 18.9809C4.63508 18.9809 4.69568 18.9705 4.75321 18.9501L7.31321 17.95C7.84779 18.3526 8.43311 18.683 9.05404 18.9326L9.44487 21.5834C9.46476 21.7011 9.52609 21.8078 9.6178 21.8842C9.7095 21.9606 9.82552 22.0017 9.94487 22.0001H14.0574C14.1773 22.0025 14.2941 21.9618 14.3865 21.8853C14.4789 21.8088 14.5407 21.7017 14.5607 21.5834L14.949 18.9292C15.5673 18.6777 16.1512 18.3487 16.6865 17.95L19.2465 18.9501C19.3064 18.9731 19.3699 18.985 19.434 18.9851C19.5234 18.9859 19.6114 18.9627 19.6887 18.918C19.7661 18.8733 19.8301 18.8087 19.874 18.7309L21.9307 15.27C21.9912 15.1665 22.012 15.0444 21.9891 14.9267C21.9663 14.8089 21.9014 14.7035 21.8065 14.63L19.6399 12.98C19.6847 12.6552 19.7086 12.3279 19.7115 12C19.7091 11.6725 19.6857 11.3454 19.6415 11.0209L21.1188 9.89587ZM9.68416 8.53559C10.3694 8.07775 11.175 7.83338 11.999 7.83338C13.1038 7.83449 14.1629 8.27383 14.9441 9.05499C15.7253 9.83615 16.1646 10.8953 16.1657 12C16.1657 12.8241 15.9213 13.6297 15.4635 14.3149C15.0057 15.0001 14.3549 15.5342 13.5936 15.8495C12.8322 16.1649 11.9944 16.2474 11.1862 16.0867C10.3779 15.9259 9.63548 15.529 9.05276 14.9463C8.47004 14.3636 8.07321 13.6212 7.91243 12.8129C7.75166 12.0047 7.83418 11.1669 8.14954 10.4055C8.46491 9.64418 8.99896 8.99343 9.68416 8.53559Z" fill="white" /> +</svg>
\ No newline at end of file diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/types.ts b/desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/types.ts index 19440d2207..dbafdadb3c 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/types.ts +++ b/desktop/packages/mullvad-vpn/src/renderer/lib/components/icon/types.ts @@ -30,5 +30,6 @@ export const icons = { 'search-circle': 'icon-search-circle', search: 'icon-search', 'settings-filled': 'icon-settings-filled', + 'settings-partial': 'icon-settings-partial', show: 'icon-show', }; |
