UNPKG

@fruits-chain/icons-react-native

Version:
23 lines • 1.13 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 { genFillIcon } from "./gen"; var LikeFill = genFillIcon(function (_ref, props) { var size = _ref.size, color = _ref.color, strokeWidth = _ref.strokeWidth; return /*#__PURE__*/React.createElement(Svg, _extends({}, props, { viewBox: "0 0 16 16", fill: "none", width: size, height: size }), /*#__PURE__*/React.createElement(G, { fill: color }, /*#__PURE__*/React.createElement(Path, { d: "M3 12h8.5L13 6H9.5l1-3-1-.5-3 3.5H3z" }), /*#__PURE__*/React.createElement(Path, { d: "M2.5 12.5h9.39l1.75-7h-3.446l.917-2.753-1.737-.869L6.27 5.5H2.5zm8.61-1H3.5v-5h3.23l2.896-3.378.263.131L8.806 6.5h3.554z", fillRule: "evenodd" }))); }); export default LikeFill;