2016-08-22
- Replaced all instances of
clip-rule
andfill-rule
withclipRule
andfillRule
(respectively) to fix React errors in the browser console.
2016-07-26
- Moved repo to it's new home.
2016-07-13
- Added project page
2016-07-11
fill: currentColor
added to default inline styles.- New property
valign
used to set vertical alignment. See README for details. - Added option to output component without inline styles.
2016-07-05
- Published to NPM.
- version bump to 1.1.1.
2016-07-05
- Changed individual icon file names to Pascal-case.
- Example:
AlignHorizontalMiddle.js
(previouslyalignHorizontalMiddle.js
)
- Example:
- Updated svg classes to use Pascal-cased icon names.
2016-06-27
- Production ready