Cached and Inline SVGs

I wrote that inlining your <svg> icons makes for the best icon system. Scott Jehl wrote that just because you inline something doesn't mean you can't cache it. Let's see if Scott's idea can extend to SVG icons.

I'm doing the caching!

This page does the caching, whereas this one benefits from said caching.

Here's the GitHub Repo.