diff options
Diffstat (limited to '_icons')
36 files changed, 129 insertions, 116 deletions
diff --git a/_icons/ajdustments.svg b/_icons/ajdustments.svg index 7a5120ee..5161404c 100644 --- a/_icons/ajdustments.svg +++ b/_icons/ajdustments.svg @@ -1,15 +1,15 @@ --- --- <svg> - <circle cx="6" cy="10" r="2"></circle> - <line x1="6" y1="4" x2="6" y2="8"></line> - <line x1="6" y1="12" x2="6" y2="20"></line> + <circle cx="6" cy="10" r="2" /> + <line x1="6" y1="4" x2="6" y2="8" /> + <line x1="6" y1="12" x2="6" y2="20" /> - <circle cx="12" cy="16" r="2"></circle> - <line x1="12" y1="4" x2="12" y2="14"></line> - <line x1="12" y1="18" x2="12" y2="20"></line> + <circle cx="12" cy="16" r="2" /> + <line x1="12" y1="4" x2="12" y2="14" /> + <line x1="12" y1="18" x2="12" y2="20" /> - <circle cx="18" cy="7" r="2"></circle> - <line x1="18" y1="4" x2="18" y2="5"></line> - <line x1="18" y1="9" x2="18" y2="20"></line> + <circle cx="18" cy="7" r="2" /> + <line x1="18" y1="4" x2="18" y2="5" /> + <line x1="18" y1="9" x2="18" y2="20" /> </svg> diff --git a/_icons/alert-circle.svg b/_icons/alert-circle.svg index 94f06aa8..862a4e54 100644 --- a/_icons/alert-circle.svg +++ b/_icons/alert-circle.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="12" y1="8" x2="12" y2="12" /> <line x1="12" y1="16" x2="12.01" y2="16" /> </svg> diff --git a/_icons/align-center.svg b/_icons/align-center.svg index a06412ae..19add0ab 100644 --- a/_icons/align-center.svg +++ b/_icons/align-center.svg @@ -1,8 +1,8 @@ --- --- <svg> - <line x1="4" y1="6" x2="20" y2="6"></line> - <line x1="7" y1="10" x2="17" y2="10"></line> - <line x1="4" y1="14" x2="20" y2="14"></line> - <line x1="6" y1="18" x2="18" y2="18"></line> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="7" y1="10" x2="17" y2="10" /> + <line x1="4" y1="14" x2="20" y2="14" /> + <line x1="6" y1="18" x2="18" y2="18" /> </svg> diff --git a/_icons/align-justified.svg b/_icons/align-justified.svg index edb01382..d32ae7e5 100644 --- a/_icons/align-justified.svg +++ b/_icons/align-justified.svg @@ -1,8 +1,8 @@ --- --- <svg> - <line x1="4" y1="6" x2="20" y2="6"></line> - <line x1="4" y1="10" x2="20" y2="10"></line> - <line x1="4" y1="14" x2="20" y2="14"></line> - <line x1="4" y1="18" x2="20" y2="18"></line> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="4" y1="10" x2="20" y2="10" /> + <line x1="4" y1="14" x2="20" y2="14" /> + <line x1="4" y1="18" x2="20" y2="18" /> </svg> diff --git a/_icons/align-left.svg b/_icons/align-left.svg index 68b8d3ad..44cabf5b 100644 --- a/_icons/align-left.svg +++ b/_icons/align-left.svg @@ -1,8 +1,8 @@ --- --- <svg> - <line x1="4" y1="6" x2="20" y2="6"></line> - <line x1="4" y1="10" x2="14" y2="10"></line> - <line x1="4" y1="14" x2="20" y2="14"></line> - <line x1="4" y1="18" x2="16" y2="18"></line> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="4" y1="10" x2="14" y2="10" /> + <line x1="4" y1="14" x2="20" y2="14" /> + <line x1="4" y1="18" x2="16" y2="18" /> </svg> diff --git a/_icons/align-right.svg b/_icons/align-right.svg index c1e1aa4e..ab8e0b47 100644 --- a/_icons/align-right.svg +++ b/_icons/align-right.svg @@ -1,8 +1,8 @@ --- --- <svg> - <line x1="4" y1="6" x2="20" y2="6"></line> - <line x1="10" y1="10" x2="20" y2="10"></line> - <line x1="4" y1="14" x2="20" y2="14"></line> - <line x1="8" y1="18" x2="20" y2="18"></line> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="10" y1="10" x2="20" y2="10" /> + <line x1="4" y1="14" x2="20" y2="14" /> + <line x1="8" y1="18" x2="20" y2="18" /> </svg> diff --git a/_icons/arrow-down-circle.svg b/_icons/arrow-down-circle.svg index a13d80f4..d038f0c8 100644 --- a/_icons/arrow-down-circle.svg +++ b/_icons/arrow-down-circle.svg @@ -1,9 +1,9 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> - <line x1="8" y1="12" x2="12" y2="16"></line> - <line x1="12" y1="8" x2="12" y2="16"></line> - <line x1="16" y1="12" x2="12" y2="16"></line> + <line x1="8" y1="12" x2="12" y2="16" /> + <line x1="12" y1="8" x2="12" y2="16" /> + <line x1="16" y1="12" x2="12" y2="16" /> </svg> diff --git a/_icons/arrow-down-left-circle.svg b/_icons/arrow-down-left-circle.svg index 5313ef0b..14fb35fb 100644 --- a/_icons/arrow-down-left-circle.svg +++ b/_icons/arrow-down-left-circle.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="15" y1="9" x2="9" y2="15" /> <polyline points="15 15 9 15 9 9" /> diff --git a/_icons/arrow-down-right-circle.svg b/_icons/arrow-down-right-circle.svg index 0cbb733d..ad49d9f6 100644 --- a/_icons/arrow-down-right-circle.svg +++ b/_icons/arrow-down-right-circle.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="15" y1="15" x2="9" y2="15" /> <polyline points="15 9 15 15 9 9" /> diff --git a/_icons/arrow-down.svg b/_icons/arrow-down.svg index f210e111..a202dfff 100644 --- a/_icons/arrow-down.svg +++ b/_icons/arrow-down.svg @@ -1,7 +1,7 @@ --- --- <svg> - <line x1="12" y1="5" x2="12" y2="19"></line> - <line x1="19" y1="12" x2="12" y2="19"></line> - <line x1="5" y1="12" x2="12" y2="19"></line> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="19" y1="12" x2="12" y2="19" /> + <line x1="5" y1="12" x2="12" y2="19" /> </svg> diff --git a/_icons/arrow-left-circle.svg b/_icons/arrow-left-circle.svg index 4f9c09d1..d7d32dd3 100644 --- a/_icons/arrow-left-circle.svg +++ b/_icons/arrow-left-circle.svg @@ -1,9 +1,9 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> - <line x1="8" y1="12" x2="16" y2="12"></line> - <line x1="8" y1="12" x2="12" y2="16"></line> - <line x1="8" y1="12" x2="12" y2="8"></line> + <line x1="8" y1="12" x2="16" y2="12" /> + <line x1="8" y1="12" x2="12" y2="16" /> + <line x1="8" y1="12" x2="12" y2="8" /> </svg> diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg index ac58b693..3d833119 100644 --- a/_icons/arrow-left.svg +++ b/_icons/arrow-left.svg @@ -1,7 +1,7 @@ --- --- <svg> - <line x1="5" y1="12" x2="19" y2="12"></line> - <line x1="5" y1="12" x2="12" y2="19"></line> - <line x1="5" y1="12" x2="12" y2="5"></line> + <line x1="5" y1="12" x2="19" y2="12" /> + <line x1="5" y1="12" x2="12" y2="19" /> + <line x1="5" y1="12" x2="12" y2="5" /> </svg> diff --git a/_icons/arrow-narrow-down.svg b/_icons/arrow-narrow-down.svg index 8851101d..69551bc4 100644 --- a/_icons/arrow-narrow-down.svg +++ b/_icons/arrow-narrow-down.svg @@ -1,7 +1,7 @@ --- --- <svg> - <line x1="12" y1="5" x2="12" y2="19"></line> - <line x1="16" y1="15" x2="12" y2="19"></line> - <line x1="8" y1="15" x2="12" y2="19"></line> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="16" y1="15" x2="12" y2="19" /> + <line x1="8" y1="15" x2="12" y2="19" /> </svg> diff --git a/_icons/arrow-right-circle.svg b/_icons/arrow-right-circle.svg index d24d3c7a..10784346 100644 --- a/_icons/arrow-right-circle.svg +++ b/_icons/arrow-right-circle.svg @@ -1,9 +1,9 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> - <line x1="16" y1="12" x2="8" y2="12"></line> - <line x1="16" y1="12" x2="12" y2="16"></line> - <line x1="16" y1="12" x2="12" y2="8"></line> + <line x1="16" y1="12" x2="8" y2="12" /> + <line x1="16" y1="12" x2="12" y2="16" /> + <line x1="16" y1="12" x2="12" y2="8" /> </svg> diff --git a/_icons/arrow-up-circle.svg b/_icons/arrow-up-circle.svg index 37343c91..7339166e 100644 --- a/_icons/arrow-up-circle.svg +++ b/_icons/arrow-up-circle.svg @@ -1,9 +1,9 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> - <line x1="12" y1="8" x2="8" y2="12"></line> - <line x1="12" y1="8" x2="12" y2="16"></line> - <line x1="16" y1="12" x2="12" y2="8"></line> + <line x1="12" y1="8" x2="8" y2="12" /> + <line x1="12" y1="8" x2="12" y2="16" /> + <line x1="16" y1="12" x2="12" y2="8" /> </svg> diff --git a/_icons/arrow-up-left-circle.svg b/_icons/arrow-up-left-circle.svg index ca78ef94..58248308 100644 --- a/_icons/arrow-up-left-circle.svg +++ b/_icons/arrow-up-left-circle.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="9" y1="9" x2="15" y2="15" /> <polyline points="15 9 9 9 9 15" /> diff --git a/_icons/arrow-up-right-circle.svg b/_icons/arrow-up-right-circle.svg index 9ea33fff..3e72e3b5 100644 --- a/_icons/arrow-up-right-circle.svg +++ b/_icons/arrow-up-right-circle.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="15" y1="9" x2="9" y2="15" /> <polyline points="15 15 15 9 9 9" /> diff --git a/_icons/border-all.svg b/_icons/border-all.svg index 80a175e2..de3dd9aa 100644 --- a/_icons/border-all.svg +++ b/_icons/border-all.svg @@ -1,7 +1,7 @@ --- --- <svg> - <rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <rect x="4" y="4" width="16" height="16" rx="2" ry="2" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </svg> diff --git a/_icons/border-bottom.svg b/_icons/border-bottom.svg index 3fe1034c..efa6cd72 100644 --- a/_icons/border-bottom.svg +++ b/_icons/border-bottom.svg @@ -1,12 +1,12 @@ --- --- <svg> - <line x1="20" y1="20" x2="4" y2="20"></line> + <line x1="20" y1="20" x2="4" y2="20" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="4" x2="20" y2="4"></line> - <line x1="20" y1="4" x2="20" y2="20"></line> - <line x1="4" y1="20" x2="4" y2="4"></line> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> diff --git a/_icons/border-horizontal.svg b/_icons/border-horizontal.svg index 6cf8ca9e..a5584175 100644 --- a/_icons/border-horizontal.svg +++ b/_icons/border-horizontal.svg @@ -1,12 +1,12 @@ --- --- <svg> - <line x1="4" y1="12" x2="20" y2="12"></line> + <line x1="4" y1="12" x2="20" y2="12" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="4" x2="20" y2="4"></line> - <line x1="4" y1="20" x2="4" y2="4"></line> - <line x1="20" y1="20" x2="4" y2="20"></line> - <line x1="20" y1="4" x2="20" y2="20"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> diff --git a/_icons/border-inner.svg b/_icons/border-inner.svg index b11ac791..660b51e9 100644 --- a/_icons/border-inner.svg +++ b/_icons/border-inner.svg @@ -1,12 +1,12 @@ --- --- <svg> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="4" x2="20" y2="4"></line> - <line x1="4" y1="20" x2="4" y2="4"></line> - <line x1="20" y1="20" x2="4" y2="20"></line> - <line x1="20" y1="4" x2="20" y2="20"></line> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="20" y1="4" x2="20" y2="20" /> </g> </svg> diff --git a/_icons/border-left.svg b/_icons/border-left.svg index b7d53f20..93bf9523 100644 --- a/_icons/border-left.svg +++ b/_icons/border-left.svg @@ -1,12 +1,12 @@ --- --- <svg> - <line x1="4" y1="20" x2="4" y2="4"></line> + <line x1="4" y1="20" x2="4" y2="4" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="4" x2="20" y2="4"></line> - <line x1="20" y1="4" x2="20" y2="20"></line> - <line x1="20" y1="20" x2="4" y2="20"></line> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> diff --git a/_icons/border-none.svg b/_icons/border-none.svg index d0cc436f..846225e9 100644 --- a/_icons/border-none.svg +++ b/_icons/border-none.svg @@ -2,11 +2,11 @@ --- <svg> <g stroke-dasharray=".001 4"> - <line x1="4" y1="4" x2="20" y2="4"></line> - <line x1="20" y1="4" x2="20" y2="20"></line> - <line x1="20" y1="20" x2="4" y2="20"></line> - <line x1="4" y1="20" x2="4" y2="4"></line> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> diff --git a/_icons/border-outer.svg b/_icons/border-outer.svg index fa28e693..3aba0920 100644 --- a/_icons/border-outer.svg +++ b/_icons/border-outer.svg @@ -1,9 +1,9 @@ --- --- <svg> - <rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect> + <rect x="4" y="4" width="16" height="16" rx="2" ry="2" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> diff --git a/_icons/border-right.svg b/_icons/border-right.svg index e91ada46..9e8d37d4 100644 --- a/_icons/border-right.svg +++ b/_icons/border-right.svg @@ -1,12 +1,12 @@ --- --- <svg> - <line x1="20" y1="4" x2="20" y2="20"></line> + <line x1="20" y1="4" x2="20" y2="20" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="4" x2="20" y2="4"></line> - <line x1="20" y1="20" x2="4" y2="20"></line> - <line x1="4" y1="20" x2="4" y2="4"></line> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> diff --git a/_icons/border-top.svg b/_icons/border-top.svg index 93fbe936..8c34639a 100644 --- a/_icons/border-top.svg +++ b/_icons/border-top.svg @@ -1,12 +1,12 @@ --- --- <svg> - <line x1="4" y1="4" x2="20" y2="4"></line> + <line x1="4" y1="4" x2="20" y2="4" /> <g stroke-dasharray=".001 4"> - <line x1="20" y1="4" x2="20" y2="20"></line> - <line x1="20" y1="20" x2="4" y2="20"></line> - <line x1="4" y1="20" x2="4" y2="4"></line> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> diff --git a/_icons/border-vertical.svg b/_icons/border-vertical.svg index fe594ed7..a10ec5b8 100644 --- a/_icons/border-vertical.svg +++ b/_icons/border-vertical.svg @@ -1,12 +1,12 @@ --- --- <svg> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="12" y1="4" x2="12" y2="20" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="4" y1="4" x2="20" y2="4"></line> - <line x1="4" y1="20" x2="4" y2="4"></line> - <line x1="20" y1="20" x2="4" y2="20"></line> - <line x1="20" y1="4" x2="20" y2="20"></line> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="4" y1="20" x2="4" y2="4" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="20" y1="4" x2="20" y2="20" /> </g> </svg> diff --git a/_icons/circle.svg b/_icons/circle.svg index ea19fcd0..6a5a4175 100644 --- a/_icons/circle.svg +++ b/_icons/circle.svg @@ -1,5 +1,5 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> </svg> diff --git a/_icons/clipboard.svg b/_icons/clipboard.svg new file mode 100644 index 00000000..152c0c02 --- /dev/null +++ b/_icons/clipboard.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> +</svg> diff --git a/_icons/clock.svg b/_icons/clock.svg index d1a380ac..bea9051c 100644 --- a/_icons/clock.svg +++ b/_icons/clock.svg @@ -1,6 +1,6 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <polyline points="12 7 12 12 9 15" /> </svg> diff --git a/_icons/code.svg b/_icons/code.svg new file mode 100644 index 00000000..22b82a71 --- /dev/null +++ b/_icons/code.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="7 8 3 12 7 16" /> + <polyline points="17 8 21 12 17 16" /> + <polyline points="14 4 10 20" /> +</svg> diff --git a/_icons/mood-confuzed.svg b/_icons/mood-confuzed.svg index 127d389f..8d813413 100644 --- a/_icons/mood-confuzed.svg +++ b/_icons/mood-confuzed.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="9" y1="9" x2="9.01" y2="9" /> <line x1="15" y1="9" x2="15.01" y2="9" /> <line x1="9" y1="15" x2="16" y2="13.5" /> diff --git a/_icons/mood-happy.svg b/_icons/mood-happy.svg index 37097cca..4c5786fa 100644 --- a/_icons/mood-happy.svg +++ b/_icons/mood-happy.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="9" y1="9" x2="9.01" y2="9" /> <line x1="15" y1="9" x2="15.01" y2="9" /> <path d="M8 13a4 4 0 108 0m0 0H8" /> diff --git a/_icons/mood-neutral.svg b/_icons/mood-neutral.svg index 81ecbfe1..51a6cb03 100644 --- a/_icons/mood-neutral.svg +++ b/_icons/mood-neutral.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="9" y1="9" x2="9.01" y2="9" /> <line x1="15" y1="9" x2="15.01" y2="9" /> <line x1="9" y1="15" x2="15" y2="15" /> diff --git a/_icons/mood-sad.svg b/_icons/mood-sad.svg index e60d7b6c..73f15850 100644 --- a/_icons/mood-sad.svg +++ b/_icons/mood-sad.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="9" y1="9" x2="9.01" y2="9" /> <line x1="15" y1="9" x2="15.01" y2="9" /> <path stroke-linecap="round" d="M9 9v.01M15 9v.01M14.828 15.328a3.987 3.987 0 00-2.82-1.171 3.988 3.988 0 00-2.836 1.171"/> diff --git a/_icons/mood-smile.svg b/_icons/mood-smile.svg index 30d45325..e489a147 100644 --- a/_icons/mood-smile.svg +++ b/_icons/mood-smile.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="12" cy="12" r="9"></circle> + <circle cx="12" cy="12" r="9" /> <line x1="9" y1="9" x2="9.01" y2="9" /> <line x1="15" y1="9" x2="15.01" y2="9" /> <path d="M9 9h.01M15 9h.01M9.172 14.828c.707.708 1.799 1.17 2.82 1.172a3.988 3.988 0 002.836-1.172"/> |