@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 590 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function SkillIqIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "skill IQ", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M22 12v10H12C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10Zm-10 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z", clipRule: "evenodd" }) });
}
exports.default = SkillIqIcon;