chore(readme): Revisions for v1.3.1

This commit is contained in:
rektdeckard
2021-07-08 02:09:33 -04:00
parent b6e2ae7da5
commit 77d93e4038
3 changed files with 18 additions and 17 deletions

View File

@@ -96,6 +96,7 @@ ReactDOM.render(<App />, document.getElementById("root"));
- [phosphor-flutter](https://github.com/phosphor-icons/phosphor-flutter) ▲ Phosphor IconData library for Flutter - [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-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-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 ## License

View File

@@ -23,24 +23,24 @@ const Links: React.FC<LinksProps> = () => {
Download all ({iconCount}) Download all ({iconCount})
</OutboundLink> </OutboundLink>
</div> </div>
<div> <div>
<ArrowElbowDownRight size={24} /> <ArrowElbowDownRight size={24} />
<span> <span>
<OutboundLink <OutboundLink
className="nav-link" className="nav-link"
to="https://www.figma.com/community/file/903830135544202908/Phosphor-Icons" to="https://www.figma.com/community/file/903830135544202908/Phosphor-Icons"
eventLabel="Figma library" eventLabel="Figma library"
> >
Figma library Figma library
</OutboundLink> </OutboundLink>
{" / "} {" / "}
<OutboundLink <OutboundLink
className="nav-link" className="nav-link"
to="https://www.figma.com/community/plugin/898620911119764089/Phosphor-Icons" to="https://www.figma.com/community/plugin/898620911119764089/Phosphor-Icons"
eventLabel="Figma plugin" eventLabel="Figma plugin"
> >
plugin plugin
</OutboundLink> </OutboundLink>
</span> </span>
</div> </div>
<div> <div>

View File

@@ -8492,7 +8492,7 @@ export const icons: ReadonlyArray<IconEntry> = [
// }, // },
{ {
name: "toilet-paper", name: "toilet-paper",
categories: [IconCategory.OBJECTS], categories: [IconCategory.HEALTH, IconCategory.OBJECTS],
tags: ["*new*", "bathroom", "restroom", "lavatory", "water closet"], tags: ["*new*", "bathroom", "restroom", "lavatory", "water closet"],
Icon: Icons.ToiletPaper, Icon: Icons.ToiletPaper,
}, },