UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

40 lines (37 loc) 3.39 kB
import _defineProperty from '@babel/runtime/helpers/defineProperty'; import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; import '../_Svg/index.js'; import '../useIconProps/index.js'; import { jsx } from 'react/jsx-runtime'; import useIconProps from '../useIconProps/useIconProps.js'; import Svg from '../_Svg/Svg/Svg.web.js'; import Path from '../_Svg/Path/Path.web.js'; var _excluded = ["size", "color"]; function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } var VendorPaymentsIcon = function VendorPaymentsIcon(_ref) { var size = _ref.size, color = _ref.color, styledProps = _objectWithoutProperties(_ref, _excluded); var _useIconProps = useIconProps({ size: size, color: color }), height = _useIconProps.height, width = _useIconProps.width, iconColor = _useIconProps.iconColor; return /*#__PURE__*/jsx(Svg, _objectSpread(_objectSpread({}, styledProps), {}, { width: width, height: height, viewBox: "0 0 24 24", fill: "none", children: /*#__PURE__*/jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M3 4C3 2.34314 4.34315 1 6 1H18C19.6569 1 21 2.34315 21 4V12C21 12.5523 20.5523 13 20 13C19.4477 13 19 12.5523 19 12V4C19 3.44772 18.5523 3 18 3H6C5.44771 3 5 3.44772 5 4V18.8584C5 19.7704 6.12089 20.2064 6.73716 19.5341L7.35136 18.8641C8.5055 17.605 10.4764 17.5622 11.6841 18.7699L13.2071 20.2929C13.5976 20.6834 13.5976 21.3166 13.2071 21.7071C12.8166 22.0976 12.1834 22.0976 11.7929 21.7071L10.2699 20.1841C9.86735 19.7816 9.21038 19.7958 8.82567 20.2155L8.21146 20.8856C6.36267 22.9024 3 21.5944 3 18.8584V4ZM7.00658 8.99293C7.00221 9.07169 7 9.15114 7 9.23125V12.3563C7 15.0369 9.43555 16.7 12 16.7C14.5644 16.7 17 15.0369 17 12.3563V9.23125C17 9.1518 16.9977 9.07292 16.9933 8.99467C16.9977 8.92432 17 8.85335 17 8.78182C17 7.55576 16.3505 6.51742 15.446 5.81161L15.446 5.81158L15.439 5.80621C14.5243 5.10541 13.3093 4.7 12 4.7C10.6909 4.7 9.47415 5.10537 8.55778 5.81417M8.5573 5.81454C7.64906 6.51655 7 7.55634 7 8.78182C7 8.85276 7.00221 8.92315 7.00658 8.99293M15 11.9536V12.3563C15 13.5756 13.854 14.7 12 14.7C10.146 14.7 9 13.5756 9 12.3563V11.9536C9.86443 12.4455 10.9201 12.7 12 12.7C13.0799 12.7 14.1356 12.4455 15 11.9536ZM9.01503 8.98389C9.15976 7.79152 10.3368 6.7 12 6.7C12.8686 6.7 13.6282 7.00772 14.1676 7.47976C14.6335 7.89754 14.9195 8.42175 14.9853 8.98134C14.9545 9.18822 14.8755 9.38251 14.7521 9.56147L14.7507 9.56346C14.333 10.1725 13.3426 10.7 12 10.7C10.6574 10.7 9.66701 10.1725 9.24928 9.56346L9.24791 9.56147C9.12503 9.38325 9.04613 9.18981 9.01503 8.98389Z", fill: iconColor }) })); }; export { VendorPaymentsIcon as default }; //# sourceMappingURL=VendorPaymentsIcon.js.map