@s-ui/react-icons
Version:
ReactJS SUI SVG iconset
38 lines • 2.36 kB
JavaScript
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } 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__*/_jsxs("g", {
"class": "iconic-social-google-plus",
children: [/*#__PURE__*/_jsx("path", {
d: "M55.494 62.252c-3.027-2.143-8.816-7.355-8.816-10.418 0-3.59 1.024-5.359 6.428-9.582 5.538-4.327 9.459-10.412 9.459-17.489 0-8.427-3.752-16.638-10.797-19.347h10.619l7.495-5.417h-33.492c-15.015 0-29.145 11.376-29.145 24.552 0 13.466 10.234 24.333 25.51 24.333 1.063 0 2.095-.021 3.106-.094-.991 1.898-1.7 4.036-1.7 6.255 0 3.743 2.013 6.776 4.559 9.253-1.924 0-3.78.056-5.807.056-18.597 0-32.912 11.844-32.912 24.127 0 12.098 15.693 19.664 34.292 19.664 21.202 0 32.913-12.03 32.913-24.128 0-9.7-2.862-15.509-11.71-21.766zm-17.892-16.781c-8.63-.258-16.83-9.653-18.319-20.982-1.489-11.333 4.296-20.005 12.924-19.748 8.625.26 16.83 9.351 18.319 20.682 1.488 11.333-4.298 20.307-12.924 20.049zm-3.379 57.328c-12.855 0-22.14-8.138-22.14-17.913 0-9.58 11.516-17.555 24.371-17.417 2.999.032 5.796.515 8.334 1.337 6.978 4.853 11.984 7.595 13.396 13.125.266 1.122.41 2.277.41 3.455 0 9.774-6.299 17.413-24.371 17.413z",
"class": "iconic-social-google-plus-g iconic-property-fill"
}), /*#__PURE__*/_jsx("path", {
"class": "iconic-social-google-plus-plus iconic-property-accent iconic-property-fill",
d: "M104 23.999v-23.999h-8.001v23.999h-24v8.001h24v24h8.001v-24h24v-8.001z"
})]
})
});
}