Skip to content

Releases: CyCraft/pepicons

v3.0.0

24 May 07:45
Compare
Choose a tag to compare

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

v2.0.0

09 May 13:42
Compare
Choose a tag to compare

See the new icons, wrap and improved website at https://pepicons.com

A whole new icon type: Pencil

  • Print: This icon type is really cool and unique icon, it is what sets Pepicons apart from others. However, sometimes it's hard to make it work inside of an app, because it's that unique.
  • Pop: This icon type is way easier to make work in a variety of projects, apps & websites. However, it's a bit more on the "cute" and "kind" side compared to icons with thinner lines.
  • Pencil: Adding a thin lined version of our icons now makes the set complete! This new thin lined icon type is perfect for projects with a more serious / sophisticated tone. 🖋️

icon type: Pencil is perfect for that sophisticated tone!

Wrap any icon

You can now wrap any icon with -circle, -round, -off, -circle-off by just adding it to the name!

image

Added a ton of new icons!

Some of my favourites include: keyboard, coins, yen, clapperboard, hospital, earth-asia, planet-ring, seedling, face-grinning, bulletin-notice, floppy-disk, paperclip, ruler, shield-checkered, and more...

New categories

Added entire new categories like tool, finance, weapon.

Renamed

For clarity, and to prevent ambiguousness, these icons were renamed:

  • grab → grab-handle
  • send → paper-plane
  • tool → wrench
  • sort → down-up
  • refresh → arrows-spin
  • reload → arrow-spin
  • microphone2 → microphone-handheld
  • smartphone2 → smartphone-home-button
  • monitor2 → monitor
  • heart → heart-filled (heart has a new non-filled design)
  • star → star-filled (star has a new non-filled design)

Removed

Because we want to streamline the pepicon design to be more coherent we decided to remove some -filled variants that we anticipate do not see too much use in UI design and only kept the non-filled versions. We removed the following icons:

  • moon-filled
  • sun-filled
  • cloud-filled
  • cloud-down-filled
  • cloud-up-filled
  • person-filled
  • gear-filled
  • pinpoint-filled

To bring a more coherent design in our devices category, we decided to remove these device icons:

  • smartphone (kept smartphone2 (see renamed))
  • monitor (but kept monitor2 (see renamed))