UNPKG

@fruits-chain/icons-react-native

Version:
22 lines • 1.48 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { Svg, G, Path } from 'react-native-svg'; import { genColoursIcon } from "./gen"; var QQColours = genColoursIcon(function (_ref, props) { var size = _ref.size, color = _ref.color, strokeWidth = _ref.strokeWidth; return /*#__PURE__*/React.createElement(Svg, _extends({}, props, { viewBox: "0 0 24 24", fill: "none", width: size, height: size }), /*#__PURE__*/React.createElement(G, null, /*#__PURE__*/React.createElement(Path, { fill: "#37A0F4", d: "M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Z" }), /*#__PURE__*/React.createElement(Path, { fill: "#FFF", d: "M17.638 16.404c-.308.038-1.202-1.412-1.202-1.412 0 .839-.434 1.934-1.37 2.727.454.14 1.471.515 1.23.922-.195.33-3.364.211-4.28.107-.916.102-4.085.222-4.28-.107-.244-.407.774-.782 1.226-.922-.937-.79-1.368-1.885-1.368-2.727 0 0-.895 1.45-1.203 1.412-.145-.019-.332-.793.252-2.67.276-.884.59-1.621 1.077-2.834-.083-3.132 1.213-5.76 4.296-5.76 3.05 0 4.374 2.575 4.296 5.76.485 1.21.801 1.95 1.077 2.833.581 1.878.391 2.655.25 2.671Z" }))); }); export default QQColours;