diff --git a/bin/index.js b/bin/index.js index c1f12f7a..66c05aa4 100644 --- a/bin/index.js +++ b/bin/index.js @@ -26,6 +26,7 @@ const ALIASES = { "file-magnifying-glass": "file-search", "folder-dashed": "folder-dotted", "folder-simple-dashed": "folder-simple-dotted", + infinity: "lemniscate", pulse: "activity", seal: "circle-wavy", "seal-check": "circle-wavy-check", diff --git a/package.json b/package.json index 771bd5a9..893492b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phosphor-icons/core", - "version": "2.0.2", + "version": "2.0.3", "description": "Icon catalog and assets for Phosphor", "license": "MIT", "repository": "https://github.com/phosphor-icons/phosphor-core.git",