Add Shift icon theme and coverage guard
Install org.shift.icons as the look-and-feel icon theme while keeping the Plasma style on breeze-dark. Add the icon-theme coverage guard and CTest registration so shell, System Settings, KCM, and installed Plasma icon names do not silently fall back to missing Breeze-only assets. Document the theme rules and add scoped REUSE metadata for the Phosphor-derived SVG glyphs.
1
.gitignore
vendored
|
|
@ -24,3 +24,4 @@ build
|
|||
.preview-config/
|
||||
.preview-data/
|
||||
preview.sh
|
||||
.icon-gen/
|
||||
|
|
|
|||
11
.reuse/dep5
|
|
@ -11,3 +11,14 @@ Files: HACKING.md
|
|||
Copyright: Plasma-Mobile contributors
|
||||
License: CC-BY-SA-4.0
|
||||
|
||||
Files: icons/org.shift.icons/**/*.svg
|
||||
Copyright: 2023 Phosphor Icons
|
||||
2026 Shift contributors
|
||||
License: MIT
|
||||
Comment: SVG glyphs are adapted from Phosphor Icons regular 256px paths for the Shift icon theme.
|
||||
|
||||
Files: icons/org.shift.icons/index.theme
|
||||
icons/org.shift.icons/README.md
|
||||
Copyright: 2026 Marco Allegretti
|
||||
License: EUPL-1.2
|
||||
|
||||
|
|
|
|||
|
|
@ -8,3 +8,9 @@ ecm_install_icons(
|
|||
DESTINATION ${KDE_INSTALL_ICONDIR}
|
||||
THEME hicolor
|
||||
)
|
||||
|
||||
install(
|
||||
DIRECTORY org.shift.icons
|
||||
DESTINATION ${KDE_INSTALL_ICONDIR}
|
||||
PATTERN README.md EXCLUDE
|
||||
)
|
||||
|
|
|
|||
37
icons/org.shift.icons/README.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Shift Icon Theme
|
||||
|
||||
`org.shift.icons` is the icon theme selected by `lookandfeel/contents/defaults`.
|
||||
It inherits only `hicolor`, so shell-owned glyphs used by the Shift UI need to exist in this theme or in the local hicolor source icon set.
|
||||
The SVG glyphs are adapted from Phosphor Icons and licensed through the scoped REUSE metadata in `.reuse/dep5`.
|
||||
|
||||
Theme paths used here:
|
||||
|
||||
- `actions/symbolic/`: symbolic shell glyphs used by QML controls, status indicators, quick settings, window controls, and category icons.
|
||||
- `places/symbolic/`: symbolic place glyphs used by the dock and shell surfaces.
|
||||
- `apps/scalable/`: colored launcher icons for desktop-file app icon names that are part of the default Shift UI.
|
||||
- `preferences/scalable/`: colored System Settings category and module icons for names that should not fall back to monochrome action glyphs.
|
||||
|
||||
Keep `preferences/scalable` before `actions/symbolic` in `index.theme`. System Settings looks up category and KCM module icons by name, and the icon theme specification searches theme directories in order. If symbolic action aliases come first, names such as `preferences-desktop-sound`, `preferences-system-time`, or `network-wireless-symbolic` resolve to dark monochrome SVGs instead of colored preference icons.
|
||||
|
||||
When a QML icon is owned by the shell, render it as a masked icon with an explicit theme color:
|
||||
|
||||
```qml
|
||||
Kirigami.Icon {
|
||||
source: "icon-name"
|
||||
isMask: true
|
||||
color: Kirigami.Theme.textColor
|
||||
}
|
||||
```
|
||||
|
||||
Use the same pattern for shell button properties such as `iconName` and `iconSource`. Do not force `isMask` for dynamic application icons from task, notification, applet, or launcher models; those can be colored app icons.
|
||||
|
||||
If a required icon name is only an alias for an existing glyph, keep it as a same-directory symbolic link, for example `rotation-allowed-symbolic.svg -> rotation-allowed.svg`.
|
||||
|
||||
Run the coverage guard after adding or renaming shell icon sources:
|
||||
|
||||
```sh
|
||||
bash tests/check-shift-icon-theme.sh
|
||||
```
|
||||
|
||||
The same check is registered with CTest as `shift-icon-theme-coverage`.
|
||||
When Plasma packages are installed, the guard also scans their desktop metadata and QML icon fields so desktop shell, KCM, and applet icon names do not silently fall back to Breeze-only glyphs.
|
||||
10
icons/org.shift.icons/actions/symbolic/accessibility.svg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<circle cx="128" cy="44" r="16"/>
|
||||
<path d="M72,88c18.67-8,37.33-12,56-12s37.33,4,56,12" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<line x1="128" y1="76" x2="128" y2="212" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<line x1="128" y1="120" x2="84" y2="212" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<line x1="128" y1="120" x2="172" y2="212" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 834 B |
6
icons/org.shift.icons/actions/symbolic/activities.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<rect x="48" y="48" width="64" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="144" y="48" width="64" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="48" y="144" width="64" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="144" y="144" width="64" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 824 B |
|
|
@ -0,0 +1 @@
|
|||
view-grid-symbolic.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/application-menu.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
view-grid-symbolic.svg
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<rect x="48" y="48" width="64" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="144" y="48" width="64" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="48" y="144" width="64" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="144" y="144" width="64" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 824 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<polyline points="64 88 16 128 64 168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline points="192 88 240 128 192 168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="160" y1="40" x2="96" y2="216" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 641 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M48,216a24,24,0,0,1,24-24H208V32H72A24,24,0,0,0,48,56Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline points="48 216 48 224 192 224" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 526 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<line x1="152" y1="104" x2="176" y2="104" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="72" y1="104" x2="104" y2="104" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="88" y1="88" x2="88" y2="120" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M105.91,152,63.8,199.8a28,28,0,0,1-47.37-24.66L32.79,91a52,52,0,0,1,51.1-43H172a52,52,0,1,1,0,104Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M150.09,152l42.11,47.8a28,28,0,0,0,47.37-24.66L223.21,91" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1,018 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M16,216H92a52,52,0,1,0-52-52C40,200,16,216,16,216Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M112.41,116.16C131.6,90.29,179.46,32,224,32c0,44.54-58.29,92.4-84.16,111.59" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M133,90.64a84.39,84.39,0,0,1,32.41,32.41" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 718 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<circle cx="128" cy="128" r="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M168,128c0,64-40,96-40,96s-40-32-40-96,40-96,40-96S168,64,168,128Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="37.46" y1="96" x2="218.54" y2="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="37.46" y1="160" x2="218.54" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 822 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<circle cx="180" cy="164" r="28" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><circle cx="52" cy="196" r="28" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline points="80 196 80 56 208 24 208 164" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 632 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M200,224H56a8,8,0,0,1-8-8V40a8,8,0,0,1,8-8h96l56,56V216A8,8,0,0,1,200,224Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline points="152 32 152 88 208 88" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="96" y1="136" x2="160" y2="136" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="96" y1="168" x2="160" y2="168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 827 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<circle cx="128" cy="128" r="12"/><circle cx="196" cy="128" r="12"/><circle cx="60" cy="128" r="12"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 321 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<line x1="88" y1="32" x2="168" y2="32" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M152,32V99.14l62.85,104.74A8,8,0,0,1,208,216H48a8,8,0,0,1-6.86-12.12L104,99.14V32" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M71.63,153.08c13.23-2.48,32-1.41,56.37,10.92,32.25,16.33,54.75,12.91,67.5,7.65" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 740 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<circle cx="128" cy="128" r="40" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M41.43,178.09A99.14,99.14,0,0,1,31.36,153.8l16.78-21a81.59,81.59,0,0,1,0-9.64l-16.77-21a99.43,99.43,0,0,1,10.05-24.3l26.71-3a81,81,0,0,1,6.81-6.81l3-26.7A99.14,99.14,0,0,1,102.2,31.36l21,16.78a81.59,81.59,0,0,1,9.64,0l21-16.77a99.43,99.43,0,0,1,24.3,10.05l3,26.71a81,81,0,0,1,6.81,6.81l26.7,3a99.14,99.14,0,0,1,10.07,24.29l-16.78,21a81.59,81.59,0,0,1,0,9.64l16.77,21a99.43,99.43,0,0,1-10,24.3l-26.71,3a81,81,0,0,1-6.81,6.81l-3,26.7a99.14,99.14,0,0,1-24.29,10.07l-21-16.78a81.59,81.59,0,0,1-9.64,0l-21,16.77a99.43,99.43,0,0,1-24.3-10l-3-26.71a81,81,0,0,1-6.81-6.81Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M104,126.94a64,64,0,0,1,80-90.29L144,80l5.66,26.34L176,112l43.35-40a64,64,0,0,1-90.29,80L73,217A24,24,0,0,1,39,183Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 446 B |
1
icons/org.shift.icons/actions/symbolic/arrow-down-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
arrow-down.svg
|
||||
6
icons/org.shift.icons/actions/symbolic/arrow-down.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<line x1="128" y1="40" x2="128" y2="216" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline points="56 144 128 216 200 144" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 503 B |
6
icons/org.shift.icons/actions/symbolic/arrow-left.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<line x1="216" y1="128" x2="40" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline points="112 56 40 128 112 200" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 502 B |
7
icons/org.shift.icons/actions/symbolic/arrow-right.svg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<line x1="40" y1="128" x2="216" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<polyline points="144 56 216 128 144 200" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 503 B |
1
icons/org.shift.icons/actions/symbolic/arrow-up-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
arrow-up.svg
|
||||
6
icons/org.shift.icons/actions/symbolic/arrow-up.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<line x1="128" y1="216" x2="128" y2="40" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline points="56 112 128 40 200 112" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 502 B |
|
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16">
|
||||
<rect x="88" y="24" width="80" height="128" rx="40"/>
|
||||
<path d="M48 112a80 80 0 0 0 160 0"/>
|
||||
<line x1="128" y1="192" x2="128" y2="232"/>
|
||||
<line x1="88" y1="232" x2="168" y2="232"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 476 B |
|
|
@ -0,0 +1 @@
|
|||
audio-volume-high.svg
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M80,168H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H80l72-56V224Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="80" y1="88" x2="80" y2="168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M192,106.85a32,32,0,0,1,0,42.3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M221.67,80a72,72,0,0,1,0,96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 804 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M80,168H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H80l72-56V224Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="80" y1="88" x2="80" y2="168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M192,106.85a32,32,0,0,1,0,42.3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 666 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M80,168H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H80l72-56V224Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="80" y1="88" x2="80" y2="168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M192,106.85a32,32,0,0,1,0,42.3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M221.67,80a72,72,0,0,1,0,96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 804 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M80,168H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H80l72-56V224Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="240" y1="104" x2="192" y2="152" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="240" y1="152" x2="192" y2="104" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="80" y1="88" x2="80" y2="168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 809 B |
6
icons/org.shift.icons/actions/symbolic/audio-volume.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M80,168H32a8,8,0,0,1-8-8V96a8,8,0,0,1,8-8H80l72-56V224Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="80" y1="88" x2="80" y2="168" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M192,106.85a32,32,0,0,1,0,42.3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M221.67,80a72,72,0,0,1,0,96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 804 B |
1
icons/org.shift.icons/actions/symbolic/battery-000-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-000.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-010-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-010.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-020-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-020.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-030-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-030.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-040-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-040.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-050-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-050.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-060-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-060.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-070-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-070.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-080-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-080.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-090-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-090.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-100-charging.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/battery-100.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery-full.svg
|
||||
6
icons/org.shift.icons/actions/symbolic/battery-full.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<rect x="16" y="64" width="200" height="128" rx="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="176" y1="96" x2="176" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="136" y1="96" x2="136" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="96" y1="96" x2="96" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="56" y1="96" x2="56" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="248" y1="96" x2="248" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1 KiB |
1
icons/org.shift.icons/actions/symbolic/battery-missing.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
battery.svg
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M63.81,192.19c-47.89-79.81,16-159.62,151.64-151.64C223.43,176.23,143.62,240.08,63.81,192.19Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="160" y1="96" x2="40" y2="216" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 563 B |
6
icons/org.shift.icons/actions/symbolic/battery.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<rect x="16" y="64" width="200" height="128" rx="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="96" y1="96" x2="96" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="56" y1="96" x2="56" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="248" y1="96" x2="248" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 792 B |
6
icons/org.shift.icons/actions/symbolic/bluetooth.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<polygon points="128 32 192 80 128 128 128 32" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polygon points="128 128 192 176 128 224 128 128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="64" y1="80" x2="128" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="64" y1="176" x2="128" y2="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 798 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<rect x="24" y="64" width="176" height="128" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><polyline points="200 112 248 80 248 176 200 144" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 522 B |
8
icons/org.shift.icons/actions/symbolic/clock.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<circle cx="128" cy="132" r="84" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<line x1="128" y1="132" x2="128" y2="84" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<line x1="128" y1="132" x2="168" y2="156" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 637 B |
10
icons/org.shift.icons/actions/symbolic/color.svg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M128,24a104,104,0,0,0,0,208h16a24,24,0,0,0,0-48h-8a16,16,0,0,1,0-32h24a72,72,0,0,0,0-144Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<circle cx="84" cy="108" r="10"/>
|
||||
<circle cx="116" cy="76" r="10"/>
|
||||
<circle cx="160" cy="80" r="10"/>
|
||||
<circle cx="184" cy="120" r="10"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 556 B |
1
icons/org.shift.icons/actions/symbolic/configure-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
configure.svg
|
||||
6
icons/org.shift.icons/actions/symbolic/configure.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<circle cx="128" cy="128" r="40" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M41.43,178.09A99.14,99.14,0,0,1,31.36,153.8l16.78-21a81.59,81.59,0,0,1,0-9.64l-16.77-21a99.43,99.43,0,0,1,10.05-24.3l26.71-3a81,81,0,0,1,6.81-6.81l3-26.7A99.14,99.14,0,0,1,102.2,31.36l21,16.78a81.59,81.59,0,0,1,9.64,0l21-16.77a99.43,99.43,0,0,1,24.3,10.05l3,26.71a81,81,0,0,1,6.81,6.81l26.7,3a99.14,99.14,0,0,1,10.07,24.29l-16.78,21a81.59,81.59,0,0,1,0,9.64l16.77,21a99.43,99.43,0,0,1-10,24.3l-26.71,3a81,81,0,0,1-6.81,6.81l-3,26.7a99.14,99.14,0,0,1-24.29,10.07l-21-16.78a81.59,81.59,0,0,1-9.64,0l-21,16.77a99.43,99.43,0,0,1-24.3-10l-3-26.71a81,81,0,0,1-6.81-6.81Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<rect x="40" y="144" width="176" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="40" y="48" width="176" height="64" rx="8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><circle cx="180" cy="80" r="12"/><circle cx="180" cy="176" r="12"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 590 B |
|
|
@ -0,0 +1 @@
|
|||
window-close-symbolic.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/dialog-cancel.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
window-close.svg
|
||||
6
icons/org.shift.icons/actions/symbolic/dialog-error.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M142.41,40.22l87.46,151.87C236,202.79,228.08,216,215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22C119.89,29.26,136.11,29.26,142.41,40.22Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="128" y1="144" x2="128" y2="104" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><circle cx="128" cy="180" r="12"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 658 B |
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<circle cx="128" cy="128" r="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M120,120a8,8,0,0,1,8,8v40a8,8,0,0,0,8,8" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><circle cx="124" cy="84" r="12"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 536 B |
1
icons/org.shift.icons/actions/symbolic/dialog-ok-apply.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
dialog-ok.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/dialog-ok-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
dialog-ok.svg
|
||||
6
icons/org.shift.icons/actions/symbolic/dialog-ok.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<polyline points="40 144 96 200 216 56" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 359 B |
1
icons/org.shift.icons/actions/symbolic/dialog-warning.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
dialog-error.svg
|
||||
8
icons/org.shift.icons/actions/symbolic/document-edit.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M152,40H72A16,16,0,0,0,56,56V200a16,16,0,0,0,16,16H184a16,16,0,0,0,16-16V88Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<polyline points="152 40 152 88 200 88" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<path d="M104,168l-8,32,32-8,66.34-66.34a16,16,0,0,0-22.63-22.63Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 715 B |
|
|
@ -0,0 +1 @@
|
|||
arrow-up.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/document-export.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
arrow-up.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/document-import.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
arrow-down.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/document-open-folder.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
applications-other.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/document-open.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
folder.svg
|
||||
8
icons/org.shift.icons/actions/symbolic/document-save.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="M48,40H168l40,40V208a8,8,0,0,1-8,8H56a8,8,0,0,1-8-8Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<polyline points="88 40 88 104 160 104 160 40" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<rect x="88" y="152" width="80" height="64" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 675 B |
1
icons/org.shift.icons/actions/symbolic/document-send.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
arrow-right.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/documentinfo.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
dialog-information.svg
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<rect x="40" y="48" width="176" height="160" rx="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<line x1="40" y1="160" x2="216" y2="160" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
<circle cx="80" cy="184" r="8"/>
|
||||
<line x1="112" y1="184" x2="176" y2="184" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 690 B |
1
icons/org.shift.icons/actions/symbolic/edit-clear-all.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
trash-empty.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-clear-history.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
trash-empty.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-clear.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
window-close.svg
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<polyline points="168 168 216 168 216 40 88 40 88 88" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="40" y="88" width="128" height="128" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 519 B |
1
icons/org.shift.icons/actions/symbolic/edit-copy.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
edit-copy-symbolic.svg
|
||||
|
|
@ -0,0 +1 @@
|
|||
trash-empty.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-delete-remove.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
trash-empty.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-delete.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
trash-empty.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-find.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
search.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-image.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
viewimage-symbolic.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-none-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
edit-none.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-none.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
window-close.svg
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #232629; }</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<line x1="144" y1="40" x2="112" y2="40" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="112" y1="216" x2="144" y2="216" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M184,40h24a8,8,0,0,1,8,8V72" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="216" y1="144" x2="216" y2="112" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M184,216h24a8,8,0,0,0,8-8V184" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="40" y1="112" x2="40" y2="144" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M72,216H48a8,8,0,0,1-8-8V184" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M72,40H48a8,8,0,0,0-8,8V72" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><rect x="80" y="80" width="96" height="96" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
1
icons/org.shift.icons/actions/symbolic/edit-select-all.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
edit-select-all-symbolic.svg
|
||||
|
|
@ -0,0 +1 @@
|
|||
window-close-symbolic.svg
|
||||
1
icons/org.shift.icons/actions/symbolic/edit-select-none.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
window-close.svg
|
||||