Skip to content

Commit

Permalink
chore(tags): pull new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Jan 31, 2024
1 parent b275716 commit 43d7c97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phosphor-icons/core",
"version": "2.0.6",
"version": "2.0.7",
"description": "Icon catalog and assets for Phosphor",
"license": "MIT",
"repository": "https://github.com/phosphor-icons/phosphor-core.git",
Expand Down
10 changes: 9 additions & 1 deletion src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6616,7 +6616,15 @@ export const icons = (<const>[
alias: { name: "file-search", pascal_name: "FileSearch" },
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
figma_category: FigmaCategory.OFFICE,
tags: ["documents", "files", "find", "locate", "browse", "missing"],
tags: [
"documents",
"files",
"search",
"find",
"locate",
"browse",
"missing",
],
codepoint: 57912,
published_in: 1.0,
updated_in: 1.0,
Expand Down

0 comments on commit 43d7c97

Please sign in to comment.