UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

40 lines (37 loc) 2.95 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 AcceptPaymentsIcon = function AcceptPaymentsIcon(_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: "M20 2.5C20.5523 2.5 21 2.94772 21 3.5V7.08579L21.2929 6.79289C21.6834 6.40237 22.3166 6.40237 22.7071 6.79289C23.0976 7.18342 23.0976 7.81658 22.7071 8.20711L20.7071 10.2071C20.3166 10.5976 19.6834 10.5976 19.2929 10.2071L17.2929 8.20711C16.9024 7.81658 16.9024 7.18342 17.2929 6.79289C17.6834 6.40237 18.3166 6.40237 18.7071 6.79289L19 7.08579V3.5C19 2.94772 19.4477 2.5 20 2.5ZM3 5C2.44772 5 2 5.44772 2 6V9H15C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H2V18C2 18.5523 2.44772 19 3 19H21C21.5523 19 22 18.5523 22 18V13.5C22 12.9477 22.4477 12.5 23 12.5C23.5523 12.5 24 12.9477 24 13.5V18C24 19.6569 22.6569 21 21 21H3C1.34315 21 0 19.6569 0 18V6C0 4.34315 1.34315 3 3 3H14.25C14.8023 3 15.25 3.44772 15.25 4C15.25 4.55228 14.8023 5 14.25 5H3ZM4 16.5C4 15.9477 4.44772 15.5 5 15.5H7C7.55228 15.5 8 15.9477 8 16.5C8 17.0523 7.55228 17.5 7 17.5H5C4.44772 17.5 4 17.0523 4 16.5ZM8.5 16.5C8.5 15.9477 8.94772 15.5 9.5 15.5H13.5C14.0523 15.5 14.5 15.9477 14.5 16.5C14.5 17.0523 14.0523 17.5 13.5 17.5H9.5C8.94772 17.5 8.5 17.0523 8.5 16.5Z", fill: iconColor }) })); }; export { AcceptPaymentsIcon as default }; //# sourceMappingURL=AcceptPaymentsIcon.js.map