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/Gruvbox-Light/apps/16/google-webdesigner.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/Gruvbox-Light/apps/16/google-webdesigner.svg')
-rw-r--r-- | .icons/Gruvbox-Light/apps/16/google-webdesigner.svg | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/.icons/Gruvbox-Light/apps/16/google-webdesigner.svg b/.icons/Gruvbox-Light/apps/16/google-webdesigner.svg new file mode 100644 index 000000000..78f1e66e2 --- /dev/null +++ b/.icons/Gruvbox-Light/apps/16/google-webdesigner.svg @@ -0,0 +1,55 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="16" height="16" viewBox="0 0 16 16"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#928374; } .ColorScheme-Highlight { color:#5294e2; } + </style> + <linearGradient id="arrongin" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#dd9b44"/> + <stop offset="100%" style="stop-color:#ad6c16"/> + </linearGradient> + <linearGradient id="aurora" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#09D4DF"/> + <stop offset="100%" style="stop-color:#9269F4"/> + </linearGradient> + <linearGradient id="fitdance" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#1AD6AB"/> + <stop offset="100%" style="stop-color:#329DB6"/> + </linearGradient> + <linearGradient id="oomox" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#efefe7"/> + <stop offset="100%" style="stop-color:#8f8f8b"/> + </linearGradient> + <linearGradient id="rainblue" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#00F260"/> + <stop offset="100%" style="stop-color:#0575E6"/> + </linearGradient> + <linearGradient id="sunrise" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#FF8501"/> + <stop offset="100%" style="stop-color:#FFCB01"/> + </linearGradient> + <linearGradient id="telinkrin" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#b2ced6"/> + <stop offset="100%" style="stop-color:#6da5b7"/> + </linearGradient> + <linearGradient id="60spsycho" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#df5940"/> + <stop offset="25%" style="stop-color:#d8d15f"/> + <stop offset="50%" style="stop-color:#e9882a"/> + <stop offset="100%" style="stop-color:#279362"/> + </linearGradient> + <linearGradient id="90ssummer" x1="0%" x2="0%" y1="0%" y2="100%"> + <stop offset="0%" style="stop-color:#f618c7"/> + <stop offset="20%" style="stop-color:#94ffab"/> + <stop offset="50%" style="stop-color:#fbfd54"/> + <stop offset="100%" style="stop-color:#0f83ae"/> + </linearGradient> + <clipPath id="clip0"> + <rect fill="#fff" width="16" height="16"/> + </clipPath> + </defs> + <g clip-path="url(#clip0)"> + <path fill="currentColor" class="ColorScheme-Text" d="M1 1H15V12H10H8C8 14 7 15 5.1 15.5L5 16H11L10.25 13H15C15.5523 13 16 12.5523 16 12V1C16 0.447715 15.5523 0 15 0H1C0.447715 0 0 0.447715 0 1V12C0 12.5523 0.447715 13 1 13H2C2.70077 12.7058 2.90419 12.482 3 12H1V1Z"/> + <path fill="currentColor" class="ColorScheme-Text" d="M8.50694 10.8713L6.85637 12.0312C7.16581 14.8623 3.99611 15.6611 1.97526 13.5542C4.82837 12.6432 3.58797 10.6357 5.87653 10.9147L6.91078 9.24045L7.47725 9.50048L13.4396 2.97321C14.2789 2.05808 15.2976 3.24753 14.5 4L8.23503 10.3608L8.50694 10.8713Z"/> + <circle fill="currentColor" class="ColorScheme-Text" cx="4.5" cy="4.5" r="2.5"/> + </g> +</svg> |