diff --git a/package.json b/package.json index db5cbc1..e47c8c0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/tinycolor2": "^1.4.2", "file-saver": "^2.0.2", "framer-motion": "^2.1.0", - "phosphor-react": "^0.1.8", + "phosphor-react": "^0.2.0", "react": "^17.0.0-rc.0", "react-dom": "^17.0.0-rc.0", "react-dropdown-select": "^4.4.2", diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index 105d478..5ebc343 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -1,6 +1,6 @@ import React, { useState } from "react"; import { motion, AnimatePresence } from "framer-motion"; -import { ArrowUpRightCircle } from "phosphor-react"; +import { ArrowUpRightCircle, ArrowDownCircle } from "phosphor-react"; import "./Header.css"; import markerPurple from "../../assets/marker-purple.svg"; @@ -65,7 +65,7 @@ const Header: React.FC = () => { diff --git a/src/components/IconGrid/IconGrid.tsx b/src/components/IconGrid/IconGrid.tsx index fe0f777..6c8ebbc 100644 --- a/src/components/IconGrid/IconGrid.tsx +++ b/src/components/IconGrid/IconGrid.tsx @@ -3,7 +3,7 @@ import { useRecoilValue } from "recoil"; import { motion, useAnimation } from "framer-motion"; import { useWindowSize } from "react-use"; import TinyColor from "tinycolor2"; -import { IconContext, WarningTriangle } from "phosphor-react"; +import { IconContext, Warning } from "phosphor-react"; import { styleQueryAtom, @@ -44,7 +44,7 @@ const IconGridAnimated: React.FC = () => { animate={{ opacity: 1 }} transition={{ duration: 0.2 }} > - +

