UNPKG

@kadconsulting/dry

Version:
3 lines 529 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Database01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "database-01" }), _jsx("path", { className: 'dry-icon-database-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 5c0 1.657-4.03 3-9 3S3 6.657 3 5m18 0c0-1.657-4.03-3-9-3S3 3.343 3 5m18 0v14c0 1.66-4 3-9 3s-9-1.34-9-3V5m18 7c0 1.66-4 3-9 3s-9-1.34-9-3' })] })); //# sourceMappingURL=Database01.js.map