@icongo/sti
Version:
Super Tiny Icons
29 lines • 827 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STILinkedin = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "LinkedIn",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#0077b5",
rx: "15%"
}), /*#__PURE__*/_jsx("circle", {
cx: 142,
cy: 138,
r: 37
}), /*#__PURE__*/_jsx("path", {
stroke: "#fff",
strokeWidth: 66,
d: "M244 194v198M142 194v198"
}), /*#__PURE__*/_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"
})]
}));
export { STILinkedin };