Brand Twitch
Usage:
React Code:
npm install @mynaui/icons-react
import { BrandTwitch } from "@mynaui/icons-react";
const App = () => {
return <BrandTwitch />;
};
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="M15.556 11.1V7.5M20 3H4v14.4h4.444V21L12 17.4h4.444L20 13.8V3Zm-8.889 8.1V7.5v3.6Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/brand-twitch.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-twitch"></use></svg
>