Skip to content

Commit

Permalink
feat: add globe icon (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanberg committed Aug 16, 2019
2 parents a63a72c + b0ff41a commit 7c7e694
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/components/Glyphs/globe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/components/Glyphs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ import IconEyeNo from "./eye-no.svg";
import IconFile from "./file.svg";
import IconFilter from "./filter.svg";
import IconFolder from "./folder.svg";
import IconGlobe from "./globe.svg";
import IconGrid from "./grid.svg";
import IconGroup from "./group.svg";
import IconHellip from "./hellip.svg";
Expand Down Expand Up @@ -191,9 +192,10 @@ export {
IconEye,
IconEyeNo,
IconFile,
IconGitHub,
IconFilter,
IconFolder,
IconGitHub,
IconGlobe,
IconGrid,
IconGroup,
IconHellip,
Expand Down
1 change: 1 addition & 0 deletions src/components/Icon/Icon.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const glyphNames = [
"IconDocument",
"IconDownload",
"IconDuplicate",
"IconGlobe",
"IconFunctions",
"IconEdit",
"IconEkg",
Expand Down

0 comments on commit 7c7e694

Please sign in to comment.