From 77d93e4038151cdedb966a35addd67ac676ea737 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Thu, 8 Jul 2021 02:09:33 -0400 Subject: [PATCH] chore(readme): Revisions for v1.3.1 --- README.md | 1 + src/components/Links/Links.tsx | 32 ++++++++++++++++---------------- src/lib/icons.ts | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) 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, },