@icongo/sti
Version:
Super Tiny Icons
37 lines (36 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STILinkedin = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STILinkedin = function STILinkedin(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "LinkedIn",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#0077b5",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 142,
cy: 138,
r: 37
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#fff",
strokeWidth: 66,
d: "M244 194v198M142 194v198"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32"
})]
}));
};
exports.STILinkedin = STILinkedin;