UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 892 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function MediumIcon(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", { fillRule: "evenodd", d: "M22 2H2v20h20V2ZM8.513 16.543c2.492 0 4.512-2.034 4.512-4.543 0-2.51-2.02-4.543-4.512-4.543C6.02 7.457 4 9.49 4 12c0 2.51 2.02 4.543 4.513 4.543ZM17.975 12c0 2.362-1.01 4.277-2.256 4.277-1.246 0-2.256-1.915-2.256-4.277s1.01-4.277 2.256-4.277c1.246 0 2.256 1.915 2.256 4.277Zm1.231 3.832c.439 0 .794-1.716.794-3.832 0-2.116-.355-3.832-.794-3.832-.438 0-.793 1.716-.793 3.832 0 2.116.355 3.832.793 3.832Z", clipRule: "evenodd" }) }); } exports.default = MediumIcon;