UNPKG

@fruits-chain/icons-react-native

Version:
36 lines • 1.37 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, Rect, G, Path } from 'react-native-svg'; import { genOutlineIcon } from "./gen"; var RectSuccessOutline = genOutlineIcon(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(Rect, { y: "2", x: "2", width: "12", strokeWidth: strokeWidth || 1.2, stroke: color, rx: "1", height: "12" }), /*#__PURE__*/React.createElement(G, { fill: color }, /*#__PURE__*/React.createElement(Rect, { y: "10.068", x: "6.337", width: "5.752", transform: "rotate(-45 6.337 10.068)", rx: ".6", height: "1.201" }), /*#__PURE__*/React.createElement(Path, { fillRule: "evenodd", d: "m6.272 8.43 1.142 1.143a.6.6 0 1 1-.848.848L5.424 9.278a.6.6 0 0 1 .848-.847" }))); }); export default RectSuccessOutline;