UNPKG

@nexara/nativeflow

Version:

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

24 lines (23 loc) 667 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 X = ({ size = 24, color = '#000' }) => { return /*#__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: "m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" }) }); }; var _default = exports.default = X; //# sourceMappingURL=X.js.map