diff --git a/package.json b/package.json index f8a44cb0..c89bc1c2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/icons.ts b/src/icons.ts index efbebc94..a678df56 100644 --- a/src/icons.ts +++ b/src/icons.ts @@ -6616,7 +6616,15 @@ export const icons = ([ 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,