mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
Merge pull request #1960 from nextcloud/chore/noid/AsProjectIcon
Add AS project icon
This commit is contained in:
commit
ce438eed0c
2 changed files with 14 additions and 0 deletions
3
.idea/.gitignore
vendored
Normal file
3
.idea/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
11
.idea/icon.svg
Normal file
11
.idea/icon.svg
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg width="100%" height="100%" viewBox="0 0 1344 1344" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||||
|
<path d="M673.24,0.001C1043.55,0.662 1344,301.521 1344,672C1344,1042.89 1042.89,1344 672,1344C301.113,1344 0,1042.89 0,672C0,301.15 301.053,0.06 671.846,0L672.154,0L673.24,0.001Z" style="fill:url(#_Linear1);"/>
|
||||||
|
<g id="path928" transform="matrix(1.25757,0,0,1.25757,30.4802,21.7981)">
|
||||||
|
<path d="M212,687.017L212,812L336.983,812L705.598,443.385L580.615,318.402L212,687.017ZM802.251,346.731C815.25,333.733 815.25,312.736 802.251,299.738L724.262,221.749C711.264,208.75 690.267,208.75 677.269,221.749L616.277,282.74L741.26,407.723L802.251,346.731Z" style="fill:white;"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1180.66,-1344,1344,1180.66,163.341,1344)"><stop offset="0" style="stop-color:rgb(0,130,201);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(28,175,255);stop-opacity:1"/></linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in a new issue