@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 974 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function MachineLearningIcon(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": "machine learning icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M11 21.5v-1.09l-5.85-5.85a.471.471 0 0 1-.15-.35v-1.39a3 3 0 1 1 2 0v.77l4 4V7.82a3 3 0 1 1 2 0V21.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5Zm.19-15.913a1 1 0 1 1 1.619-1.175 1 1 0 0 1-1.618 1.175ZM6 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM20.567 8.438A3 3 0 0 1 19 12.82v2.6a.469.469 0 0 1-.15.35l-1.67 1.68v4.05a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4.65a.52.52 0 0 1 .14-.36L17 14.82v-2a3 3 0 1 1 3.567-4.382Zm-3.123 2.393a1 1 0 1 0 1.112-1.663 1 1 0 0 0-1.112 1.663Z", clipRule: "evenodd" }) });
}
exports.default = MachineLearningIcon;