Fat Arrow Left
Usage:
React Code:
npm install @mynaui/icons-react
import { FatArrowLeft } from "@mynaui/icons-react";
const App = () => {
return <FatArrowLeft />;
};
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.895 4.483c0-.43-.545-.645-.863-.34l-6.884 7.516a.467.467 0 0 0 0 .682l6.884 7.517c.318.304.863.088.863-.341V15.68c0-.267.227-.483.506-.483h9.093c.28 0 .506-.216.506-.482V9.284a.494.494 0 0 0-.506-.482h-9.093a.495.495 0 0 1-.506-.483V4.483Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/fat-arrow-left.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-arrow-left"></use></svg
>