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/actions/16/replay-record-error.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/actions/16/replay-record-error.svg')
-rw-r--r-- | .icons/kora/actions/16/replay-record-error.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.icons/kora/actions/16/replay-record-error.svg b/.icons/kora/actions/16/replay-record-error.svg new file mode 100644 index 000000000..3635c25c1 --- /dev/null +++ b/.icons/kora/actions/16/replay-record-error.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:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; } + </style> + </defs> + <g fill="#dfdfdf"> + <path d="m12.5 9c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5zm-2.5 3h5v1h-5z"/> + <path d="m8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8c.502-.006 1.002-.059 1.494-.158-.561-.508-.986-1.148-1.234-1.863-.087.009-.173.016-.26.021-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6c-.005.084-.011.168-.02.252.715.249 1.355.674 1.862 1.236.099-.49.152-.988.158-1.488 0-4.418-3.582-8-8-8zm0 4c-2.209 0-4 1.791-4 4s1.791 4 4 4l.035-.004c.238-2.081 1.88-3.723 3.961-3.961.001-.012.003-.023.004-.035 0-2.209-1.791-4-4-4z"/> + </g> +</svg> |