diff options
author | silverwind <me@silverwind.io> | 2021-08-17 07:32:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 01:32:48 -0400 |
commit | ea07726dc193c41c60e26c25ad705059bd4f6555 (patch) | |
tree | 5d3191bd5a1968893e599eadca279a3f527617b9 /public/img/svg/octicon-issue-closed.svg | |
parent | cf4328359bb765ebccc592d8fe50cd8190455220 (diff) | |
download | gitea-ea07726dc193c41c60e26c25ad705059bd4f6555.tar.gz gitea-ea07726dc193c41c60e26c25ad705059bd4f6555.zip |
Update JS dependencies (#16708)
* Update JS dependencies
- Update all JS dependencies
- Adapt to recent webpack changes
- Add new lint rules and fix issues
- Regenerate SVGs and update svgo api usage
Fixes: https://github.com/go-gitea/gitea/pull/16492
* adapt jest config and sort keys
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'public/img/svg/octicon-issue-closed.svg')
-rw-r--r-- | public/img/svg/octicon-issue-closed.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/img/svg/octicon-issue-closed.svg b/public/img/svg/octicon-issue-closed.svg index 750634d27b..dba68ab071 100644 --- a/public/img/svg/octicon-issue-closed.svg +++ b/public/img/svg/octicon-issue-closed.svg @@ -1 +1 @@ -<svg viewBox="0 0 16 16" class="svg octicon-issue-closed" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 0 1 10.65-5.003.75.75 0 0 0 .959-1.153 8 8 0 1 0 2.592 8.33.75.75 0 1 0-1.444-.407A6.5 6.5 0 0 1 1.5 8zM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0-8a.75.75 0 0 1 .75.75v3.5a.75.75 0 1 1-1.5 0v-3.5A.75.75 0 0 1 8 4zm4.78 4.28 3-3a.75.75 0 0 0-1.06-1.06l-2.47 2.47-.97-.97a.749.749 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0z"/></svg>
\ No newline at end of file +<svg viewBox="0 0 16 16" class="svg octicon-issue-closed" width="16" height="16" aria-hidden="true"><path d="M11.28 6.78a.75.75 0 0 0-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l3.5-3.5z"/><path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-1.5 0a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/></svg>
\ No newline at end of file |