zulip-icons: Move custom icons to shared folder.

This commit is contained in:
Aman Agrawal
2022-03-22 10:00:28 +00:00
committed by Tim Abbott
parent babe5ed44a
commit 9a7fadbbeb
8 changed files with 15 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ Files: static/third/marked/*
Copyright: 2011-2013, Christopher Jeffrey
License: Expat
Files: static/assets/icons/ellipsis-v-solid.svg
Files: static/shared/icons/ellipsis-v-solid.svg
Copyright: 2017 Fonticons, Inc.
License: CC-BY-4.0
Comment: This icon is picked from Version 5.13.0 of Font Awesome

View File

@@ -66,8 +66,8 @@ templating systems.
- `node_modules/` Third-party JavaScript installed via `yarn`.
- `static/assets/` For assets not to be served to the web (e.g. the system to
generate our favicons).
- `static/shared/icons/` Icons placed in this directory are compiled
into an icon font.
---