mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 06:44:58 +00:00
- Added SVG icons for the following packages: - github_tools - irc_webchat - json_script_example - lua_test - media_center - nav_menu - notification_center - package_validator - quick_guide - role_editor - schema_editor - screenshot_analyzer - smtp_config - social_hub - stats_grid - stream_cast - ui_auth - ui_dialogs - ui_footer - ui_header - ui_home - ui_intro - ui_level2 - ui_level3 - ui_level4 - ui_level5 - ui_level6 - ui_login - ui_pages - ui_permissions - user_manager - workflow_editor - Updated package.json files to include icon paths for each package.
9 lines
447 B
XML
9 lines
447 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Git branch icon -->
|
|
<circle cx="20" cy="20" r="6" fill="none"/>
|
|
<circle cx="20" cy="44" r="6" fill="none"/>
|
|
<circle cx="44" cy="32" r="6" fill="none"/>
|
|
<path d="M20 26 L20 32 C20 36 24 36 28 36 L38 36" stroke-width="2"/>
|
|
<path d="M20 32 L20 38" stroke-width="2"/>
|
|
</svg>
|