@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 707 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function LockFilledIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "lock filled icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M17 8v2h1a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h1V8c0-2.756 2.243-5 5-5s5 2.244 5 5Zm-5-3c-1.654 0-3 1.346-3 3v2h6V8c0-1.654-1.346-3-3-3Zm0 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z", clipRule: "evenodd" }) });
}
exports.default = LockFilledIcon;