Chrome
chrome
npm install @mynaui/icons-react
import { Chrome } from "@mynaui/icons-react";
const App = () => {
return <Chrome />;
}; <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='m10.992 20.946 4.122-7.146M4.755 6.654 8.886 13.8m11.367-5.4H12m0 7.2a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2'/><path d='M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/chrome.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-chrome"></use>
</svg>