@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 931 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function CodeIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "code", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m14.266 4.311.94.342a.5.5 0 0 1 .299.641l-5.13 14.096a.5.5 0 0 1-.641.299l-.94-.343a.5.5 0 0 1-.299-.64l5.13-14.096a.5.5 0 0 1 .641-.299ZM16.057 15.355l.798.793a.5.5 0 0 0 .706-.002l3.788-3.802a.5.5 0 0 0 0-.707L17.56 7.853a.5.5 0 0 0-.706 0l-.796.794a.5.5 0 0 0 0 .708l2.642 2.639-2.644 2.654a.5.5 0 0 0 .001.707ZM7.35 16.148l.798-.793a.5.5 0 0 0 .001-.707l-2.644-2.654 2.642-2.64a.5.5 0 0 0 0-.707l-.795-.794a.5.5 0 0 0-.707 0l-3.788 3.784a.5.5 0 0 0-.001.707l3.788 3.802a.5.5 0 0 0 .707.002Z" }) });
}
exports.default = CodeIcon;