Initial commit.
This commit is contained in:
commit
918d020b4a
25637 changed files with 474563 additions and 0 deletions
25
10/saffron.svg
Normal file
25
10/saffron.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#d4ccbd"/>
|
||||
<stop offset="100%" stop-color="#28231b"/>
|
||||
</linearGradient>
|
||||
<filter id="shadow" x="-30%" y="-30%" width="160%" height="160%">
|
||||
<feDropShadow dx="2.5" dy="3.5" stdDeviation="3" flood-color="#1a1a2e" flood-opacity="0.45"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g filter="url(#shadow)" fill="none">
|
||||
<g stroke="#14110d" stroke-width="4.5" stroke-linecap="round" stroke-linejoin="round" transform="translate(2,2)">
|
||||
<line x1="24" y1="6" x2="24" y2="44"/>
|
||||
<path d="M24 6 Q18 10 12 10 M24 6 Q30 10 36 10 M24 12 Q16 16 10 16 M24 12 Q32 16 38 16 M24 18 Q14 22 8 22 M24 18 Q34 22 40 22"/>
|
||||
</g>
|
||||
<g stroke="#28231b" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(1,1)">
|
||||
<line x1="24" y1="6" x2="24" y2="44"/>
|
||||
<path d="M24 6 Q18 10 12 10 M24 6 Q30 10 36 10 M24 12 Q16 16 10 16 M24 12 Q32 16 38 16 M24 18 Q14 22 8 22 M24 18 Q34 22 40 22"/>
|
||||
</g>
|
||||
<g stroke="url(#g)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
<line x1="24" y1="6" x2="24" y2="44"/>
|
||||
<path d="M24 6 Q18 10 12 10 M24 6 Q30 10 36 10 M24 12 Q16 16 10 16 M24 12 Q32 16 38 16 M24 18 Q14 22 8 22 M24 18 Q34 22 40 22"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue