@s-ui/react-icons
Version:
ReactJS SUI SVG iconset
36 lines • 1.97 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-instagram",
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M16.429 0h95.142c9.036 0 16.429 7.393 16.429 16.429v95.142c0 9.036-7.393 16.429-16.429 16.429h-95.142c-9.036 0-16.429-7.393-16.429-16.429v-95.142c0-9.036 7.393-16.429 16.429-16.429zm76.814 14.222c-3.17 0-5.763 2.593-5.763 5.763v13.793c0 3.17 2.593 5.763 5.763 5.763h14.468c3.169 0 5.762-2.593 5.762-5.763v-13.793c0-3.17-2.593-5.763-5.762-5.763h-14.468zm20.29 39.909h-11.266c1.066 3.481 1.641 7.166 1.641 10.983 0 21.291-17.813 38.55-39.786 38.55-21.973 0-39.785-17.259-39.785-38.55 0-3.816.575-7.502 1.641-10.983h-11.756v54.069c0 2.799 2.29 5.088 5.088 5.088h89.134c2.799 0 5.088-2.29 5.088-5.088v-54.07zm-49.411-15.316c-14.197 0-25.707 11.152-25.707 24.908 0 13.757 11.51 24.909 25.707 24.909 14.198 0 25.707-11.152 25.707-24.909 0-13.756-11.509-24.908-25.707-24.908z",
"class": "iconic-property-fill"
})
})
});
}