diff options
author | silverwind <me@silverwind.io> | 2021-04-24 12:07:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 13:07:22 +0300 |
commit | ec69f347264962448e619f3722788e07a11c36d2 (patch) | |
tree | 801390d6ce53f9c4dbef9935d3f5d98861ef6d7c /public/img/svg/octicon-codespaces.svg | |
parent | ea40eb749b9f7f238fc9bb60c4a9d455c62b75ca (diff) | |
download | gitea-ec69f347264962448e619f3722788e07a11c36d2.tar.gz gitea-ec69f347264962448e619f3722788e07a11c36d2.zip |
Update JS dependencies (#15591)
* Update JS dependencies
- Update all JS dependencies
- Regenerate SVGs
- Remove unused postcss dependency
- Remove removed webpack option
* re-add postcss
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'public/img/svg/octicon-codespaces.svg')
-rw-r--r-- | public/img/svg/octicon-codespaces.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/img/svg/octicon-codespaces.svg b/public/img/svg/octicon-codespaces.svg new file mode 100644 index 0000000000..627300c148 --- /dev/null +++ b/public/img/svg/octicon-codespaces.svg @@ -0,0 +1 @@ +<svg viewBox="0 0 16 16" class="svg octicon-codespaces" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 1.75C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 0 1-1.75 1.75h-8.5A1.75 1.75 0 0 1 2 6.75v-5zm1.75-.25a.25.25 0 0 0-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5a.25.25 0 0 0-.25-.25h-8.5zM0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25v-3zM1.75 11a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25H1.75z"/><path fill-rule="evenodd" d="M3 12.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75zm4 0a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75z"/></svg>
\ No newline at end of file |