UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

36 lines 2.09 kB
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-github", children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M63.996 0c-35.339 0-63.996 28.654-63.996 64.004 0 28.273 18.336 52.261 43.77 60.725 3.2.587 4.368-1.389 4.368-3.085 0-1.519-.055-5.544-.086-10.885-17.803 3.868-21.559-8.579-21.559-8.579-2.91-7.393-7.106-9.362-7.106-9.362-5.811-3.971.44-3.89.44-3.89 6.423.453 9.803 6.595 9.803 6.595 5.709 9.78 14.979 6.956 18.626 5.318.582-4.136 2.235-6.956 4.063-8.556-14.212-1.615-29.152-7.106-29.152-31.631 0-6.987 2.494-12.7 6.588-17.174-.658-1.619-2.854-8.126.627-16.938 0 0 5.374-1.721 17.599 6.561 5.105-1.419 10.58-2.13 16.022-2.154 5.435.025 10.91.735 16.022 2.154 12.219-8.282 17.582-6.561 17.582-6.561 3.492 8.811 1.295 15.318.637 16.938 4.102 4.474 6.579 10.187 6.579 17.174 0 24.586-14.964 29.996-29.221 31.581 2.298 1.976 4.345 5.882 4.345 11.852 0 8.556-.079 15.459-.079 17.557 0 1.711 1.153 3.703 4.401 3.078 25.409-8.48 43.73-32.452 43.73-60.718 0-35.35-28.657-64.004-64.004-64.004z", "class": "iconic-property-fill" }) }) }); }