Fat Corner Down Right
Usage:
React Code:
npm install @mynaui/icons-react
import { FatCornerDownRight } from "@mynaui/icons-react";
const App = () => {
return <FatCornerDownRight />;
};
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="M3 4.077c2.202 2.81 4.157 4.406 5.866 4.785 1.709.38 3.336.436 4.88.172V4L21 12.214 13.747 20v-4.784C10.89 15.192 8.46 14.12 6.46 12S3.307 7.239 3 4.077Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/fat-corner-down-right.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-fat-corner-down-right"></use></svg
>