Files
create/kindred-icons/edit-cleartext.svg
forbes-0023 1c309a0ca8
All checks were successful
Build and Test / build (push) Successful in 1h13m23s
feat(icons): complete Phase 3 icon migration (#6)
This completes the Kindred Create icon set with 191 Catppuccin Mocha themed SVG icons.

New icon categories added:
- DrawStyle icons (7): Wireframe, Shaded, FlatLines, etc.
- View orientation icons (12): Front, Rear, Top, Bottom, etc.
- Tree view icons (15): Tree_*, tree-* for document tree
- Link & Feature icons (14): Link*, Feature, Group, etc.
- Button/navigation icons (11): button_*, edit_OK, edit_Cancel
- Cursor icons (4): pan, rotate, zoom, through
- Selection icons (8): edge, face, vertex, clear-selection
- DAG view icons (4): Pass, Fail, Pending, Visible
- Std_* view/toggle icons (15): ShowObjects, HideObjects, etc.
- Utility icons (25+): Document, folder, info, Warning, etc.

All icons follow the design standards:
- 32x32 viewBox with rx=4 rounded background
- Catppuccin Mocha color palette
- Category-based color coding:
  - Blue: File operations
  - Green: Edit/Creation operations
  - Yellow/Peach: View operations
  - Mauve/Lavender: System/Settings
  - Red: Destructive actions

Closes #6
2026-02-05 12:05:58 -06:00

10 lines
592 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="4" fill="#313244"/>
<line x1="8" y1="12" x2="18" y2="12" stroke="#585b70" stroke-width="1.5"/>
<line x1="8" y1="16" x2="16" y2="16" stroke="#585b70" stroke-width="1.5"/>
<line x1="8" y1="20" x2="14" y2="20" stroke="#585b70" stroke-width="1.5"/>
<circle cx="22" cy="18" r="6" fill="none" stroke="#f38ba8" stroke-width="1.5"/>
<line x1="19" y1="15" x2="25" y2="21" stroke="#f38ba8" stroke-width="1.5"/>
<line x1="25" y1="15" x2="19" y2="21" stroke="#f38ba8" stroke-width="1.5"/>
</svg>