open-design/apps/web/public/logo.svg
marco 5dd70b5016
Some checks failed
ci / Validate workspace (push) Successful in 12m32s
landing-page-ci / Validate landing page (push) Successful in 9m41s
landing-page-deploy / Deploy landing page (push) Failing after 5m23s
github-metrics / Generate repository metrics SVG (push) Failing after 2m3s
refresh-contributors-wall / Refresh contributors wall cache bust (push) Failing after 11s
Initial import: open-design source for helix-mind.ai distribution
This repository contains the open-design daemon CLI source code, built
and packaged at https://helix-mind.ai/cli/open-design/latest.tgz for use
by the HelixMind /design slash command.

Licenses: Apache-2.0 (root) + MIT (skills/*)
2026-05-06 20:50:24 +02:00

16 lines
671 B
XML

<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' role='img' aria-label='Open Design'>
<title>Open Design</title>
<g stroke='#1F1B16' stroke-width='3.4' stroke-linecap='square' fill='none'>
<path d='M10 24 L10 10 L24 10' />
<path d='M40 10 L54 10 L54 24' />
<path d='M54 40 L54 54 L40 54' />
<path d='M24 54 L10 54 L10 40' />
</g>
<g stroke='#C2532D' stroke-width='3' stroke-linecap='round'>
<line x1='32' y1='20' x2='32' y2='44' />
<line x1='20' y1='32' x2='44' y2='32' />
<line x1='23.51' y1='23.51' x2='40.49' y2='40.49' />
<line x1='40.49' y1='23.51' x2='23.51' y2='40.49' />
</g>
</svg>