@s-ui/react-icons
Version:
ReactJS SUI SVG iconset
34 lines • 1.74 kB
JavaScript
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export default function (_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 32 : _ref$size,
_ref$strokeColor = _ref.strokeColor,
strokeColor = _ref$strokeColor === void 0 ? 'blue' : _ref$strokeColor,
_ref$strokeWidth = _ref.strokeWidth,
strokeWidth = _ref$strokeWidth === void 0 ? 0 : _ref$strokeWidth,
_ref$fillColor = _ref.fillColor,
fillColor = _ref$fillColor === void 0 ? '#bada55' : _ref$fillColor,
_ref$svgClass = _ref.svgClass,
svgClass = _ref$svgClass === void 0 ? 'sui-SVGicon' : _ref$svgClass;
var inlineStyling = {
fill: fillColor,
stroke: strokeColor,
strokeWidth: strokeWidth
};
return /*#__PURE__*/_jsx("svg", {
className: svgClass,
height: size,
style: inlineStyling,
viewBox: "0 0 128 128",
width: size,
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx("g", {
"class": "iconic-social-linkedin",
children: /*#__PURE__*/_jsx("path", {
d: "M118.519 0h-109.071c-5.215 0-9.448 4.134-9.448 9.222v109.542c0 5.097 4.234 9.236 9.448 9.236h109.071c5.22 0 9.481-4.139 9.481-9.236v-109.542c0-5.088-4.261-9.222-9.481-9.222zm-80.557 109.074h-18.993v-61.083h18.993v61.083zm-9.495-69.435c-6.086 0-11.005-4.933-11.005-11.012 0-6.072 4.919-11.005 11.005-11.005 6.069 0 11.002 4.933 11.002 11.005 0 6.079-4.933 11.012-11.002 11.012zm80.6 69.435h-18.963v-29.704c0-7.088-.139-16.199-9.868-16.199-9.88 0-11.387 7.718-11.387 15.685v30.218h-18.979v-61.083h18.213v8.343h.259c2.535-4.801 8.729-9.866 17.965-9.866 19.211 0 22.759 12.648 22.759 29.102v33.505z",
"class": "iconic-property-fill"
})
})
});
}