Начальный коммит
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1.5" y="1.5" width="17" height="17" rx="3" ry="3" fill="#DD682A" stroke="#c7c7c7"/>
|
||||
<path d="m14.872 5.348 1.4 1.4-7.891 7.89-4.746-4.747 1.399-1.4 3.347 3.347z" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 269 B |
4
cinnamon/light-assets/checkbox/checkbox-checked.svg
Normal file
4
cinnamon/light-assets/checkbox/checkbox-checked.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1.5" y="1.5" width="17" height="17" rx="3" ry="3" fill="#DD682A" stroke="#DD682A"/>
|
||||
<path d="m14.872 5.348 1.4 1.4-7.891 7.89-4.746-4.747 1.399-1.4 3.347 3.347z" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 269 B |
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1.5" y="1.5" width="17" height="17" rx="3" ry="3" fill="#F7F7F7" stroke="#c7c7c7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 176 B |
3
cinnamon/light-assets/checkbox/checkbox-unchecked.svg
Normal file
3
cinnamon/light-assets/checkbox/checkbox-unchecked.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1.5" y="1.5" width="17" height="17" rx="3" ry="3" fill="#F7F7F7" stroke="#d4d4d4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 176 B |
4
cinnamon/light-assets/checkbox/radio-checked.svg
Normal file
4
cinnamon/light-assets/checkbox/radio-checked.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="10" cy="10" r="9" fill="#DD682A"/>
|
||||
<circle cx="10" cy="10" r="3" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 175 B |
3
cinnamon/light-assets/checkbox/radio-unchecked.svg
Normal file
3
cinnamon/light-assets/checkbox/radio-unchecked.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="10" cy="10" r="9" fill="#F7F7F7" stroke="#d4d4d4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 147 B |
Reference in New Issue
Block a user