Add date fixer functions
This commit is contained in:
10
images/date-fix-all.svg
Normal file
10
images/date-fix-all.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<rect x="2" y="3" width="12" height="11" rx="1" ry="1" fill="none" stroke="#000" stroke-width="1" />
|
||||
<rect x="2" y="5" width="12" height="2" fill="#000" />
|
||||
<rect x="4" y="1" width="2" height="4" fill="#000" />
|
||||
<rect x="10" y="1" width="2" height="4" fill="#000" />
|
||||
<path d="M4 9h8" stroke="#000" stroke-width="1" />
|
||||
<path d="M4 11h8" stroke="#000" stroke-width="1" />
|
||||
<circle cx="13" cy="13" r="2.2" fill="#000" />
|
||||
<path d="M12.2 13l0.6 0.6 1-1" stroke="#fff" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 665 B |
8
images/date-fix.svg
Normal file
8
images/date-fix.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<rect x="2" y="3" width="12" height="11" rx="1" ry="1" fill="none" stroke="#000" stroke-width="1" />
|
||||
<rect x="2" y="5" width="12" height="2" fill="#000" />
|
||||
<rect x="4" y="1" width="2" height="4" fill="#000" />
|
||||
<rect x="10" y="1" width="2" height="4" fill="#000" />
|
||||
<path d="M5 9h6" stroke="#000" stroke-width="1" />
|
||||
<path d="M5 11h4" stroke="#000" stroke-width="1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 490 B |
Reference in New Issue
Block a user