Brand Trello
Usage:
React Code:
npm install @mynaui/icons-react
import { BrandTrello } from "@mynaui/icons-react";
const App = () => {
return <BrandTrello />;
};
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="M10 7H7v9h3V7Zm7 0h-3v5h3V7Z"/><path d="M16.5 3h-9A4.5 4.5 0 0 0 3 7.5v9A4.5 4.5 0 0 0 7.5 21h9a4.5 4.5 0 0 0 4.5-4.5v-9A4.5 4.5 0 0 0 16.5 3Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/brand-trello.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-trello"></use></svg
>