All checks were successful
Build and Test / build (push) Successful in 1h13m23s
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
8 lines
546 B
XML
8 lines
546 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="4" fill="#313244"/>
|
|
<path d="M16 6 C12 6 10 8 10 10 L10 14 L16 14 L16 15 L8 15 L8 10 C8 6 12 4 16 4 C20 4 24 6 24 10 L24 12" fill="none" stroke="#cba6f7" stroke-width="1.5"/>
|
|
<path d="M16 26 C20 26 22 24 22 22 L22 18 L16 18 L16 17 L24 17 L24 22 C24 26 20 28 16 28 C12 28 8 26 8 22 L8 20" fill="none" stroke="#b4befe" stroke-width="1.5"/>
|
|
<circle cx="12" cy="9" r="1.5" fill="#cba6f7"/>
|
|
<circle cx="20" cy="23" r="1.5" fill="#b4befe"/>
|
|
</svg>
|