UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function LinkedinAltIcon(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", { d: "M4 4.277a2.277 2.277 0 1 1 4.553 0 2.277 2.277 0 0 1-4.553 0ZM22 20h-3.857v-6.667c0-1.042-.935-1.886-1.977-1.886a1.887 1.887 0 0 0-1.887 1.886V20h-3.85V8.429h3.85v1.76c.63-1.057 2-1.761 3.145-1.761 2.431 0 4.576 1.97 4.576 4.402V20ZM4 20h3.857V8.429H4V20Z" }) }); } exports.default = LinkedinAltIcon;