UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

34 lines 2.07 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-pinterest", children: /*#__PURE__*/_jsx("path", { d: "M64.002 0c-35.345 0-64.002 28.654-64.002 64.001 0 26.207 15.759 48.721 38.309 58.619-.18-4.469-.032-9.834 1.114-14.696 1.23-5.196 8.235-34.874 8.235-34.874s-2.045-4.087-2.045-10.127c0-9.484 5.497-16.568 12.343-16.568 5.821 0 8.634 4.373 8.634 9.608 0 5.852-3.732 14.606-5.652 22.713-1.603 6.789 3.404 12.326 10.102 12.326 12.126 0 20.293-15.574 20.293-34.027 0-14.027-9.448-24.526-26.631-24.526-19.414 0-31.509 14.478-31.509 30.65 0 5.576 1.644 9.508 4.219 12.553 1.184 1.399 1.349 1.961.92 3.567-.307 1.178-1.012 4.013-1.304 5.136-.426 1.621-1.739 2.2-3.204 1.602-8.942-3.651-13.107-13.443-13.107-24.451 0-18.18 15.333-39.98 45.741-39.98 24.435 0 40.517 17.682 40.517 36.663 0 25.107-13.958 43.863-34.533 43.863-6.91 0-13.409-3.735-15.636-7.978 0 0-3.716 14.746-4.503 17.593-1.357 4.935-4.013 9.866-6.441 13.71 5.756 1.699 11.837 2.624 18.139 2.624 35.342 0 63.998-28.654 63.998-64.002 0-35.347-28.656-64.001-63.998-64.001z", "class": "iconic-property-fill" }) }) }); }