aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluesky/icon.svg
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bluesky/icon.svg')
-rw-r--r--recipes/bluesky/icon.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/bluesky/icon.svg b/recipes/bluesky/icon.svg
new file mode 100644
index 0000000..7f2f6c5
--- /dev/null
+++ b/recipes/bluesky/icon.svg
@@ -0,0 +1,9 @@
1<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
2 <defs>
3 <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
4 <stop offset="0" style="stop-color:#0062fe"/>
5 <stop offset="1" style="stop-color:#008ffe"/>
6 </linearGradient>
7 </defs>
8 <rect x="0" y="0" width="24" height="24" rx="5" ry="5" style="fill:url(#gradient)"/>
9</svg>