Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

SVG icon sprites #523

Description

@rofe

As originally mentioned by @davidnuescheler in #500, this enhancement request is for adding support for SVG sprites, so all icons of a site could be stored in a single SVG file and referenced by ID, e.g.:

Sprite URL: /icons.svg (configurable or by convention)

<svg class="icon icon-twitter">
    <use xlink:href="/icons.svg#twitter"></use>
</svg>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions