UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 756 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function LockIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "lock icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 17a1.5 1.5 0 1 0-.001-3A1.5 1.5 0 0 0 12 17Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M17 10V8c0-2.756-2.243-5-5-5S7 5.244 7 8v2H6a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1h-1ZM7 12v7h10.001L17 12H7Zm2-4c0-1.654 1.346-3 3-3s3 1.346 3 3v2H9V8Z", clipRule: "evenodd" })] }); } exports.default = LockIcon;