UNPKG

@fruits-chain/icons-react-native

Version:

🎨 React Native Icon

21 lines (20 loc) • 1.12 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, Path } from 'react-native-svg'; import { genOutlineIcon } from "./gen"; var CheckedOutline = genOutlineIcon(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(Path, { d: "M6.097 12.447a.437.437 0 0 0 .047.598L9.86 16.64c.273.264.709.276.974.019l8.525-8.25c.178-.173.19-.435.02-.6l-.195-.189a.486.486 0 0 0-.615-.023l-7.943 6.246a.553.553 0 0 1-.58.027l-3.005-1.944a.463.463 0 0 0-.597.095l-.347.425Z", fillRule: "evenodd", fill: color })); }); export default CheckedOutline;