icons: bump to phosphor-react@0.5.0 and update names

This commit is contained in:
rektdeckard
2020-09-27 20:12:00 -04:00
parent e6c5ea05d5
commit 28f079734e
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "phosphor-web",
"version": "0.4.3",
"version": "0.5.0",
"license": "GPL-3.0",
"homepage": "https://phosphor-icons.github.io/phosphor-web",
"author": {
@@ -24,7 +24,7 @@
"file-saver": "^2.0.2",
"framer-motion": "^2.1.0",
"fuse.js": "^6.4.1",
"phosphor-react": "^0.4.3",
"phosphor-react": "^0.5.0",
"react": "^17.0.0-rc.0",
"react-dom": "^17.0.0-rc.0",
"react-dropdown-select": "^4.4.2",

View File

@@ -2607,7 +2607,7 @@ export const icons: ReadonlyArray<IconEntry> = [
Icon: Icon.GlobeSimple,
},
{
name: "globe-hemisphere-eastern",
name: "globe-hemisphere-east",
categories: [IconCategory.MAP],
tags: [
"world",
@@ -2626,10 +2626,10 @@ export const icons: ReadonlyArray<IconEntry> = [
"asia",
"australia",
],
Icon: Icon.GlobeHemisphereEastern,
Icon: Icon.GlobeHemisphereEast,
},
{
name: "globe-hemispehere-western",
name: "globe-hemispehere-west",
categories: [IconCategory.MAP],
tags: [
"world",
@@ -2646,7 +2646,7 @@ export const icons: ReadonlyArray<IconEntry> = [
"north america",
"south america",
],
Icon: Icon.GlobeHemisphereWestern,
Icon: Icon.GlobeHemisphereWest,
},
{
name: "globe-stand",