diff --git a/package.json b/package.json index 4f0e032..cd1506e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phosphor-web", - "version": "0.3.0", + "version": "0.4.3", "license": "GPL-3.0", "homepage": "https://phosphor-icons.github.io/phosphor-web", "author": { @@ -24,7 +24,7 @@ "file-saver": "^2.0.2", "framer-motion": "^2.1.0", "fuse.js": "^6.4.1", - "phosphor-react": "^0.3.0", + "phosphor-react": "^0.4.3", "react": "^17.0.0-rc.0", "react-dom": "^17.0.0-rc.0", "react-dropdown-select": "^4.4.2", diff --git a/src/lib/icons.ts b/src/lib/icons.ts index f7423ae..6545297 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -94,18 +94,162 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.ArchiveTray, }, - // { - // name: "arrow-arc-left", - // categories: [IconCategory.OTHER], - // tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.ArrowLeapLeft, - // }, - // { - // name: "arrow-arc-right", - // categories: [IconCategory.OTHER], - // tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.ArrowLeapRight, - // }, + { + name: "arrow-up", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUp, + }, + { + name: "arrow-down", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDown, + }, + { + name: "arrow-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowLeft, + }, + { + name: "arrow-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowRight, + }, + { + name: "arrow-up-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUpLeft, + }, + { + name: "arrow-up-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowUpRight, + }, + { + name: "arrow-down-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownLeft, + }, + { + name: "arrow-down-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowDownRight, + }, + { + name: "arrow-circle-up", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowCircleUp, + }, + { + name: "arrow-circle-down", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowCircleDown, + }, + { + name: "arrow-circle-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowCircleLeft, + }, + { + name: "arrow-circle-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowCircleRight, + }, + { + name: "arrow-circle-up-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowCircleUpLeft, + }, + { + name: "arrow-circle-up-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowCircleUpRight, + }, + { + name: "arrow-circle-down-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowCircleDownLeft, + }, + { + name: "arrow-circle-down-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowCircleDownRight, + }, + { + name: "arrow-square-up", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowSquareUp, + }, + { + name: "arrow-square-down", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowSquareDown, + }, + { + name: "arrow-square-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowSquareLeft, + }, + { + name: "arrow-square-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowSquareRight, + }, + { + name: "arrow-square-up-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowSquareUpLeft, + }, + { + name: "arrow-square-up-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowSquareUpRight, + }, + { + name: "arrow-square-down-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowSquareDownLeft, + }, + { + name: "arrow-square-down-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowSquareDownRight, + }, + { + name: "arrow-arc-left", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowArcLeft, + }, + { + name: "arrow-arc-right", + categories: [IconCategory.OTHER], + tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowArcRight, + }, { name: "arrow-bend-left-up", categories: [IconCategory.OTHER], @@ -154,65 +298,17 @@ export const icons: ReadonlyArray = [ tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], Icon: Icon.ArrowBendDownRight, }, - // { - // name: "arrow-bend-double-left", - // categories: [IconCategory.OTHER], - // tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.ArrowDoubleBendUpLeft, - // }, - // { - // name: "arrow-bend-double-right", - // categories: [IconCategory.OTHER], - // tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.ArrowDoubleBendUpRight, - // }, { - name: "arrow-circle-up", + name: "arrow-bend-double-left", categories: [IconCategory.OTHER], tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - Icon: Icon.ArrowCircleUp, + Icon: Icon.ArrowBendDoubleUpLeft, }, { - name: "arrow-circle-down", + name: "arrow-bend-double-right", categories: [IconCategory.OTHER], tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - Icon: Icon.ArrowCircleDown, - }, - { - name: "arrow-circle-left", - categories: [IconCategory.OTHER], - tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - Icon: Icon.ArrowCircleLeft, - }, - { - name: "arrow-circle-right", - categories: [IconCategory.OTHER], - tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - Icon: Icon.ArrowCircleRight, - }, - { - name: "arrow-circle-up-right", - categories: [IconCategory.OTHER], - tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - Icon: Icon.ArrowCircleUpRight, - }, - { - name: "arrow-circle-down-right", - categories: [IconCategory.OTHER], - tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - Icon: Icon.ArrowCircleDownRight, - }, - { - name: "arrow-circle-down-left", - categories: [IconCategory.OTHER], - tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - Icon: Icon.ArrowCircleDownLeft, - }, - { - name: "arrow-circle-up-left", - categories: [IconCategory.OTHER], - tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], - Icon: Icon.ArrowCircleUpLeft, + Icon: Icon.ArrowBendDoubleUpRight, }, { name: "arrow-clockwise", @@ -482,12 +578,19 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.ArrowsClockwise, }, - // { - // name: "arrows-counter-clockwise", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "undo", "refreshing"], - // Icon: Icon.ArrowsCounterClockwise, - // }, + { + name: "arrows-counter-clockwise", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "undo", + "refreshing", + ], + Icon: Icon.ArrowsCounterClockwise, + }, { name: "arrows-down-up", categories: [IconCategory.OTHER], @@ -500,96 +603,103 @@ export const icons: ReadonlyArray = [ tags: ["directional", "pointer", "pointing", "arrowhead"], Icon: Icon.ArrowsLeftRight, }, - // { - // name: "arrows-in", - // categories: [IconCategory.OTHER], - // tags: [ - // "directional", - // "pointer", - // "pointing", - // "arrowhead", - // "collapse", - // "minimize", - // ], - // Icon: Icon.ArrowsIn, - // }, - // { - // name: "arrows-in-cardinal", - // categories: [IconCategory.OTHER], - // tags: [ - // "directional", - // "pointer", - // "pointing", - // "arrowhead", - // "collapse", - // "minimize", - // "resize", - // ], - // Icon: Icon.ArrowsInCardinal, - // }, - // { - // name: "arrows-in-simple", - // categories: [IconCategory.OTHER], - // tags: [ - // "directional", - // "pointer", - // "pointing", - // "arrowhead", - // "collapse", - // "minimize", - // "resize", - // ], - // Icon: Icon.ArrowsInSimple, - // }, - // { - // name: "arrows-out", - // categories: [IconCategory.OTHER], - // tags: [ - // "directional", - // "pointer", - // "pointing", - // "arrowhead", - // "expand", - // "fullscreen", - // "resize", - // ], - // Icon: Icon.ArrowsOut, - // }, - // { - // name: "arrows-out-cardinal", - // categories: [IconCategory.OTHER], - // tags: [ - // "directional", - // "pointer", - // "pointing", - // "arrowhead", - // "expand", - // "fullscreen", - // "pan", - // "move", - // ], - // Icon: Icon.ArrowsOutCardinal, - // }, - // { - // name: "arrows-out-simple", - // categories: [IconCategory.OTHER], - // tags: [ - // "directional", - // "pointer", - // "pointing", - // "arrowhead", - // "expand", - // "fullscreen", - // "resize", - // ], - // Icon: Icon.ArrowsOutSimple, - // }, - // { - // name: "article", - // categories: [IconCategory.MEDIA, IconCategory.OTHER], - // tags: ["reading", "writing", "journals", "periodicals", "text", "newspaper"], - // Icon: Icon.Article, - // }, + { + name: "arrows-in", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "collapse", + "minimize", + ], + Icon: Icon.ArrowsIn, + }, + { + name: "arrows-in-cardinal", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "collapse", + "minimize", + "resize", + ], + Icon: Icon.ArrowsInCardinal, + }, + { + name: "arrows-in-simple", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "collapse", + "minimize", + "resize", + ], + Icon: Icon.ArrowsInSimple, + }, + { + name: "arrows-out", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "expand", + "fullscreen", + "resize", + ], + Icon: Icon.ArrowsOut, + }, + { + name: "arrows-out-cardinal", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "expand", + "fullscreen", + "pan", + "move", + ], + Icon: Icon.ArrowsOutCardinal, + }, + { + name: "arrows-out-simple", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "expand", + "fullscreen", + "resize", + ], + Icon: Icon.ArrowsOutSimple, + }, + { + name: "article", + categories: [IconCategory.MEDIA, IconCategory.OTHER], + tags: [ + "reading", + "writing", + "journals", + "periodicals", + "text", + "newspaper", + ], + Icon: Icon.Article, + }, { name: "asterisk", categories: [IconCategory.OTHER], @@ -991,30 +1101,30 @@ export const icons: ReadonlyArray = [ tags: ["directional", "pointer", "pointing", "arrowhead"], Icon: Icon.CaretRight, }, - // { - // name: "caret-double-up", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.CaretDoubleUp, - // }, - // { - // name: "caret-double-down", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.CaretDoubleDown, - // }, - // { - // name: "caret-double-left", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.CaretDoubleLeft, - // }, - // { - // name: "caret-double-right", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.CaretDoubleRight, - // }, + { + name: "caret-double-up", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretDoubleUp, + }, + { + name: "caret-double-down", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretDoubleDown, + }, + { + name: "caret-double-left", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretDoubleLeft, + }, + { + name: "caret-double-right", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretDoubleRight, + }, { name: "caret-circle-up", categories: [IconCategory.OTHER], @@ -1040,30 +1150,30 @@ export const icons: ReadonlyArray = [ tags: ["directional", "pointer", "pointing", "arrowhead"], Icon: Icon.CaretCircleRight, }, - // { - // name: "caret-circle-double-up", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.CaretCircleDoubleUp, - // }, - // { - // name: "caret-circle-double-down", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.CaretCircleDoubleDown, - // }, - // { - // name: "caret--circle-double-left", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.CaretCircleDoubleLeft, - // }, - // { - // name: "caret-circle-double-right", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.CaretCircleDoubleRight, - // }, + { + name: "caret-circle-double-up", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretCircleDoubleUp, + }, + { + name: "caret-circle-double-down", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretCircleDoubleDown, + }, + { + name: "caret--circle-double-left", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretCircleDoubleLeft, + }, + { + name: "caret-circle-double-right", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.CaretCircleDoubleRight, + }, { name: "cell-signal-full", categories: [IconCategory.SYSTEM], @@ -1542,12 +1652,12 @@ export const icons: ReadonlyArray = [ tags: ["collapse", "windowed", "minimized"], Icon: Icon.CornersIn, }, - // { - // name: "corners-out", - // categories: [IconCategory.SYSTEM], - // tags: ["expand", "fullscreen", "maximized"], - // Icon: Icon.CornersOut, - // }, + { + name: "corners-out", + categories: [IconCategory.SYSTEM], + tags: ["expand", "fullscreen", "maximized"], + Icon: Icon.CornersOut, + }, { name: "credit-card", categories: [IconCategory.BUSINESS, IconCategory.FINANCE], @@ -2581,40 +2691,40 @@ export const icons: ReadonlyArray = [ tags: ["suitcases", "valises", "baggage", "purses"], Icon: Icon.Handbag, }, - // { - // name: "hard-drive", - // categories: [IconCategory.DEVICE, IconCategory.SYSTEM], - // tags: [ - // "saved", - // "saving", - // "archived", - // "archiving", - // "archival", - // "hard disk", - // "storage", - // "hdd", - // "servers", - // "databases", - // ], - // Icon: Icon.HardDrive, - // }, - // { - // name: "hard-drives", - // categories: [IconCategory.DEVICE, IconCategory.SYSTEM], - // tags: [ - // "saved", - // "saving", - // "archived", - // "archiving", - // "archival", - // "hard disk", - // "storage", - // "hdd", - // "servers", - // "databases", - // ], - // Icon: Icon.HardDrives, - // }, + { + name: "hard-drive", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "saved", + "saving", + "archived", + "archiving", + "archival", + "hard disk", + "storage", + "hdd", + "servers", + "databases", + ], + Icon: Icon.HardDrive, + }, + { + name: "hard-drives", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "saved", + "saving", + "archived", + "archiving", + "archival", + "hard disk", + "storage", + "hdd", + "servers", + "databases", + ], + Icon: Icon.HardDrives, + }, { name: "hash", categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], @@ -2921,22 +3031,22 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Jeep, }, - // { - // name: "key", - // categories: [IconCategory.OTHER], - // tags: [ - // "padlock", - // "security", - // "secured", - // "authentication", - // "authenticated", - // "login", - // "locked", - // "encrypted", - // "encryption", - // ], - // Icon: Icon.Key, - // }, + { + name: "key", + categories: [IconCategory.OTHER], + tags: [ + "padlock", + "security", + "secured", + "authentication", + "authenticated", + "login", + "locked", + "encrypted", + "encryption", + ], + Icon: Icon.Key, + }, { name: "keyboard", categories: [IconCategory.DEVICE, IconCategory.SYSTEM], @@ -2993,36 +3103,60 @@ export const icons: ReadonlyArray = [ tags: ["anchor", "hyperlink", "hypertext", "chains", "chained"], Icon: Icon.Link, }, - // { - // name: "link-break", - // categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], - // tags: ["anchor", "hyperlink", "hypertext", "chains", "chained", "errors", "broken"], - // Icon: Icon.LinkBreak, - // }, + { + name: "link-break", + categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], + tags: [ + "anchor", + "hyperlink", + "hypertext", + "chains", + "chained", + "errors", + "broken", + ], + Icon: Icon.LinkBreak, + }, { name: "link-simple", categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], tags: ["anchor", "hyperlink", "hypertext", "chains", "chained"], Icon: Icon.LinkSimple, }, - // { - // name: "link-simple-break", - // categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], - // tags: ["anchor", "hyperlink", "hypertext", "chains", "chained", "errors", "broken"], - // Icon: Icon.LinkSimpleBreak, - // }, + { + name: "link-simple-break", + categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], + tags: [ + "anchor", + "hyperlink", + "hypertext", + "chains", + "chained", + "errors", + "broken", + ], + Icon: Icon.LinkSimpleBreak, + }, { name: "link-simple-horizontal", categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], tags: ["anchor", "hyperlink", "hypertext", "chains", "chained"], Icon: Icon.LinkSimpleHorizontal, }, - // { - // name: "link-simple-horizontal-break", - // categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], - // tags: ["anchor", "hyperlink", "hypertext", "chains", "chained", "errors", "broken"], - // Icon: Icon.LinkSimpleHorizontalBreak, - // }, + { + name: "link-simple-horizontal-break", + categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], + tags: [ + "anchor", + "hyperlink", + "hypertext", + "chains", + "chained", + "errors", + "broken", + ], + Icon: Icon.LinkSimpleHorizontalBreak, + }, { name: "linkedin", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], @@ -3410,24 +3544,24 @@ export const icons: ReadonlyArray = [ tags: ["songs", "audio", "playlist", "albums"], Icon: Icon.MusicNotesSimple, }, - // { - // name: "navigation-arrow", - // categories: [IconCategory.MAP, IconCategory.OTHER], - // tags: ["location", "directions", "compass", "gps"], - // Icon: Icon.NavigationArrow, - // }, + { + name: "navigation-arrow", + categories: [IconCategory.MAP, IconCategory.OTHER], + tags: ["location", "directions", "compass", "gps"], + Icon: Icon.NavigationArrow, + }, { name: "newspaper", categories: [IconCategory.MEDIA, IconCategory.OTHER], tags: ["reading", "writing", "journals", "periodicals"], Icon: Icon.Newspaper, }, - // { - // name: "newspaper-clipping", - // categories: [IconCategory.MEDIA, IconCategory.OTHER], - // tags: ["reading", "writing", "journals", "periodicals"], - // Icon: Icon.NewspaperClipping, - // }, + { + name: "newspaper-clipping", + categories: [IconCategory.MEDIA, IconCategory.OTHER], + tags: ["reading", "writing", "journals", "periodicals"], + Icon: Icon.NewspaperClipping, + }, { name: "note", categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], @@ -3602,7 +3736,7 @@ export const icons: ReadonlyArray = [ Icon: Icon.NumberNine, }, { - name: "number-zero-circle", + name: "number-circle-zero", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "0", @@ -3614,10 +3748,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberZeroCircle, + Icon: Icon.NumberCircleZero, }, { - name: "number-one-circle", + name: "number-circle-one", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "1", @@ -3629,10 +3763,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberOneCircle, + Icon: Icon.NumberCircleOne, }, { - name: "number-two-circle", + name: "number-circle-two", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "2", @@ -3644,10 +3778,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberTwoCircle, + Icon: Icon.NumberCircleTwo, }, { - name: "number-three-circle", + name: "number-circle-three", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "3", @@ -3659,10 +3793,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberThreeCircle, + Icon: Icon.NumberCircleThree, }, { - name: "number-four-circle", + name: "number-circle-four", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "4", @@ -3674,10 +3808,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberFourCircle, + Icon: Icon.NumberCircleFour, }, { - name: "number-five-circle", + name: "number-circle-five", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "5", @@ -3689,10 +3823,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberFiveCircle, + Icon: Icon.NumberCircleFive, }, { - name: "number-six-circle", + name: "number-circle-six", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "6", @@ -3704,10 +3838,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberSixCircle, + Icon: Icon.NumberCircleSix, }, { - name: "number-seven-circle", + name: "number-circle-seven", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "7", @@ -3719,10 +3853,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberSevenCircle, + Icon: Icon.NumberCircleSeven, }, { - name: "number-eight-circle", + name: "number-circle-eight", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "8", @@ -3734,10 +3868,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberEightCircle, + Icon: Icon.NumberCircleEight, }, { - name: "number-nine-circle", + name: "number-circle-nine", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "9", @@ -3749,10 +3883,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberNineCircle, + Icon: Icon.NumberCircleNine, }, { - name: "number-zero-square", + name: "number-square-zero", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "0", @@ -3763,10 +3897,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberZeroSquare, + Icon: Icon.NumberSquareZero, }, { - name: "number-one-square", + name: "number-square-one", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "1", @@ -3777,10 +3911,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberOneSquare, + Icon: Icon.NumberSquareOne, }, { - name: "number-two-square", + name: "number-square-two", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "2", @@ -3791,10 +3925,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberTwoSquare, + Icon: Icon.NumberSquareTwo, }, { - name: "number-three-square", + name: "number-square-three", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "3", @@ -3805,10 +3939,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberThreeSquare, + Icon: Icon.NumberSquareThree, }, { - name: "number-four-square", + name: "number-square-four", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "4", @@ -3819,10 +3953,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberFourSquare, + Icon: Icon.NumberSquareFour, }, { - name: "number-five-square", + name: "number-square-five", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "5", @@ -3833,10 +3967,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberFiveSquare, + Icon: Icon.NumberSquareFive, }, { - name: "number-six-square", + name: "number-square-six", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "6", @@ -3847,10 +3981,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberSixSquare, + Icon: Icon.NumberSquareSix, }, { - name: "number-seven-square", + name: "number-square-seven", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "7", @@ -3861,10 +3995,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberSevenSquare, + Icon: Icon.NumberSquareSeven, }, { - name: "number-eight-square", + name: "number-square-eight", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "8", @@ -3875,10 +4009,10 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberEightSquare, + Icon: Icon.NumberSquareEight, }, { - name: "number-nine-square", + name: "number-square-nine", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "9", @@ -3889,14 +4023,14 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", ], - Icon: Icon.NumberNineSquare, + Icon: Icon.NumberSquareNine, + }, + { + name: "nut", + categories: [IconCategory.OTHER], + tags: ["bolts", "screws", "machinery", "tools", "hexagon"], + Icon: Icon.Nut, }, - // { - // name: "nut", - // categories: [IconCategory.OTHER], - // tags: ["bolts", "screws", "machinery", "tools", "hexagon"], - // Icon: Icon.Nut, - // }, { name: "octagon", categories: [IconCategory.OTHER], @@ -4234,12 +4368,12 @@ export const icons: ReadonlyArray = [ tags: ["favorites", "favorited", "pushpin"], Icon: Icon.PushPin, }, - // { - // name: "push-pin-slash", - // categories: [IconCategory.MAP, IconCategory.OTHER], - // tags: ["favorites", "favorited", "pushpin", "disabled"], - // Icon: Icon.PushPinSlash, - // }, + { + name: "push-pin-slash", + categories: [IconCategory.MAP, IconCategory.OTHER], + tags: ["favorites", "favorited", "pushpin", "disabled"], + Icon: Icon.PushPinSlash, + }, { name: "qr-code", categories: [IconCategory.BUSINESS], @@ -4270,12 +4404,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Radical, }, - // { - // name: "receipt", - // categories: [IconCategory.BUSINESS, IconCategory.FINANCE], - // tags: ["purchased", "clipping", "expenses"], - // Icon: Icon.Receipt, - // }, + { + name: "receipt", + categories: [IconCategory.BUSINESS, IconCategory.FINANCE], + tags: ["purchased", "clipping", "expenses"], + Icon: Icon.Receipt, + }, { name: "record", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -4322,18 +4456,18 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Rewind, }, - // { - // name: "rocket", - // categories: [IconCategory.DEVELOPMENT, IconCategory.OTHER], - // tags: ["spaceship", "launch", "deployment", "rocketship"], - // Icon: Icon.Rocket, - // }, - // { - // name: "rocket-launch", - // categories: [IconCategory.DEVELOPMENT, IconCategory.OTHER], - // tags: ["spaceship", "flying", "blastoff", "deployment", "rocketship"], - // Icon: Icon.RocketLaunch, - // }, + { + name: "rocket", + categories: [IconCategory.DEVELOPMENT, IconCategory.OTHER], + tags: ["spaceship", "launch", "deployment", "rocketship"], + Icon: Icon.Rocket, + }, + { + name: "rocket-launch", + categories: [IconCategory.DEVELOPMENT, IconCategory.OTHER], + tags: ["spaceship", "flying", "blastoff", "deployment", "rocketship"], + Icon: Icon.RocketLaunch, + }, { name: "rss", categories: [ @@ -4360,12 +4494,12 @@ export const icons: ReadonlyArray = [ tags: ["cut", "snip", "clipboard"], Icon: Icon.Scissors, }, - // { - // name: "screencast", - // categories: [IconCategory.MEDIA, IconCategory.SYSTEM], - // tags: ["apple", "airplay", "screencasting", "television", "tv"], - // Icon: Icon.Screencast, - // }, + { + name: "screencast", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["apple", "airplay", "screencasting", "television", "tv"], + Icon: Icon.Screencast, + }, { name: "share", categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM], @@ -4677,12 +4811,12 @@ export const icons: ReadonlyArray = [ tags: ["sorted", "sorting", "decreasing", "z to a", "arrows"], Icon: Icon.SortDescending, }, - // { - // name: "spade", - // categories: [IconCategory.OTHER], - // tags: ["spades", "suits", "cards", "gambling", "casino", "games", "gaming"], - // Icon: Icon.Spade, - // }, + { + name: "spade", + categories: [IconCategory.OTHER], + tags: ["spades", "suits", "cards", "gambling", "casino", "games", "gaming"], + Icon: Icon.Spade, + }, { name: "speaker-high", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -4749,6 +4883,20 @@ export const icons: ReadonlyArray = [ tags: ["4", "shapes", "polygons", "box"], Icon: Icon.Square, }, + { + name: "square-half", + categories: [IconCategory.OTHER], + tags: [ + "4", + "shapes", + "polygons", + "box", + "columns", + "sidebar", + "split vertical", + ], + Icon: Icon.SquareHalf, + }, { name: "squares-four", categories: [IconCategory.SYSTEM, IconCategory.OTHER], @@ -5374,3 +5522,7 @@ export const icons: ReadonlyArray = [ Icon: Icon.Youtube, }, ]; + +if (process.env.NODE_ENV === "development") { + console.log(`${icons.length} icons`); +}