diff --git a/src/lib/icons.ts b/src/lib/icons.ts index 470eb1d..6e07728 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -232,18 +232,18 @@ export const icons: Readonly = [ tags: ["directional", "pointer", "pointing", "arrowhead"], Icon: Icon.ArrowDownRightLine, }, - // { - // name: "arrow-elbow-left", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.ArrowElbowLeft, - // }, - // { - // name: "arrow-elbow-right", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.ArrowElbowRight, - // }, + { + name: "arrow-elbow-left", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowElbowLeft, + }, + { + name: "arrow-elbow-right", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowElbowRight, + }, { name: "arrow-left-circle", categories: [IconCategory.OTHER], @@ -280,54 +280,122 @@ export const icons: Readonly = [ tags: ["directional", "pointer", "pointing", "arrowhead"], Icon: Icon.ArrowRightUpElbow, }, - // { - // name: "arrow-u-down-left", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "undo", "return", "backwards", "u-turns"], - // Icon: Icon.ArrowUDownLeft, - // }, - // { - // name: "arrow-u-down-right", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "redo", "forwards", "u-turns"], - // Icon: Icon.ArrowUDownRight, - // }, - // { - // name: "arrow-u-left-down", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "undo", "return", "backwards", "u-turns"], - // Icon: Icon.ArrowULeftDown, - // }, - // { - // name: "arrow-u-left-up", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "redo", "forwards", "u-turns"], - // Icon: Icon.ArrowULeftUp, - // }, - // { - // name: "arrow-u-right-down", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "undo", "return", "backwards", "u-turns"], - // Icon: Icon.ArrowURightDown, - // }, - // { - // name: "arrow-u-right-up", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "redo", "forwards", "u-turns"], - // Icon: Icon.ArrowURightUp, - // }, - // { - // name: "arrow-u-up-left", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "undo", "return", "backwards", "u-turns"], - // Icon: Icon.ArrowUUpLeft, - // }, - // { - // name: "arrow-u-up-right", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "redo", "forwards", "u-turns"], - // Icon: Icon.ArrowUUpRight, - // }, + { + name: "arrow-u-down-left", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "undo", + "return", + "backwards", + "u-turns", + ], + Icon: Icon.ArrowUDownLeft, + }, + { + name: "arrow-u-down-right", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "redo", + "forwards", + "u-turns", + ], + Icon: Icon.ArrowUDownRight, + }, + { + name: "arrow-u-left-down", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "undo", + "return", + "backwards", + "u-turns", + ], + Icon: Icon.ArrowULeftDown, + }, + { + name: "arrow-u-left-up", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "redo", + "forwards", + "u-turns", + ], + Icon: Icon.ArrowULeftUp, + }, + { + name: "arrow-u-right-down", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "undo", + "return", + "backwards", + "u-turns", + ], + Icon: Icon.ArrowURightDown, + }, + { + name: "arrow-u-right-up", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "redo", + "forwards", + "u-turns", + ], + Icon: Icon.ArrowURightUp, + }, + { + name: "arrow-u-up-left", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "undo", + "return", + "backwards", + "u-turns", + ], + Icon: Icon.ArrowUUpLeft, + }, + { + name: "arrow-u-up-right", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "redo", + "forwards", + "u-turns", + ], + Icon: Icon.ArrowUUpRight, + }, { name: "arrow-up-circle", categories: [IconCategory.OTHER], @@ -364,42 +432,64 @@ export const icons: Readonly = [ tags: ["directional", "pointer", "pointing", "arrowhead"], Icon: Icon.ArrowUpRightLine, }, - // { - // name: "arrows-clockwise", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "redo", "refreshing"], - // Icon: Icon.ArrowsClockwise, - // }, + { + name: "arrows-clockwise", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "redo", + "refreshing", + ], + Icon: Icon.ArrowsClockwise, + }, // { // name: "arrows-counter-clockwise", // categories: [IconCategory.OTHER], // tags: ["directional", "pointer", "pointing", "arrowhead", "undo", "refreshing"], // Icon: Icon.ArrowsCounterClockwise, // }, - // { - // name: "arrows-down-up", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.ArrowsDownUp, - // }, - // { - // name: "arrows-left-right", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead"], - // Icon: Icon.ArrowsLeftRight, - // }, - // { - // name: "arrows-outward", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "expand", "fullscreen"], - // Icon: Icon.ArrowsOutward, - // }, - // { - // name: "arrows-outward-cardinal", - // categories: [IconCategory.OTHER], - // tags: ["directional", "pointer", "pointing", "arrowhead", "expand", "fullscreen", "pan"], - // Icon: Icon.ArrowsOutwardCardinal, - // }, + { + name: "arrows-down-up", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowsDownUp, + }, + { + name: "arrows-left-right", + categories: [IconCategory.OTHER], + tags: ["directional", "pointer", "pointing", "arrowhead"], + Icon: Icon.ArrowsLeftRight, + }, + { + name: "arrows-outward", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "expand", + "fullscreen", + ], + Icon: Icon.ArrowsOutward, + }, + { + name: "arrows-outward-cardinal", + categories: [IconCategory.OTHER], + tags: [ + "directional", + "pointer", + "pointing", + "arrowhead", + "expand", + "fullscreen", + "pan", + ], + Icon: Icon.ArrowsOutwardCardinal, + }, { name: "asterisk", categories: [IconCategory.OTHER], @@ -1016,49 +1106,6 @@ export const icons: Readonly = [ tags: ["round", "basketball", "design"], Icon: Icon.Dribbble, }, - { - name: "eight", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "8", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.Eight, - }, - { - name: "eight-circle", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "8", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.EightCircle, - }, - { - name: "eight-square", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "8", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.EightSquare, - }, { name: "envelope", categories: [IconCategory.COMMUNICATION], @@ -1186,49 +1233,6 @@ export const icons: Readonly = [ ], Icon: Icon.FingerprintDense, }, - { - name: "five", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "5", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.Five, - }, - { - name: "five-circle", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "5", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.FiveCircle, - }, - { - name: "five-square", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "5", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.FiveSquare, - }, { name: "floppy-disk", categories: [ @@ -1297,49 +1301,6 @@ export const icons: Readonly = [ tags: ["directory", "directories", "files", "folders"], Icon: Icon.FolderSimple, }, - { - name: "four", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "4", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.Four, - }, - { - name: "four-circle", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "4", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.FourCircle, - }, - { - name: "four-square", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "4", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.FourSquare, - }, { name: "frame-target", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -1874,12 +1835,6 @@ export const icons: Readonly = [ ], Icon: Icon.Moon, }, - // { - // name: "music-notes-sixteenth", - // categories: [IconCategory.MEDIA, IconCategory.SYSTEM], - // tags: ["songs", "audio", "playlist", "albums"], - // Icon: Icon.MusicNotesSixteenth, - // }, { name: "music-notes", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -1911,7 +1866,395 @@ export const icons: Readonly = [ Icon: Icon.NotesSixteenthsBeamed, }, { - name: "nine", + name: "number-zero", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "0", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Zero, + }, + { + name: "number-zero-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "0", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.ZeroCircle, + }, + { + name: "number-zero-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "0", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.ZeroSquare, + }, + { + name: "number-one", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "1", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.One, + }, + { + name: "number-one-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "1", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.OneCircle, + }, + { + name: "number-one-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "1", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.OneSquare, + }, + { + name: "number-two", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "2", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Two, + }, + { + name: "number-two-circle", + categories: [IconCategory.DESIGN], + tags: [ + "2", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.TwoCircle, + }, + { + name: "number-two-square", + categories: [IconCategory.DESIGN], + tags: [ + "2", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.TwoSquare, + }, + { + name: "number-three", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "3", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Three, + }, + { + name: "number-three-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "3", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.ThreeCircle, + }, + { + name: "number-three-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "3", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.ThreeSquare, + }, + { + name: "number-four", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "4", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Four, + }, + { + name: "number-four-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "4", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.FourCircle, + }, + { + name: "number-four-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "4", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.FourSquare, + }, + { + name: "number-five", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "5", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Five, + }, + { + name: "number-five-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "5", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.FiveCircle, + }, + { + name: "number-five-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "5", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.FiveSquare, + }, + { + name: "number-six", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "6", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Six, + }, + { + name: "number-six-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "6", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.SixCircle, + }, + { + name: "number-six-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "6", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.SixSquare, + }, + { + name: "number-seven", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "7", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Seven, + }, + { + name: "number-seven-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "7", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.SevenCircle, + }, + { + name: "number-seven-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "7", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.SevenSquare, + }, + + { + name: "number-eight", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "8", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Eight, + }, + { + name: "number-eight-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "8", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.EightCircle, + }, + { + name: "number-eight-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "8", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.EightSquare, + }, + { + name: "number-nine", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "9", @@ -1925,7 +2268,7 @@ export const icons: Readonly = [ Icon: Icon.Nine, }, { - name: "nine-circle", + name: "number-nine-circle", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "9", @@ -1940,7 +2283,7 @@ export const icons: Readonly = [ Icon: Icon.NineCircle, }, { - name: "nine-square", + name: "number-nine-square", categories: [IconCategory.FINANCE, IconCategory.OTHER], tags: [ "9", @@ -1953,6 +2296,7 @@ export const icons: Readonly = [ ], Icon: Icon.NineSquare, }, + { name: "note-blank-fold", categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], @@ -2001,49 +2345,6 @@ export const icons: Readonly = [ tags: ["8", "shapes", "polygons"], Icon: Icon.Octagon, }, - { - name: "one", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "1", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.One, - }, - { - name: "one-circle", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "1", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.OneCircle, - }, - { - name: "one-square", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "1", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.OneSquare, - }, { name: "overflow-horizontal", categories: [IconCategory.SYSTEM], @@ -2379,49 +2680,6 @@ export const icons: Readonly = [ ], Icon: Icon.Rewind, }, - { - name: "seven", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "7", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.Seven, - }, - { - name: "seven-circle", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "7", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.SevenCircle, - }, - { - name: "seven-square", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "7", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.SevenSquare, - }, { name: "shield", categories: [IconCategory.SYSTEM, IconCategory.OTHER], @@ -2497,49 +2755,6 @@ export const icons: Readonly = [ tags: ["music", "audio", "randomize"], Icon: Icon.ShuffleAngular, }, - { - name: "six", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "6", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.Six, - }, - { - name: "six-circle", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "6", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.SixCircle, - }, - { - name: "six-square", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "6", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.SixSquare, - }, { name: "skip-back", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -2848,49 +3063,6 @@ export const icons: Readonly = [ tags: ["text alignment", "align right"], Icon: Icon.TextRight, }, - { - name: "three", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "3", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.Three, - }, - { - name: "three-circle", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "3", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.ThreeCircle, - }, - { - name: "three-square", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "3", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.ThreeSquare, - }, { name: "ticket", categories: [IconCategory.BUSINESS, IconCategory.OTHER], @@ -2957,49 +3129,6 @@ export const icons: Readonly = [ tags: ["trucks", "cars", "vehicles", "maps", "shipping", "delivery"], Icon: Icon.Truck, }, - { - name: "two", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "2", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.Two, - }, - { - name: "two-circle", - categories: [IconCategory.DESIGN], - tags: [ - "2", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.TwoCircle, - }, - { - name: "two-square", - categories: [IconCategory.DESIGN], - tags: [ - "2", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.TwoSquare, - }, { name: "user-circle", categories: [IconCategory.USERS], @@ -3096,47 +3225,4 @@ export const icons: Readonly = [ tags: ["closed", "cancelled", "dismissed"], Icon: Icon.XSquare, }, - { - name: "zero", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "0", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.Zero, - }, - { - name: "zero-circle", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "0", - "round", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.ZeroCircle, - }, - { - name: "zero-square", - categories: [IconCategory.FINANCE, IconCategory.OTHER], - tags: [ - "0", - "numbers", - "numerals", - "digits", - "mathematics", - "arithmetic", - "calculator", - ], - Icon: Icon.ZeroSquare, - }, ];