5568 lines
123 KiB
TypeScript
5568 lines
123 KiB
TypeScript
import * as Icon from "phosphor-react";
|
|
import { IconEntry, IconCategory } from ".";
|
|
|
|
export const icons: ReadonlyArray<IconEntry> = [
|
|
{
|
|
name: "activity",
|
|
categories: [IconCategory.HEALTH],
|
|
tags: ["heartbeat", "medical", "ecg", "ekg", "vitals", "monitor"],
|
|
Icon: Icon.Activity,
|
|
},
|
|
{
|
|
name: "airplane",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"vehicles",
|
|
"airports",
|
|
"flights",
|
|
"flying",
|
|
"planes",
|
|
"transit",
|
|
"transportation",
|
|
"traveling",
|
|
],
|
|
Icon: Icon.Airplane,
|
|
},
|
|
{
|
|
name: "airplay",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["apple", "screencasting", "television", "tv"],
|
|
Icon: Icon.Airplay,
|
|
},
|
|
{
|
|
name: "alarm",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["times", "timer", "clock", "schedule", "events", "watch"],
|
|
Icon: Icon.Alarm,
|
|
},
|
|
{
|
|
name: "android-logo",
|
|
categories: [
|
|
IconCategory.BRAND,
|
|
IconCategory.DEVELOPMENT,
|
|
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: ["logos", "google", "mobile", "phone", "cellular", "cellphone"],
|
|
Icon: Icon.AndroidLogo,
|
|
},
|
|
{
|
|
name: "aperture",
|
|
categories: [IconCategory.DESIGN, IconCategory.MEDIA],
|
|
tags: ["photography", "cameras", "pictures", "lens"],
|
|
Icon: Icon.Aperture,
|
|
},
|
|
{
|
|
name: "archive",
|
|
categories: [IconCategory.OFFICE, IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"downloaded",
|
|
"downloading",
|
|
],
|
|
Icon: Icon.Archive,
|
|
},
|
|
{
|
|
name: "archive-box",
|
|
categories: [IconCategory.OFFICE, IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"downloaded",
|
|
"downloading",
|
|
],
|
|
Icon: Icon.ArchiveBox,
|
|
},
|
|
{
|
|
name: "archive-tray",
|
|
categories: [IconCategory.OFFICE, IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"downloaded",
|
|
"downloading",
|
|
],
|
|
Icon: Icon.ArchiveTray,
|
|
},
|
|
{
|
|
name: "arrow-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowUp,
|
|
},
|
|
{
|
|
name: "arrow-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowDown,
|
|
},
|
|
{
|
|
name: "arrow-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLeft,
|
|
},
|
|
{
|
|
name: "arrow-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowRight,
|
|
},
|
|
{
|
|
name: "arrow-up-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowUpLeft,
|
|
},
|
|
{
|
|
name: "arrow-up-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowUpRight,
|
|
},
|
|
{
|
|
name: "arrow-down-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowDownLeft,
|
|
},
|
|
{
|
|
name: "arrow-down-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowDownRight,
|
|
},
|
|
{
|
|
name: "arrow-circle-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowCircleUp,
|
|
},
|
|
{
|
|
name: "arrow-circle-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowCircleDown,
|
|
},
|
|
{
|
|
name: "arrow-circle-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowCircleLeft,
|
|
},
|
|
{
|
|
name: "arrow-circle-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowCircleRight,
|
|
},
|
|
{
|
|
name: "arrow-circle-up-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowCircleUpLeft,
|
|
},
|
|
{
|
|
name: "arrow-circle-up-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowCircleUpRight,
|
|
},
|
|
{
|
|
name: "arrow-circle-down-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowCircleDownLeft,
|
|
},
|
|
{
|
|
name: "arrow-circle-down-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowCircleDownRight,
|
|
},
|
|
{
|
|
name: "arrow-square-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowSquareUp,
|
|
},
|
|
{
|
|
name: "arrow-square-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowSquareDown,
|
|
},
|
|
{
|
|
name: "arrow-square-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowSquareLeft,
|
|
},
|
|
{
|
|
name: "arrow-square-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowSquareRight,
|
|
},
|
|
{
|
|
name: "arrow-square-up-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowSquareUpLeft,
|
|
},
|
|
{
|
|
name: "arrow-square-up-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowSquareUpRight,
|
|
},
|
|
{
|
|
name: "arrow-square-down-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowSquareDownLeft,
|
|
},
|
|
{
|
|
name: "arrow-square-down-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowSquareDownRight,
|
|
},
|
|
{
|
|
name: "arrow-arc-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowArcLeft,
|
|
},
|
|
{
|
|
name: "arrow-arc-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowArcRight,
|
|
},
|
|
{
|
|
name: "arrow-bend-left-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendLeftUp,
|
|
},
|
|
{
|
|
name: "arrow-bend-right-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendRightUp,
|
|
},
|
|
{
|
|
name: "arrow-bend-left-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendLeftDown,
|
|
},
|
|
{
|
|
name: "arrow-bend-right-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendRightDown,
|
|
},
|
|
{
|
|
name: "arrow-bend-up-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendUpLeft,
|
|
},
|
|
{
|
|
name: "arrow-bend-down-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendDownLeft,
|
|
},
|
|
{
|
|
name: "arrow-bend-up-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendUpRight,
|
|
},
|
|
{
|
|
name: "arrow-bend-down-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendDownRight,
|
|
},
|
|
{
|
|
name: "arrow-bend-double-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendDoubleUpLeft,
|
|
},
|
|
{
|
|
name: "arrow-bend-double-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowBendDoubleUpRight,
|
|
},
|
|
{
|
|
name: "arrow-clockwise",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"redo",
|
|
"refreshing",
|
|
],
|
|
Icon: Icon.ArrowClockwise,
|
|
},
|
|
{
|
|
name: "arrow-counter-clockwise",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"undo",
|
|
"refreshing",
|
|
],
|
|
Icon: Icon.ArrowCounterClockwise,
|
|
},
|
|
{
|
|
name: "arrow-elbow-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowLeft,
|
|
},
|
|
{
|
|
name: "arrow-elbow-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowRight,
|
|
},
|
|
{
|
|
name: "arrow-elbow-left-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowLeftUp,
|
|
},
|
|
{
|
|
name: "arrow-elbow-right-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowRightUp,
|
|
},
|
|
{
|
|
name: "arrow-elbow-left-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowLeftDown,
|
|
},
|
|
{
|
|
name: "arrow-elbow-right-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowRightDown,
|
|
},
|
|
{
|
|
name: "arrow-elbow-up-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowUpLeft,
|
|
},
|
|
{
|
|
name: "arrow-elbow-down-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowDownLeft,
|
|
},
|
|
{
|
|
name: "arrow-elbow-up-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowUpRight,
|
|
},
|
|
{
|
|
name: "arrow-elbow-down-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowElbowDownRight,
|
|
},
|
|
{
|
|
name: "arrow-line-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLineUp,
|
|
},
|
|
{
|
|
name: "arrow-line-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLineDown,
|
|
},
|
|
{
|
|
name: "arrow-line-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLineLeft,
|
|
},
|
|
{
|
|
name: "arrow-line-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLineRight,
|
|
},
|
|
{
|
|
name: "arrow-line-up-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLineUpLeft,
|
|
},
|
|
{
|
|
name: "arrow-line-up-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLineUpRight,
|
|
},
|
|
{
|
|
name: "arrow-line-down-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLineDownLeft,
|
|
},
|
|
{
|
|
name: "arrow-line-down-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowLineDownRight,
|
|
},
|
|
|
|
{
|
|
name: "arrow-u-left-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"redo",
|
|
"u-turns",
|
|
],
|
|
Icon: Icon.ArrowULeftUp,
|
|
},
|
|
{
|
|
name: "arrow-u-right-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"redo",
|
|
"u-turns",
|
|
],
|
|
Icon: Icon.ArrowURightUp,
|
|
},
|
|
{
|
|
name: "arrow-u-left-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"undo",
|
|
"return",
|
|
"u-turns",
|
|
],
|
|
Icon: Icon.ArrowULeftDown,
|
|
},
|
|
{
|
|
name: "arrow-u-right-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"undo",
|
|
"return",
|
|
"u-turns",
|
|
],
|
|
Icon: Icon.ArrowURightDown,
|
|
},
|
|
{
|
|
name: "arrow-u-up-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"undo",
|
|
"return",
|
|
"u-turns",
|
|
],
|
|
Icon: Icon.ArrowUUpLeft,
|
|
},
|
|
{
|
|
name: "arrow-u-down-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"undo",
|
|
"return",
|
|
"u-turns",
|
|
],
|
|
Icon: Icon.ArrowUDownLeft,
|
|
},
|
|
{
|
|
name: "arrow-u-up-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"redo",
|
|
"u-turns",
|
|
],
|
|
Icon: Icon.ArrowUUpRight,
|
|
},
|
|
{
|
|
name: "arrow-u-down-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"redo",
|
|
"u-turns",
|
|
],
|
|
Icon: Icon.ArrowUDownRight,
|
|
},
|
|
{
|
|
name: "arrows-clockwise",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"redo",
|
|
"refreshing",
|
|
"sync",
|
|
"synchronize",
|
|
],
|
|
Icon: Icon.ArrowsClockwise,
|
|
},
|
|
{
|
|
name: "arrows-counter-clockwise",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"undo",
|
|
"refreshing",
|
|
],
|
|
Icon: Icon.ArrowsCounterClockwise,
|
|
},
|
|
{
|
|
name: "arrows-down-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowsDownUp,
|
|
},
|
|
{
|
|
name: "arrows-left-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.ArrowsLeftRight,
|
|
},
|
|
{
|
|
name: "arrows-in",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"collapse",
|
|
"minimize",
|
|
],
|
|
Icon: Icon.ArrowsIn,
|
|
},
|
|
{
|
|
name: "arrows-in-cardinal",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"collapse",
|
|
"minimize",
|
|
"resize",
|
|
],
|
|
Icon: Icon.ArrowsInCardinal,
|
|
},
|
|
{
|
|
name: "arrows-in-simple",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"collapse",
|
|
"minimize",
|
|
"resize",
|
|
],
|
|
Icon: Icon.ArrowsInSimple,
|
|
},
|
|
{
|
|
name: "arrows-out",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"expand",
|
|
"fullscreen",
|
|
"resize",
|
|
],
|
|
Icon: Icon.ArrowsOut,
|
|
},
|
|
{
|
|
name: "arrows-out-cardinal",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"expand",
|
|
"fullscreen",
|
|
"pan",
|
|
"move",
|
|
],
|
|
Icon: Icon.ArrowsOutCardinal,
|
|
},
|
|
{
|
|
name: "arrows-out-simple",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: [
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
"expand",
|
|
"fullscreen",
|
|
"resize",
|
|
],
|
|
Icon: Icon.ArrowsOutSimple,
|
|
},
|
|
{
|
|
name: "article",
|
|
categories: [IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: [
|
|
"reading",
|
|
"writing",
|
|
"journals",
|
|
"periodicals",
|
|
"text",
|
|
"newspaper",
|
|
],
|
|
Icon: Icon.Article,
|
|
},
|
|
{
|
|
name: "asterisk",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["star", "wildcard", "bullet point", "6", "emergency"],
|
|
Icon: Icon.Asterisk,
|
|
},
|
|
{
|
|
name: "at",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["@", "address", "email", "at symbol", "commercial at", "arobase"],
|
|
Icon: Icon.At,
|
|
},
|
|
{
|
|
name: "backspace",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["keyboard", "remove", "delete"],
|
|
Icon: Icon.Backspace,
|
|
},
|
|
{
|
|
name: "bag",
|
|
categories: [IconCategory.COMMERCE, IconCategory.OBJECTS],
|
|
tags: ["suitcases", "valises", "baggage", "folders", "portfolios"],
|
|
Icon: Icon.Bag,
|
|
},
|
|
{
|
|
name: "bandaids",
|
|
categories: [IconCategory.HEALTH],
|
|
tags: ["bandages", "medical", "first aid", "injury"],
|
|
Icon: Icon.Bandaids,
|
|
},
|
|
{
|
|
name: "bank",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"banking",
|
|
"checking",
|
|
"money",
|
|
"savings",
|
|
"deposit",
|
|
"withdraw",
|
|
"places",
|
|
"locations",
|
|
],
|
|
Icon: Icon.Bank,
|
|
},
|
|
{
|
|
name: "barbell",
|
|
categories: [IconCategory.HEALTH],
|
|
tags: [
|
|
"weights",
|
|
"dumbbells",
|
|
"strength training",
|
|
"workout",
|
|
"exercises",
|
|
"fitness",
|
|
],
|
|
Icon: Icon.Barbell,
|
|
},
|
|
{
|
|
name: "barcode",
|
|
categories: [IconCategory.COMMERCE, IconCategory.SYSTEM],
|
|
tags: ["upc", "qr", "products", "shopping", "scanner"],
|
|
Icon: Icon.Barcode,
|
|
},
|
|
{
|
|
name: "battery-charging",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power"],
|
|
Icon: Icon.BatteryCharging,
|
|
},
|
|
{
|
|
name: "battery-charging-vertical",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power"],
|
|
Icon: Icon.BatteryChargingVertical,
|
|
},
|
|
{
|
|
name: "battery-full",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power", "filled"],
|
|
Icon: Icon.BatteryFull,
|
|
},
|
|
{
|
|
name: "battery-high",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power"],
|
|
Icon: Icon.BatteryHigh,
|
|
},
|
|
{
|
|
name: "battery-medium",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power"],
|
|
Icon: Icon.BatteryMedium,
|
|
},
|
|
{
|
|
name: "battery-low",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power"],
|
|
Icon: Icon.BatteryLow,
|
|
},
|
|
{
|
|
name: "battery-empty",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power", "dead"],
|
|
Icon: Icon.BatteryEmpty,
|
|
},
|
|
{
|
|
name: "battery-warning",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power", "empty", "critical"],
|
|
Icon: Icon.BatteryWarning,
|
|
},
|
|
{
|
|
name: "battery-warning-vertical",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["charged", "charger", "charging", "power", "empty", "critical"],
|
|
Icon: Icon.BatteryWarningVertical,
|
|
},
|
|
{
|
|
name: "bed",
|
|
categories: [IconCategory.HEALTH, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"hotels",
|
|
"accommodations",
|
|
"sleeping",
|
|
"places",
|
|
"locations",
|
|
"medical",
|
|
],
|
|
Icon: Icon.Bed,
|
|
},
|
|
{
|
|
name: "bell",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"alarm",
|
|
"notifications",
|
|
"times",
|
|
"timer",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"ringer",
|
|
"calls",
|
|
],
|
|
Icon: Icon.Bell,
|
|
},
|
|
{
|
|
name: "bell-slash",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"alarm",
|
|
"notifications",
|
|
"times",
|
|
"timer",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"silent",
|
|
"silenced",
|
|
"ringer",
|
|
"calls",
|
|
"disabled",
|
|
],
|
|
Icon: Icon.BellSlash,
|
|
},
|
|
{
|
|
name: "bell-simple",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"alarm",
|
|
"notifications",
|
|
"times",
|
|
"timer",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"ringer",
|
|
"calls",
|
|
],
|
|
Icon: Icon.BellSimple,
|
|
},
|
|
{
|
|
name: "bell-simple-slash",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"alarm",
|
|
"notifications",
|
|
"times",
|
|
"timer",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"ringer",
|
|
"silent",
|
|
"silenced",
|
|
"disabled",
|
|
],
|
|
Icon: Icon.BellSimpleSlash,
|
|
},
|
|
{
|
|
name: "bicycle",
|
|
categories: [IconCategory.HEALTH, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"bikers",
|
|
"bicycling",
|
|
"cyclists",
|
|
"transit",
|
|
"transportation",
|
|
"commuter",
|
|
"exercises",
|
|
"fitness",
|
|
],
|
|
Icon: Icon.Bicycle,
|
|
},
|
|
{
|
|
name: "bluetooth",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["wireless", "connection", "connected", "connectivity"],
|
|
Icon: Icon.Bluetooth,
|
|
},
|
|
{
|
|
name: "bluetooth-connected",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["wireless", "connection", "connected", "connectivity"],
|
|
Icon: Icon.BluetoothConnected,
|
|
},
|
|
{
|
|
name: "bluetooth-slash",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"connection",
|
|
"connectivity",
|
|
"disconnected",
|
|
"disabled",
|
|
],
|
|
Icon: Icon.BluetoothSlash,
|
|
},
|
|
{
|
|
name: "bluetooth-x",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["wireless", "connection", "connectivity", "disconnected", "errors"],
|
|
Icon: Icon.BluetoothX,
|
|
},
|
|
{
|
|
name: "book",
|
|
categories: [IconCategory.OFFICE, IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: ["reading", "reader", "novel", "story", "library"],
|
|
Icon: Icon.Book,
|
|
},
|
|
{
|
|
name: "book-bookmark",
|
|
categories: [IconCategory.OFFICE, IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: [
|
|
"reading",
|
|
"reader",
|
|
"novel",
|
|
"story",
|
|
"library",
|
|
"favorites",
|
|
"favorited",
|
|
],
|
|
Icon: Icon.BookBookmark,
|
|
},
|
|
{
|
|
name: "book-open",
|
|
categories: [IconCategory.OFFICE, IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: ["reading", "reader", "novel", "story", "library"],
|
|
Icon: Icon.BookOpen,
|
|
},
|
|
{
|
|
name: "bookmark",
|
|
categories: [IconCategory.OFFICE, IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: [
|
|
"reading",
|
|
"reader",
|
|
"novel",
|
|
"story",
|
|
"placeholder",
|
|
"favorites",
|
|
"favorited",
|
|
"library",
|
|
],
|
|
Icon: Icon.Bookmark,
|
|
},
|
|
{
|
|
name: "bookmark-simple",
|
|
categories: [IconCategory.OFFICE, IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: [
|
|
"reading",
|
|
"reader",
|
|
"novel",
|
|
"story",
|
|
"placeholder",
|
|
"favorites",
|
|
"favorited",
|
|
"library",
|
|
],
|
|
Icon: Icon.BookmarkSimple,
|
|
},
|
|
{
|
|
name: "bookmarks",
|
|
categories: [IconCategory.OFFICE, IconCategory.OBJECTS],
|
|
tags: [
|
|
"reading",
|
|
"reader",
|
|
"novel",
|
|
"story",
|
|
"placeholder",
|
|
"favorites",
|
|
"favorited",
|
|
"library",
|
|
],
|
|
Icon: Icon.Bookmarks,
|
|
},
|
|
{
|
|
name: "briefcase",
|
|
categories: [IconCategory.OFFICE, IconCategory.OBJECTS],
|
|
tags: ["suitcases", "valises", "baggage", "folders", "portfolios"],
|
|
Icon: Icon.Briefcase,
|
|
},
|
|
{
|
|
name: "briefcase-simple",
|
|
categories: [IconCategory.OFFICE, IconCategory.OBJECTS],
|
|
tags: ["suitcases", "valises", "baggage", "folders", "portfolios"],
|
|
Icon: Icon.BriefcaseSimple,
|
|
},
|
|
{
|
|
name: "broadcast",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.MEDIA,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: ["radio", "hotspot", "wifi", "emit"],
|
|
Icon: Icon.Broadcast,
|
|
},
|
|
{
|
|
name: "browser",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["web browsers", "windows", "internet", "chrome", "edge", "firefox"],
|
|
Icon: Icon.Browser,
|
|
},
|
|
{
|
|
name: "browsers",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["web browsers", "windows", "internet", "chrome", "edge", "firefox"],
|
|
Icon: Icon.Browsers,
|
|
},
|
|
{
|
|
name: "browsers-simple",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["web browsers", "windows", "internet", "chrome", "edge", "firefox"],
|
|
Icon: Icon.BrowsersSimple,
|
|
},
|
|
{
|
|
name: "buildings",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP],
|
|
tags: ["places", "locations"],
|
|
Icon: Icon.Buildings,
|
|
},
|
|
{
|
|
name: "bus",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"vehicles",
|
|
"public transit",
|
|
"transportation",
|
|
"commuter",
|
|
"traveling",
|
|
"places",
|
|
"locations",
|
|
],
|
|
Icon: Icon.Bus,
|
|
},
|
|
{
|
|
name: "calendar",
|
|
categories: [IconCategory.OFFICE, IconCategory.SYSTEM],
|
|
tags: ["dates", "times", "events", "schedule", "31"],
|
|
Icon: Icon.Calendar,
|
|
},
|
|
{
|
|
name: "calendar-blank",
|
|
categories: [IconCategory.OFFICE, IconCategory.SYSTEM],
|
|
tags: ["dates", "times", "events", "schedule", "none"],
|
|
Icon: Icon.CalendarBlank,
|
|
},
|
|
{
|
|
name: "calendar-x",
|
|
categories: [IconCategory.OFFICE, IconCategory.SYSTEM],
|
|
tags: ["dates", "times", "events", "schedule", "closed", "cancelled"],
|
|
Icon: Icon.CalendarX,
|
|
},
|
|
{
|
|
name: "camera",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["photography", "pictures", "lens"],
|
|
Icon: Icon.Camera,
|
|
},
|
|
{
|
|
name: "camera-slash",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["photography", "pictures", "lens", "disabled"],
|
|
Icon: Icon.CameraSlash,
|
|
},
|
|
{
|
|
name: "car",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
|
|
tags: ["cars", "vehicles", "transit", "transportation", "traveling"],
|
|
Icon: Icon.Car,
|
|
},
|
|
{
|
|
name: "car-simple",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["cars", "vehicles", "transit", "transportation", "traveling"],
|
|
Icon: Icon.CarSimple,
|
|
},
|
|
{
|
|
name: "caret-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretUp,
|
|
},
|
|
{
|
|
name: "caret-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretDown,
|
|
},
|
|
{
|
|
name: "caret-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretLeft,
|
|
},
|
|
{
|
|
name: "caret-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretRight,
|
|
},
|
|
{
|
|
name: "caret-double-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretDoubleUp,
|
|
},
|
|
{
|
|
name: "caret-double-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretDoubleDown,
|
|
},
|
|
{
|
|
name: "caret-double-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretDoubleLeft,
|
|
},
|
|
{
|
|
name: "caret-double-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretDoubleRight,
|
|
},
|
|
{
|
|
name: "caret-circle-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretCircleUp,
|
|
},
|
|
{
|
|
name: "caret-circle-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretCircleDown,
|
|
},
|
|
|
|
{
|
|
name: "caret-circle-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretCircleLeft,
|
|
},
|
|
{
|
|
name: "caret-circle-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretCircleRight,
|
|
},
|
|
{
|
|
name: "caret-circle-double-up",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretCircleDoubleUp,
|
|
},
|
|
{
|
|
name: "caret-circle-double-down",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretCircleDoubleDown,
|
|
},
|
|
{
|
|
name: "caret-circle-double-left",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretCircleDoubleLeft,
|
|
},
|
|
{
|
|
name: "caret-circle-double-right",
|
|
categories: [IconCategory.ARROWS],
|
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
|
Icon: Icon.CaretCircleDoubleRight,
|
|
},
|
|
{
|
|
name: "cell-signal-full",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"cellular",
|
|
"phone",
|
|
"mobile",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"reception",
|
|
],
|
|
Icon: Icon.CellSignalFull,
|
|
},
|
|
{
|
|
name: "cell-signal-high",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"cellular",
|
|
"phone",
|
|
"mobile",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"reception",
|
|
],
|
|
Icon: Icon.CellSignalHigh,
|
|
},
|
|
{
|
|
name: "cell-signal-medium",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"cellular",
|
|
"phone",
|
|
"mobile",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"reception",
|
|
],
|
|
Icon: Icon.CellSignalMedium,
|
|
},
|
|
{
|
|
name: "cell-signal-low",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"cellular",
|
|
"phone",
|
|
"mobile",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"reception",
|
|
],
|
|
Icon: Icon.CellSignalLow,
|
|
},
|
|
{
|
|
name: "cell-signal-none",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"cellular",
|
|
"phone",
|
|
"mobile",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"reception",
|
|
],
|
|
Icon: Icon.CellSignalNone,
|
|
},
|
|
{
|
|
name: "cell-signal-slash",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"cellular",
|
|
"phone",
|
|
"mobile",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"disconnected",
|
|
"disabled",
|
|
"reception",
|
|
],
|
|
Icon: Icon.CellSignalSlash,
|
|
},
|
|
{
|
|
name: "cell-signal-x",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"cellular",
|
|
"phone",
|
|
"mobile",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"reception",
|
|
"disconnected",
|
|
"errors",
|
|
],
|
|
Icon: Icon.CellSignalX,
|
|
},
|
|
{
|
|
name: "chart-bar",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: ["graphs", "graphing", "charts", "histogram", "analyze", "analysis"],
|
|
Icon: Icon.ChartBar,
|
|
},
|
|
{
|
|
name: "chart-bar-horizontal",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: ["graphs", "graphing", "charts", "histogram", "analyze", "analysis"],
|
|
Icon: Icon.ChartBarHorizontal,
|
|
},
|
|
{
|
|
name: "chart-line",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: ["graphs", "graphing", "charts", "analyze", "analysis"],
|
|
Icon: Icon.ChartLine,
|
|
},
|
|
{
|
|
name: "chart-line-up",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: ["graphs", "graphing", "charts", "analyze", "analysis"],
|
|
Icon: Icon.ChartLineUp,
|
|
},
|
|
{
|
|
name: "chart-pie",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: ["graphs", "graphing", "charts", "circle", "analyze", "analysis"],
|
|
Icon: Icon.ChartPie,
|
|
},
|
|
{
|
|
name: "chart-pie-slice",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: ["graphs", "graphing", "charts", "circle", "analyze", "analysis"],
|
|
Icon: Icon.ChartPieSlice,
|
|
},
|
|
{
|
|
name: "chat",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"],
|
|
Icon: Icon.Chat,
|
|
},
|
|
{
|
|
name: "chat-dots",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"],
|
|
|
|
Icon: Icon.ChatDots,
|
|
},
|
|
{
|
|
name: "chat-text",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"],
|
|
|
|
Icon: Icon.ChatText,
|
|
},
|
|
{
|
|
name: "chats",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"],
|
|
|
|
Icon: Icon.Chats,
|
|
},
|
|
{
|
|
name: "chat-centered",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"],
|
|
Icon: Icon.ChatCentered,
|
|
},
|
|
{
|
|
name: "chat-centered-dots",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"],
|
|
Icon: Icon.ChatCenteredDots,
|
|
},
|
|
{
|
|
name: "chat-centered-text",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting", "square"],
|
|
Icon: Icon.ChatCenteredText,
|
|
},
|
|
{
|
|
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: "chats-circle",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting", "round"],
|
|
Icon: Icon.ChatsCircle,
|
|
},
|
|
{
|
|
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: "chats-teardrop",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["send", "sent", "messages", "messaging", "sms", "texting"],
|
|
Icon: Icon.ChatsTeardrop,
|
|
},
|
|
{
|
|
name: "check",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["todo", "to-do", "list", "checkbox", "round"],
|
|
Icon: Icon.Check,
|
|
},
|
|
{
|
|
name: "check-circle",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["todo", "to-do", "list", "checkbox", "round"],
|
|
Icon: Icon.CheckCircle,
|
|
},
|
|
{
|
|
name: "check-square",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["todo", "to-do", "list", "checkbox", "rectangle"],
|
|
Icon: Icon.CheckSquare,
|
|
},
|
|
{
|
|
name: "check-square-offset",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["todo", "to-do", "list", "checkbox", "rectangle"],
|
|
Icon: Icon.CheckSquareOffset,
|
|
},
|
|
{
|
|
name: "circle",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["round", "shapes", "polygons"],
|
|
Icon: Icon.Circle,
|
|
},
|
|
{
|
|
name: "circle-half",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["round", "shapes", "contrast", "brightness"],
|
|
Icon: Icon.CircleHalf,
|
|
},
|
|
{
|
|
name: "circle-half-tilt",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["round", "shapes", "contrast", "brightness"],
|
|
Icon: Icon.CircleHalfTilt,
|
|
},
|
|
{
|
|
name: "circles-three",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["round", "shapes", "polygons", "3"],
|
|
Icon: Icon.CirclesThree,
|
|
},
|
|
{
|
|
name: "circles-three-plus",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["round", "shapes", "polygons", "3"],
|
|
Icon: Icon.CirclesThreePlus,
|
|
},
|
|
{
|
|
name: "circles-four",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["round", "shapes", "polygons", "4"],
|
|
Icon: Icon.CirclesFour,
|
|
},
|
|
{
|
|
name: "clipboard",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["copy", "copied", "checklist"],
|
|
Icon: Icon.Clipboard,
|
|
},
|
|
{
|
|
name: "clipboard-text",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["copy", "copied", "checklist"],
|
|
Icon: Icon.ClipboardText,
|
|
},
|
|
{
|
|
name: "clock",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["times", "timer", "alarm", "schedule", "events", "watch"],
|
|
Icon: Icon.Clock,
|
|
},
|
|
{
|
|
name: "clock-afternoon",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["times", "timer", "alarm", "schedule", "events", "watch"],
|
|
Icon: Icon.ClockAfternoon,
|
|
},
|
|
{
|
|
name: "clock-clockwise",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarm",
|
|
"schedule",
|
|
"events",
|
|
"restore",
|
|
"fast forward",
|
|
],
|
|
Icon: Icon.ClockClockwise,
|
|
},
|
|
{
|
|
name: "clock-counter-clockwise",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["times", "timer", "alarm", "schedule", "events", "backup", "rewind"],
|
|
Icon: Icon.ClockCounterClockwise,
|
|
},
|
|
{
|
|
name: "closed-captioning",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["subtitles", "television", "tv", "transcribed", "transcription"],
|
|
Icon: Icon.ClosedCaptioning,
|
|
},
|
|
{
|
|
name: "cloud",
|
|
categories: [IconCategory.SYSTEM, IconCategory.WEATHER],
|
|
tags: [
|
|
"serverless",
|
|
"backup",
|
|
"storage",
|
|
"meteorology",
|
|
"cloudy",
|
|
"overcast",
|
|
],
|
|
Icon: Icon.Cloud,
|
|
},
|
|
{
|
|
name: "cloud-arrow-down",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["serverless", "backup", "storage", "download"],
|
|
Icon: Icon.CloudArrowDown,
|
|
},
|
|
{
|
|
name: "cloud-arrow-up",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["serverless", "backup", "storage", "upload"],
|
|
Icon: Icon.CloudArrowUp,
|
|
},
|
|
{
|
|
name: "cloud-check",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["serverless", "backup", "storage", "sync", "synchronized"],
|
|
Icon: Icon.CloudCheck,
|
|
},
|
|
{
|
|
name: "cloud-slash",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["serverless", "backup", "storage", "sync", "disabled"],
|
|
Icon: Icon.CloudSlash,
|
|
},
|
|
{
|
|
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: "club",
|
|
categories: [IconCategory.GAMES],
|
|
tags: ["clubs", "suits", "cards", "gambling", "casino", "games", "gaming"],
|
|
Icon: Icon.Club,
|
|
},
|
|
{
|
|
name: "code",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.EDITOR],
|
|
tags: ["angle brackets", "angle braces", "snippets"],
|
|
Icon: Icon.Code,
|
|
},
|
|
{
|
|
name: "code-simple",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.EDITOR],
|
|
tags: ["angle brackets", "angle braces", "snippets"],
|
|
Icon: Icon.CodeSimple,
|
|
},
|
|
{
|
|
name: "coffee",
|
|
categories: [IconCategory.COMMERCE, IconCategory.OBJECTS],
|
|
tags: [
|
|
"tea",
|
|
"java",
|
|
"beverages",
|
|
"drinks",
|
|
"cafe",
|
|
"espresso",
|
|
"cappuccino",
|
|
"latte",
|
|
"places",
|
|
"locations",
|
|
"bars",
|
|
"restaurants",
|
|
"food",
|
|
"dining",
|
|
],
|
|
Icon: Icon.Coffee,
|
|
},
|
|
{
|
|
name: "command",
|
|
categories: [IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: [
|
|
"apple",
|
|
"keyboard",
|
|
"shortcut",
|
|
"modifier",
|
|
"looped square",
|
|
"Bowen knot",
|
|
"Saint John's Arms",
|
|
],
|
|
Icon: Icon.Command,
|
|
},
|
|
{
|
|
name: "compass",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["navigation", "directions", "maps", "safari", "apple"],
|
|
Icon: Icon.Compass,
|
|
},
|
|
{
|
|
name: "copy",
|
|
categories: [IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["duplicated", "copied", "clipboard"],
|
|
Icon: Icon.Copy,
|
|
},
|
|
{
|
|
name: "copy-simple",
|
|
categories: [IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["duplicated", "copied", "clipboard"],
|
|
Icon: Icon.CopySimple,
|
|
},
|
|
{
|
|
name: "corners-in",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["collapse", "windowed", "minimized"],
|
|
Icon: Icon.CornersIn,
|
|
},
|
|
{
|
|
name: "corners-out",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["expand", "fullscreen", "maximized"],
|
|
Icon: Icon.CornersOut,
|
|
},
|
|
{
|
|
name: "credit-card",
|
|
categories: [IconCategory.COMMERCE, IconCategory.FINANCE],
|
|
tags: [
|
|
"debit",
|
|
"visa",
|
|
"mastercard",
|
|
"money",
|
|
"payment",
|
|
"paying",
|
|
"purchase",
|
|
"swipe",
|
|
],
|
|
Icon: Icon.CreditCard,
|
|
},
|
|
{
|
|
name: "crop",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["photography", "clip", "screenshots"],
|
|
Icon: Icon.Crop,
|
|
},
|
|
{
|
|
name: "crosshair",
|
|
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
|
tags: ["geolocation", "aiming", "targeting"],
|
|
Icon: Icon.Crosshair,
|
|
},
|
|
{
|
|
name: "crosshair-simple",
|
|
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
|
tags: ["geolocation", "aiming", "targeting"],
|
|
Icon: Icon.CrosshairSimple,
|
|
},
|
|
{
|
|
name: "cube",
|
|
categories: [IconCategory.DESIGN, IconCategory.GAMES, IconCategory.OBJECTS],
|
|
tags: ["square", "box", "3d", "volume", "blocks"],
|
|
Icon: Icon.Cube,
|
|
},
|
|
{
|
|
name: "cursor",
|
|
categories: [IconCategory.DESIGN, IconCategory.SYSTEM],
|
|
tags: ["pointer", "arrowhead", "mouse", "click"],
|
|
Icon: Icon.Cursor,
|
|
},
|
|
{
|
|
name: "database",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"hard disk",
|
|
"storage",
|
|
"hdd",
|
|
"servers",
|
|
"databases",
|
|
],
|
|
Icon: Icon.Database,
|
|
},
|
|
{
|
|
name: "device-mobile",
|
|
categories: [IconCategory.OBJECTS],
|
|
tags: ["cellphone", "cellular"],
|
|
Icon: Icon.DeviceMobile,
|
|
},
|
|
{
|
|
name: "device-mobile-camera",
|
|
categories: [IconCategory.OBJECTS],
|
|
tags: ["cellphone", "cellular"],
|
|
Icon: Icon.DeviceMobileCamera,
|
|
},
|
|
{
|
|
name: "device-mobile-speaker",
|
|
categories: [IconCategory.OBJECTS],
|
|
tags: ["cellphone", "cellular"],
|
|
Icon: Icon.DeviceMobileSpeaker,
|
|
},
|
|
{
|
|
name: "device-tablet",
|
|
categories: [IconCategory.OBJECTS],
|
|
tags: ["cellphone", "cellular", "ipad", "phablet"],
|
|
Icon: Icon.DeviceTablet,
|
|
},
|
|
{
|
|
name: "device-tablet-camera",
|
|
categories: [IconCategory.OBJECTS],
|
|
tags: ["cellphone", "cellular", "ipad", "phablet"],
|
|
Icon: Icon.DeviceTabletCamera,
|
|
},
|
|
{
|
|
name: "device-tablet-speaker",
|
|
categories: [IconCategory.OBJECTS],
|
|
tags: ["cellphone", "cellular", "ipad", "phablet"],
|
|
Icon: Icon.DeviceTabletSpeaker,
|
|
},
|
|
{
|
|
name: "diamond",
|
|
categories: [IconCategory.DESIGN, IconCategory.GAMES],
|
|
tags: [
|
|
"rectangle",
|
|
"shapes",
|
|
"polygons",
|
|
"diamonds",
|
|
"suits",
|
|
"cards",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
],
|
|
Icon: Icon.Diamond,
|
|
},
|
|
// {
|
|
// name: "dice",
|
|
// categories: [IconCategory.OTHER],
|
|
// tags: ["die", "rolling", "gamble", "gambling", "casino", "games", "gaming"],
|
|
// Icon: Icon.Dice,
|
|
// },
|
|
{
|
|
name: "dice-one",
|
|
categories: [IconCategory.GAMES, IconCategory.OBJECTS],
|
|
tags: [
|
|
"die",
|
|
"rolling",
|
|
"gamble",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
"1",
|
|
],
|
|
Icon: Icon.DiceOne,
|
|
},
|
|
{
|
|
name: "dice-two",
|
|
categories: [IconCategory.GAMES, IconCategory.OBJECTS],
|
|
tags: [
|
|
"die",
|
|
"rolling",
|
|
"gamble",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
"2",
|
|
],
|
|
Icon: Icon.DiceTwo,
|
|
},
|
|
{
|
|
name: "dice-three",
|
|
categories: [IconCategory.GAMES, IconCategory.OBJECTS],
|
|
tags: [
|
|
"die",
|
|
"rolling",
|
|
"gamble",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
"3",
|
|
],
|
|
Icon: Icon.DiceThree,
|
|
},
|
|
{
|
|
name: "dice-four",
|
|
categories: [IconCategory.GAMES, IconCategory.OBJECTS],
|
|
tags: [
|
|
"die",
|
|
"rolling",
|
|
"gamble",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
"4",
|
|
],
|
|
Icon: Icon.DiceFour,
|
|
},
|
|
{
|
|
name: "dice-five",
|
|
categories: [IconCategory.GAMES, IconCategory.OBJECTS],
|
|
tags: [
|
|
"die",
|
|
"rolling",
|
|
"gamble",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
"5",
|
|
],
|
|
Icon: Icon.DiceFive,
|
|
},
|
|
{
|
|
name: "dice-six",
|
|
categories: [IconCategory.GAMES, IconCategory.OBJECTS],
|
|
tags: [
|
|
"die",
|
|
"rolling",
|
|
"gamble",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
"6",
|
|
],
|
|
Icon: Icon.DiceSix,
|
|
},
|
|
{
|
|
name: "divide",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE],
|
|
tags: [
|
|
"division",
|
|
"divisor",
|
|
"dividend",
|
|
"quotient",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.Divide,
|
|
},
|
|
{
|
|
name: "dots-nine",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["round", "circles", "shapes", "polygons", "9"],
|
|
Icon: Icon.DotsNine,
|
|
},
|
|
{
|
|
name: "dots-three",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"round",
|
|
"circles",
|
|
"shapes",
|
|
"polygons",
|
|
"3",
|
|
"ellipsis",
|
|
"ellipses",
|
|
],
|
|
Icon: Icon.DotsThree,
|
|
},
|
|
{
|
|
name: "dots-three-vertical",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"round",
|
|
"circles",
|
|
"shapes",
|
|
"polygons",
|
|
"3",
|
|
"ellipsis",
|
|
"ellipses",
|
|
],
|
|
Icon: Icon.DotsThreeVertical,
|
|
},
|
|
{
|
|
name: "dots-three-outline",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"round",
|
|
"circles",
|
|
"shapes",
|
|
"polygons",
|
|
"3",
|
|
"ellipsis",
|
|
"ellipses",
|
|
],
|
|
Icon: Icon.DotsThreeOutline,
|
|
},
|
|
{
|
|
name: "dots-three-outline-vertical",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"round",
|
|
"circles",
|
|
"shapes",
|
|
"polygons",
|
|
"3",
|
|
"ellipsis",
|
|
"ellipses",
|
|
],
|
|
Icon: Icon.DotsThreeOutlineVertical,
|
|
},
|
|
{
|
|
name: "dots-three-circle",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"round",
|
|
"circles",
|
|
"shapes",
|
|
"polygons",
|
|
"3",
|
|
"ellipsis",
|
|
"ellipses",
|
|
],
|
|
Icon: Icon.DotsThreeCircle,
|
|
},
|
|
{
|
|
name: "dots-three-circle-vertical",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"round",
|
|
"circles",
|
|
"shapes",
|
|
"polygons",
|
|
"3",
|
|
"ellipsis",
|
|
"ellipses",
|
|
],
|
|
Icon: Icon.DotsThreeCircleVertical,
|
|
},
|
|
{
|
|
name: "download",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"downloaded",
|
|
"downloading",
|
|
"hard drive",
|
|
"disk",
|
|
],
|
|
Icon: Icon.Download,
|
|
},
|
|
{
|
|
name: "download-simple",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"downloaded",
|
|
"downloading",
|
|
"hard drive",
|
|
"disk",
|
|
],
|
|
Icon: Icon.DownloadSimple,
|
|
},
|
|
{
|
|
name: "dribbble-logo",
|
|
categories: [IconCategory.BRAND, IconCategory.DESIGN],
|
|
tags: ["logos", "round", "basketball", "sports", "design"],
|
|
Icon: Icon.DribbbleLogo,
|
|
},
|
|
{
|
|
name: "drop",
|
|
categories: [IconCategory.NATURE, IconCategory.WEATHER],
|
|
tags: ["droplet", "raindrop", "raining", "meteorology", "water"],
|
|
Icon: Icon.Drop,
|
|
},
|
|
{
|
|
name: "eject",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["disconnect"],
|
|
Icon: Icon.Eject,
|
|
},
|
|
{
|
|
name: "eraser",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["write", "writing", "editing", "undo", "deleted"],
|
|
Icon: Icon.Eraser,
|
|
},
|
|
{
|
|
name: "envelope",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["mail", "email", "send", "sent", "message"],
|
|
Icon: Icon.Envelope,
|
|
},
|
|
{
|
|
name: "envelope-open",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["mail", "email", "send", "sent", "message", "read"],
|
|
Icon: Icon.EnvelopeOpen,
|
|
},
|
|
{
|
|
name: "envelope-simple",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["mail", "email", "send", "sent", "message"],
|
|
Icon: Icon.EnvelopeSimple,
|
|
},
|
|
{
|
|
name: "envelope-simple-open",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["mail", "email", "send", "sent", "message", "read"],
|
|
Icon: Icon.EnvelopeSimpleOpen,
|
|
},
|
|
{
|
|
name: "equals",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE],
|
|
tags: [
|
|
"equality",
|
|
"equivalent",
|
|
"equivalence",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.Equals,
|
|
},
|
|
{
|
|
name: "eye",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["visible", "hidden", "show", "hide", "visibility"],
|
|
Icon: Icon.Eye,
|
|
},
|
|
{
|
|
name: "eye-slash",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: [
|
|
"visible",
|
|
"hidden",
|
|
"show",
|
|
"hide",
|
|
"visibility",
|
|
"invisible",
|
|
"eyelashes",
|
|
"disabled",
|
|
],
|
|
Icon: Icon.EyeSlash,
|
|
},
|
|
{
|
|
name: "eye-closed",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["visible", "hidden", "show", "hide", "visibility", "invisible"],
|
|
Icon: Icon.EyeClosed,
|
|
},
|
|
{
|
|
name: "facebook-logo",
|
|
categories: [IconCategory.BRAND, IconCategory.COMMUNICATION],
|
|
tags: ["logos", "social media"],
|
|
Icon: Icon.FacebookLogo,
|
|
},
|
|
{
|
|
name: "faders",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: [
|
|
"music",
|
|
"audio",
|
|
"sliders",
|
|
"equalizer",
|
|
"volume",
|
|
"settings",
|
|
"preferences",
|
|
],
|
|
Icon: Icon.Faders,
|
|
},
|
|
{
|
|
name: "faders-horizontal",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: [
|
|
"music",
|
|
"audio",
|
|
"sliders",
|
|
"equalizer",
|
|
"volume",
|
|
"settings",
|
|
"preferences",
|
|
],
|
|
Icon: Icon.FadersHorizontal,
|
|
},
|
|
{
|
|
name: "fast-forward",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["audio", "music", "seek", "scrub", "scan", "ahead", "skip"],
|
|
Icon: Icon.FastForward,
|
|
},
|
|
{
|
|
name: "figma-logo",
|
|
categories: [IconCategory.BRAND, IconCategory.DESIGN],
|
|
tags: [
|
|
"logos",
|
|
"drawing",
|
|
"art",
|
|
"illustration",
|
|
"ui",
|
|
"interface",
|
|
"prototype",
|
|
"prototyping",
|
|
],
|
|
Icon: Icon.FigmaLogo,
|
|
},
|
|
{
|
|
name: "file",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["documents", "files", "save", "write"],
|
|
Icon: Icon.File,
|
|
},
|
|
{
|
|
name: "file-arrow-down",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: [
|
|
"documents",
|
|
"files",
|
|
"save",
|
|
"write",
|
|
"download",
|
|
"directional",
|
|
"pointer",
|
|
"pointing",
|
|
"arrowhead",
|
|
],
|
|
Icon: Icon.FileArrowDown,
|
|
},
|
|
{
|
|
name: "file-plus",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["documents", "files", "save", "write", "add", "new", "create"],
|
|
Icon: Icon.FilePlus,
|
|
},
|
|
{
|
|
name: "file-minus",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["documents", "files", "delete", "write", "remove"],
|
|
Icon: Icon.FileMinus,
|
|
},
|
|
{
|
|
name: "file-search",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["documents", "files", "find", "locate", "missing"],
|
|
Icon: Icon.FileSearch,
|
|
},
|
|
{
|
|
name: "file-text",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["documents", "files", "save", "write"],
|
|
Icon: Icon.FileText,
|
|
},
|
|
{
|
|
name: "file-x",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["documents", "files", "cancelled", "deleted", "removed", "errors"],
|
|
Icon: Icon.FileX,
|
|
},
|
|
{
|
|
name: "fingerprint",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"security",
|
|
"secured",
|
|
"authentication",
|
|
"authenticated",
|
|
"login",
|
|
"locked",
|
|
"biometrics",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.Fingerprint,
|
|
},
|
|
{
|
|
name: "fingerprint-simple",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"security",
|
|
"secured",
|
|
"authentication",
|
|
"authenticated",
|
|
"login",
|
|
"locked",
|
|
"biometrics",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.FingerprintSimple,
|
|
},
|
|
{
|
|
name: "fire",
|
|
categories: [IconCategory.NATURE, IconCategory.WEATHER],
|
|
tags: ["flame", "burning", "match", "lighter"],
|
|
Icon: Icon.Fire,
|
|
},
|
|
{
|
|
name: "flag",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: ["country", "countries", "finished", "completed", "flags"],
|
|
Icon: Icon.Flag,
|
|
},
|
|
{
|
|
name: "flashlight",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: ["torch", "find", "search", "locate"],
|
|
Icon: Icon.Flashlight,
|
|
},
|
|
{
|
|
name: "floppy-disk",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: [
|
|
"directory",
|
|
"directories",
|
|
"folders",
|
|
"documents",
|
|
"files",
|
|
"save",
|
|
"write",
|
|
],
|
|
Icon: Icon.FloppyDisk,
|
|
},
|
|
{
|
|
name: "folder",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["directory", "directories", "files", "folders"],
|
|
Icon: Icon.Folder,
|
|
},
|
|
{
|
|
name: "folder-plus",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: [
|
|
"directory",
|
|
"directories",
|
|
"files",
|
|
"save",
|
|
"write",
|
|
"add",
|
|
"new",
|
|
"create",
|
|
],
|
|
Icon: Icon.FolderPlus,
|
|
},
|
|
{
|
|
name: "folder-minus",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["directory", "directories", "files", "delete", "write", "remove"],
|
|
Icon: Icon.FolderMinus,
|
|
},
|
|
{
|
|
name: "folder-open",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["directory", "directories", "files", "folders", "load"],
|
|
Icon: Icon.FolderOpen,
|
|
},
|
|
{
|
|
name: "folder-notch",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["directory", "directories", "files", "folders"],
|
|
Icon: Icon.FolderNotch,
|
|
},
|
|
{
|
|
name: "folder-notch-plus",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: [
|
|
"directory",
|
|
"directories",
|
|
"files",
|
|
"save",
|
|
"write",
|
|
"add",
|
|
"new",
|
|
"create",
|
|
],
|
|
Icon: Icon.FolderNotchPlus,
|
|
},
|
|
{
|
|
name: "folder-notch-minus",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["directory", "directories", "files", "delete", "write", "remove"],
|
|
Icon: Icon.FolderNotchMinus,
|
|
},
|
|
{
|
|
name: "folder-notch-open",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["directory", "directories", "files", "folders", "load"],
|
|
Icon: Icon.FolderNotchOpen,
|
|
},
|
|
{
|
|
name: "folder-simple",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["directory", "directories", "files", "folders"],
|
|
Icon: Icon.FolderSimple,
|
|
},
|
|
{
|
|
name: "folder-simple-plus",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: [
|
|
"directory",
|
|
"directories",
|
|
"files",
|
|
"save",
|
|
"write",
|
|
"add",
|
|
"new",
|
|
"create",
|
|
],
|
|
Icon: Icon.FolderSimplePlus,
|
|
},
|
|
{
|
|
name: "folder-simple-minus",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["directory", "directories", "files", "delete", "write", "remove"],
|
|
Icon: Icon.FolderSimpleMinus,
|
|
},
|
|
{
|
|
name: "folders",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: [
|
|
"directory",
|
|
"directories",
|
|
"files",
|
|
"folders",
|
|
"copy",
|
|
"copied",
|
|
"duplicated",
|
|
],
|
|
Icon: Icon.Folders,
|
|
},
|
|
{
|
|
name: "fork-knife",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["food", "meal", "eating", "restaurants", "dining", "utensils"],
|
|
Icon: Icon.ForkKnife,
|
|
},
|
|
{
|
|
name: "framer-logo",
|
|
categories: [IconCategory.BRAND, IconCategory.DESIGN],
|
|
tags: ["logos", "interface", "ui", "motion", "prototype", "prototyping"],
|
|
Icon: Icon.FramerLogo,
|
|
},
|
|
{
|
|
name: "funnel",
|
|
categories: [IconCategory.EDITOR, IconCategory.OBJECTS],
|
|
tags: ["filters", "refine", "sorting"],
|
|
Icon: Icon.Funnel,
|
|
},
|
|
{
|
|
name: "funnel-simple",
|
|
categories: [IconCategory.EDITOR, IconCategory.OBJECTS],
|
|
tags: ["filters", "refine", "sorting"],
|
|
Icon: Icon.FunnelSimple,
|
|
},
|
|
{
|
|
name: "game-controller",
|
|
categories: [IconCategory.GAMES, IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: [
|
|
"gaming",
|
|
"video games",
|
|
"nintendo switch",
|
|
"sony playstation",
|
|
"microsoft xbox",
|
|
],
|
|
Icon: Icon.GameController,
|
|
},
|
|
{
|
|
name: "gear",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"8",
|
|
"settings",
|
|
"setup",
|
|
"preferences",
|
|
"cogs",
|
|
"gears",
|
|
"machinery",
|
|
"mechanical",
|
|
],
|
|
Icon: Icon.Gear,
|
|
},
|
|
{
|
|
name: "gear-six",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"6",
|
|
"settings",
|
|
"setup",
|
|
"preferences",
|
|
"cogs",
|
|
"gears",
|
|
"machinery",
|
|
"mechanical",
|
|
],
|
|
Icon: Icon.GearSix,
|
|
},
|
|
{
|
|
name: "gif",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["gifs", ".gif", "giphy"],
|
|
Icon: Icon.Gif,
|
|
},
|
|
{
|
|
name: "gift",
|
|
categories: [IconCategory.COMMERCE, IconCategory.OBJECTS],
|
|
tags: ["presents", "holidays", "birthdays"],
|
|
Icon: Icon.Gift,
|
|
},
|
|
{
|
|
name: "git-branch",
|
|
categories: [IconCategory.DEVELOPMENT],
|
|
tags: [
|
|
"github",
|
|
"vcs",
|
|
"source control",
|
|
"version control",
|
|
"versioning",
|
|
"branches",
|
|
],
|
|
Icon: Icon.GitBranch,
|
|
},
|
|
{
|
|
name: "git-commit",
|
|
categories: [IconCategory.DEVELOPMENT],
|
|
tags: [
|
|
"github",
|
|
"vcs",
|
|
"source control",
|
|
"version control",
|
|
"versioning",
|
|
"commits",
|
|
],
|
|
Icon: Icon.GitCommit,
|
|
},
|
|
{
|
|
name: "git-diff",
|
|
categories: [IconCategory.DEVELOPMENT],
|
|
tags: [
|
|
"github",
|
|
"vcs",
|
|
"source control",
|
|
"version control",
|
|
"versioning",
|
|
"difference",
|
|
"compare",
|
|
],
|
|
Icon: Icon.GitDiff,
|
|
},
|
|
{
|
|
name: "git-fork",
|
|
categories: [IconCategory.DEVELOPMENT],
|
|
tags: [
|
|
"github",
|
|
"vcs",
|
|
"source control",
|
|
"version control",
|
|
"versioning",
|
|
"split",
|
|
],
|
|
Icon: Icon.GitFork,
|
|
},
|
|
{
|
|
name: "git-merge",
|
|
categories: [IconCategory.DEVELOPMENT],
|
|
tags: [
|
|
"github",
|
|
"vcs",
|
|
"source control",
|
|
"version control",
|
|
"versioning",
|
|
"split",
|
|
],
|
|
Icon: Icon.GitMerge,
|
|
},
|
|
{
|
|
name: "git-pull-request",
|
|
categories: [IconCategory.DEVELOPMENT],
|
|
tags: [
|
|
"github",
|
|
"vcs",
|
|
"source control",
|
|
"version control",
|
|
"versioning",
|
|
"merge request",
|
|
],
|
|
Icon: Icon.GitPullRequest,
|
|
},
|
|
{
|
|
name: "globe",
|
|
categories: [IconCategory.MAP],
|
|
tags: [
|
|
"world",
|
|
"global",
|
|
"planet",
|
|
"circle",
|
|
"round",
|
|
"internationalization",
|
|
"i18n",
|
|
"languages",
|
|
"country",
|
|
"countries",
|
|
"geography",
|
|
],
|
|
Icon: Icon.Globe,
|
|
},
|
|
{
|
|
name: "globe-simple",
|
|
categories: [IconCategory.MAP],
|
|
tags: [
|
|
"world",
|
|
"global",
|
|
"planet",
|
|
"circle",
|
|
"round",
|
|
"internationalization",
|
|
"i18n",
|
|
"languages",
|
|
"country",
|
|
"countries",
|
|
"geography",
|
|
],
|
|
Icon: Icon.GlobeSimple,
|
|
},
|
|
{
|
|
name: "globe-hemisphere-east",
|
|
categories: [IconCategory.MAP],
|
|
tags: [
|
|
"world",
|
|
"global",
|
|
"planet",
|
|
"circle",
|
|
"round",
|
|
"internationalization",
|
|
"i18n",
|
|
"languages",
|
|
"country",
|
|
"countries",
|
|
"geography",
|
|
"europe",
|
|
"africa",
|
|
"asia",
|
|
"australia",
|
|
],
|
|
Icon: Icon.GlobeHemisphereEast,
|
|
},
|
|
{
|
|
name: "globe-hemisphere-west",
|
|
categories: [IconCategory.MAP],
|
|
tags: [
|
|
"world",
|
|
"global",
|
|
"planet",
|
|
"circle",
|
|
"round",
|
|
"internationalization",
|
|
"i18n",
|
|
"languages",
|
|
"country",
|
|
"countries",
|
|
"geography",
|
|
"north america",
|
|
"south america",
|
|
],
|
|
Icon: Icon.GlobeHemisphereWest,
|
|
},
|
|
{
|
|
name: "globe-stand",
|
|
categories: [IconCategory.MAP],
|
|
tags: [
|
|
"world",
|
|
"global",
|
|
"planet",
|
|
"circle",
|
|
"round",
|
|
"internationalization",
|
|
"i18n",
|
|
"languages",
|
|
"country",
|
|
"countries",
|
|
"geography",
|
|
],
|
|
Icon: Icon.GlobeStand,
|
|
},
|
|
{
|
|
name: "google-logo",
|
|
categories: [IconCategory.BRAND],
|
|
tags: ["logos", "search engine", "phone", "mobile", "android"],
|
|
Icon: Icon.GoogleLogo,
|
|
},
|
|
{
|
|
name: "google-play-logo",
|
|
categories: [IconCategory.BRAND, IconCategory.SYSTEM, IconCategory.MEDIA],
|
|
tags: [
|
|
"logos",
|
|
"games",
|
|
"apps",
|
|
"applications",
|
|
"play store",
|
|
"app store",
|
|
"phone",
|
|
"mobile",
|
|
"android",
|
|
],
|
|
Icon: Icon.GooglePlayLogo,
|
|
},
|
|
{
|
|
name: "grid-four",
|
|
categories: [IconCategory.DESIGN, IconCategory.SYSTEM],
|
|
tags: [
|
|
"4",
|
|
"apps",
|
|
"applications",
|
|
"squares",
|
|
"tiles",
|
|
"cells",
|
|
"tables",
|
|
"tabular",
|
|
"spreadsheets",
|
|
"excel",
|
|
],
|
|
Icon: Icon.GridFour,
|
|
},
|
|
{
|
|
name: "hand",
|
|
categories: [IconCategory.SYSTEM, IconCategory.PEOPLE],
|
|
tags: ["pointers", "cursors", "emoji", "palm", "stop", "wait", "hamsa"],
|
|
Icon: Icon.Hand,
|
|
},
|
|
{
|
|
name: "hand-pointing",
|
|
categories: [IconCategory.SYSTEM, IconCategory.PEOPLE],
|
|
tags: ["pointers", "cursors", "emoji", "fingers", "clicks", "mouse"],
|
|
Icon: Icon.HandPointing,
|
|
},
|
|
{
|
|
name: "handbag",
|
|
categories: [IconCategory.COMMERCE, IconCategory.OBJECTS],
|
|
tags: ["suitcases", "valises", "baggage", "purses"],
|
|
Icon: Icon.Handbag,
|
|
},
|
|
{
|
|
name: "hard-drive",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"hard disk",
|
|
"storage",
|
|
"hdd",
|
|
"servers",
|
|
"databases",
|
|
],
|
|
Icon: Icon.HardDrive,
|
|
},
|
|
{
|
|
name: "hard-drives",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"hard disk",
|
|
"storage",
|
|
"hdd",
|
|
"servers",
|
|
"databases",
|
|
],
|
|
Icon: Icon.HardDrives,
|
|
},
|
|
{
|
|
name: "hash",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: [
|
|
"hashtag",
|
|
"octothorpe",
|
|
"pound sign",
|
|
"number sign",
|
|
"tic-tac-toe",
|
|
"symbol",
|
|
],
|
|
Icon: Icon.Hash,
|
|
},
|
|
{
|
|
name: "hash-straight",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: [
|
|
"hashtag",
|
|
"octothorpe",
|
|
"pound sign",
|
|
"number sign",
|
|
"tic-tac-toe",
|
|
"symbol",
|
|
],
|
|
Icon: Icon.HashStraight,
|
|
},
|
|
{
|
|
name: "headphones",
|
|
categories: [IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: ["music", "audio", "listening"],
|
|
Icon: Icon.Headphones,
|
|
},
|
|
{
|
|
name: "heart",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.GAMES,
|
|
IconCategory.HEALTH,
|
|
],
|
|
tags: [
|
|
"wellness",
|
|
"love",
|
|
"healthy",
|
|
"like",
|
|
"favorites",
|
|
"favorited",
|
|
"suits",
|
|
"cards",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
],
|
|
Icon: Icon.Heart,
|
|
},
|
|
{
|
|
name: "heart-straight",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.GAMES,
|
|
IconCategory.HEALTH,
|
|
],
|
|
tags: [
|
|
"wellness",
|
|
"love",
|
|
"healthy",
|
|
"like",
|
|
"favorites",
|
|
"favorited",
|
|
"suits",
|
|
"cards",
|
|
"gambling",
|
|
"casino",
|
|
"games",
|
|
"gaming",
|
|
],
|
|
Icon: Icon.HeartStraight,
|
|
},
|
|
{
|
|
name: "heartbeat",
|
|
categories: [IconCategory.HEALTH, IconCategory.SYSTEM],
|
|
tags: ["wellness", "healthy", "ecg", "ekg", "vitals", "monitor"],
|
|
Icon: Icon.Heartbeat,
|
|
},
|
|
{
|
|
name: "hexagon",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["6", "shapes", "polygons"],
|
|
Icon: Icon.Hexagon,
|
|
},
|
|
{
|
|
name: "horse",
|
|
categories: [IconCategory.GAMES, IconCategory.HEALTH, IconCategory.NATURE],
|
|
tags: ["animals", "equestrian", "chess", "knight", "games", "sports"],
|
|
Icon: Icon.Horse,
|
|
},
|
|
{
|
|
name: "hourglass",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarms",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"waiting",
|
|
],
|
|
Icon: Icon.Hourglass,
|
|
},
|
|
{
|
|
name: "hourglass-high",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarms",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"waiting",
|
|
],
|
|
Icon: Icon.HourglassHigh,
|
|
},
|
|
{
|
|
name: "hourglass-medium",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarms",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"waiting",
|
|
],
|
|
Icon: Icon.HourglassMedium,
|
|
},
|
|
{
|
|
name: "hourglass-low",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarms",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"waiting",
|
|
],
|
|
Icon: Icon.HourglassLow,
|
|
},
|
|
{
|
|
name: "hourglass-simple",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarms",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"waiting",
|
|
],
|
|
Icon: Icon.HourglassSimple,
|
|
},
|
|
{
|
|
name: "hourglass-simple-high",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarms",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"waiting",
|
|
],
|
|
Icon: Icon.HourglassSimpleHigh,
|
|
},
|
|
{
|
|
name: "hourglass-simple-medium",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarms",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"waiting",
|
|
],
|
|
Icon: Icon.HourglassSimpleMedium,
|
|
},
|
|
{
|
|
name: "hourglass-simple-low",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarms",
|
|
"clock",
|
|
"schedule",
|
|
"events",
|
|
"waiting",
|
|
],
|
|
Icon: Icon.HourglassSimpleLow,
|
|
},
|
|
{
|
|
name: "house",
|
|
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
|
tags: ["homes", "buildings", "places", "locations"],
|
|
Icon: Icon.House,
|
|
},
|
|
{
|
|
name: "house-line",
|
|
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
|
tags: ["homes", "buildings", "places", "locations"],
|
|
Icon: Icon.HouseLine,
|
|
},
|
|
{
|
|
name: "house-simple",
|
|
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
|
tags: ["homes", "buildings", "places", "locations"],
|
|
Icon: Icon.HouseSimple,
|
|
},
|
|
{
|
|
name: "identification-card",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: ["license", "credentials", "nametag", "user", "verification"],
|
|
Icon: Icon.IdentificationCard,
|
|
},
|
|
{
|
|
name: "image",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: [
|
|
"pictures",
|
|
"photographs",
|
|
"photography",
|
|
"wallpapers",
|
|
"gallery",
|
|
"landscape",
|
|
],
|
|
Icon: Icon.Image,
|
|
},
|
|
{
|
|
name: "image-square",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: [
|
|
"pictures",
|
|
"photographs",
|
|
"photography",
|
|
"wallpapers",
|
|
"gallery",
|
|
"landscape",
|
|
],
|
|
Icon: Icon.ImageSquare,
|
|
},
|
|
{
|
|
name: "info",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["information", "help"],
|
|
Icon: Icon.Info,
|
|
},
|
|
{
|
|
name: "instagram-logo",
|
|
categories: [IconCategory.BRAND, IconCategory.COMMUNICATION],
|
|
tags: ["logos", "social media", "photography", "camera"],
|
|
Icon: Icon.InstagramLogo,
|
|
},
|
|
{
|
|
name: "intersect",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: [
|
|
"round",
|
|
"joining",
|
|
"union",
|
|
"merged",
|
|
"merging",
|
|
"intersecting",
|
|
"intersection",
|
|
],
|
|
Icon: Icon.Intersect,
|
|
},
|
|
{
|
|
name: "jeep",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"vehicles",
|
|
"suv",
|
|
"cars",
|
|
"trucks",
|
|
"wrangler",
|
|
"off-road",
|
|
"transit",
|
|
"transportation",
|
|
"traveling",
|
|
],
|
|
Icon: Icon.Jeep,
|
|
},
|
|
{
|
|
name: "key",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM], /// !!
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"secured",
|
|
"authentication",
|
|
"authenticated",
|
|
"login",
|
|
"locked",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.Key,
|
|
},
|
|
{
|
|
name: "keyboard",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["typing", "type", "keys", "input"],
|
|
Icon: Icon.Keyboard,
|
|
},
|
|
{
|
|
name: "leaf",
|
|
categories: [IconCategory.NATURE],
|
|
tags: ["trees", "branches", "leaves", "nodes", "green", "environmental"],
|
|
Icon: Icon.Leaf,
|
|
},
|
|
{
|
|
name: "lightbulb",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: ["flashlight", "bulbs", "lighting", "led", "energy"],
|
|
Icon: Icon.Lightbulb,
|
|
},
|
|
{
|
|
name: "lightning",
|
|
categories: [IconCategory.WEATHER, IconCategory.SYSTEM],
|
|
tags: [
|
|
"meteorology",
|
|
"stormy",
|
|
"thunderstorm",
|
|
"thunderbolt",
|
|
"charged",
|
|
"charger",
|
|
"charging",
|
|
"power",
|
|
],
|
|
Icon: Icon.Lightning,
|
|
},
|
|
{
|
|
name: "lightning-slash",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"thunderbolt",
|
|
"charged",
|
|
"charger",
|
|
"charging",
|
|
"power",
|
|
"disabled",
|
|
],
|
|
Icon: Icon.LightningSlash,
|
|
},
|
|
{
|
|
name: "link",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS],
|
|
tags: ["anchor", "hyperlink", "hypertext", "chains", "chained"],
|
|
Icon: Icon.Link,
|
|
},
|
|
{
|
|
name: "link-break",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS],
|
|
tags: [
|
|
"anchor",
|
|
"hyperlink",
|
|
"hypertext",
|
|
"chains",
|
|
"chained",
|
|
"errors",
|
|
"broken",
|
|
],
|
|
Icon: Icon.LinkBreak,
|
|
},
|
|
{
|
|
name: "link-simple",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS],
|
|
tags: ["anchor", "hyperlink", "hypertext", "chains", "chained"],
|
|
Icon: Icon.LinkSimple,
|
|
},
|
|
{
|
|
name: "link-simple-break",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS],
|
|
tags: [
|
|
"anchor",
|
|
"hyperlink",
|
|
"hypertext",
|
|
"chains",
|
|
"chained",
|
|
"errors",
|
|
"broken",
|
|
],
|
|
Icon: Icon.LinkSimpleBreak,
|
|
},
|
|
{
|
|
name: "link-simple-horizontal",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS],
|
|
tags: ["anchor", "hyperlink", "hypertext", "chains", "chained"],
|
|
Icon: Icon.LinkSimpleHorizontal,
|
|
},
|
|
{
|
|
name: "link-simple-horizontal-break",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS],
|
|
tags: [
|
|
"anchor",
|
|
"hyperlink",
|
|
"hypertext",
|
|
"chains",
|
|
"chained",
|
|
"errors",
|
|
"broken",
|
|
],
|
|
Icon: Icon.LinkSimpleHorizontalBreak,
|
|
},
|
|
{
|
|
name: "linkedin-logo",
|
|
categories: [IconCategory.BRAND, IconCategory.COMMUNICATION],
|
|
tags: ["logos", "jobs", "employment", "social media"],
|
|
Icon: Icon.LinkedinLogo,
|
|
},
|
|
{
|
|
name: "list",
|
|
categories: [IconCategory.SYSTEM, IconCategory.EDITOR],
|
|
tags: [
|
|
"hamburger menu",
|
|
"overflow menu",
|
|
"sidebar",
|
|
"3",
|
|
"ul",
|
|
"ol",
|
|
"unordered list",
|
|
"ordered list",
|
|
"checklist",
|
|
],
|
|
Icon: Icon.List,
|
|
},
|
|
{
|
|
name: "list-bullets",
|
|
categories: [IconCategory.EDITOR],
|
|
tags: ["ul", "unordered list", "bulleted list", "checklist"],
|
|
Icon: Icon.ListBullets,
|
|
},
|
|
{
|
|
name: "list-dashes",
|
|
categories: [IconCategory.EDITOR],
|
|
tags: ["ul", "unordered list", "dashed list", "checklist"],
|
|
Icon: Icon.ListDashes,
|
|
},
|
|
{
|
|
name: "list-numbers",
|
|
categories: [IconCategory.EDITOR],
|
|
tags: ["ol", "ordered list", "numbered list", "checklist"],
|
|
Icon: Icon.ListNumbers,
|
|
},
|
|
{
|
|
name: "list-plus",
|
|
categories: [IconCategory.EDITOR],
|
|
tags: ["ul", "ol", "unordered list", "ordered list", "checklist", "add"],
|
|
Icon: Icon.ListPlus,
|
|
},
|
|
{
|
|
name: "lock",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"secured",
|
|
"authentication",
|
|
"authenticated",
|
|
"login",
|
|
"locked",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.Lock,
|
|
},
|
|
{
|
|
name: "lock-open",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"unsecured",
|
|
"authentication",
|
|
"unauthenticated",
|
|
"login",
|
|
"unlocked",
|
|
"unencrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.LockOpen,
|
|
},
|
|
{
|
|
name: "lock-key",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"secured",
|
|
"authentication",
|
|
"authenticated",
|
|
"login",
|
|
"locked",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.LockKey,
|
|
},
|
|
{
|
|
name: "lock-key-open",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"unsecured",
|
|
"authentication",
|
|
"unauthenticated",
|
|
"login",
|
|
"unlocked",
|
|
"unencrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.LockKeyOpen,
|
|
},
|
|
{
|
|
name: "lock-laminated",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"secured",
|
|
"authentication",
|
|
"authenticated",
|
|
"login",
|
|
"locked",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.LockLaminated,
|
|
},
|
|
{
|
|
name: "lock-laminated-open",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"unsecured",
|
|
"authentication",
|
|
"unauthenticated",
|
|
"login",
|
|
"unlocked",
|
|
"unencrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.LockLaminatedOpen,
|
|
},
|
|
{
|
|
name: "lock-simple",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"secured",
|
|
"authentication",
|
|
"authenticated",
|
|
"login",
|
|
"locked",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.LockSimple,
|
|
},
|
|
{
|
|
name: "lock-simple-open",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: [
|
|
"padlock",
|
|
"security",
|
|
"unsecured",
|
|
"authentication",
|
|
"unauthenticated",
|
|
"login",
|
|
"unlocked",
|
|
"unencrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.LockSimpleOpen,
|
|
},
|
|
{
|
|
name: "magnifying-glass",
|
|
categories: [IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["search", "find", "locate", "query", "inspect"],
|
|
Icon: Icon.MagnifyingGlass,
|
|
},
|
|
{
|
|
name: "magnifying-glass-plus",
|
|
categories: [IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["search", "find", "locate", "query", "inspect", "zoom in"],
|
|
Icon: Icon.MagnifyingGlassPlus,
|
|
},
|
|
{
|
|
name: "magnifying-glass-minus",
|
|
categories: [IconCategory.EDITOR, IconCategory.SYSTEM],
|
|
tags: ["search", "find", "locate", "query", "inspect", "zoom out"],
|
|
Icon: Icon.MagnifyingGlassMinus,
|
|
},
|
|
{
|
|
name: "map-pin",
|
|
categories: [IconCategory.MAP],
|
|
tags: ["maps", "places", "markers", "pins", "locations"],
|
|
Icon: Icon.MapPin,
|
|
},
|
|
{
|
|
name: "map-pin-line",
|
|
categories: [IconCategory.MAP],
|
|
tags: ["maps", "places", "markers", "pins", "locations"],
|
|
Icon: Icon.MapPinLine,
|
|
},
|
|
{
|
|
name: "map-trifold",
|
|
categories: [IconCategory.MAP],
|
|
tags: ["maps", "places", "locations", "cartography", "geography"],
|
|
Icon: Icon.MapTrifold,
|
|
},
|
|
{
|
|
name: "martini",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"drinks",
|
|
"beverages",
|
|
"cocktails",
|
|
"places",
|
|
"locations",
|
|
"bars",
|
|
"restaurants",
|
|
"food",
|
|
"dining",
|
|
],
|
|
Icon: Icon.Martini,
|
|
},
|
|
{
|
|
name: "math-operations",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE],
|
|
tags: [
|
|
"addition",
|
|
"sum",
|
|
"subtraction",
|
|
"difference",
|
|
"multiply",
|
|
"multiplication",
|
|
"product",
|
|
"divide",
|
|
"division",
|
|
"divisor",
|
|
"dividend",
|
|
"quotient",
|
|
"equals",
|
|
"equality",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.MathOperations,
|
|
},
|
|
{
|
|
name: "medal",
|
|
categories: [IconCategory.OBJECTS],
|
|
tags: ["ribbons", "winning", "victory", "awards"],
|
|
Icon: Icon.Medal,
|
|
},
|
|
{
|
|
name: "medium-logo",
|
|
categories: [IconCategory.BRAND],
|
|
tags: ["logos", "reading", "writing", "news", "social media"],
|
|
Icon: Icon.MediumLogo,
|
|
},
|
|
{
|
|
name: "megaphone",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS],
|
|
tags: ["bullhorn", "announcements", "loudspeaker", "broadcast"],
|
|
Icon: Icon.Megaphone,
|
|
},
|
|
{
|
|
name: "microphone",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
|
|
IconCategory.MEDIA,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: ["audio", "recording", "music", "sound", "podcast"],
|
|
Icon: Icon.Microphone,
|
|
},
|
|
{
|
|
name: "microphone-slash",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
|
|
IconCategory.MEDIA,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: [
|
|
"audio",
|
|
"recording",
|
|
"music",
|
|
"sound",
|
|
"podcast",
|
|
"muted",
|
|
"disabled",
|
|
],
|
|
Icon: Icon.MicrophoneSlash,
|
|
},
|
|
{
|
|
name: "minus",
|
|
categories: [
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.FINANCE,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: [
|
|
"subtraction",
|
|
"difference",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.Minus,
|
|
},
|
|
{
|
|
name: "minus-circle",
|
|
categories: [
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.FINANCE,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: [
|
|
"subtraction",
|
|
"difference",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
"round",
|
|
],
|
|
Icon: Icon.MinusCircle,
|
|
},
|
|
{
|
|
name: "monitor",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["screen", "television", "tv", "displays"],
|
|
Icon: Icon.Monitor,
|
|
},
|
|
{
|
|
name: "moon",
|
|
categories: [
|
|
IconCategory.NATURE,
|
|
IconCategory.SYSTEM,
|
|
IconCategory.WEATHER,
|
|
],
|
|
tags: [
|
|
"night",
|
|
"evening",
|
|
"clear",
|
|
"sleep",
|
|
"snooze",
|
|
"night mode",
|
|
"dark mode",
|
|
],
|
|
Icon: Icon.Moon,
|
|
},
|
|
{
|
|
name: "mouse",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["clicks", "input"],
|
|
Icon: Icon.Mouse,
|
|
},
|
|
{
|
|
name: "music-note",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["songs", "audio", "playlist", "albums"],
|
|
Icon: Icon.MusicNote,
|
|
},
|
|
{
|
|
name: "music-notes",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["songs", "audio", "playlist", "albums"],
|
|
Icon: Icon.MusicNotes,
|
|
},
|
|
{
|
|
name: "music-note-simple",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["songs", "audio", "playlist", "albums"],
|
|
Icon: Icon.MusicNoteSimple,
|
|
},
|
|
{
|
|
name: "music-notes-simple",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["songs", "audio", "playlist", "albums"],
|
|
Icon: Icon.MusicNotesSimple,
|
|
},
|
|
{
|
|
name: "navigation-arrow",
|
|
categories: [IconCategory.MAP],
|
|
tags: ["location", "directions", "compass", "gps"],
|
|
Icon: Icon.NavigationArrow,
|
|
},
|
|
{
|
|
name: "newspaper",
|
|
categories: [IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: ["reading", "writing", "journals", "periodicals"],
|
|
Icon: Icon.Newspaper,
|
|
},
|
|
{
|
|
name: "newspaper-clipping",
|
|
categories: [IconCategory.MEDIA, IconCategory.OBJECTS],
|
|
tags: ["reading", "writing", "journals", "periodicals"],
|
|
Icon: Icon.NewspaperClipping,
|
|
},
|
|
{
|
|
name: "note",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["notes", "note-taking", "memorandum", "post-it", "reminders"],
|
|
Icon: Icon.Note,
|
|
},
|
|
{
|
|
name: "note-blank",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["notes", "note-taking", "memorandum", "post-it", "reminders"],
|
|
Icon: Icon.NoteBlank,
|
|
},
|
|
{
|
|
name: "note-pencil",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["notes", "note-taking", "memorandum", "post-it", "reminders"],
|
|
Icon: Icon.NotePencil,
|
|
},
|
|
{
|
|
name: "notebook",
|
|
categories: [IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["notes", "note-taking", "memorandum", "journal", "diary", "logs"],
|
|
Icon: Icon.Notebook,
|
|
},
|
|
{
|
|
name: "number-zero",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"0",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberZero,
|
|
},
|
|
|
|
{
|
|
name: "number-one",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"1",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberOne,
|
|
},
|
|
|
|
{
|
|
name: "number-two",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"2",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberTwo,
|
|
},
|
|
|
|
{
|
|
name: "number-three",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"3",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberThree,
|
|
},
|
|
|
|
{
|
|
name: "number-four",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"4",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberFour,
|
|
},
|
|
|
|
{
|
|
name: "number-five",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"5",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberFive,
|
|
},
|
|
|
|
{
|
|
name: "number-six",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"6",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSix,
|
|
},
|
|
|
|
{
|
|
name: "number-seven",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"7",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSeven,
|
|
},
|
|
|
|
{
|
|
name: "number-eight",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"8",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberEight,
|
|
},
|
|
|
|
{
|
|
name: "number-nine",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"9",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberNine,
|
|
},
|
|
{
|
|
name: "number-circle-zero",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"0",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleZero,
|
|
},
|
|
{
|
|
name: "number-circle-one",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"1",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleOne,
|
|
},
|
|
{
|
|
name: "number-circle-two",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"2",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleTwo,
|
|
},
|
|
{
|
|
name: "number-circle-three",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"3",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleThree,
|
|
},
|
|
{
|
|
name: "number-circle-four",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"4",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleFour,
|
|
},
|
|
{
|
|
name: "number-circle-five",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"5",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleFive,
|
|
},
|
|
{
|
|
name: "number-circle-six",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"6",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleSix,
|
|
},
|
|
{
|
|
name: "number-circle-seven",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"7",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleSeven,
|
|
},
|
|
{
|
|
name: "number-circle-eight",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"8",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleEight,
|
|
},
|
|
{
|
|
name: "number-circle-nine",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"9",
|
|
"round",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberCircleNine,
|
|
},
|
|
{
|
|
name: "number-square-zero",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"0",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareZero,
|
|
},
|
|
{
|
|
name: "number-square-one",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"1",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareOne,
|
|
},
|
|
{
|
|
name: "number-square-two",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"2",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareTwo,
|
|
},
|
|
{
|
|
name: "number-square-three",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"3",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareThree,
|
|
},
|
|
{
|
|
name: "number-square-four",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"4",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareFour,
|
|
},
|
|
{
|
|
name: "number-square-five",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"5",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareFive,
|
|
},
|
|
{
|
|
name: "number-square-six",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"6",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareSix,
|
|
},
|
|
{
|
|
name: "number-square-seven",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"7",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareSeven,
|
|
},
|
|
{
|
|
name: "number-square-eight",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"8",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareEight,
|
|
},
|
|
{
|
|
name: "number-square-nine",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"9",
|
|
"numbers",
|
|
"numerals",
|
|
"digits",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.NumberSquareNine,
|
|
},
|
|
{
|
|
name: "nut",
|
|
categories: [IconCategory.OBJECTS, IconCategory.SYSTEM],
|
|
tags: ["bolts", "screws", "machinery", "tools", "hexagon"],
|
|
Icon: Icon.Nut,
|
|
},
|
|
{
|
|
name: "octagon",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["8", "shapes", "polygons"],
|
|
Icon: Icon.Octagon,
|
|
},
|
|
{
|
|
name: "package",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS],
|
|
tags: [
|
|
"packages",
|
|
"delivery",
|
|
"mail",
|
|
"postal service",
|
|
"bundles",
|
|
"library",
|
|
"libraries",
|
|
"shipping",
|
|
],
|
|
Icon: Icon.Package,
|
|
},
|
|
{
|
|
name: "paint-bucket",
|
|
categories: [
|
|
IconCategory.DESIGN,
|
|
IconCategory.EDITOR,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: ["paintbucket", "fill"],
|
|
Icon: Icon.PaintBucket,
|
|
},
|
|
{
|
|
name: "paper-plane",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.MAP,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: [
|
|
"mail",
|
|
"email",
|
|
"send",
|
|
"sent",
|
|
"messages",
|
|
"messaging",
|
|
"toys",
|
|
"games",
|
|
],
|
|
Icon: Icon.PaperPlane,
|
|
},
|
|
{
|
|
name: "paper-plane-right",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.MAP,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: [
|
|
"mail",
|
|
"email",
|
|
"send",
|
|
"sent",
|
|
"messages",
|
|
"messaging",
|
|
"toys",
|
|
"games",
|
|
],
|
|
Icon: Icon.PaperPlaneRight,
|
|
},
|
|
{
|
|
name: "paper-plane-tilt",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.MAP,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: [
|
|
"mail",
|
|
"email",
|
|
"send",
|
|
"sent",
|
|
"messages",
|
|
"messaging",
|
|
"toys",
|
|
"games",
|
|
],
|
|
Icon: Icon.PaperPlaneTilt,
|
|
},
|
|
{
|
|
name: "paperclip",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.EDITOR,
|
|
IconCategory.OFFICE,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: ["attachments", "mail", "email", "office"],
|
|
Icon: Icon.Paperclip,
|
|
},
|
|
{
|
|
name: "path",
|
|
categories: [IconCategory.DESIGN, IconCategory.MAP],
|
|
tags: [
|
|
"transit",
|
|
"travel",
|
|
"trail",
|
|
"gps",
|
|
"navigation",
|
|
"route",
|
|
"destination",
|
|
],
|
|
Icon: Icon.Path,
|
|
},
|
|
{
|
|
name: "pause",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "resume", "start", "stop"],
|
|
Icon: Icon.Pause,
|
|
},
|
|
{
|
|
name: "pause-circle",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "resume", "start", "stop", "round"],
|
|
Icon: Icon.PauseCircle,
|
|
},
|
|
{
|
|
name: "peace",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["love", "hippies", "peace sign", "symbols"],
|
|
Icon: Icon.Peace,
|
|
},
|
|
{
|
|
name: "pedestrian",
|
|
categories: [IconCategory.MAP, IconCategory.PEOPLE],
|
|
tags: [
|
|
"person",
|
|
"walking",
|
|
"human",
|
|
"woman",
|
|
"man",
|
|
"body",
|
|
"transit",
|
|
"transportation",
|
|
"travel",
|
|
"commuter",
|
|
"user",
|
|
],
|
|
Icon: Icon.Pedestrian,
|
|
},
|
|
{
|
|
name: "pen",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
|
|
tags: ["ink", "write", "writing", "editing", "sign", "signature"],
|
|
Icon: Icon.Pen,
|
|
},
|
|
{
|
|
name: "pen-nib",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
|
|
tags: [
|
|
"ink",
|
|
"write",
|
|
"writing",
|
|
"editing",
|
|
"sign",
|
|
"signature",
|
|
"fountain pen",
|
|
"illustrator",
|
|
],
|
|
Icon: Icon.PenNib,
|
|
},
|
|
{
|
|
name: "pencil",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
|
|
tags: ["write", "writing", "editing", "sign", "signature"],
|
|
Icon: Icon.Pencil,
|
|
},
|
|
{
|
|
name: "pencil-circle",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
|
|
tags: ["write", "writing", "editing", "sign", "signature"],
|
|
Icon: Icon.PencilCircle,
|
|
},
|
|
{
|
|
name: "pencil-line",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
|
|
tags: ["write", "writing", "editing", "sign", "signature"],
|
|
Icon: Icon.PencilLine,
|
|
},
|
|
{
|
|
name: "pencil-simple",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
|
|
tags: ["write", "writing", "editing", "sign", "signature"],
|
|
Icon: Icon.PencilSimple,
|
|
},
|
|
{
|
|
name: "percent",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE],
|
|
tags: [
|
|
"percentage",
|
|
"percentile",
|
|
"ratio",
|
|
"delta",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.Percent,
|
|
},
|
|
{
|
|
name: "phone",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["calls", "telephone", "landline"],
|
|
Icon: Icon.Phone,
|
|
},
|
|
{
|
|
name: "phone-call",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["calls", "calling", "ringing", "telephone", "landline"],
|
|
Icon: Icon.PhoneCall,
|
|
},
|
|
{
|
|
name: "phone-disconnect",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["calls", "hang up", "disconnected", "telephone", "landline"],
|
|
Icon: Icon.PhoneDisconnect,
|
|
},
|
|
{
|
|
name: "phone-incoming",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["calls", "calling", "telephone", "landline"],
|
|
Icon: Icon.PhoneIncoming,
|
|
},
|
|
{
|
|
name: "phone-outgoing",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["calls", "calling", "telephone", "landline"],
|
|
Icon: Icon.PhoneOutgoing,
|
|
},
|
|
{
|
|
name: "phone-slash",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["calls", "disabled", "disconnected", "telephone", "landline"],
|
|
Icon: Icon.PhoneSlash,
|
|
},
|
|
{
|
|
name: "phone-x",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["calls", "missed", "errors", "telephone", "landline"],
|
|
Icon: Icon.PhoneX,
|
|
},
|
|
{
|
|
name: "phosphor-logo",
|
|
categories: [IconCategory.BRAND],
|
|
tags: ["logos"],
|
|
Icon: Icon.PhosphorLogo,
|
|
},
|
|
{
|
|
name: "play",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "resume", "start"],
|
|
Icon: Icon.Play,
|
|
},
|
|
{
|
|
name: "play-circle",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "resume", "start", "round"],
|
|
Icon: Icon.PlayCircle,
|
|
},
|
|
{
|
|
name: "plus",
|
|
categories: [
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.FINANCE,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: ["addition", "sum", "mathematics", "arithmetic", "calculator"],
|
|
Icon: Icon.Plus,
|
|
},
|
|
{
|
|
name: "plus-circle",
|
|
categories: [
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.FINANCE,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: [
|
|
"addition",
|
|
"sum",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
"round",
|
|
],
|
|
Icon: Icon.PlusCircle,
|
|
},
|
|
{
|
|
name: "plus-minus",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE],
|
|
tags: [
|
|
"plus or minus",
|
|
"plus/minus",
|
|
"add/subtract",
|
|
"addition",
|
|
"sum",
|
|
"subtraction",
|
|
"difference",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.PlusMinus,
|
|
},
|
|
{
|
|
name: "power",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"charged",
|
|
"charger",
|
|
"charging",
|
|
"on",
|
|
"off",
|
|
"on/off",
|
|
"switch",
|
|
"power switch",
|
|
],
|
|
Icon: Icon.Power,
|
|
},
|
|
{
|
|
name: "printer",
|
|
categories: [IconCategory.EDITOR, IconCategory.OFFICE],
|
|
tags: ["printing"],
|
|
Icon: Icon.Printer,
|
|
},
|
|
{
|
|
name: "prohibit",
|
|
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
|
tags: [
|
|
"forbidden",
|
|
"prohibited",
|
|
"cancelled",
|
|
"prevent",
|
|
"stop",
|
|
"do not enter",
|
|
],
|
|
Icon: Icon.Prohibit,
|
|
},
|
|
{
|
|
name: "prohibit-inset",
|
|
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
|
tags: [
|
|
"forbidden",
|
|
"prohibited",
|
|
"cancelled",
|
|
"prevent",
|
|
"stop",
|
|
"do not enter",
|
|
],
|
|
Icon: Icon.ProhibitInset,
|
|
},
|
|
{
|
|
name: "push-pin",
|
|
categories: [IconCategory.OFFICE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["favorites", "favorited", "pushpin"],
|
|
Icon: Icon.PushPin,
|
|
},
|
|
{
|
|
name: "push-pin-slash",
|
|
categories: [IconCategory.OFFICE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["favorites", "favorited", "pushpin", "disabled"],
|
|
Icon: Icon.PushPinSlash,
|
|
},
|
|
{
|
|
name: "qr-code",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["upc", "barcode", "products", "shopping", "scanner"],
|
|
Icon: Icon.QrCode,
|
|
},
|
|
{
|
|
name: "question",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["information", "help", "questions"],
|
|
Icon: Icon.Question,
|
|
},
|
|
{
|
|
name: "radical",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE],
|
|
tags: [
|
|
"radix",
|
|
"radicand",
|
|
"square root",
|
|
"squareroot",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.Radical,
|
|
},
|
|
{
|
|
name: "receipt",
|
|
categories: [IconCategory.COMMERCE, IconCategory.FINANCE],
|
|
tags: ["purchased", "money", "clipping", "expenses"],
|
|
Icon: Icon.Receipt,
|
|
},
|
|
{
|
|
name: "record",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "recording", "recorder", "voice memo"],
|
|
Icon: Icon.Record,
|
|
},
|
|
{
|
|
name: "rectangle",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["4", "shapes", "polygons", "box"],
|
|
Icon: Icon.Rectangle,
|
|
},
|
|
{
|
|
name: "rectangles-two",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["2", "shapes", "polygons", "box", "stack", "list", "cards"],
|
|
Icon: Icon.RectanglesTwo,
|
|
},
|
|
{
|
|
name: "repeat",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "recycle"],
|
|
Icon: Icon.Repeat,
|
|
},
|
|
{
|
|
name: "repeat-once",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "recycle"],
|
|
Icon: Icon.RepeatOnce,
|
|
},
|
|
{
|
|
name: "rewind",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: [
|
|
"music",
|
|
"audio",
|
|
"seek",
|
|
"scrub",
|
|
"scan",
|
|
"skip",
|
|
"back",
|
|
"backwards",
|
|
"reverse",
|
|
],
|
|
Icon: Icon.Rewind,
|
|
},
|
|
{
|
|
name: "rocket",
|
|
categories: [
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.MAP,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: ["spaceship", "launch", "deployment", "rocketship"],
|
|
Icon: Icon.Rocket,
|
|
},
|
|
{
|
|
name: "rocket-launch",
|
|
categories: [
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.MAP,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: ["spaceship", "flying", "blastoff", "deployment", "rocketship"],
|
|
Icon: Icon.RocketLaunch,
|
|
},
|
|
{
|
|
name: "rss",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["radio", "broadcast", "web feed", "news", "aggregator"],
|
|
Icon: Icon.Rss,
|
|
},
|
|
{
|
|
name: "rss-simple",
|
|
categories: [IconCategory.COMMUNICATION],
|
|
tags: ["radio", "broadcast", "web feed", "news", "aggregator"],
|
|
Icon: Icon.RssSimple,
|
|
},
|
|
{
|
|
name: "scissors",
|
|
categories: [
|
|
IconCategory.DESIGN,
|
|
IconCategory.EDITOR,
|
|
IconCategory.OFFICE,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: ["cut", "snip", "clipboard"],
|
|
Icon: Icon.Scissors,
|
|
},
|
|
{
|
|
name: "screencast",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["apple", "airplay", "screencasting", "television", "tv"],
|
|
Icon: Icon.Screencast,
|
|
},
|
|
{
|
|
name: "share",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["send to", "export", "arrows"],
|
|
Icon: Icon.Share,
|
|
},
|
|
{
|
|
name: "share-network",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: ["send to", "export"],
|
|
Icon: Icon.ShareNetwork,
|
|
},
|
|
{
|
|
name: "shield",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"security",
|
|
"secured",
|
|
"defense",
|
|
"defended",
|
|
"authentication",
|
|
"authenticated",
|
|
"guarded",
|
|
"locked",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.Shield,
|
|
},
|
|
{
|
|
name: "shield-check",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"security",
|
|
"secured",
|
|
"defense",
|
|
"defended",
|
|
"authentication",
|
|
"authenticated",
|
|
"guarded",
|
|
"locked",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.ShieldCheck,
|
|
},
|
|
{
|
|
name: "shield-chevron",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"security",
|
|
"secured",
|
|
"defense",
|
|
"defended",
|
|
"authentication",
|
|
"authenticated",
|
|
"guarded",
|
|
"locked",
|
|
"encrypted",
|
|
"encryption",
|
|
],
|
|
Icon: Icon.ShieldChevron,
|
|
},
|
|
{
|
|
name: "shield-slash",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"security",
|
|
"unsecured",
|
|
"defense",
|
|
"undefended",
|
|
"authentication",
|
|
"unauthenticated",
|
|
"unguarded",
|
|
"unlocked",
|
|
"unencrypted",
|
|
"encryption",
|
|
"disabled",
|
|
],
|
|
Icon: Icon.ShieldSlash,
|
|
},
|
|
{
|
|
name: "shield-warning",
|
|
categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
|
|
tags: [
|
|
"security",
|
|
"unsecured",
|
|
"defense",
|
|
"undefended",
|
|
"authentication",
|
|
"unauthenticated",
|
|
"unguarded",
|
|
"unlocked",
|
|
"unencrypted",
|
|
"encryption",
|
|
"errors",
|
|
],
|
|
Icon: Icon.ShieldWarning,
|
|
},
|
|
{
|
|
name: "shopping-bag",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["ecommerce", "market", "buying", "checkout", "places", "locations"],
|
|
Icon: Icon.ShoppingBag,
|
|
},
|
|
{
|
|
name: "shopping-bag-open",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["ecommerce", "market", "buying", "checkout", "places", "locations"],
|
|
Icon: Icon.ShoppingBagOpen,
|
|
},
|
|
{
|
|
name: "shopping-cart",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"ecommerce",
|
|
"market",
|
|
"buying",
|
|
"groceries",
|
|
"checkout",
|
|
"places",
|
|
"locations",
|
|
],
|
|
Icon: Icon.ShoppingCart,
|
|
},
|
|
{
|
|
name: "shopping-cart-simple",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"ecommerce",
|
|
"market",
|
|
"buying",
|
|
"groceries",
|
|
"checkout",
|
|
"places",
|
|
"locations",
|
|
],
|
|
Icon: Icon.ShoppingCartSimple,
|
|
},
|
|
{
|
|
name: "shuffle",
|
|
categories: [IconCategory.MEDIA, IconCategory.ARROWS],
|
|
tags: ["music", "audio", "randomize", "crossed"],
|
|
Icon: Icon.Shuffle,
|
|
},
|
|
{
|
|
name: "shuffle-angular",
|
|
categories: [IconCategory.MEDIA, IconCategory.ARROWS],
|
|
tags: ["music", "audio", "randomize", "crossed"],
|
|
Icon: Icon.ShuffleAngular,
|
|
},
|
|
{
|
|
name: "shuffle-simple",
|
|
categories: [IconCategory.MEDIA, IconCategory.ARROWS],
|
|
tags: ["music", "audio", "randomize", "crossed"],
|
|
Icon: Icon.ShuffleSimple,
|
|
},
|
|
{
|
|
name: "sign-in",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["signin", "login", "log in", "enter"],
|
|
Icon: Icon.SignIn,
|
|
},
|
|
{
|
|
name: "sign-out",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["signout", "logout", "log out", "exit"],
|
|
Icon: Icon.SignOut,
|
|
},
|
|
{
|
|
name: "sketch-logo",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: [
|
|
"drawing",
|
|
"art",
|
|
"illustration",
|
|
"ui",
|
|
"interface",
|
|
"prototype",
|
|
"prototyping",
|
|
"gemstone",
|
|
"diamond",
|
|
],
|
|
Icon: Icon.SketchLogo,
|
|
},
|
|
{
|
|
name: "skip-back",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: [
|
|
"music",
|
|
"audio",
|
|
"seek",
|
|
"scrub",
|
|
"scan",
|
|
"back",
|
|
"backwards",
|
|
"reverse",
|
|
"previous",
|
|
],
|
|
Icon: Icon.SkipBack,
|
|
},
|
|
{
|
|
name: "skip-forward",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "seek", "scrub", "scan", "ahead", "next"],
|
|
Icon: Icon.SkipForward,
|
|
},
|
|
{
|
|
name: "sliders",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: [
|
|
"music",
|
|
"audio",
|
|
"faders",
|
|
"equalizer",
|
|
"volume",
|
|
"settings",
|
|
"preferences",
|
|
],
|
|
Icon: Icon.Sliders,
|
|
},
|
|
{
|
|
name: "sliders-horizontal",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: [
|
|
"music",
|
|
"audio",
|
|
"faders",
|
|
"equalizer",
|
|
"volume",
|
|
"settings",
|
|
"preferences",
|
|
],
|
|
Icon: Icon.SlidersHorizontal,
|
|
},
|
|
{
|
|
name: "smiley",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: ["face", "smiley", "emoji", "happy", "grinning", "smiling"],
|
|
Icon: Icon.Smiley,
|
|
},
|
|
{
|
|
name: "smiley-blank",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: ["face", "smiley", "emoji", "unimpressed", "no face"],
|
|
Icon: Icon.SmileyBlank,
|
|
},
|
|
{
|
|
name: "smiley-meh",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: ["face", "smiley", "emoji", "unimpressed", "neutral"],
|
|
Icon: Icon.SmileyMeh,
|
|
},
|
|
{
|
|
name: "smiley-nervous",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: [
|
|
"face",
|
|
"smiley",
|
|
"emoji",
|
|
"anxious",
|
|
"uncomfortable",
|
|
"uneasy",
|
|
"queasy",
|
|
"sick",
|
|
"ill",
|
|
],
|
|
Icon: Icon.SmileyNervous,
|
|
},
|
|
{
|
|
name: "smiley-sad",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: ["face", "smiley", "emoji", "unhappy", "frowning"],
|
|
Icon: Icon.SmileySad,
|
|
},
|
|
{
|
|
name: "smiley-sticker",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: ["face", "smiley", "emoji", "happy", "grinning", "smiling"],
|
|
Icon: Icon.SmileySticker,
|
|
},
|
|
{
|
|
name: "smiley-x-eyes",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: ["face", "smiley", "emoji", "dead", "killed", "unconscious"],
|
|
Icon: Icon.SmileyXEyes,
|
|
},
|
|
{
|
|
name: "sort-ascending",
|
|
categories: [IconCategory.EDITOR],
|
|
tags: ["sorted", "sorting", "increasing", "a to z", "arrows"],
|
|
Icon: Icon.SortAscending,
|
|
},
|
|
{
|
|
name: "sort-descending",
|
|
categories: [IconCategory.EDITOR],
|
|
tags: ["sorted", "sorting", "decreasing", "z to a", "arrows"],
|
|
Icon: Icon.SortDescending,
|
|
},
|
|
{
|
|
name: "spade",
|
|
categories: [IconCategory.GAMES],
|
|
tags: ["spades", "suits", "cards", "gambling", "casino", "games", "gaming"],
|
|
Icon: Icon.Spade,
|
|
},
|
|
{
|
|
name: "speaker-high",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "volume", "sound"],
|
|
Icon: Icon.SpeakerHigh,
|
|
},
|
|
{
|
|
name: "speaker-low",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "volume", "sound"],
|
|
Icon: Icon.SpeakerLow,
|
|
},
|
|
{
|
|
name: "speaker-none",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "muted", "volume", "sound"],
|
|
Icon: Icon.SpeakerNone,
|
|
},
|
|
{
|
|
name: "speaker-slash",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "muted", "volume", "sound", "disabled"],
|
|
Icon: Icon.SpeakerSlash,
|
|
},
|
|
{
|
|
name: "speaker-x",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "muted", "volume", "sound", "disabled", "errors"],
|
|
Icon: Icon.SpeakerX,
|
|
},
|
|
{
|
|
name: "speaker-simple-high",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "volume", "sound"],
|
|
Icon: Icon.SpeakerSimpleHigh,
|
|
},
|
|
{
|
|
name: "speaker-simple-low",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "volume", "sound"],
|
|
Icon: Icon.SpeakerSimpleLow,
|
|
},
|
|
{
|
|
name: "speaker-simple-none",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "muted", "volume", "sound"],
|
|
Icon: Icon.SpeakerSimpleNone,
|
|
},
|
|
{
|
|
name: "speaker-simple-slash",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "muted", "volume", "sound", "disabled"],
|
|
Icon: Icon.SpeakerSimpleSlash,
|
|
},
|
|
{
|
|
name: "speaker-simple-x",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["music", "audio", "muted", "volume", "sound", "disabled", "errors"],
|
|
Icon: Icon.SpeakerSimpleX,
|
|
},
|
|
{
|
|
name: "square",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["4", "shapes", "polygons", "box"],
|
|
Icon: Icon.Square,
|
|
},
|
|
{
|
|
name: "square-half",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: [
|
|
"4",
|
|
"shapes",
|
|
"polygons",
|
|
"box",
|
|
"columns",
|
|
"sidebar",
|
|
"split vertical",
|
|
],
|
|
Icon: Icon.SquareHalf,
|
|
},
|
|
{
|
|
name: "squares-four",
|
|
categories: [IconCategory.DESIGN, IconCategory.SYSTEM],
|
|
tags: ["4", "shapes", "polygons", "apps", "applications", "grid", "table"],
|
|
Icon: Icon.SquaresFour,
|
|
},
|
|
{
|
|
name: "stack",
|
|
categories: [IconCategory.DESIGN, IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["cards", "layers"],
|
|
Icon: Icon.Stack,
|
|
},
|
|
{
|
|
name: "stack-simple",
|
|
categories: [IconCategory.DESIGN, IconCategory.OFFICE, IconCategory.EDITOR],
|
|
tags: ["cards", "layers"],
|
|
Icon: Icon.StackSimple,
|
|
},
|
|
{
|
|
name: "star",
|
|
categories: [
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.MAP,
|
|
IconCategory.NATURE,
|
|
],
|
|
tags: ["rate", "ratings", "favorites", "favorited"],
|
|
Icon: Icon.Star,
|
|
},
|
|
{
|
|
name: "stop",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio"],
|
|
Icon: Icon.Stop,
|
|
},
|
|
{
|
|
name: "stop-circle",
|
|
categories: [IconCategory.MEDIA],
|
|
tags: ["music", "audio", "round"],
|
|
Icon: Icon.StopCircle,
|
|
},
|
|
{
|
|
name: "storefront",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP], /// ??
|
|
tags: [
|
|
"shops",
|
|
"shopping",
|
|
"markets",
|
|
"stores",
|
|
"buildings",
|
|
"places",
|
|
"locations",
|
|
],
|
|
Icon: Icon.Storefront,
|
|
},
|
|
{
|
|
name: "sun",
|
|
categories: [
|
|
IconCategory.NATURE,
|
|
IconCategory.SYSTEM,
|
|
IconCategory.WEATHER,
|
|
],
|
|
tags: [
|
|
"day",
|
|
"daytime",
|
|
"daylight",
|
|
"clear",
|
|
"sunny",
|
|
"sunshine",
|
|
"light mode",
|
|
"brightness",
|
|
"lighten",
|
|
"brighten",
|
|
],
|
|
Icon: Icon.Sun,
|
|
},
|
|
{
|
|
name: "sun-dim",
|
|
categories: [
|
|
IconCategory.NATURE,
|
|
IconCategory.SYSTEM,
|
|
IconCategory.WEATHER,
|
|
],
|
|
tags: [
|
|
"day",
|
|
"daytime",
|
|
"daylight",
|
|
"clear",
|
|
"sunny",
|
|
"sunshine",
|
|
"light mode",
|
|
"brightness",
|
|
"darken",
|
|
],
|
|
Icon: Icon.SunDim,
|
|
},
|
|
{
|
|
name: "table",
|
|
categories: [
|
|
IconCategory.FINANCE,
|
|
IconCategory.OFFICE,
|
|
IconCategory.EDITOR,
|
|
],
|
|
tags: ["tables", "tabular", "speadsheets", "excel", "grid"],
|
|
Icon: Icon.Table,
|
|
},
|
|
{
|
|
name: "tag",
|
|
categories: [
|
|
IconCategory.COMMERCE,
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: ["tags", "hashtag", "labels"],
|
|
Icon: Icon.Tag,
|
|
},
|
|
{
|
|
name: "tag-simple",
|
|
categories: [
|
|
IconCategory.COMMERCE,
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.OBJECTS,
|
|
],
|
|
tags: ["tags", "hashtag", "labels"],
|
|
Icon: Icon.TagSimple,
|
|
},
|
|
{
|
|
name: "target",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["bullseye", "radar", "archery", "accuracy", "precision"],
|
|
Icon: Icon.Target,
|
|
},
|
|
{
|
|
name: "terminal",
|
|
categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM],
|
|
tags: ["command line", "cli", "bash", "shell", "caret"],
|
|
Icon: Icon.Terminal,
|
|
},
|
|
{
|
|
name: "text",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["typography", "print", "font"],
|
|
Icon: Icon.Text,
|
|
},
|
|
{
|
|
name: "text-align-center",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["typography", "print", "font", "alignment", "centered"],
|
|
Icon: Icon.TextAlignCenter,
|
|
},
|
|
{
|
|
name: "text-align-justify",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["typography", "print", "font", "alignment", "justified"],
|
|
Icon: Icon.TextAlignJustify,
|
|
},
|
|
{
|
|
name: "text-align-left",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["typography", "print", "font", "alignment", "flush left"],
|
|
Icon: Icon.TextAlignLeft,
|
|
},
|
|
{
|
|
name: "text-align-right",
|
|
categories: [IconCategory.DESIGN, IconCategory.EDITOR],
|
|
tags: ["typography", "print", "font", "alignment", "flush right"],
|
|
Icon: Icon.TextAlignRight,
|
|
},
|
|
{
|
|
name: "thumbs-up",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: ["like", "love", "favorited", "favorites", "emoji"],
|
|
Icon: Icon.ThumbsUp,
|
|
},
|
|
{
|
|
name: "thumbs-down",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
|
tags: ["dislike", "hate", "emoji"],
|
|
Icon: Icon.ThumbsDown,
|
|
},
|
|
{
|
|
name: "ticket",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["ticketstub", "movie ticket", "entry", "admissions"],
|
|
Icon: Icon.Ticket,
|
|
},
|
|
{
|
|
name: "timer",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["clock", "alarm", "schedule", "events", "stopwatch", "sports"],
|
|
Icon: Icon.Timer,
|
|
},
|
|
{
|
|
name: "tote",
|
|
categories: [IconCategory.COMMERCE, IconCategory.OBJECTS],
|
|
tags: ["suitcases", "valises", "baggage", "tote-bag", "portfolios"],
|
|
Icon: Icon.Tote,
|
|
},
|
|
{
|
|
name: "train",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"vehicles",
|
|
"subway",
|
|
"light rail",
|
|
"public transit",
|
|
"transportation",
|
|
"commuter",
|
|
"traveling",
|
|
"places",
|
|
"locations",
|
|
],
|
|
Icon: Icon.Train,
|
|
},
|
|
{
|
|
name: "train-regional",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"vehicles",
|
|
"subway",
|
|
"railroad",
|
|
"public transit",
|
|
"transportation",
|
|
"commuter",
|
|
"freight",
|
|
"shipping",
|
|
"traveling",
|
|
"places",
|
|
"locations",
|
|
],
|
|
Icon: Icon.TrainRegional,
|
|
},
|
|
{
|
|
name: "train-simple",
|
|
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: [
|
|
"vehicles",
|
|
"subway",
|
|
"light rail",
|
|
"public transit",
|
|
"transportation",
|
|
"commuter",
|
|
"traveling",
|
|
"places",
|
|
"locations",
|
|
],
|
|
Icon: Icon.TrainSimple,
|
|
},
|
|
{
|
|
name: "translate",
|
|
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
|
tags: [
|
|
"translation",
|
|
"languages",
|
|
"internationalization",
|
|
"i18n",
|
|
"speech",
|
|
],
|
|
Icon: Icon.Translate,
|
|
},
|
|
{
|
|
name: "trash",
|
|
categories: [IconCategory.OFFICE, IconCategory.SYSTEM],
|
|
tags: ["garbage", "remove", "delete", "destroy", "recycle", "recycling"],
|
|
Icon: Icon.Trash,
|
|
},
|
|
{
|
|
name: "trash-simple",
|
|
categories: [IconCategory.OFFICE, IconCategory.SYSTEM],
|
|
tags: ["garbage", "remove", "delete", "destroy", "recycle", "recycling"],
|
|
Icon: Icon.TrashSimple,
|
|
},
|
|
{
|
|
name: "tray",
|
|
categories: [
|
|
IconCategory.OFFICE,
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
tags: ["inbox", "mailbox", "bin"],
|
|
Icon: Icon.Tray,
|
|
},
|
|
{
|
|
name: "trend-up",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"graphs",
|
|
"graphing",
|
|
"charts",
|
|
"analyze",
|
|
"analysis",
|
|
"increase",
|
|
"arrows",
|
|
],
|
|
Icon: Icon.TrendUp,
|
|
},
|
|
{
|
|
name: "trend-down",
|
|
categories: [IconCategory.FINANCE],
|
|
tags: [
|
|
"graphs",
|
|
"graphing",
|
|
"charts",
|
|
"analyze",
|
|
"analysis",
|
|
"decrease",
|
|
"arrows",
|
|
],
|
|
Icon: Icon.TrendDown,
|
|
},
|
|
{
|
|
name: "triangle",
|
|
categories: [IconCategory.DESIGN],
|
|
tags: ["3", "shapes", "polygons"],
|
|
Icon: Icon.Triangle,
|
|
},
|
|
{
|
|
name: "truck",
|
|
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
|
tags: ["trucks", "cars", "vehicles", "shipping", "delivery"],
|
|
Icon: Icon.Truck,
|
|
},
|
|
{
|
|
name: "twitter-logo",
|
|
categories: [IconCategory.BRAND, IconCategory.COMMUNICATION],
|
|
tags: ["logos", "social media", "tweets", "birds"],
|
|
Icon: Icon.TwitterLogo,
|
|
},
|
|
{
|
|
name: "upload",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"uploaded",
|
|
"uploading",
|
|
"hard drive",
|
|
"disk",
|
|
],
|
|
Icon: Icon.Upload,
|
|
},
|
|
{
|
|
name: "upload-simple",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"saved",
|
|
"saving",
|
|
"archived",
|
|
"archiving",
|
|
"archival",
|
|
"uploaded",
|
|
"uploading",
|
|
"hard drive",
|
|
"disk",
|
|
],
|
|
Icon: Icon.UploadSimple,
|
|
},
|
|
{
|
|
name: "user",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: ["person", "users", "profile", "account", "contact", "login"],
|
|
Icon: Icon.User,
|
|
},
|
|
{
|
|
name: "user-gear",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: [
|
|
"person",
|
|
"users",
|
|
"profile",
|
|
"account",
|
|
"contact",
|
|
"settings",
|
|
"preferences",
|
|
],
|
|
Icon: Icon.UserGear,
|
|
},
|
|
{
|
|
name: "user-plus",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: ["person", "users", "profile", "account", "contact", "add", "create"],
|
|
Icon: Icon.UserPlus,
|
|
},
|
|
{
|
|
name: "user-minus",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: [
|
|
"person",
|
|
"users",
|
|
"profile",
|
|
"account",
|
|
"contact",
|
|
"delete",
|
|
"remove",
|
|
],
|
|
Icon: Icon.UserMinus,
|
|
},
|
|
{
|
|
name: "user-circle",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: ["person", "users", "profile", "account", "contact", "login"],
|
|
Icon: Icon.UserCircle,
|
|
},
|
|
{
|
|
name: "user-circle-gear",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: [
|
|
"person",
|
|
"users",
|
|
"profile",
|
|
"account",
|
|
"contact",
|
|
"settings",
|
|
"preferences",
|
|
],
|
|
Icon: Icon.UserCircleGear,
|
|
},
|
|
{
|
|
name: "user-circle-plus",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: ["person", "users", "profile", "account", "contact", "add", "create"],
|
|
Icon: Icon.UserCirclePlus,
|
|
},
|
|
{
|
|
name: "user-circle-minus",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: [
|
|
"person",
|
|
"users",
|
|
"profile",
|
|
"account",
|
|
"contact",
|
|
"delete",
|
|
"remove",
|
|
],
|
|
Icon: Icon.UserCircleMinus,
|
|
},
|
|
{
|
|
name: "user-rectangle",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: ["person", "users", "profile", "account", "contact", "login"],
|
|
Icon: Icon.UserRectangle,
|
|
},
|
|
{
|
|
name: "user-square",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: ["person", "users", "profile", "account", "contact", "login"],
|
|
Icon: Icon.UserSquare,
|
|
},
|
|
{
|
|
name: "users",
|
|
categories: [IconCategory.PEOPLE],
|
|
tags: ["user", "people", "profiles", "accounts", "contacts"],
|
|
Icon: Icon.Users,
|
|
},
|
|
{
|
|
name: "vibrate",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"audio",
|
|
"volume",
|
|
"viration",
|
|
"ringer",
|
|
"calls",
|
|
"silent",
|
|
"silenced",
|
|
],
|
|
Icon: Icon.Vibrate,
|
|
},
|
|
{
|
|
name: "video-camera",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["videography", "films", "movies", "recording"],
|
|
Icon: Icon.VideoCamera,
|
|
},
|
|
{
|
|
name: "video-camera-slash",
|
|
categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
|
|
tags: ["videography", "films", "movies", "recording", "disabled"],
|
|
Icon: Icon.VideoCameraSlash,
|
|
},
|
|
{
|
|
name: "voicemail",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["phonecalls", "missed", "recording", "telephone", "landline"],
|
|
Icon: Icon.Voicemail,
|
|
},
|
|
{
|
|
name: "warning",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["alert", "danger", "dangerous", "caution", "errors"],
|
|
Icon: Icon.Warning,
|
|
},
|
|
{
|
|
name: "warning-circle",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["alert", "danger", "dangerous", "caution", "errors", "round"],
|
|
Icon: Icon.WarningCircle,
|
|
},
|
|
{
|
|
name: "warning-octagon",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["alert", "danger", "dangerous", "caution", "errors", "8", "eight"],
|
|
Icon: Icon.WarningOctagon,
|
|
},
|
|
{
|
|
name: "watch",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"times",
|
|
"timer",
|
|
"alarm",
|
|
"schedule",
|
|
"events",
|
|
"clock",
|
|
"wristwatch",
|
|
"wearable",
|
|
],
|
|
Icon: Icon.Watch,
|
|
},
|
|
{
|
|
name: "wheelchair",
|
|
categories: [IconCategory.HEALTH, IconCategory.MAP, IconCategory.PEOPLE],
|
|
tags: [
|
|
"handicapped",
|
|
"medical",
|
|
"disabled",
|
|
"differently abled",
|
|
"accessible",
|
|
"accessibility",
|
|
"a11y",
|
|
],
|
|
Icon: Icon.Wheelchair,
|
|
},
|
|
{
|
|
name: "wifi-high",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["wireless", "internet", "network", "connection", "connectivity"],
|
|
Icon: Icon.WifiHigh,
|
|
},
|
|
{
|
|
name: "wifi-medium",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["wireless", "internet", "network", "connection", "connectivity"],
|
|
Icon: Icon.WifiMedium,
|
|
},
|
|
{
|
|
name: "wifi-low",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["wireless", "internet", "network", "connection", "connectivity"],
|
|
Icon: Icon.WifiLow,
|
|
},
|
|
{
|
|
name: "wifi-none",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["wireless", "internet", "network", "connection", "connectivity"],
|
|
Icon: Icon.WifiNone,
|
|
},
|
|
{
|
|
name: "wifi-slash",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"internet",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"disabled",
|
|
"disconnected",
|
|
],
|
|
Icon: Icon.WifiSlash,
|
|
},
|
|
{
|
|
name: "wifi-x",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: [
|
|
"wireless",
|
|
"internet",
|
|
"network",
|
|
"connection",
|
|
"connectivity",
|
|
"disconnected",
|
|
"errors",
|
|
],
|
|
Icon: Icon.WifiX,
|
|
},
|
|
{
|
|
name: "x",
|
|
categories: [
|
|
IconCategory.DEVELOPMENT,
|
|
IconCategory.FINANCE,
|
|
IconCategory.SYSTEM,
|
|
],
|
|
|
|
tags: [
|
|
"closed",
|
|
"cancelled",
|
|
"dismissed",
|
|
"times",
|
|
"multiply",
|
|
"mulitplication",
|
|
"product",
|
|
"mathematics",
|
|
"arithmetic",
|
|
"calculator",
|
|
],
|
|
Icon: Icon.X,
|
|
},
|
|
{
|
|
name: "x-circle",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["closed", "cancelled", "dismissed", "round"],
|
|
Icon: Icon.XCircle,
|
|
},
|
|
{
|
|
name: "x-square",
|
|
categories: [IconCategory.SYSTEM],
|
|
tags: ["closed", "cancelled", "dismissed"],
|
|
Icon: Icon.XSquare,
|
|
},
|
|
{
|
|
name: "youtube-logo",
|
|
categories: [
|
|
IconCategory.BRAND,
|
|
IconCategory.COMMUNICATION,
|
|
IconCategory.MEDIA,
|
|
],
|
|
tags: ["logos", "google", "videos", "movies", "social media"],
|
|
Icon: Icon.YoutubeLogo,
|
|
},
|
|
];
|
|
|
|
if (process.env.NODE_ENV === "development") {
|
|
console.log(`${icons.length} icons`);
|
|
}
|
|
|
|
export const iconCount = (icons.length * 6).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); |