Skip to content

Commit

Permalink
fix(lib): renames and bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Mar 5, 2023
1 parent 3370cb1 commit 60f32de
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 25 deletions.
1 change: 0 additions & 1 deletion assets/bold/settings-TOOTHY-bold.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/duotone/settings-TOOTHY-duotone.svg

This file was deleted.

2 changes: 1 addition & 1 deletion assets/fill/bus-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/fill/settings-TOOTHY-fill.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/light/settings-TOOTHY-light.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/regular/settings-TOOTHY.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/thin/settings-TOOTHY-thin.svg

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phosphor-icons/core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Icon catalog and assets for Phosphor",
"license": "MIT",
"repository": "https://github.com/phosphor-icons/phosphor-core.git",
Expand Down
34 changes: 17 additions & 17 deletions src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7040,6 +7040,23 @@ export const icons: ReadonlyArray<IconEntry> = [
published_in: 1.0,
updated_in: 1.0,
},
{
name: "gear-fine",
pascal_name: "GearFine",
categories: [IconCategory.SYSTEM],
figma_category: FigmaCategory.DESIGN,
tags: [
"*new*",
"setup",
"preferences",
"cogs",
"gears",
"machinery",
"mechanical",
],
published_in: 2.0,
updated_in: 2.0,
},
{
name: "gear-six",
pascal_name: "GearSix",
Expand Down Expand Up @@ -12173,23 +12190,6 @@ export const icons: ReadonlyArray<IconEntry> = [
published_in: 1.3,
updated_in: 1.3,
},
{
name: "settings-gear",
pascal_name: "SettingsGear",
categories: [IconCategory.SYSTEM],
figma_category: FigmaCategory.DESIGN,
tags: [
"*new*",
"setup",
"preferences",
"cogs",
"gears",
"machinery",
"mechanical",
],
published_in: 2.0,
updated_in: 2.0,
},
{
name: "shapes",
pascal_name: "Shapes",
Expand Down

0 comments on commit 60f32de

Please sign in to comment.