diff options
author | silverwind <me@silverwind.io> | 2023-01-21 03:42:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 10:42:13 +0800 |
commit | a1fcb1cfb84fd6b36c8fe9fd56588119fa4377bc (patch) | |
tree | 579656bd784dae89489903345ffd1f5c739f2696 /public/img/svg/octicon-search.svg | |
parent | f417157bddcc246849464d5b1d4f01536a50176e (diff) | |
download | gitea-a1fcb1cfb84fd6b36c8fe9fd56588119fa4377bc.tar.gz gitea-a1fcb1cfb84fd6b36c8fe9fd56588119fa4377bc.zip |
Update JS dependencies (#22538)
- Update all JS dependencies
- Add new eslint rules
- Rebuild SVGs
- Tested citation and build
SVG changes are because of https://github.com/primer/octicons/pull/883.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'public/img/svg/octicon-search.svg')
-rw-r--r-- | public/img/svg/octicon-search.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/img/svg/octicon-search.svg b/public/img/svg/octicon-search.svg index a8d717d8d4..a5d91ba833 100644 --- a/public/img/svg/octicon-search.svg +++ b/public/img/svg/octicon-search.svg @@ -1 +1 @@ -<svg viewBox="0 0 16 16" class="svg octicon-search" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 1 1-8.998 0A4.499 4.499 0 0 1 11.5 7zm-.82 4.74a6 6 0 1 1 1.06-1.06l3.04 3.04a.75.75 0 1 1-1.06 1.06l-3.04-3.04z"/></svg>
\ No newline at end of file +<svg viewBox="0 0 16 16" class="svg octicon-search" width="16" height="16" aria-hidden="true"><path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"/></svg>
\ No newline at end of file |