Bump to phosphor-react@0.1.6
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"@types/react-list": "^0.8.5",
|
||||
"@types/react-virtualized": "^9.21.10",
|
||||
"framer-motion": "^2.1.0",
|
||||
"phosphor-react": "^0.1.2",
|
||||
"phosphor-react": "^0.1.6",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-list": "^0.8.15",
|
||||
@@ -24,6 +24,7 @@
|
||||
"typescript": "^3.9.6"
|
||||
},
|
||||
"scripts": {
|
||||
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
|
||||
@@ -302,7 +302,7 @@ export const icons: Readonly<IconEntry[]> = [
|
||||
{
|
||||
name: "user-circle",
|
||||
categories: [IconCategory.USERS],
|
||||
tags: ["person", "users", "account", "login", "circle"],
|
||||
tags: ["person", "users", "account", "login", "round"],
|
||||
Icon: Icon.UserCircle,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { IconProps } from "phosphor-react/dist/lib/Icon";
|
||||
import { Icon } from "phosphor-react";
|
||||
|
||||
export enum IconStyle {
|
||||
THIN = "thin",
|
||||
@@ -32,7 +32,5 @@ export interface IconEntry {
|
||||
name: string;
|
||||
categories: IconCategory[];
|
||||
tags: string[];
|
||||
Icon: React.ForwardRefExoticComponent<
|
||||
IconProps & React.RefAttributes<SVGSVGElement>
|
||||
>;
|
||||
Icon: Icon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user