Skip to content

Releases: ProCode-Software/proicons

ProIcons v4.13.2

24 Jan 00:06

Choose a tag to compare

Add readme to proicons package

ProIcons v4.13.1

23 Jan 04:56

Choose a tag to compare

New icons

  • Brain
  • Key
  • Bar Chart Sparkle
  • Trophy
  • Food
  • Photo Filter 2
  • Glasses
  • Pulse
  • Container
  • Egg Fried
  • Cheese
  • Toast
  • Rose
  • Rocket
  • Sapling
  • Pizza
  • Soccer (#4)
  • American Football

Updated icons

  • Draw Text
  • Text Number List

ProIcons v4.13.0

03 Aug 01:14

Choose a tag to compare

Breaking Changes

  • icons.lock.json now uses objects instead of arrays for icons and deprecated properties for faster icon lookups.

New icons

  • Magnet
  • Treasure Chest
  • Toy Brick

Updated icons

  • Bluesky

Other Changes

  • Project now uses Vite 7, Rolldown and tsgo
  • Website now shows new icons in the icon list
  • New homepage coming soon 👀

ProIcons v4.12.3

20 May 16:04
640e2c2

Choose a tag to compare

Bug Fixes

  • Fixed type declaration path for React package #3

ProIcons v4.12.2

04 May 18:49

Choose a tag to compare

New icons

  • Book Letter
  • Power
  • Basketball
  • Book Marked
  • Kotlin
  • OpenAI
  • Photo Sparkle
  • Pencil Sparkle
  • Paintbrush 2 Sparkle
  • Bug Add
  • Bug Play
  • Asterisk
  • Code Square
  • Eraser Sparkle

Updated icons

  • Book
  • Book Add
  • Book Info

Other Changes

  • Deprecate Book 2 icon
  • Fixed inconsistent pascal case module names. The old names have been aliased and should still work.
  • Support object/array class attribute in Vue and Svelte

ProIcons v4.12.1 Patch

12 Feb 22:35

Choose a tag to compare

Fixes an issue where icon Road Barrier was duplicated, showing as Road Cone

ProIcons v4.12.0

12 Feb 20:40

Choose a tag to compare

With this release, ProIcons has officially surpassed 500 icons in the library!

New icons

  • Timer Off
  • Alarm Clock
  • Box Add
  • Dot Square
  • Dot Circle
  • Album
  • Tag Add
  • Tag Remove
  • Pie Chart
  • File Text
  • Exclamation Mark
  • Road Barrier*
  • Road Cone*
  • Photo Add
* Road Barrier was duplicated in v4.12.0 and shows as Road Cone. This is fixed in v4.12.1

Renamed icons

  • Hide → Eye Off
  • Phone Accept → Call
  • Phone Hang Up → Call End
  • Bar Graph → Bar Chart
  • Box Margins → Square Margins
  • Package → Box
  • Apps List → Checkbox List
  • Text Bullet List → Bullet List
  • Text Bullet List Square → Bullet List Square
  • Text Bullet List Square Add → Bullet List Square Add
  • Text Bullet List Tree → Bullet List Tree

Updated icons

Some icon categories were updated. Icons with the Off modifier were updated to realign the slash.

  • Narrator
  • Link
  • Microphone Off
  • Pin Off
Read more

ProIcons v4.11.4

20 Jan 00:38

Choose a tag to compare

New icons

  • Text Description
  • Text Bullet List Tree
  • Subtract Square Multiple
  • Subtract Square
  • Sparkle 2
  • Cloud Add
  • Cloud Arrow Up
  • Cloud Arrow Down
  • Cloud Off
  • Target
  • Cylinder
  • Cube
  • Cone
  • Alert Rhombus
  • Diff
  • Chat Question
  • Info Square

Updated icons

  • Text Effects
  • Box
  • Renamed Box Drag > Square Drag

Other Changes

  • Support React 19
  • Removed Roblox package. The asset IDs can be fetched from a JSON file instead. Learn more here.
  • Removed duplicate Volume Medium icon (use Volume instead)

ProIcons v4.11.2

15 Dec 01:41

Choose a tag to compare

Moving to Semantic Versioning

From this release onwards, we will be using Semantic Versioning. Instead of v4.12.0, this release will be v4.11.2.

Versions only adding new icons or bug fixes will be a patch version, while changes with significant API changes will be a minor version, and breaking changes will be a new major version.

New Svelte and Roblox packages

We have officially released our Svelte and Roblox packages! The Svelte package is available on NPM as @proicons/svelte. The Roblox package is available in on Wally as procode-software/proicons, or from the source code.

New icons

  • Parentheses
  • CSS 2 (new CSS logo)
  • Bluesky
  • Window Add
  • File Multiple
  • Photo Multiple
  • Comment Add
  • Comment Add 2
  • Save Multiple
  • Panel Bottom
  • Panel Bottom Open
  • Split Vertical
  • Split Horizontal
  • Cancel Octagon
  • Folder Multiple

Updated icons

  • Draw Text
  • Text Add
  • Text Bold
  • Text Subscript
  • Text Superscript
  • PDF
  • Save Pencil
  • Panel Left
  • Panel Left Contract
  • Panel Left Expand
  • Panel Right
  • Panel Right Contract
  • Panel Right Expand
  • Chrome Restore
  • Braces
  • Octagon
  • CSS
  • HTML
  • Search Cancel (fix)

Some icons were updated to fix issues with unions in the export process.

View icons (8)
  • Extension
  • Cloud
  • Comment
  • Comment Multiple
  • Paintbrush
  • Thumbs Up
  • Thumbs Down
  • Narrator
  • Linux
  • TikTok

Renamed icons

Some icons have been renamed to follow our naming scheme. The old names have been aliased, so you can still use them in your code.

  • Museum > Bank
  • Slash Box > Slash Square
  • Volume High > Volume
  • Volume 0 > Volume Medium
  • Volume 1 > Volume Low
  • Add Circular > Add Circle
  • Play Circular > Play Circle
  • Save As > Save Pencil

Other Changes

  • Fixed typings in proicons package where attributes property was required in ProIconsOptions
  • Added aliases for several icons
  • Updated font codepoints so they wouldn't change with the lockfile
  • Extensive updates to website
  • Deprecated PDF 2 icon in favour of PDF

ProIcons v4.11.1

17 Nov 20:08

Choose a tag to compare

Updated READMEs for all packages