@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 803 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function MediumAltIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "medium logo", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M13.281 12c0 3.137-2.525 5.68-5.64 5.68C4.526 17.68 2 15.136 2 12c0-3.136 2.525-5.68 5.64-5.68 3.116 0 5.641 2.544 5.641 5.68ZM19.47 12c0 2.952-1.264 5.347-2.821 5.347-1.558 0-2.82-2.395-2.82-5.347 0-2.952 1.262-5.347 2.82-5.347 1.557 0 2.82 2.394 2.82 5.347ZM22 12c0 2.645-.444 4.79-.992 4.79s-.992-2.145-.992-4.79.444-4.79.992-4.79S22 9.355 22 12Z" }) });
}
exports.default = MediumAltIcon;