Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 462 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 462 Bytes

All SVG files from the source icons directory are compiled to a single SVG spritesheet with <symbol> definitions.

<svg title="Facebook">
	<use xlink:href="/assets/icons/icons.svg#facebook"/>
</svg>

External SVG means no Internet Explorer support. If you want to support icons in Internet Explorer too, use svg4everybody as a polyfill.