Shield Plus
Usage:
React Code:
npm install @mynaui/icons-react
import { ShieldPlus } from "@mynaui/icons-react";
const App = () => {
return <ShieldPlus />;
};
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 11h4m-2-2v4m-.533 7.82a.88.88 0 0 0 1.066 0C14.168 19.593 19 15.586 19 11.016v-4.93a.514.514 0 0 0-.457-.515 12.048 12.048 0 0 1-5.582-2.046l-.61-.417a.62.62 0 0 0-.702 0l-.61.417a12.048 12.048 0 0 1-5.582 2.046.514.514 0 0 0-.457.515v4.93c0 4.57 4.832 8.577 6.467 9.802Z"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/shield-plus.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-shield-plus"></use></svg
>