diff options
Diffstat (limited to 'data/resources')
-rw-r--r-- | data/resources/profile.svgin | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/resources/profile.svgin b/data/resources/profile.svgin new file mode 100644 index 0000000..8784732 --- /dev/null +++ b/data/resources/profile.svgin @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" + viewBox="0, 0, 16, 16"> + <rect x="1" y="9" width="14" height="7" rx="2" ry="2" fill="@COLOR@" /> + <ellipse cx="8" cy="11" rx="7" ry="4" fill="@COLOR@" /> + <circle cx="8" cy="4" r="4" fill="@COLOR@" /> +</svg> |