@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function SecurityIcon(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": "security icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "m9.15 12.73 2.12 2.12a.49.49 0 0 0 .73.01l3.51-3.53a.501.501 0 0 0 0-.71l-.7-.72a.5.5 0 0 0-.71 0l-2.54 2.42-1-1a.5.5 0 0 0-.71 0l-.7.71a.479.479 0 0 0 0 .7Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M16 5a5.4 5.4 0 0 0 3.58-1.6.25.25 0 0 1 .42.18V11c-.45 5.86-3.64 8.6-8 10-4.36-1.4-7.55-4.14-8-10V3.58a.25.25 0 0 1 .42-.18A5.4 5.4 0 0 0 8 5a5.78 5.78 0 0 0 4-2 5.78 5.78 0 0 0 4 2Zm-4 13.92c3.85-1.45 5.66-3.86 6-8V6.66A6 6 0 0 1 16 7a6.82 6.82 0 0 1-4-1.38A6.82 6.82 0 0 1 8 7a6 6 0 0 1-2-.34v4.26c.34 4.17 2.15 6.58 6 8Z", clipRule: "evenodd" })] });
}
exports.default = SecurityIcon;