[PR #704] [MERGED] Override-able SVG Icons #5692

Closed
opened 2026-02-05 10:14:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/704
Author: @ssddanbrown
Created: 2/17/2018
Status: Merged
Merged: 2/17/2018
Merged by: @ssddanbrown

Base: masterHead: svg_icons


📝 Commits (2)

  • 5ab39bf Started migration to SVG icons
  • 81fa021 Finished migrated from icon-font to SVG

📊 Changes

152 files changed (+597 additions, -1202 deletions)

View changed files

📝 app/Http/Controllers/HomeController.php (+22 -0)
📝 app/helpers.php (+8 -0)
📝 config/app.php (+0 -2)
public/libs/material-design-iconic-font/css/material-design-iconic-font.min.css (+0 -1)
public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot (+0 -0)
public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.svg (+0 -787)
public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf (+0 -0)
public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff (+0 -0)
public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2 (+0 -0)
public/system_images/drawing.svg (+0 -107)
📝 readme.md (+1 -1)
resources/assets/icons/add-circle.svg (+4 -0)
resources/assets/icons/add.svg (+4 -0)
resources/assets/icons/attach.svg (+4 -0)
📝 resources/assets/icons/auth/azure.svg (+0 -0)
📝 resources/assets/icons/auth/facebook.svg (+0 -0)
📝 resources/assets/icons/auth/github.svg (+0 -0)
📝 resources/assets/icons/auth/gitlab.svg (+0 -0)
📝 resources/assets/icons/auth/google.svg (+0 -0)
📝 resources/assets/icons/auth/okta.svg (+0 -0)

...and 80 more files

📄 Description

Migration from using an icon-font to using SVG icons that can be overridden in the themes folder.

Would close #213.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/704 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 2/17/2018 **Status:** ✅ Merged **Merged:** 2/17/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `svg_icons` --- ### 📝 Commits (2) - [`5ab39bf`](https://github.com/BookStackApp/BookStack/commit/5ab39bfd5afb763395f1af5548518f377d002f5a) Started migration to SVG icons - [`81fa021`](https://github.com/BookStackApp/BookStack/commit/81fa0210834a8018c2afe0da8c23949ee7cc0aae) Finished migrated from icon-font to SVG ### 📊 Changes **152 files changed** (+597 additions, -1202 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/HomeController.php` (+22 -0) 📝 `app/helpers.php` (+8 -0) 📝 `config/app.php` (+0 -2) ➖ `public/libs/material-design-iconic-font/css/material-design-iconic-font.min.css` (+0 -1) ➖ `public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.eot` (+0 -0) ➖ `public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.svg` (+0 -787) ➖ `public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf` (+0 -0) ➖ `public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff` (+0 -0) ➖ `public/libs/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2` (+0 -0) ➖ `public/system_images/drawing.svg` (+0 -107) 📝 `readme.md` (+1 -1) ➕ `resources/assets/icons/add-circle.svg` (+4 -0) ➕ `resources/assets/icons/add.svg` (+4 -0) ➕ `resources/assets/icons/attach.svg` (+4 -0) 📝 `resources/assets/icons/auth/azure.svg` (+0 -0) 📝 `resources/assets/icons/auth/facebook.svg` (+0 -0) 📝 `resources/assets/icons/auth/github.svg` (+0 -0) 📝 `resources/assets/icons/auth/gitlab.svg` (+0 -0) 📝 `resources/assets/icons/auth/google.svg` (+0 -0) 📝 `resources/assets/icons/auth/okta.svg` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Migration from using an icon-font to using SVG icons that can be overridden in the themes folder. Would close #213. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:14:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5692