{`No results for '${query}'`}

); diff --git a/src/components/SearchInput/SearchInput.tsx b/src/components/SearchInput/SearchInput.tsx index 9f416f9..c1dcde0 100644 --- a/src/components/SearchInput/SearchInput.tsx +++ b/src/components/SearchInput/SearchInput.tsx @@ -1,6 +1,6 @@ import React from "react"; import { useRecoilState } from "recoil"; -import { Search } from "phosphor-react"; +import { MagnifyingGlass } from "phosphor-react"; import { searchQueryAtom } from "../../state/atoms"; import "./SearchInput.css"; @@ -15,7 +15,7 @@ const SearchInput: React.FC = () => { }; return (
- + = [ { - name: "arrow-up-right-circle", - categories: [IconCategory.DESIGN], - tags: ["pointer", "direction", "round"], - Icon: Icon.ArrowUpRightCircle, - }, - { - name: "backspace", + name: "alarm", categories: [IconCategory.SYSTEM], - tags: ["keyboard", "remove", "delete"], - Icon: Icon.Backspace, + tags: ["times", "timer", "clock", "schedule", "events", "watch"], + Icon: Icon.Alarm, }, { - name: "battery-half", - categories: [IconCategory.DEVICE, IconCategory.SYSTEM], - tags: ["charged", "charger", "charging", "power"], - Icon: Icon.BatteryHalf, - }, - { - name: "book-closed", - categories: [IconCategory.DOCUMENT, IconCategory.OTHER], - tags: ["reading", "reader", "novel", "story"], - Icon: Icon.BookClosed, - }, - { - name: "calendar-x", - categories: [IconCategory.BUSINESS, IconCategory.SYSTEM], - tags: ["dates", "times", "events", "schedule", "closed", "cancelled"], - Icon: Icon.CalendarX, - }, - { - name: "check-circle", - categories: [IconCategory.BUSINESS, IconCategory.SYSTEM], - tags: ["todo", "to-do", "list", "checkbox", "round"], - Icon: Icon.CheckCircle, - }, - { - name: "clock", - categories: [IconCategory.SYSTEM], - tags: ["times", "timer", "alarm", "schedule", "events", "watch"], - Icon: Icon.Clock, - }, - { - name: "cloud", - categories: [ - IconCategory.BUSINESS, - IconCategory.SYSTEM, - IconCategory.WEATHER, - ], - tags: ["serverless", "backup", "storage"], - Icon: Icon.Cloud, - }, - { - name: "copy", - categories: [IconCategory.EDITOR, IconCategory.SYSTEM], - tags: ["duplicated", "copied"], - Icon: Icon.Copy, - }, - { - name: "cube", - categories: [IconCategory.DESIGN, IconCategory.OTHER], - tags: ["square", "box", "3d", "volume", "blocks"], - Icon: Icon.Cube, - }, - { - name: "document-text", - categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], - tags: ["documents", "files", "save", "write"], - Icon: Icon.DocumentText, - }, - { - name: "droid", + name: "android", categories: [ IconCategory.BRAND, IconCategory.COMMUNICATION, @@ -82,7 +18,868 @@ export const icons: Readonly = [ IconCategory.SYSTEM, ], tags: ["android", "google", "mobile", "phone", "cellular", "cellphone"], - Icon: Icon.Droid, + Icon: Icon.Android, + }, + { + name: "archive", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "saved", + "saving", + "archived", + "archiving", + "archival", + "downloaded", + "downloading", + ], + Icon: Icon.Archive, + }, + { + name: "archive-bin", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "saved", + "saving", + "archived", + "archiving", + "archival", + "downloaded", + "downloading", + ], + Icon: Icon.ArchiveBin, + }, + { + name: "archive-box", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "saved", + "saving", + "archived", + "archiving", + "archival", + "downloaded", + "downloading", + ], + Icon: Icon.ArchiveBox, + }, + { + name: "archive-disk-dot", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "saved", + "saving", + "archived", + "archiving", + "archival", + "downloaded", + "downloading", + ], + Icon: Icon.ArchiveDiskDot, + }, + { + name: "archive-disk-line", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "saved", + "saving", + "archived", + "archiving", + "archival", + "downloaded", + "downloading", + ], + Icon: Icon.ArchiveDiskLine, + }, + { + name: "archive-simple", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "saved", + "saving", + "archived", + "archiving", + "archival", + "downloaded", + "downloading", + ], + Icon: Icon.ArchiveSimple, + }, + { + name: "arrow-double-left-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDoubleLeftCircle, + }, + { + name: "arrow-double-right-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDoubleRightCircle, + }, + { + name: "arrow-down-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownCircle, + }, + { + name: "arrow-down-left-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownLeftCircle, + }, + { + name: "arrow-down-left-elbow", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownLeftElbow, + }, + { + name: "arrow-down-left-line", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownLeftLine, + }, + { + name: "arrow-down-line", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownLine, + }, + { + name: "arrow-down-right-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownRightCircle, + }, + { + name: "arrow-down-right-elbow", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownRightElbow, + }, + { + name: "arrow-down-right-line", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownRightLine, + }, + { + name: "arrow-left-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowLeftCircle, + }, + { + name: "arrow-left-down-elbow", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowLeftDownElbow, + }, + { + name: "arrow-left-line", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowLeftLine, + }, + { + name: "arrow-right-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowRightCircle, + }, + { + name: "arrow-right-line", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowRightLine, + }, + { + name: "arrow-right-up-elbow", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowRightUpElbow, + }, + { + name: "arrow-up-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUpCircle, + }, + { + name: "arrow-up-left-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUpLeftCircle, + }, + { + name: "arrow-up-left-line", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUpLeftLine, + }, + { + name: "arrow-up-line", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUpLine, + }, + { + name: "arrow-up-right-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUpRightCircle, + }, + { + name: "arrow-up-right-line", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUpRightLine, + }, + { + name: "asterisk", + categories: [IconCategory.OTHER], + tags: ["star", "wildcard", "bullet point", "6"], + Icon: Icon.Asterisk, + }, + { + name: "asterisk-eight", + categories: [IconCategory.OTHER], + tags: ["star", "wildcard", "bullet point", "8"], + Icon: Icon.AsteriskEight, + }, + { + name: "at", + categories: [IconCategory.OTHER], + tags: ["@", "address", "email", "at symbol", "commercial at", "arobase"], + Icon: Icon.At, + }, + { + name: "backspace", + categories: [IconCategory.SYSTEM], + tags: ["keyboard", "remove", "delete"], + Icon: Icon.Backspace, + }, + { + name: "battery-charging", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power"], + Icon: Icon.BatteryCharging, + }, + { + name: "battery-charging-vertical", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power"], + Icon: Icon.BatteryChargingVertical, + }, + { + name: "battery-empty", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power", "dead"], + Icon: Icon.BatteryEmpty, + }, + { + name: "battery-full", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power", "filled"], + Icon: Icon.BatteryFull, + }, + { + name: "battery-full-hatch", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power", "filled"], + Icon: Icon.BatteryFullHatch, + }, + { + name: "battery-high", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power"], + Icon: Icon.BatteryHigh, + }, + { + name: "battery-high-hatch", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power"], + Icon: Icon.BatteryHighHatch, + }, + { + name: "battery-low", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power"], + Icon: Icon.BatteryLow, + }, + { + name: "battery-low-hatch", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power"], + Icon: Icon.BatteryLowHatch, + }, + { + name: "battery-medium", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power"], + Icon: Icon.BatteryMedium, + }, + { + name: "battery-medium-hatch", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["charged", "charger", "charging", "power"], + Icon: Icon.BatteryMediumHatch, + }, + { + name: "bell", + categories: [IconCategory.SYSTEM], + tags: [ + "alarm", + "notifications", + "times", + "timer", + "clock", + "schedule", + "events", + ], + Icon: Icon.Bell, + }, + { + name: "bell-simple", + categories: [IconCategory.SYSTEM], + tags: [ + "alarm", + "notifications", + "times", + "timer", + "clock", + "schedule", + "events", + ], + Icon: Icon.BellSimple, + }, + { + name: "bluetooth", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["wireless", "connection", "connected", "connectivity"], + Icon: Icon.Bluetooth, + }, + { + name: "bluetooth-connected", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: ["wireless", "connection", "connected", "connectivity"], + Icon: Icon.BluetoothConnected, + }, + { + name: "book", + categories: [IconCategory.DOCUMENT, IconCategory.OTHER], + tags: ["reading", "reader", "novel", "story"], + Icon: Icon.Book, + }, + { + name: "book-open", + categories: [IconCategory.DOCUMENT, IconCategory.OTHER], + tags: ["reading", "reader", "novel", "story"], + Icon: Icon.BookOpen, + }, + // { + // name: "book-closed", + // categories: [IconCategory.DOCUMENT, IconCategory.OTHER], + // tags: ["reading", "reader", "novel", "story"], + // Icon: Icon.BookClosed, + // }, + { + name: "bookmark", + categories: [IconCategory.DOCUMENT, IconCategory.OTHER], + tags: [ + "reading", + "reader", + "novel", + "story", + "placeholder", + "favorites", + "favorited", + ], + Icon: Icon.Bookmark, + }, + { + name: "bookmark-chevron", + categories: [IconCategory.DOCUMENT, IconCategory.OTHER], + tags: [ + "reading", + "reader", + "novel", + "story", + "placeholder", + "favorites", + "favorited", + ], + Icon: Icon.BookmarkChevron, + }, + { + name: "briefcase", + categories: [IconCategory.BUSINESS], + tags: ["suitcases", "valises", "baggage", "folders", "portfolios"], + Icon: Icon.Briefcase, + }, + { + name: "briefcase-simple", + categories: [IconCategory.BUSINESS], + tags: ["suitcases", "valises", "baggage", "folders", "portfolios"], + Icon: Icon.BriefcaseSimple, + }, + { + name: "calendar-blank", + categories: [IconCategory.BUSINESS, IconCategory.SYSTEM], + tags: ["dates", "times", "events", "schedule", "none"], + Icon: Icon.CalendarBlank, + }, + { + name: "calendar-six", + categories: [IconCategory.BUSINESS, IconCategory.SYSTEM], + tags: ["dates", "times", "events", "schedule", "6"], + Icon: Icon.CalendarSix, + }, + { + name: "calendar-x", + categories: [IconCategory.BUSINESS, IconCategory.SYSTEM], + tags: ["dates", "times", "events", "schedule", "closed", "cancelled"], + Icon: Icon.CalendarX, + }, + { + name: "camera", + categories: [IconCategory.DEVICE, IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["photography", "pictures", "lens"], + Icon: Icon.Camera, + }, + { + name: "caret-down", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretDown, + }, + { + name: "caret-down-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretDownCircle, + }, + { + name: "caret-left", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretLeft, + }, + { + name: "caret-left-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretLeftCircle, + }, + { + name: "caret-right", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretRight, + }, + { + name: "caret-right-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretRightCircle, + }, + { + name: "caret-up", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretUp, + }, + { + name: "caret-up-circle", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretUpCircle, + }, + { + name: "cell-signal-full", + categories: [IconCategory.SYSTEM], + tags: [ + "wireless", + "cellular", + "phone", + "mobile", + "network", + "connection", + "connectivity", + ], + Icon: Icon.CellSignalFull, + }, + { + name: "cell-signal-high", + categories: [IconCategory.SYSTEM], + tags: [ + "wireless", + "cellular", + "phone", + "mobile", + "network", + "connection", + "connectivity", + ], + Icon: Icon.CellSignalHigh, + }, + { + name: "cell-signal-low", + categories: [IconCategory.SYSTEM], + tags: [ + "wireless", + "cellular", + "phone", + "mobile", + "network", + "connection", + "connectivity", + ], + Icon: Icon.CellSignalLow, + }, + { + name: "cell-signal-medium", + categories: [IconCategory.SYSTEM], + tags: [ + "wireless", + "cellular", + "phone", + "mobile", + "network", + "connection", + "connectivity", + ], + Icon: Icon.CellSignalMedium, + }, + { + name: "cell-signal-none", + categories: [IconCategory.SYSTEM], + tags: [ + "wireless", + "cellular", + "phone", + "mobile", + "network", + "connection", + "connectivity", + ], + Icon: Icon.CellSignalNone, + }, + { + name: "chart-bar-horizontal", + categories: [IconCategory.BUSINESS, IconCategory.FINANCE], + tags: ["graphs", "graphing", "charts", "histogram", "analyze", "analysis"], + Icon: Icon.ChartBarHorizontal, + }, + { + name: "chart-pie", + categories: [IconCategory.BUSINESS, IconCategory.FINANCE], + tags: ["graphs", "graphing", "charts", "circle", "analyze", "analysis"], + Icon: Icon.ChartPie, + }, + { + name: "chart-pie-slice", + categories: [IconCategory.BUSINESS, IconCategory.FINANCE], + tags: ["graphs", "graphing", "charts", "circle", "analyze", "analysis"], + Icon: Icon.ChartPieSlice, + }, + { + name: "chat-circle", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting", "round"], + Icon: Icon.ChatCircle, + }, + { + name: "chat-circle-dots", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting", "round"], + Icon: Icon.ChatCircleDots, + }, + { + name: "chat-circle-text", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting", "round"], + + Icon: Icon.ChatCircleText, + }, + { + name: "chat-circle-two", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting", "round"], + + Icon: Icon.ChatCircleTwo, + }, + { + name: "chat-rectangle", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"], + Icon: Icon.ChatRectangle, + }, + { + name: "chat-rectangle-dots", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"], + + Icon: Icon.ChatRectangleDots, + }, + { + name: "chat-rectangle-text", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"], + + Icon: Icon.ChatRectangleText, + }, + { + name: "chat-rectangle-two", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"], + + Icon: Icon.ChatRectangleTwo, + }, + { + name: "chat-teardrop", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting"], + Icon: Icon.ChatTeardrop, + }, + { + name: "chat-teardrop-dots", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting"], + Icon: Icon.ChatTeardropDots, + }, + { + name: "chat-teardrop-text", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting"], + Icon: Icon.ChatTeardropText, + }, + { + name: "chat-teardrop-two", + categories: [IconCategory.COMMUNICATION], + tags: ["send", "sent", "messages", "messaging", "sms", "texting"], + Icon: Icon.ChatTeardropTwo, + }, + { + name: "check-circle", + categories: [IconCategory.BUSINESS, IconCategory.SYSTEM], + tags: ["todo", "to-do", "list", "checkbox", "round"], + Icon: Icon.CheckCircle, + }, + { + name: "check-square", + categories: [IconCategory.BUSINESS, IconCategory.SYSTEM], + tags: ["todo", "to-do", "list", "checkbox", "rectangle"], + Icon: Icon.CheckSquare, + }, + { + name: "check-square-offset", + categories: [IconCategory.BUSINESS, IconCategory.SYSTEM], + tags: ["todo", "to-do", "list", "checkbox", "rectangle"], + Icon: Icon.CheckSquareOffset, + }, + { + name: "circle", + categories: [IconCategory.OTHER], + tags: ["round", "shapes", "polygons"], + Icon: Icon.Circle, + }, + { + name: "circle-split", + categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OTHER], + tags: ["round", "shapes", "polygons", "contrast", "brightness"], + Icon: Icon.CircleSplit, + }, + { + name: "circle-split-angled", + categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OTHER], + tags: ["round", "shapes", "polygons", "contrast", "brightness"], + Icon: Icon.CircleSplitAngled, + }, + { + name: "circles-concentric", + categories: [IconCategory.OTHER], + tags: ["round", "shapes", "polygons", "bullseye"], + Icon: Icon.CirclesConcentric, + }, + { + name: "circles-four", + categories: [IconCategory.OTHER], + tags: ["round", "shapes", "polygons", "4"], + Icon: Icon.CirclesFour, + }, + { + name: "circles-three", + categories: [IconCategory.OTHER], + tags: ["round", "shapes", "polygons", "3"], + Icon: Icon.CirclesThree, + }, + { + name: "clock", + categories: [IconCategory.SYSTEM], + tags: ["times", "timer", "alarm", "schedule", "events", "watch"], + Icon: Icon.Clock, + }, + { + name: "clock-alt", + categories: [IconCategory.SYSTEM], + tags: ["times", "timer", "alarm", "schedule", "events", "watch"], + Icon: Icon.ClockAlt, + }, + { + name: "cloud", + categories: [ + IconCategory.BUSINESS, + IconCategory.SYSTEM, + IconCategory.WEATHER, + ], + tags: [ + "serverless", + "backup", + "storage", + "meteorology", + "cloudy", + "overcast", + ], + Icon: Icon.Cloud, + }, + { + name: "cloud-lightning", + categories: [IconCategory.WEATHER], + tags: ["meteorology", "cloudy", "overcast", "stormy", "thunderstorm"], + Icon: Icon.CloudLightning, + }, + { + name: "cloud-rain", + categories: [IconCategory.WEATHER], + tags: ["meteorology", "cloudy", "rainy", "raining", "stormy", "rainstorm"], + Icon: Icon.CloudRain, + }, + { + name: "cloud-snow", + categories: [IconCategory.WEATHER], + tags: ["meteorology", "cloudy", "snowy", "snowing", "stormy", "snowstorm"], + Icon: Icon.CloudSnow, + }, + { + name: "command", + categories: [IconCategory.EDITOR, IconCategory.SYSTEM], + tags: [ + "apple", + "keyboard", + "shortcut", + "modifier", + "looped square", + "Bowen knot", + "Saint John's Arms", + ], + Icon: Icon.Command, + }, + { + name: "copy", + categories: [IconCategory.EDITOR, IconCategory.SYSTEM], + tags: ["duplicated", "copied"], + Icon: Icon.Copy, + }, + { + name: "credit-card", + categories: [IconCategory.BUSINESS, IconCategory.FINANCE], + tags: [ + "debit", + "visa", + "mastercard", + "payment", + "paying", + "purchase", + "swipe", + ], + Icon: Icon.CreditCard, + }, + { + name: "cube", + categories: [IconCategory.DESIGN, IconCategory.OTHER], + tags: ["square", "box", "3d", "volume", "blocks"], + Icon: Icon.Cube, + }, + { + name: "diamond", + categories: [IconCategory.OTHER], + tags: ["rectangle", "shapes", "polygons", "diamonds", "suits", "cards"], + Icon: Icon.Diamond, + }, + { + name: "divide", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OTHER, + ], + tags: [ + "division", + "divisor", + "dividend", + "quotient", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Divide, + }, + { + name: "dots-nine", + categories: [IconCategory.OTHER], + tags: ["round", "circles", "shapes", "polygons", "9"], + Icon: Icon.DotsNine, + }, + { + name: "dribbble", + categories: [IconCategory.BRAND, IconCategory.HEALTH], + tags: ["round", "basketball", "design"], + Icon: Icon.Dribbble, + }, + { + name: "eight", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "8", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Eight, + }, + { + name: "eight-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "8", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.EightCircle, + }, + { + name: "eight-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "8", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.EightSquare, }, { name: "envelope", @@ -91,10 +888,33 @@ export const icons: Readonly = [ Icon: Icon.Envelope, }, { - name: "envelope-alt", + name: "envelope-simple", categories: [IconCategory.COMMUNICATION], tags: ["mail", "email", "send", "sent", "message"], - Icon: Icon.EnvelopeAlt, + Icon: Icon.EnvelopeSimple, + }, + { + name: "equals", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OTHER, + ], + tags: [ + "equality", + "equivalent", + "equivalence", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Equals, + }, + { + name: "file-text", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["documents", "files", "save", "write"], + Icon: Icon.FileText, }, { name: "folder", @@ -117,14 +937,14 @@ export const icons: Readonly = [ Icon: Icon.FolderDip, }, { - name: "folder-minimal", + name: "folder-simple", categories: [ IconCategory.DOCUMENT, IconCategory.EDITOR, IconCategory.SYSTEM, ], tags: ["directory", "directories", "files"], - Icon: Icon.FolderMinimal, + Icon: Icon.FolderSimple, }, { name: "heart", @@ -134,14 +954,20 @@ export const icons: Readonly = [ IconCategory.HEALTH, IconCategory.OTHER, ], - tags: ["wellness", "love", "healthy", "like"], + tags: ["wellness", "love", "healthy", "like", "suits", "cards"], Icon: Icon.Heart, }, + // { + // name: "horse", + // categories: [IconCategory.HEALTH, IconCategory.OTHER], + // tags: ["animals", "equestrian", "chess", "knight", "games", "sports"], + // Icon: Icon.Horse, + // }, { - name: "horse", - categories: [IconCategory.HEALTH, IconCategory.OTHER], - tags: ["animals", "equestrian", "chess", "knight", "games", "sports"], - Icon: Icon.Horse, + name: "map-pin", + categories: [IconCategory.MAP], + tags: ["places", "markers", "locations"], + Icon: Icon.MapPin, }, { name: "microphone", @@ -171,17 +997,17 @@ export const icons: Readonly = [ ], Icon: Icon.MinusCircle, }, + // { + // name: "music-notes-sixteenth", + // categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + // tags: ["songs", "audio", "playlist", "albums"], + // Icon: Icon.MusicNotesSixteenth, + // }, { - name: "music-notes-sixteenth", - categories: [IconCategory.MEDIA, IconCategory.SYSTEM], - tags: ["songs", "audio", "playlist", "albums"], - Icon: Icon.MusicNotesSixteenth, - }, - { - name: "pencil-clip", + name: "pen", categories: [IconCategory.DESIGN, IconCategory.EDITOR], - tags: ["write", "writing", "editing", "sign", "signature"], - Icon: Icon.PencilClip, + tags: ["ink", "write", "writing", "editing", "sign", "signature"], + Icon: Icon.Pen, }, { name: "pencil-line", @@ -193,6 +1019,7 @@ export const icons: Readonly = [ name: "pen-nib", categories: [IconCategory.DESIGN, IconCategory.EDITOR], tags: [ + "ink", "write", "writing", "editing", @@ -203,12 +1030,6 @@ export const icons: Readonly = [ ], Icon: Icon.PenNib, }, - { - name: "pin", - categories: [IconCategory.MAP], - tags: ["places", "markers", "locations"], - Icon: Icon.Pin, - }, { name: "play-circle", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -246,10 +1067,10 @@ export const icons: Readonly = [ Icon: Icon.Prohibit, }, { - name: "search", + name: "magnifying-glass", categories: [IconCategory.EDITOR, IconCategory.SYSTEM], - tags: ["find", "locate", "query"], - Icon: Icon.Search, + tags: ["search", "find", "locate", "query"], + Icon: Icon.MagnifyingGlass, }, { name: "smiley", @@ -272,10 +1093,10 @@ export const icons: Readonly = [ Icon: Icon.SmileyMeh, }, { - name: "speaker-off", + name: "speaker-none", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], tags: ["muted", "volume", "sound", "music"], - Icon: Icon.SpeakerOff, + Icon: Icon.SpeakerNone, }, { name: "star", @@ -284,7 +1105,7 @@ export const icons: Readonly = [ IconCategory.MAP, IconCategory.OTHER, ], - tags: ["rate", "ratings", "favorites"], + tags: ["rate", "ratings", "favorites", "favorited"], Icon: Icon.Star, }, { @@ -306,10 +1127,10 @@ export const icons: Readonly = [ Icon: Icon.UserCircle, }, { - name: "warning-triangle", + name: "warning", categories: [IconCategory.SYSTEM], tags: ["alert", "danger", "dangerous", "caution"], - Icon: Icon.WarningTriangle, + Icon: Icon.Warning, }, { name: "wifi-medium",