@razorpay/blade
Version:
The Design System that powers Razorpay
9 lines (6 loc) • 782 B
JavaScript
import { Path as Path$1 } from 'react-native-svg';
import { metaAttribute } from '../../../../utils/metaAttribute/metaAttribute.native.js';
import { jsx } from 'react/jsx-runtime';
var Path=function Path(_ref){var d=_ref.d,clipPath=_ref.clipPath,clipRule=_ref.clipRule,fill=_ref.fill,fillOpacity=_ref.fillOpacity,fillRule=_ref.fillRule,stroke=_ref.stroke,strokeLinecap=_ref.strokeLinecap,strokeLinejoin=_ref.strokeLinejoin,strokeWidth=_ref.strokeWidth;return jsx(Path$1,Object.assign({d:d,clipPath:clipPath,clipRule:clipRule,fill:fill,fillOpacity:fillOpacity,fillRule:fillRule,stroke:stroke,strokeLinecap:strokeLinecap,strokeLinejoin:strokeLinejoin,strokeWidth:strokeWidth},metaAttribute({name:'svg-path'})));};
export { Path as default };
//# sourceMappingURL=Path.native.js.map