UNPKG

@s-ui/react-icons

Version:

ReactJS SUI SVG iconset

34 lines 1.8 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-vimeo", children: /*#__PURE__*/_jsx("path", { d: "M127.938 25.624c-.571 12.465-9.273 29.532-26.105 51.194-17.403 22.628-32.127 33.942-44.172 33.942-7.459 0-13.775-6.888-18.932-20.671-3.444-12.633-6.887-25.265-10.331-37.898-3.83-13.775-7.937-20.671-12.33-20.671-.958 0-4.309 2.016-10.046 6.031l-6.022-7.761c6.316-5.552 12.549-11.104 18.68-16.664 8.425-7.282 14.749-11.112 18.966-11.499 9.962-.958 16.093 5.854 18.395 20.436 2.486 15.732 4.208 25.517 5.174 29.347 2.873 13.053 6.031 19.57 9.483 19.57 2.679 0 6.703-4.233 12.07-12.7 5.359-8.466 8.231-14.909 8.618-19.335.764-7.307-2.108-10.97-8.618-10.97-3.066 0-6.224.706-9.474 2.1 6.291-20.612 18.311-30.624 36.05-30.053 13.153.386 19.352 8.92 18.596 25.601z", "class": "iconic-property-fill" }) }) }); }