diff options
author | Indrajith | 2024-07-03 02:03:35 +0530 |
---|---|---|
committer | Indrajith | 2024-07-03 02:03:35 +0530 |
commit | 824022cd1f633c70c4d2782934251616756f4668 (patch) | |
tree | a310eb4bf72b26c2d110838b8c487daaa3537bea /.icons/kora-light/actions/16/osd-rotate-flip.svg | |
parent | 57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (diff) | |
download | dots-824022cd1f633c70c4d2782934251616756f4668.tar.gz dots-824022cd1f633c70c4d2782934251616756f4668.tar.bz2 dots-824022cd1f633c70c4d2782934251616756f4668.zip |
Dots Updated
* Adds GTK Themes
* Adds wlogout
* Adds tmux config
* Adds Pywal-16-colors
* Removed unwanted gtk folders
* Config Updates
* Fish
* Hyprland
* Hyprlock
* Hyprpaper
* waybar
Diffstat (limited to '.icons/kora-light/actions/16/osd-rotate-flip.svg')
-rw-r--r-- | .icons/kora-light/actions/16/osd-rotate-flip.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.icons/kora-light/actions/16/osd-rotate-flip.svg b/.icons/kora-light/actions/16/osd-rotate-flip.svg new file mode 100644 index 000000000..61df1658f --- /dev/null +++ b/.icons/kora-light/actions/16/osd-rotate-flip.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; } + </style> + </defs> + <g fill="#444444"> + <path fill-opacity=".25" d="m12.5 8c-1.92 0-3.5 1.58-3.5 3.5s1.58 3.5 3.5 3.5 3.5-1.58 3.5-3.5-1.58-3.5-3.5-3.5zm0 1 1.5 2h-1v1h1l-1.5 2-1.5-2h1v-1h-1z"/> + <path d="m2.4 3c-.775 0-1.4.636-1.4 1.428v7.144c0 .792.625 1.428 1.4 1.428h5.868c-.174-.481-.265-.988-.268-1.5 0-2.469 2.031-4.5 4.5-4.5.89 0 1.76.264 2.5.758v-3.33c0-.792-.625-1.428-1.4-1.428z"/> + </g> +</svg> |