Code
code
npm install @mynaui/icons-react
import { Code } from "@mynaui/icons-react";
const App = () => {
return <Code />;
}; <svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
<path d='m17.09 7.974.23.23c1.789 1.79 2.684 2.684 2.684 3.796s-.895 2.006-2.684 3.796l-.23.23M13.876 5l-3.751 14M6.91 7.974l-.23.23C4.892 9.994 3.997 10.888 3.997 12s.895 2.006 2.685 3.796l.23.23'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/code.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui.symbol.svg#mynaui-code"></use>
</svg>