@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 666 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ThemeIcon(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": "theme icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 16a4 4 0 0 0 0-8v8Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-2a8 8 0 1 0 0-16v4a4 4 0 1 0 0 8v4Z", clipRule: "evenodd" })] });
}
exports.default = ThemeIcon;