@s-ui/react-icons
Version:
ReactJS SUI SVG iconset
34 lines • 1.47 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-tumblr",
children: /*#__PURE__*/_jsx("path", {
d: "M67.407 102.239c-2.38 1.133-6.933 2.123-10.327 2.211-10.246.275-12.231-7.196-12.319-12.62v-39.844h25.703v-19.378h-25.609v-32.608s-18.444 0-18.751 0c-.307 0-.845.272-.92.958-1.096 9.98-5.769 27.494-25.183 34.493v16.534h12.951v41.824c0 14.317 10.566 34.659 38.448 34.183 9.407-.163 19.853-4.103 22.165-7.497l-6.157-18.256z",
"class": "iconic-property-fill"
})
})
});
}