Guidelines Folder.

This commit is contained in:
arturoacevedob
2017-11-30 08:42:30 -06:00
parent d43f9febd1
commit 1d5610cd2f
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" aria-label="Guidelines" role="img">
<rect fill="#222" height="512" rx="15%" width="512"/>
<rect fill="#ff3f32" height="512" rx="30%" width="512"/>
<rect fill="#ffd900" height="512" rx="40%" width="512"/>
<rect fill="#4cd966" height="448" rx="40%" width="448" x="32" y="32"/>
</svg>

After

Width:  |  Height:  |  Size: 347 B

6
guidelines/guideline.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" aria-label="Guidelines" role="img">
<rect fill="#222" height="512" rx="15%" width="512"/>
<rect fill="#ff3f32" height="512" rx="50%" width="512"/>
<rect fill="#ffd900" height="435" rx="50%" width="435" x="39" y="39"/>
<rect fill="#4cd966" height="384" rx="50%" width="384" x="64" y="64"/>
</svg>

After

Width:  |  Height:  |  Size: 361 B