UNPKG

@kadconsulting/dry

Version:
3 lines 451 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Lock04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "lock-04" }), _jsx("path", { className: 'dry-icon-lock-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M7.101 10H7V8a5 5 0 0 1 10 0v2h-.101M12 14v2m7-1a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z' })] })); //# sourceMappingURL=Lock04.js.map