krl-alfred 1.81.18 → 1.81.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -36,5 +36,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
38
|
var React = __importStar(require("react"));
|
|
39
|
-
var SvgLock = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height:
|
|
39
|
+
var SvgLock = function (props) { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: 24, height: 25, viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M17.0174 9.36884V7.00682C17.0174 4.24215 14.7753 2.00005 12.0106 2.00005C9.24591 1.98795 6.99501 4.21905 6.98291 6.98482V7.00682V9.36884", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.203 22.3525H7.79676C5.49305 22.3525 3.625 20.4856 3.625 18.1808V13.4622C3.625 11.1574 5.49305 9.29047 7.79676 9.29047H16.203C18.5067 9.29047 20.3748 11.1574 20.3748 13.4622V18.1808C20.3748 20.4856 18.5067 22.3525 16.203 22.3525Z", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.0003 14.5999V17.0433", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
|
|
40
40
|
exports.default = SvgLock;
|