Database
Usage:
React Code:
npm install @mynaui/icons-react
import { Database } from "@mynaui/icons-react";
const App = () => {
return <Database />;
};
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="M12 3C7.582 3 4 4.29 4 5.88c0 4.16 16 4.16 16 0C20 4.29 16.418 3 12 3Zm8 8.75c0 4.667-16 4.667-16 0"/><path d="M4 6v12.165c0 3.78 16 3.78 16 0V6"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/database.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-database"></use></svg
>