crunch SVGs into the CSS
This commit is contained in:
parent
cebc6edfe7
commit
dccfddaec1
15 changed files with 102 additions and 24 deletions
3
static/svg/dark/collapse.svg
Normal file
3
static/svg/dark/collapse.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="12" height="12" xmlns="http://www.w3.org/2000/svg">
|
||||
<line x1="3" y1="6" x2="9" y2="6" stroke="#d7cdbf" stroke-width="2" stroke-opacity="0.5" />
|
||||
</svg>
|
After Width: | Height: | Size: 167 B |
4
static/svg/dark/expand.svg
Normal file
4
static/svg/dark/expand.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg width="12" height="12" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 5V2H5V5H2V7H5V10H7V7H10V5H7Z" fill="#d7cdbf"
|
||||
fill-opacity="0.5" />
|
||||
</svg>
|
After Width: | Height: | Size: 202 B |
5
static/svg/dark/go.svg
Normal file
5
static/svg/dark/go.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M10.5858 7L8.29291 4.70711L9.70712 3.29289L14.4142 8L9.70712 12.7071L8.29291 11.2929L10.5858 9H3V7H10.5858Z"
|
||||
fill="#d7cdbf" />
|
||||
</svg>
|
After Width: | Height: | Size: 227 B |
3
static/svg/dark/leaf.svg
Normal file
3
static/svg/dark/leaf.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="12" height="12" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="6" cy="6" r="2" fill="#d7cdbf" fill-opacity="0.5" />
|
||||
</svg>
|
After Width: | Height: | Size: 140 B |
5
static/svg/dark/permalink.svg
Normal file
5
static/svg/dark/permalink.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd"
|
||||
d="M7.65686 2L9.07107 3.41422C9.75158 4.09473 10.1356 4.95943 10.2232 5.84784C11.1116 5.93544 11.9763 6.31949 12.6569 7L14.0711 8.41422C15.6332 9.97631 15.6332 12.509 14.0711 14.0711C12.509 15.6332 9.97631 15.6332 8.41422 14.0711L7 12.6569C6.31949 11.9763 5.93544 11.1116 5.84784 10.2232C4.95943 10.1356 4.09473 9.75158 3.41422 9.07107L2 7.65686C0.437906 6.09476 0.437906 3.5621 2 2C3.5621 0.437906 6.09476 0.437906 7.65686 2ZM8.27486 9.68907C8.13056 9.77429 7.98205 9.84968 7.83031 9.91523C7.85114 10.3978 8.04577 10.8742 8.41422 11.2426L9.82843 12.6569C10.6095 13.4379 11.8758 13.4379 12.6569 12.6569C13.4379 11.8758 13.4379 10.6095 12.6569 9.82843L11.2426 8.41422C10.8742 8.04577 10.3978 7.85114 9.91523 7.83031C9.84968 7.98204 9.7743 8.13055 9.68907 8.27485L11.5355 10.1213L10.1213 11.5355L8.27486 9.68907ZM7.65686 4.82843C8.0253 5.19688 8.21994 5.67331 8.24077 6.15585C8.08903 6.22139 7.94053 6.29678 7.79623 6.382L5.87869 4.46447L4.46448 5.87868L6.38201 7.79621C6.29678 7.94052 6.2214 8.08903 6.15585 8.24077C5.67331 8.21994 5.19688 8.0253 4.82843 7.65686L3.41422 6.24264C2.63317 5.46159 2.63317 4.19527 3.41422 3.41422C4.19527 2.63317 5.46159 2.63317 6.24264 3.41422L7.65686 4.82843Z"
|
||||
fill="#d7cdbf" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue