Breaking change since v2.0.0:
-round
icon suffix is now renamed to -circle-filled
Breaking change for users of print icons:
Print icons now use currentColor
for both the stroke & shadow color.
You can still tweak both separately via the vue component and morph functions. For this you should use the new shadow
prop, which only does something for print type icons:
<Pepicon name="airplane" type="print" color="mediumslateblue" shadow="black" />
Be sure to check out the v2.0.0 release notes! Which added a whole new icon set:
→ https://github.com/CyCraft/pepicons/releases/tag/v2.0.0