diff --git a/app/components/IconPicker.tsx b/app/components/IconPicker.tsx index 574e4b5b0..4f7a05116 100644 --- a/app/components/IconPicker.tsx +++ b/app/components/IconPicker.tsx @@ -31,6 +31,9 @@ import { ToolsIcon, VehicleIcon, WarningIcon, + DatabaseIcon, + SmileyIcon, + LightningIcon, } from "outline-icons"; import * as React from "react"; import { useTranslation } from "react-i18next"; @@ -56,22 +59,6 @@ const TwitterPicker = React.lazy( ); export const icons = { - bookmark: { - component: BookmarkedIcon, - keywords: "bookmark", - }, - collection: { - component: CollectionIcon, - keywords: "collection", - }, - coins: { - component: CoinsIcon, - keywords: "coins money finance sales income revenue cash", - }, - camera: { - component: CameraIcon, - keywords: "photo picture", - }, academicCap: { component: AcademicCapIcon, keywords: "learn teach lesson guide tutorial onboarding training", @@ -88,6 +75,22 @@ export const icons = { component: BuildingBlocksIcon, keywords: "app blocks product prototype", }, + bookmark: { + component: BookmarkedIcon, + keywords: "bookmark", + }, + collection: { + component: CollectionIcon, + keywords: "collection", + }, + coins: { + component: CoinsIcon, + keywords: "coins money finance sales income revenue cash", + }, + camera: { + component: CameraIcon, + keywords: "photo picture", + }, cloud: { component: CloudIcon, keywords: "cloud service aws infrastructure", @@ -96,6 +99,10 @@ export const icons = { component: CodeIcon, keywords: "developer api code development engineering programming", }, + database: { + component: DatabaseIcon, + keywords: "server ops database", + }, email: { component: EmailIcon, keywords: "email at", @@ -124,6 +131,10 @@ export const icons = { component: LightBulbIcon, keywords: "lightbulb idea", }, + lightning: { + component: LightningIcon, + keywords: "lightning fast zap", + }, math: { component: MathIcon, keywords: "math formula", @@ -164,6 +175,10 @@ export const icons = { component: SportIcon, keywords: "sport outdoor racket game", }, + smiley: { + component: SmileyIcon, + keywords: "emoji smiley happy", + }, target: { component: TargetIcon, keywords: "target goal sales", diff --git a/package.json b/package.json index f6dc9f9e0..2099c298a 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "mobx-react": "^6.3.1", "natural-sort": "^1.0.0", "nodemailer": "^6.6.1", - "outline-icons": "^1.38.1", + "outline-icons": "^1.39.0", "oy-vey": "^0.10.0", "passport": "^0.4.1", "passport-google-oauth2": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index 96cf7ebb5..3cb047456 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11184,10 +11184,10 @@ os-browserify@^0.3.0: resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= -outline-icons@^1.38.1: - version "1.38.1" - resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-1.38.1.tgz#2f72e360549cb3dda5b3e7c17feaccaab1617da0" - integrity sha512-Lkdn8jvh3/hoS298hAdVgNZMxtDlx1zUJRFU4teESL7cyodFpFaG7WUBs6ZM+11j8uMisp/8PyPrZ5IPJwmrcg== +outline-icons@^1.38.1, outline-icons@^1.39.0: + version "1.39.0" + resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-1.39.0.tgz#d7b1ecf5d3d2803b4e0defa86300e397f7c4ac2e" + integrity sha512-5TpVKHhGYzqeLJvY+FEP+Atn7pEMPM3Rkv6iezb2yZkPoQx5Tbnla1jUdE2aCSzeFZws+mLm17hzANcoRW2sYQ== oy-vey@^0.10.0: version "0.10.0"