This merge request replaces the old clunky SVG icons from 2011 with modern icon designs.
Before
Here's what the old clunky icons from 2011 looked like:
After
Now we bundle professionally designed, open-source Tabler Icons.
I've updated the docs with some examples:
Implementation: we install Tabler Icons as an NPM package in devDependencies, and use a custom build script to embed it DocGen. We still use the previous implementation of an SVG injector, to make styling the icons with CSS more accessible.
This merge request replaces the old clunky SVG icons from 2011 with modern icon designs.
Before
Here's what the old clunky icons from 2011 looked like:
After
Now we bundle professionally designed, open-source Tabler Icons.
I've updated the docs with some examples:
Implementation: we install Tabler Icons as an NPM package in
devDependencies
, and use a custom build script to embed it DocGen. We still use the previous implementation of an SVG injector, to make styling the icons with CSS more accessible.