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

@@ -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",