mirror of
https://github.com/discourse/discourse.git
synced 2025-02-15 22:33:28 +08:00
![Penar Musaraj](/assets/img/avatar_default.png)
* First take * Add support for sprites in themes Automatically register any custom icons added via themes or plugins * Fix theme sprite caching * Simplify test * Update lib/svg_sprite/svg_sprite.rb Co-Authored-By: pmusaraj <pmusaraj@gmail.com> * Fix /svg-sprite/search request
7 lines
570 B
XML
7 lines
570 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
|
<symbol id="my-custom-theme-icon" viewBox="0 0 496 512">
|
|
<path d="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z"></path>
|
|
</symbol>
|
|
</svg>
|