Add 15 new collection icons
This commit is contained in:
@@ -1,12 +1,21 @@
|
|||||||
import {
|
import {
|
||||||
BookmarkedIcon,
|
BookmarkedIcon,
|
||||||
BicycleIcon,
|
BicycleIcon,
|
||||||
CollectionIcon,
|
|
||||||
CoinsIcon,
|
|
||||||
AcademicCapIcon,
|
AcademicCapIcon,
|
||||||
BeakerIcon,
|
BeakerIcon,
|
||||||
BuildingBlocksIcon,
|
BuildingBlocksIcon,
|
||||||
|
BrowserIcon,
|
||||||
|
CollectionIcon,
|
||||||
|
CoinsIcon,
|
||||||
CameraIcon,
|
CameraIcon,
|
||||||
|
CarrotIcon,
|
||||||
|
FlameIcon,
|
||||||
|
HashtagIcon,
|
||||||
|
GraphIcon,
|
||||||
|
InternetIcon,
|
||||||
|
LibraryIcon,
|
||||||
|
PlaneIcon,
|
||||||
|
RamenIcon,
|
||||||
CloudIcon,
|
CloudIcon,
|
||||||
CodeIcon,
|
CodeIcon,
|
||||||
EditIcon,
|
EditIcon,
|
||||||
@@ -26,6 +35,7 @@ import {
|
|||||||
QuestionMarkIcon,
|
QuestionMarkIcon,
|
||||||
SportIcon,
|
SportIcon,
|
||||||
SunIcon,
|
SunIcon,
|
||||||
|
ShapesIcon,
|
||||||
TargetIcon,
|
TargetIcon,
|
||||||
TerminalIcon,
|
TerminalIcon,
|
||||||
ToolsIcon,
|
ToolsIcon,
|
||||||
@@ -34,6 +44,11 @@ import {
|
|||||||
DatabaseIcon,
|
DatabaseIcon,
|
||||||
SmileyIcon,
|
SmileyIcon,
|
||||||
LightningIcon,
|
LightningIcon,
|
||||||
|
ClockIcon,
|
||||||
|
DoneIcon,
|
||||||
|
FeedbackIcon,
|
||||||
|
ServerRackIcon,
|
||||||
|
ThumbsUpIcon,
|
||||||
} from "outline-icons";
|
} from "outline-icons";
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
@@ -76,6 +91,10 @@ export const icons = {
|
|||||||
component: BookmarkedIcon,
|
component: BookmarkedIcon,
|
||||||
keywords: "bookmark",
|
keywords: "bookmark",
|
||||||
},
|
},
|
||||||
|
browser: {
|
||||||
|
component: BrowserIcon,
|
||||||
|
keywords: "browser web app",
|
||||||
|
},
|
||||||
collection: {
|
collection: {
|
||||||
component: CollectionIcon,
|
component: CollectionIcon,
|
||||||
keywords: "collection",
|
keywords: "collection",
|
||||||
@@ -88,6 +107,14 @@ export const icons = {
|
|||||||
component: CameraIcon,
|
component: CameraIcon,
|
||||||
keywords: "photo picture",
|
keywords: "photo picture",
|
||||||
},
|
},
|
||||||
|
carrot: {
|
||||||
|
component: CarrotIcon,
|
||||||
|
keywords: "food vegetable produce",
|
||||||
|
},
|
||||||
|
clock: {
|
||||||
|
component: ClockIcon,
|
||||||
|
keywords: "time",
|
||||||
|
},
|
||||||
cloud: {
|
cloud: {
|
||||||
component: CloudIcon,
|
component: CloudIcon,
|
||||||
keywords: "cloud service aws infrastructure",
|
keywords: "cloud service aws infrastructure",
|
||||||
@@ -100,6 +127,10 @@ export const icons = {
|
|||||||
component: DatabaseIcon,
|
component: DatabaseIcon,
|
||||||
keywords: "server ops database",
|
keywords: "server ops database",
|
||||||
},
|
},
|
||||||
|
done: {
|
||||||
|
component: DoneIcon,
|
||||||
|
keywords: "checkmark success complete finished",
|
||||||
|
},
|
||||||
email: {
|
email: {
|
||||||
component: EmailIcon,
|
component: EmailIcon,
|
||||||
keywords: "email at",
|
keywords: "email at",
|
||||||
@@ -108,10 +139,26 @@ export const icons = {
|
|||||||
component: EyeIcon,
|
component: EyeIcon,
|
||||||
keywords: "eye view",
|
keywords: "eye view",
|
||||||
},
|
},
|
||||||
|
feedback: {
|
||||||
|
component: FeedbackIcon,
|
||||||
|
keywords: "faq help support",
|
||||||
|
},
|
||||||
|
flame: {
|
||||||
|
component: FlameIcon,
|
||||||
|
keywords: "fire hot",
|
||||||
|
},
|
||||||
|
graph: {
|
||||||
|
component: GraphIcon,
|
||||||
|
keywords: "chart analytics data",
|
||||||
|
},
|
||||||
globe: {
|
globe: {
|
||||||
component: GlobeIcon,
|
component: GlobeIcon,
|
||||||
keywords: "world translate",
|
keywords: "world translate",
|
||||||
},
|
},
|
||||||
|
hashtag: {
|
||||||
|
component: HashtagIcon,
|
||||||
|
keywords: "social media tag",
|
||||||
|
},
|
||||||
info: {
|
info: {
|
||||||
component: InfoIcon,
|
component: InfoIcon,
|
||||||
keywords: "info information",
|
keywords: "info information",
|
||||||
@@ -120,10 +167,18 @@ export const icons = {
|
|||||||
component: ImageIcon,
|
component: ImageIcon,
|
||||||
keywords: "image photo picture",
|
keywords: "image photo picture",
|
||||||
},
|
},
|
||||||
|
internet: {
|
||||||
|
component: InternetIcon,
|
||||||
|
keywords: "network global globe world",
|
||||||
|
},
|
||||||
leaf: {
|
leaf: {
|
||||||
component: LeafIcon,
|
component: LeafIcon,
|
||||||
keywords: "leaf plant outdoors nature ecosystem climate",
|
keywords: "leaf plant outdoors nature ecosystem climate",
|
||||||
},
|
},
|
||||||
|
library: {
|
||||||
|
component: LibraryIcon,
|
||||||
|
keywords: "library collection archive",
|
||||||
|
},
|
||||||
lightbulb: {
|
lightbulb: {
|
||||||
component: LightBulbIcon,
|
component: LightBulbIcon,
|
||||||
keywords: "lightbulb idea",
|
keywords: "lightbulb idea",
|
||||||
@@ -160,18 +215,34 @@ export const icons = {
|
|||||||
component: EditIcon,
|
component: EditIcon,
|
||||||
keywords: "copy writing post blog",
|
keywords: "copy writing post blog",
|
||||||
},
|
},
|
||||||
|
plane: {
|
||||||
|
component: PlaneIcon,
|
||||||
|
keywords: "airplane travel flight trip vacation",
|
||||||
|
},
|
||||||
promote: {
|
promote: {
|
||||||
component: PromoteIcon,
|
component: PromoteIcon,
|
||||||
keywords: "marketing promotion",
|
keywords: "marketing promotion",
|
||||||
},
|
},
|
||||||
|
ramen: {
|
||||||
|
component: RamenIcon,
|
||||||
|
keywords: "soup food noodle bowl meal",
|
||||||
|
},
|
||||||
question: {
|
question: {
|
||||||
component: QuestionMarkIcon,
|
component: QuestionMarkIcon,
|
||||||
keywords: "question help support faq",
|
keywords: "question help support faq",
|
||||||
},
|
},
|
||||||
|
server: {
|
||||||
|
component: ServerRackIcon,
|
||||||
|
keywords: "ops infra server",
|
||||||
|
},
|
||||||
sun: {
|
sun: {
|
||||||
component: SunIcon,
|
component: SunIcon,
|
||||||
keywords: "day sun weather",
|
keywords: "day sun weather",
|
||||||
},
|
},
|
||||||
|
shapes: {
|
||||||
|
component: ShapesIcon,
|
||||||
|
keywords: "blocks toy",
|
||||||
|
},
|
||||||
sport: {
|
sport: {
|
||||||
component: SportIcon,
|
component: SportIcon,
|
||||||
keywords: "sport outdoor racket game",
|
keywords: "sport outdoor racket game",
|
||||||
@@ -188,6 +259,10 @@ export const icons = {
|
|||||||
component: TerminalIcon,
|
component: TerminalIcon,
|
||||||
keywords: "terminal code",
|
keywords: "terminal code",
|
||||||
},
|
},
|
||||||
|
thumbsup: {
|
||||||
|
component: ThumbsUpIcon,
|
||||||
|
keywords: "like social favorite upvote",
|
||||||
|
},
|
||||||
tools: {
|
tools: {
|
||||||
component: ToolsIcon,
|
component: ToolsIcon,
|
||||||
keywords: "tool settings",
|
keywords: "tool settings",
|
||||||
|
|||||||
@@ -150,7 +150,7 @@
|
|||||||
"natural-sort": "^1.0.0",
|
"natural-sort": "^1.0.0",
|
||||||
"node-fetch": "2.7.0",
|
"node-fetch": "2.7.0",
|
||||||
"nodemailer": "^6.9.4",
|
"nodemailer": "^6.9.4",
|
||||||
"outline-icons": "^3.0.0",
|
"outline-icons": "^3.1.0",
|
||||||
"oy-vey": "^0.12.1",
|
"oy-vey": "^0.12.1",
|
||||||
"passport": "^0.6.0",
|
"passport": "^0.6.0",
|
||||||
"passport-google-oauth2": "^0.2.0",
|
"passport-google-oauth2": "^0.2.0",
|
||||||
|
|||||||
10
yarn.lock
10
yarn.lock
@@ -1284,7 +1284,7 @@
|
|||||||
"@dnd-kit/utilities" "^3.2.0"
|
"@dnd-kit/utilities" "^3.2.0"
|
||||||
tslib "^2.0.0"
|
tslib "^2.0.0"
|
||||||
|
|
||||||
"@dnd-kit/utilities@^3.2.1", "@dnd-kit/utilities@^3.2.2":
|
"@dnd-kit/utilities@^3.2.0", "@dnd-kit/utilities@^3.2.1", "@dnd-kit/utilities@^3.2.2":
|
||||||
version "3.2.2"
|
version "3.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz#5a32b6af356dc5f74d61b37d6f7129a4040ced7b"
|
resolved "https://registry.yarnpkg.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz#5a32b6af356dc5f74d61b37d6f7129a4040ced7b"
|
||||||
integrity "sha1-WjK2rzVtxfdNYbN9b3EppAQM7Xs= sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg=="
|
integrity "sha1-WjK2rzVtxfdNYbN9b3EppAQM7Xs= sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg=="
|
||||||
@@ -10076,10 +10076,10 @@ os-tmpdir@~1.0.2:
|
|||||||
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
||||||
integrity "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="
|
integrity "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="
|
||||||
|
|
||||||
outline-icons@^3.0.0:
|
outline-icons@^3.1.0:
|
||||||
version "3.0.0"
|
version "3.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-3.0.0.tgz#75f56a7252f1605eb1fc9e21ddd0336e3dad4584"
|
resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-3.1.0.tgz#ca7607bd446af57f761846ff1cd1d284ec640bf1"
|
||||||
integrity sha512-k3XCb19FDH6evjw7Ad9kRF/jHg4dGa3fYRD4S3kncjVnrvSlUDwT6GvNF+X1RSJ3Q3iJOziy3GH+DGkxEHsq4g==
|
integrity sha512-uXA1GR90bs/ohrVwysUpRdoMz1zuNsWVjY8AT5oozgbFHcZOZuZFOxE37cpEY3gZu4efOK2Y0L7sRY9UAAy3Og==
|
||||||
|
|
||||||
oy-vey@^0.12.1:
|
oy-vey@^0.12.1:
|
||||||
version "0.12.1"
|
version "0.12.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user