Brand Chrome
Usage:
React Code:
npm install @mynaui/icons-react
import { BrandChrome } from "@mynaui/icons-react";
const App = () => {
return <BrandChrome />;
};
SVG HTML:
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z"/><path d="M12 15.6a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Zm8.253-7.2H12M4.755 6.654 8.886 13.8m2.106 7.146 4.122-7.146"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/brand-chrome.svg" />
SVG Sprite:
npm install @mynaui/icons
<svg
width="24"
height="24"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
stroke="currentColor"
>
<use xlink:href="/path/to/mynaui.symbol.svg#mynaui-brand-chrome"></use></svg
>