UNPKG

@nexara/nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

26 lines (25 loc) 728 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNativeSvg = require("react-native-svg"); var _jsxRuntime = require("react/jsx-runtime"); const Check = ({ size = 24, color = '#000' }) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, { height: size, viewBox: "0 -960 960 960", width: size, fill: color, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, { d: "M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z" }) }) }); }; var _default = exports.default = Check; //# sourceMappingURL=Check.js.map