@s-ui/react-icons
Version:
ReactJS SUI SVG iconset
34 lines • 1.53 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-facebook",
children: /*#__PURE__*/_jsx("path", {
d: "M120.936 0h-113.871c-3.903 0-7.065 3.162-7.065 7.065v113.871c0 3.901 3.162 7.065 7.065 7.065h61.304v-49.568h-16.681v-19.318h16.681v-14.246c0-16.533 10.097-25.535 24.846-25.535 7.064 0 13.136.526 14.906.761v17.278l-10.229.005c-8.021 0-9.574 3.812-9.574 9.405v12.333h19.129l-2.491 19.318h-16.638v49.568h32.618c3.901 0 7.064-3.163 7.064-7.065v-113.871c0-3.902-3.163-7.065-7.064-7.065z",
"class": "iconic-property-fill"
})
})
});
}