[
  {
    "path": "Edit/Add.svg",
    "registry_name": "action/add",
    "visual_signature": "centered plus sign made of two equal crossing strokes, no border",
    "affordance_category": "additive",
    "synonyms_en": [
      "add",
      "plus",
      "edit",
      "new",
      "create"
    ],
    "synonyms_zh": [
      "新增",
      "添加",
      "加号"
    ],
    "when_to_use": "primary add-new action that creates a new entity in the current container; e.g. 'Add row' button at top of a table",
    "notes": "synonyms 'add','plus','edit' sourced from manifest tags/aliases",
    "figma_component_key": "b55b65cce73c6dc552b44769025770d4025d6056",
    "figma_name": "icon/Edit/Add 1",
    "figma_node_id": "1155:24160"
  },
  {
    "path": "Edit/Minus.svg",
    "registry_name": "action/minus",
    "visual_signature": "single short horizontal stroke centered in viewBox",
    "affordance_category": "destructive",
    "synonyms_en": [
      "minus",
      "subtract",
      "edit",
      "remove",
      "decrement"
    ],
    "synonyms_zh": [
      "减号",
      "移除",
      "减少"
    ],
    "when_to_use": "remove one item from a list or decrement a counter; e.g. minus button next to a list row to remove that row",
    "notes": "manifest tags ['edit','subtract']; sometimes used for quantity decrement",
    "figma_component_key": "70004e7df01ca391f08dd6b385622c2ddd266fbd",
    "figma_name": "icon/Edit/Minus",
    "figma_node_id": "1155:24184"
  },
  {
    "path": "Edit/Close.svg",
    "registry_name": "action/close",
    "visual_signature": "bold X made of two diagonal strokes meeting at center",
    "affordance_category": "dismissive",
    "synonyms_en": [
      "close",
      "dismiss",
      "clear",
      "hide",
      "exit"
    ],
    "synonyms_zh": [
      "关闭",
      "取消",
      "退出"
    ],
    "when_to_use": "dismiss a modal / drawer / notification / tag chip without losing underlying data; e.g. Dialog close button in top-right",
    "notes": "manifest tags ['dismiss','clear']; icon-aliases.ts also maps `action/close` and `close`. MUST NOT substitute for Delete — close hides UI; delete destroys data.",
    "figma_component_key": "6d8d8ef02c72e60cab409c8443d9da0c880abb2b",
    "figma_name": "icon/Edit/Close",
    "figma_node_id": "1155:24553"
  },
  {
    "path": "Edit/Selected.svg",
    "registry_name": "action/selected",
    "visual_signature": "bare checkmark stroke (no surrounding shape)",
    "affordance_category": "confirmative",
    "synonyms_en": [
      "selected",
      "check",
      "confirm",
      "tick",
      "applied"
    ],
    "synonyms_zh": [
      "选中",
      "对勾",
      "已选"
    ],
    "when_to_use": "indicate an option / row / checkbox is in the selected state; e.g. Dropdown menu currently-selected option marker",
    "notes": "manifest tags ['check','confirm']. Differs from Message/Success-1 which adds a containing circle.",
    "figma_component_key": "100fc7c987660ab9922ef029adf74d24a666a812",
    "figma_name": "icon/Edit/Selected",
    "figma_node_id": "1128:23193"
  },
  {
    "path": "Edit/Delete.svg",
    "registry_name": "action/delete",
    "visual_signature": "trash bin with detached lid on top and two vertical bars inside the body",
    "affordance_category": "destructive",
    "synonyms_en": [
      "delete",
      "trash",
      "remove",
      "discard",
      "bin"
    ],
    "synonyms_zh": [
      "删除",
      "垃圾桶",
      "丢弃"
    ],
    "when_to_use": "destructive action removing a record/file/row; e.g. delete row in MicroApps Console table",
    "notes": null,
    "figma_component_key": "6379e02068f1cad59776d408d63cb9f4b416a594",
    "figma_name": "icon/Edit/Delete",
    "figma_node_id": "1155:24517"
  },
  {
    "path": "Edit/Clear-1.svg",
    "registry_name": "action/clear",
    "visual_signature": "outlined circle enclosing a centered X",
    "affordance_category": "destructive",
    "synonyms_en": [
      "clear",
      "reset",
      "wipe",
      "erase",
      "empty"
    ],
    "synonyms_zh": [
      "清除",
      "清空",
      "重置"
    ],
    "when_to_use": "clear a field's existing value to empty; e.g. inline clear button inside Input/Select that empties the value without dismissing the field",
    "notes": "destructive (empties data), distinct from action/close which is dismissive",
    "figma_component_key": "8aff1e8acabe7cb306ea82a4243d59ddf65e15f7",
    "figma_name": "icon/Edit/Clear 1",
    "figma_node_id": "1155:24588"
  },
  {
    "path": "Edit/Edit.svg",
    "registry_name": "action/edit",
    "visual_signature": "square outline with a pencil tip leaving / overlapping the upper-right corner",
    "affordance_category": "editive",
    "synonyms_en": [
      "edit",
      "modify",
      "change",
      "update",
      "pencil"
    ],
    "synonyms_zh": [
      "编辑",
      "修改",
      "更新"
    ],
    "when_to_use": "open an entity for editing without leaving the page; e.g. inline 'Edit' icon on a table row",
    "notes": "promoted to src/icons/manifest.ts in v0.4.0 — strong candidate for `action/edit`",
    "figma_component_key": "3ee34d83c41d4b3dfb1b35135b33187ecc789419",
    "figma_name": "icon/Edit/Edit",
    "figma_node_id": "1155:24846"
  },
  {
    "path": "Edit/Rename.svg",
    "registry_name": "action/rename",
    "visual_signature": "square outline with a text cursor / I-beam inside",
    "affordance_category": "editive",
    "synonyms_en": [
      "rename",
      "relabel",
      "retitle",
      "edit name",
      "change label"
    ],
    "synonyms_zh": [
      "重命名",
      "改名",
      "修改名称"
    ],
    "when_to_use": "specifically edit an entity's name/title (not its full record); e.g. context-menu 'Rename' on a folder",
    "notes": "narrower than Edit/Edit",
    "figma_component_key": "3a9dafa27c97cc8db770a032ce75eacf46ba5a1b",
    "figma_name": "icon/Edit/Rename",
    "figma_node_id": "1324:26949"
  },
  {
    "path": "Edit/Copy.svg",
    "registry_name": "action/copy",
    "visual_signature": "two overlapping rounded squares, one offset over the other",
    "affordance_category": "editive",
    "synonyms_en": [
      "copy",
      "duplicate",
      "clone",
      "replicate",
      "copy to clipboard"
    ],
    "synonyms_zh": [
      "复制",
      "拷贝",
      "克隆"
    ],
    "when_to_use": "copy content (text/value) or duplicate an entity in place; e.g. 'Copy ID' button next to a UUID field",
    "notes": "editive (creates derivative of an existing entity), distinct from additive action/add",
    "figma_component_key": "75d48adc6f57f176bf3b4c4560e9f5ab8bd79e92",
    "figma_name": "icon/Edit/Copy",
    "figma_node_id": "1155:25119"
  },
  {
    "path": "Edit/Save.svg",
    "registry_name": "action/save",
    "visual_signature": "floppy-disk shape: square body with notched top tab and inner label area",
    "affordance_category": "editive",
    "synonyms_en": [
      "save",
      "persist",
      "store",
      "commit changes",
      "write"
    ],
    "synonyms_zh": [
      "保存",
      "存储",
      "提交"
    ],
    "when_to_use": "persist in-progress edits of an existing entity; e.g. form 'Save' action button",
    "notes": "editive (finalizes a modification)",
    "figma_component_key": "de7183f6c0cc998905279248a2e887f17df06846",
    "figma_name": "icon/Edit/Save",
    "figma_node_id": "1155:24938"
  },
  {
    "path": "Edit/accreditation edit.svg",
    "registry_name": "action/accreditation-edit",
    "visual_signature": "diagonal pencil nib crossing a lower-left edit block, with a small separated pencil cap at the upper right",
    "affordance_category": "editive",
    "synonyms_en": [
      "accreditation edit",
      "edit",
      "pencil",
      "credential",
      "certify",
      "modify"
    ],
    "synonyms_zh": [
      "资质编辑",
      "编辑",
      "铅笔",
      "修改"
    ],
    "when_to_use": "编辑认证、授权或资质类字段时，按修改动作；e.g. edit an accreditation profile or credential label.",
    "notes": "Visual read from SVG: pencil/edit glyph, not a generic add or confirm icon.",
    "figma_component_key": "81e4c54d33ab676db0f73f39b4239676542fd55a",
    "figma_name": "icon/Edit/accreditation edit",
    "figma_node_id": "2004:18252"
  },
  {
    "path": "Edit/Add 2.svg",
    "registry_name": "action/add-2",
    "visual_signature": "filled circle containing a centered plus sign, with the plus cut visually into the middle",
    "affordance_category": "additive",
    "synonyms_en": [
      "Add 2",
      "add circle",
      "plus circle",
      "create",
      "append"
    ],
    "synonyms_zh": [
      "圆形新增",
      "添加",
      "圆形加号"
    ],
    "when_to_use": "需要比 plain plus 更强调新增入口时，按创建动作；e.g. floating add button or empty-state add affordance.",
    "notes": "Sister of Add 1; circular container makes it visually heavier.",
    "figma_component_key": "d0e9ba6f06c73cf9e4204da7db7641f75a075af5",
    "figma_name": "icon/Edit/Add 2",
    "figma_node_id": "1155:24225"
  },
  {
    "path": "Edit/Add 3.svg",
    "registry_name": "action/add-3",
    "visual_signature": "two overlapping rounded rectangles with a small plus sign inside the front rectangle",
    "affordance_category": "additive",
    "synonyms_en": [
      "Add 3",
      "duplicate add",
      "add card",
      "add copy",
      "create nested"
    ],
    "synonyms_zh": [
      "添加副本",
      "新增卡片",
      "叠层加号"
    ],
    "when_to_use": "在列表、卡片或副本集合中新增一个同类对象时，按新增动作；e.g. add another card/template.",
    "notes": "Overlapping-sheet visual can be confused with copy; plus sign makes additive intent primary.",
    "figma_component_key": "4c678bf467cd9e58761b789b6a9f1a9d2a75a2e9",
    "figma_name": "icon/Edit/Add 3",
    "figma_node_id": "1155:24428"
  },
  {
    "path": "Edit/Add list.svg",
    "registry_name": "action/add-list",
    "visual_signature": "three horizontal list strokes with a plus sign placed at the lower right",
    "affordance_category": "additive",
    "synonyms_en": [
      "Add list",
      "add to list",
      "list plus",
      "append row",
      "add item"
    ],
    "synonyms_zh": [
      "添加列表项",
      "列表新增",
      "加入清单"
    ],
    "when_to_use": "向列表或队列追加条目时，按添加列表项动作；e.g. add a new condition row to a rule list.",
    "notes": "Use-case is list-specific; prefer Add 1 for generic creation.",
    "figma_component_key": "fa08d2bebca7a775d69a09b9dccc330739377117",
    "figma_name": "icon/Edit/Add list",
    "figma_node_id": "1352:27690"
  },
  {
    "path": "Edit/align left.svg",
    "registry_name": "action/align-left",
    "visual_signature": "three horizontal text lines share a left edge, with shorter lower lines extending right by different lengths",
    "affordance_category": "editive",
    "synonyms_en": [
      "align left",
      "left align",
      "text alignment",
      "paragraph",
      "flush left"
    ],
    "synonyms_zh": [
      "左对齐",
      "文本对齐",
      "段落左齐"
    ],
    "when_to_use": "设置文本或对象左侧对齐时，按排版编辑动作；e.g. align selected caption text to the left.",
    "notes": "Alignment glyph; not a navigational left arrow.",
    "figma_component_key": "6e8955f9dcc7616f03f2d85da3c52550c3d08006",
    "figma_name": "icon/Edit/align left",
    "figma_node_id": "3280:135"
  },
  {
    "path": "Edit/align middle.svg",
    "registry_name": "action/align-middle",
    "visual_signature": "three horizontal text lines centered on a shared vertical axis, with shorter lines balanced on both sides",
    "affordance_category": "editive",
    "synonyms_en": [
      "align middle",
      "center align",
      "text alignment",
      "paragraph",
      "centered"
    ],
    "synonyms_zh": [
      "居中对齐",
      "文本居中",
      "段落居中"
    ],
    "when_to_use": "设置文本或对象居中对齐时，按排版编辑动作；e.g. center selected title text.",
    "notes": "Name says middle but visual corresponds to horizontal center alignment.",
    "figma_component_key": "c17616ed54af436bb4173898aeddfbb5ca774122",
    "figma_name": "icon/Edit/align middle",
    "figma_node_id": "3280:136"
  },
  {
    "path": "Edit/align right.svg",
    "registry_name": "action/align-right",
    "visual_signature": "three horizontal text lines share a right edge, with shorter lower lines starting farther to the right",
    "affordance_category": "editive",
    "synonyms_en": [
      "align right",
      "right align",
      "text alignment",
      "paragraph",
      "flush right"
    ],
    "synonyms_zh": [
      "右对齐",
      "文本右齐",
      "段落右齐"
    ],
    "when_to_use": "设置文本或对象右侧对齐时，按排版编辑动作；e.g. align numeric column labels to the right.",
    "notes": "Alignment glyph; not a directional navigation affordance.",
    "figma_component_key": "4ec04322910284918a1d6f3a09476ba73820a7fd",
    "figma_name": "icon/Edit/align right",
    "figma_node_id": "3280:137"
  },
  {
    "path": "Edit/bold.svg",
    "registry_name": "action/bold",
    "visual_signature": "heavy uppercase B-shaped letterform with two rounded bowls, representing bold text styling",
    "affordance_category": "editive",
    "synonyms_en": [
      "bold",
      "B",
      "text style",
      "strong",
      "typography"
    ],
    "synonyms_zh": [
      "加粗",
      "粗体",
      "文本样式"
    ],
    "when_to_use": "切换文本粗体样式时，按文字格式编辑动作；e.g. bold selected annotation text.",
    "notes": "Typography control, not a brand letter mark.",
    "figma_component_key": "a83b5daa1eb19d7d1503440af29015ed04019088",
    "figma_name": "icon/Edit/bold",
    "figma_node_id": "2145:181"
  },
  {
    "path": "Edit/calculate.svg",
    "registry_name": "action/calculate",
    "visual_signature": "calculator-like operator set with plus and multiplication marks on the left and stacked equals/minus bars on the right",
    "affordance_category": "informational",
    "synonyms_en": [
      "calculate",
      "calculator",
      "formula",
      "math",
      "compute"
    ],
    "synonyms_zh": [
      "计算",
      "公式",
      "算式",
      "计算器"
    ],
    "when_to_use": "表示数值计算、公式或自动汇总能力时，按计算语义；e.g. open a calculated metric editor.",
    "notes": "Category is informational because the glyph communicates calculation semantics more than a generic edit operation.",
    "figma_component_key": "1ffaa13aedb98879c036702e199c74a939b08473",
    "figma_name": "icon/Edit/calculate",
    "figma_node_id": "2352:15654"
  },
  {
    "path": "Edit/Clear 2.svg",
    "registry_name": "action/clear-2",
    "visual_signature": "filled circle containing an X made from two crossing diagonal strokes",
    "affordance_category": "destructive",
    "synonyms_en": [
      "Clear 2",
      "clear circle",
      "remove",
      "reset",
      "delete value"
    ],
    "synonyms_zh": [
      "清除",
      "清空",
      "圆形叉号"
    ],
    "when_to_use": "清空输入值、过滤条件或临时内容时，按清除动作；e.g. clear the search field text.",
    "notes": "Filled circular X is heavier than Close; use for clearing content, not dismissing a modal.",
    "figma_component_key": "7ad4c401f027a14b32723fc3b9182890ed9dcf8c",
    "figma_name": "icon/Edit/Clear 2",
    "figma_node_id": "1155:24638"
  },
  {
    "path": "Edit/Clear 3.svg",
    "registry_name": "action/clear-3",
    "visual_signature": "broad brush or cleaning tool shape with a handle and scrub base, plus multiple vertical wipe marks",
    "affordance_category": "destructive",
    "synonyms_en": [
      "Clear 3",
      "clean",
      "wipe",
      "brush",
      "reset",
      "clear all"
    ],
    "synonyms_zh": [
      "清理",
      "擦除",
      "清空全部",
      "重置"
    ],
    "when_to_use": "批量清理或重置一组内容时，按清扫动作；e.g. clear all annotations or reset all filters.",
    "notes": "More physical clean-up metaphor than Clear 2; review for exact product copy before use.",
    "figma_component_key": "da39217a8bbd9e0d6a4dbdfdb372c755fef32d1b",
    "figma_name": "icon/Edit/Clear 3",
    "figma_node_id": "1155:24773"
  },
  {
    "path": "Edit/Clip.svg",
    "registry_name": "action/clip",
    "visual_signature": "scissors icon with crossed blades and two round handle loops",
    "affordance_category": "editive",
    "synonyms_en": [
      "Clip",
      "scissors",
      "trim",
      "cut",
      "split clip",
      "crop"
    ],
    "synonyms_zh": [
      "剪辑",
      "裁剪",
      "剪刀",
      "修剪"
    ],
    "when_to_use": "剪辑、裁剪或截取媒体片段时，按编辑动作；e.g. trim a video segment in a timeline.",
    "notes": "Use for media/editing operations; do not use as destructive delete.",
    "figma_component_key": "66e86f5faa99398184c73b75ad53e870c26a911a",
    "figma_name": "icon/Edit/Clip",
    "figma_node_id": "1155:25006"
  },
  {
    "path": "Edit/Copy link.svg",
    "registry_name": "action/copy-link",
    "visual_signature": "two overlapping document rectangles with a chain-link symbol attached at the lower right",
    "affordance_category": "editive",
    "synonyms_en": [
      "Copy link",
      "link",
      "copy URL",
      "share link",
      "duplicate link"
    ],
    "synonyms_zh": [
      "复制链接",
      "链接",
      "拷贝地址"
    ],
    "when_to_use": "复制可分享 URL 或对象链接时，按复制链接动作；e.g. copy a session deep link.",
    "notes": "Combines copy and link shapes; use Copy for copying arbitrary text/object without URL semantics.",
    "figma_component_key": "fa2de87204e60f80900c802c85608306a620a6aa",
    "figma_name": "icon/Edit/Copy link",
    "figma_node_id": "1169:24404"
  },
  {
    "path": "Edit/description.svg",
    "registry_name": "action/description",
    "visual_signature": "rounded square document panel with three horizontal text lines, the bottom line shorter than the others",
    "affordance_category": "informational",
    "synonyms_en": [
      "description",
      "details",
      "document",
      "notes",
      "text block"
    ],
    "synonyms_zh": [
      "描述",
      "详情",
      "文档",
      "说明"
    ],
    "when_to_use": "展示或进入描述/说明内容时，按详情语义；e.g. open the description field for an asset.",
    "notes": "Informational document glyph; if the action edits text, pair with explicit edit wording.",
    "figma_component_key": "04c1140d653bab0355dcd29555bd4357aae08a47",
    "figma_name": "icon/Edit/description",
    "figma_node_id": "2105:185"
  },
  {
    "path": "Edit/insert.svg",
    "registry_name": "action/insert",
    "visual_signature": "horizontal text lines with a left-pointing arrow inserted into the lower text row",
    "affordance_category": "editive",
    "synonyms_en": [
      "insert",
      "insert line",
      "add inline",
      "place",
      "inject"
    ],
    "synonyms_zh": [
      "插入",
      "插入行",
      "嵌入",
      "放入"
    ],
    "when_to_use": "在现有文本、列表或时间线中间插入内容时，按插入动作；e.g. insert a step between two existing rules.",
    "notes": "Arrow points into a row, suggesting insertion into existing content.",
    "figma_component_key": "134404808e949eaaa03ca2d6fe7c1d51cb9da2e8",
    "figma_name": "icon/Edit/insert",
    "figma_node_id": "1214:3572"
  },
  {
    "path": "Edit/italic.svg",
    "registry_name": "action/italic",
    "visual_signature": "slanted I-shaped text mark with short horizontal caps at top and bottom",
    "affordance_category": "editive",
    "synonyms_en": [
      "italic",
      "slanted text",
      "I",
      "text style",
      "typography"
    ],
    "synonyms_zh": [
      "斜体",
      "倾斜文字",
      "文本样式"
    ],
    "when_to_use": "切换文本斜体样式时，按文字格式编辑动作；e.g. italicize selected annotation text.",
    "notes": "Typography control.",
    "figma_component_key": "e1b8d5947ff144de4aa28f5cb8d5d1b05502fc55",
    "figma_name": "icon/Edit/italic",
    "figma_node_id": "2145:182"
  },
  {
    "path": "Edit/Minus 2.svg",
    "registry_name": "action/minus-2",
    "visual_signature": "filled circle containing one centered horizontal minus stroke",
    "affordance_category": "destructive",
    "synonyms_en": [
      "Minus 2",
      "remove circle",
      "minus circle",
      "decrement",
      "subtract"
    ],
    "synonyms_zh": [
      "圆形减号",
      "减少",
      "移除",
      "扣减"
    ],
    "when_to_use": "减少数量或移除一个轻量条目时，按减号动作；e.g. remove one condition row or decrement a counter.",
    "notes": "Circular variant is visually stronger than plain Minus; review destructive vs decrement wording per UI copy.",
    "figma_component_key": "886fb9163ceb4620768f9e8d9f2ed83a29333af3",
    "figma_name": "icon/Edit/Minus 2",
    "figma_node_id": "1155:24267"
  },
  {
    "path": "Edit/redo.svg",
    "registry_name": "action/redo",
    "visual_signature": "curved arrow path bending rightward, with an arrowhead at the upper right and a horizontal tail below",
    "affordance_category": "editive",
    "synonyms_en": [
      "redo",
      "forward history",
      "repeat",
      "restore change",
      "reapply"
    ],
    "synonyms_zh": [
      "重做",
      "前进历史",
      "恢复操作",
      "再执行"
    ],
    "when_to_use": "重新应用刚撤销的编辑步骤时，按重做动作；e.g. redo a text or layout change.",
    "notes": "History/edit command, not page navigation.",
    "figma_component_key": "ae8e32a2215a3ed1678e30a3308c08bc4b3b6e89",
    "figma_name": "icon/Edit/redo",
    "figma_node_id": "2481:15549"
  },
  {
    "path": "Edit/text.svg",
    "registry_name": "action/text",
    "visual_signature": "uppercase A paired with a lowercase a, indicating a text or typography control",
    "affordance_category": "editive",
    "synonyms_en": [
      "text",
      "typography",
      "font",
      "label",
      "text tool"
    ],
    "synonyms_zh": [
      "文本",
      "字体",
      "文字工具",
      "排版"
    ],
    "when_to_use": "添加或编辑文本内容/字体样式时，按文字编辑动作；e.g. open text settings for an overlay label.",
    "notes": "Broad text tool; use bold/italic/underline for specific formatting toggles.",
    "figma_component_key": "c769edf879b722b23d060b51fcccc86cbe4fe9e8",
    "figma_name": "icon/Edit/text",
    "figma_node_id": "1251:64205"
  },
  {
    "path": "Edit/merge words.svg",
    "registry_name": "action/text-merge",
    "visual_signature": "two vertical text blocks on the sides with paired arrows pointing inward toward the center gap",
    "affordance_category": "editive",
    "synonyms_en": [
      "merge words",
      "merge text",
      "combine",
      "join",
      "collapse spacing"
    ],
    "synonyms_zh": [
      "合并文字",
      "合并",
      "拼接",
      "收拢"
    ],
    "when_to_use": "将分开的文字、段落或片段合并成一个连续单元时，按合并动作；e.g. merge split transcript words.",
    "notes": "Inward arrows distinguish it from split words.",
    "figma_component_key": "718cf6f123a4c376f0d91a16309345945c790de2",
    "figma_name": "icon/Edit/merge words",
    "figma_node_id": "1293:176"
  },
  {
    "path": "Edit/split words.svg",
    "registry_name": "action/text-split",
    "visual_signature": "two side text blocks with arrows pointing outward from the center, plus small center dots at top and bottom",
    "affordance_category": "editive",
    "synonyms_en": [
      "split words",
      "split text",
      "separate",
      "divide",
      "expand spacing"
    ],
    "synonyms_zh": [
      "拆分文字",
      "分割",
      "分开",
      "拆开"
    ],
    "when_to_use": "将合并文本、词段或片段拆成多个单元时，按拆分动作；e.g. split a transcript phrase into separate words.",
    "notes": "Outward arrows distinguish it from merge words.",
    "figma_component_key": "3ce50d1f87f7f612044b0269d2fc108887b2214d",
    "figma_name": "icon/Edit/split words",
    "figma_node_id": "1293:177"
  },
  {
    "path": "Edit/underline.svg",
    "registry_name": "action/underline",
    "visual_signature": "U-shaped letterform with a separate horizontal line underneath",
    "affordance_category": "editive",
    "synonyms_en": [
      "underline",
      "underlined text",
      "U",
      "text style",
      "typography"
    ],
    "synonyms_zh": [
      "下划线",
      "文本下划线",
      "文字样式"
    ],
    "when_to_use": "切换文本下划线样式时，按文字格式编辑动作；e.g. underline selected annotation text.",
    "notes": "Typography control.",
    "figma_component_key": "21b52f530dc6698aa516817e2bc8beeca9041656",
    "figma_name": "icon/Edit/underline",
    "figma_node_id": "2145:183"
  },
  {
    "path": "Edit/undo.svg",
    "registry_name": "action/undo",
    "visual_signature": "curved arrow path bending leftward, with an arrowhead at the upper left and a horizontal tail below",
    "affordance_category": "editive",
    "synonyms_en": [
      "undo",
      "back history",
      "revert",
      "rollback",
      "cancel last edit"
    ],
    "synonyms_zh": [
      "撤销",
      "回退历史",
      "还原",
      "撤回操作"
    ],
    "when_to_use": "撤回最近一次编辑步骤时，按撤销动作；e.g. undo a text or layout change.",
    "notes": "History/edit command, not breadcrumb back navigation.",
    "figma_component_key": "82846b433e9b8f9811767fd8a62a329149b388e0",
    "figma_name": "icon/Edit/undo",
    "figma_node_id": "2481:15548"
  },
  {
    "path": "Edit/disabled.svg",
    "registry_name": "status/disabled",
    "visual_signature": "prohibition circle with a diagonal slash running from lower left to upper right",
    "affordance_category": "informational",
    "synonyms_en": [
      "disabled",
      "unavailable",
      "prohibited",
      "blocked",
      "no entry"
    ],
    "synonyms_zh": [
      "禁用",
      "不可用",
      "禁止",
      "阻止"
    ],
    "when_to_use": "标识功能不可用、权限不足或状态被禁用时，按禁用语义；e.g. disabled action hint in a toolbar.",
    "notes": "Status/availability marker; not a destructive action by itself.",
    "figma_component_key": "7a042d44ba2bec469e215992a1c6038928ffb46c",
    "figma_name": "icon/Edit/disabled",
    "figma_node_id": "2107:240"
  },
  {
    "path": "Edit/Edited.svg",
    "registry_name": "status/edited",
    "visual_signature": "document outline with short text lines and a checkmark overlay at the lower right",
    "affordance_category": "confirmative",
    "synonyms_en": [
      "Edited",
      "edited document",
      "saved changes",
      "checked file",
      "reviewed"
    ],
    "synonyms_zh": [
      "已编辑",
      "已修改",
      "文档确认",
      "已检查"
    ],
    "when_to_use": "表示文档或配置已完成修改/已检查时，按确认状态；e.g. show that a description was reviewed after editing.",
    "notes": "Checkmark makes this a completion/confirmation marker rather than the edit action itself.",
    "figma_component_key": "88bfd24b3ae87c9851b6b1a4b3d3b8181f7902f1",
    "figma_name": "icon/Edit/Edited",
    "figma_node_id": "1351:26648"
  },
  {
    "path": "Edit/Multi select.svg",
    "registry_name": "status/multi-select",
    "visual_signature": "stacked square selection boxes with a checkmark drawn inside the front box",
    "affordance_category": "confirmative",
    "synonyms_en": [
      "Multi select",
      "multiple selection",
      "checked boxes",
      "select many",
      "batch select"
    ],
    "synonyms_zh": [
      "多选",
      "批量选择",
      "勾选多个"
    ],
    "when_to_use": "进入批量选择或多选确认模式时，按多选动作；e.g. enable selecting multiple table rows.",
    "notes": "Checkmark implies selected state; not a generic checkbox component replacement.",
    "figma_component_key": "0a1982ae7a83d78764187d5b7d122ff1b4aa2d9b",
    "figma_name": "icon/Edit/Multi select",
    "figma_node_id": "1131:23285"
  }
]
