icons: move carets to Arrows category
This commit is contained in:
@@ -1096,98 +1096,98 @@ export const icons: ReadonlyArray<IconEntry> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-up",
|
name: "caret-up",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretUp,
|
Icon: Icon.CaretUp,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-down",
|
name: "caret-down",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretDown,
|
Icon: Icon.CaretDown,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-left",
|
name: "caret-left",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretLeft,
|
Icon: Icon.CaretLeft,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-right",
|
name: "caret-right",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretRight,
|
Icon: Icon.CaretRight,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-double-up",
|
name: "caret-double-up",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretDoubleUp,
|
Icon: Icon.CaretDoubleUp,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-double-down",
|
name: "caret-double-down",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretDoubleDown,
|
Icon: Icon.CaretDoubleDown,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-double-left",
|
name: "caret-double-left",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretDoubleLeft,
|
Icon: Icon.CaretDoubleLeft,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-double-right",
|
name: "caret-double-right",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretDoubleRight,
|
Icon: Icon.CaretDoubleRight,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-circle-up",
|
name: "caret-circle-up",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretCircleUp,
|
Icon: Icon.CaretCircleUp,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-circle-down",
|
name: "caret-circle-down",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretCircleDown,
|
Icon: Icon.CaretCircleDown,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "caret-circle-left",
|
name: "caret-circle-left",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretCircleLeft,
|
Icon: Icon.CaretCircleLeft,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-circle-right",
|
name: "caret-circle-right",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretCircleRight,
|
Icon: Icon.CaretCircleRight,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-circle-double-up",
|
name: "caret-circle-double-up",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretCircleDoubleUp,
|
Icon: Icon.CaretCircleDoubleUp,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-circle-double-down",
|
name: "caret-circle-double-down",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretCircleDoubleDown,
|
Icon: Icon.CaretCircleDoubleDown,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-circle-double-left",
|
name: "caret-circle-double-left",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretCircleDoubleLeft,
|
Icon: Icon.CaretCircleDoubleLeft,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "caret-circle-double-right",
|
name: "caret-circle-double-right",
|
||||||
categories: [IconCategory.OTHER],
|
categories: [IconCategory.ARROWS],
|
||||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||||
Icon: Icon.CaretCircleDoubleRight,
|
Icon: Icon.CaretCircleDoubleRight,
|
||||||
},
|
},
|
||||||
@@ -3198,7 +3198,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "list",
|
name: "list",
|
||||||
categories: [IconCategory.SYSTEM, IconCategory.OTHER],
|
categories: [IconCategory.SYSTEM, IconCategory.EDITOR],
|
||||||
tags: [
|
tags: [
|
||||||
"hamburger menu",
|
"hamburger menu",
|
||||||
"overflow menu",
|
"overflow menu",
|
||||||
@@ -3214,25 +3214,25 @@ export const icons: ReadonlyArray<IconEntry> = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "list-bullets",
|
name: "list-bullets",
|
||||||
categories: [IconCategory.SYSTEM, IconCategory.OTHER],
|
categories: [IconCategory.SYSTEM, IconCategory.EDITOR],
|
||||||
tags: ["ul", "unordered list", "bulleted list", "checklist"],
|
tags: ["ul", "unordered list", "bulleted list", "checklist"],
|
||||||
Icon: Icon.ListBullets,
|
Icon: Icon.ListBullets,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "list-dashes",
|
name: "list-dashes",
|
||||||
categories: [IconCategory.SYSTEM, IconCategory.OTHER],
|
categories: [IconCategory.SYSTEM, IconCategory.EDITOR],
|
||||||
tags: ["ul", "unordered list", "dashed list", "checklist"],
|
tags: ["ul", "unordered list", "dashed list", "checklist"],
|
||||||
Icon: Icon.ListDashes,
|
Icon: Icon.ListDashes,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "list-numbers",
|
name: "list-numbers",
|
||||||
categories: [IconCategory.SYSTEM, IconCategory.OTHER],
|
categories: [IconCategory.SYSTEM, IconCategory.EDITOR],
|
||||||
tags: ["ol", "ordered list", "numbered list", "checklist"],
|
tags: ["ol", "ordered list", "numbered list", "checklist"],
|
||||||
Icon: Icon.ListNumbers,
|
Icon: Icon.ListNumbers,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "list-plus",
|
name: "list-plus",
|
||||||
categories: [IconCategory.SYSTEM, IconCategory.OTHER],
|
categories: [IconCategory.SYSTEM, IconCategory.EDITOR],
|
||||||
tags: ["ul", "ol", "unordered list", "ordered list", "checklist", "add"],
|
tags: ["ul", "ol", "unordered list", "ordered list", "checklist", "add"],
|
||||||
Icon: Icon.ListPlus,
|
Icon: Icon.ListPlus,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user