@razorpay/blade
Version:
The Design System that powers Razorpay
49 lines (46 loc) • 3 kB
JavaScript
import _defineProperty from '@babel/runtime/helpers/defineProperty';
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
import '../_Svg/index.js';
import '../useIconProps/index.js';
import '../../../utils/assignWithoutSideEffects/index.js';
import { jsxs, 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';
import { assignWithoutSideEffects } from '../../../utils/assignWithoutSideEffects/assignWithoutSideEffects.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 _PaymentGatewayFilledIcon = function _PaymentGatewayFilledIcon(_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__*/jsxs(Svg, _objectSpread(_objectSpread({}, styledProps), {}, {
width: width,
height: height,
viewBox: "0 0 24 24",
fill: "none",
children: [/*#__PURE__*/jsx(Path, {
d: "M22 1L22.1025 1.00488C22.6067 1.05621 23 1.48232 23 2C23 2.51768 22.6067 2.94379 22.1025 2.99512L22 3L2 3C1.44772 3 1 2.55229 1 2C1 1.44772 1.44772 1 2 1L22 1Z",
fill: iconColor
}), /*#__PURE__*/jsx(Path, {
d: "M24 20C24 18.3431 22.6569 17 21 17H16C14.3431 17 13 18.3431 13 20V21C13 21.351 13.0631 21.6869 13.1738 22H2C0.895431 22 8.05332e-09 21.1046 0 20V10.5H24V20ZM4 16.75C3.58579 16.75 3.25 17.0858 3.25 17.5C3.25 17.9142 3.58579 18.25 4 18.25H7C7.41421 18.25 7.75 17.9142 7.75 17.5C7.75 17.0858 7.41421 16.75 7 16.75H4ZM22 4C23.1046 4 24 4.89543 24 6V9H0V6C0 4.89543 0.895431 4 2 4H22Z",
fill: iconColor
}), /*#__PURE__*/jsx(Path, {
d: "M14 20C14 18.8954 14.8954 18 16 18H21C22.1046 18 23 18.8954 23 20V21C23 22.1046 22.1046 23 21 23H16C14.8954 23 14 22.1046 14 21V20Z",
fill: iconColor
})]
}));
};
var PaymentGatewayFilledIcon = /*#__PURE__*/assignWithoutSideEffects(_PaymentGatewayFilledIcon, {
componentId: 'PaymentGatewayFilledIcon'
});
export { PaymentGatewayFilledIcon as default };
//# sourceMappingURL=PaymentGatewayFilledIcon.js.map