@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 580 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Database03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "database-03" }), _jsx("path", { className: 'dry-icon-database-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M14 20a2 2 0 1 1-4 0m4 0a2 2 0 0 0-2-2m2 2h7m-11 0a2 2 0 0 1 2-2m-2 2H3m9-2v-4m9-9c0 1.657-4.03 3-9 3S3 6.657 3 5m18 0c0-1.657-4.03-3-9-3S3 3.343 3 5m18 0v6c0 1.66-4 3-9 3M3 5v6c0 1.66 4 3 9 3' })] }));
//# sourceMappingURL=Database03.js.map