diff --git a/README.md b/README.md index 4981ce2..746b422 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ ReactDOM.render(, document.getElementById("root")); - [phosphor-flutter](https://github.com/phosphor-icons/phosphor-flutter) ▲ Phosphor IconData library for Flutter - [phosphor-webcomponents](https://github.com/phosphor-icons/phosphor-webcomponents) ▲ Phosphor icons as Web Components - [phosphor-figma](https://github.com/phosphor-icons/phosphor-figma) ▲ Phosphor icons Figma plugin +- [phosphor-sketch](https://github.com/phosphor-icons/phosphor-sketch) ▲ Phosphor icons Sketch plugin ## License diff --git a/src/components/Links/Links.tsx b/src/components/Links/Links.tsx index 721a4f0..e78cb05 100644 --- a/src/components/Links/Links.tsx +++ b/src/components/Links/Links.tsx @@ -23,24 +23,24 @@ const Links: React.FC = () => { Download all ({iconCount}) -
+
- - Figma library - - {" / "} - - plugin - + + Figma library + + {" / "} + + plugin +
diff --git a/src/lib/icons.ts b/src/lib/icons.ts index fc2c0be..66fc82b 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -8492,7 +8492,7 @@ export const icons: ReadonlyArray = [ // }, { name: "toilet-paper", - categories: [IconCategory.OBJECTS], + categories: [IconCategory.HEALTH, IconCategory.OBJECTS], tags: ["*new*", "bathroom", "restroom", "lavatory", "water closet"], Icon: Icons.ToiletPaper, },