UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 791 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function LinkedinIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "linkedin 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: "M21 2H3a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1Zm-5 17h3v-5.576c0-1.892-1.668-3.425-3.56-3.425-.89 0-1.956.548-2.445 1.37V10H10v9h2.995v-5.185c0-.81.657-1.468 1.468-1.468.81 0 1.537.657 1.537 1.468V19ZM5 6.77a1.77 1.77 0 1 1 3.542 0A1.77 1.77 0 0 1 5 6.77ZM5 19h3v-9H5v9Z", clipRule: "evenodd" }) }); } exports.default = LinkedinIcon;