mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
* Refactor project name from "Open Claude Design" to "Open Design" - Updated project name in package.json, package-lock.json, and README files. - Changed CLI commands and references from "ocd" to "od". - Adjusted file structure references in documentation and code to reflect new naming conventions. - Enhanced .gitignore to include new runtime data files. - Updated metadata in LICENSE file to match new project name. * Add contributing guidelines in English and Chinese - Introduced CONTRIBUTING.md and CONTRIBUTING.zh-CN.md to provide clear instructions for contributors. - Outlined contribution types, local setup instructions, and merging criteria for skills and design systems. - Enhanced README files to reference the new contributing guidelines.
15 lines
656 B
XML
15 lines
656 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>
|