Trending Down
React Code
npm install @mynaui/icons-react
import { TrendingDown } from "@mynaui/icons-react";
const App = () => {
return <TrendingDown />;
};
SVG HTML
<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='M15 18h6v-6'/><path d='m3 7 4.443 5.223c.31.365.466.547.658.64a1 1 0 0 0 .546.09c.212-.024.418-.146.83-.39l2.826-1.674c.385-.229.578-.343.778-.37a1 1 0 0 1 .52.068c.187.077.344.237.658.556L21 18'/>
</svg>
SVG CDN
<img src="https://unpkg.com/@mynaui/icons/icons/trending-down.svg" />
SVG Sprite
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-trending-down"></use>
</svg>