UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

45 lines (42 loc) 4.18 kB
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 { 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 _BankAccountVerificationFilledIcon = function _BankAccountVerificationFilledIcon(_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: "M10.092 1.68276C11.1584 0.771011 12.836 0.776743 13.9051 1.67788L13.9129 1.68472L15.4954 3.04673C15.5295 3.07626 15.6294 3.14089 15.7824 3.19807C15.9353 3.25521 16.0536 3.27221 16.0997 3.27227H17.7993C19.411 3.27227 20.7279 4.59037 20.7279 6.20232V7.90118C20.7279 7.94075 20.7447 8.05916 20.8031 8.21654C20.8615 8.37364 20.9261 8.47481 20.9534 8.50652L20.9564 8.50945L22.3182 10.0911C23.2299 11.1578 23.2233 12.8355 22.3221 13.9048L22.3153 13.9126L20.9564 15.4924L20.9534 15.4953C20.9238 15.5298 20.8591 15.6298 20.8021 15.7823C20.745 15.9354 20.728 16.0536 20.7279 16.0997V17.7995C20.7279 19.4114 19.411 20.7286 17.7993 20.7286H16.0997C16.0598 20.7286 15.9415 20.7453 15.7844 20.8037C15.6277 20.862 15.5273 20.9266 15.4954 20.9541L15.4925 20.957L13.9129 22.3161L13.911 22.3181C12.8445 23.2301 11.1671 23.2242 10.0979 22.323L10.0901 22.3161L8.51053 20.957L8.5076 20.9541C8.47342 20.9246 8.37341 20.8599 8.22059 20.8028C8.06739 20.7455 7.94828 20.7286 7.90234 20.7286H6.17346C4.56176 20.7286 3.24484 19.4114 3.24479 17.7995V16.0899C3.24479 16.051 3.22858 15.9352 3.1706 15.7784C3.11429 15.6263 3.05026 15.5221 3.01831 15.4826L1.67308 13.897L1.66917 13.8941C0.776871 12.8324 0.777014 11.1695 1.66917 10.1077L1.67308 10.1038L3.01831 8.51922C3.05016 8.48 3.11415 8.37583 3.1706 8.22338C3.22844 8.0671 3.24468 7.95127 3.24479 7.91192V6.19158C3.24494 4.57976 4.56183 3.26251 6.17346 3.26251H7.90234C7.94191 3.26251 8.0603 3.24577 8.21766 3.18733C8.37488 3.1289 8.47599 3.06432 8.5076 3.03697L8.51346 3.03209L10.092 1.68276ZM16.3262 8.8707C15.9354 8.48077 15.3026 8.48191 14.9126 8.87266L10.792 13.0017L9.09041 11.293C8.70083 10.9018 8.06803 10.9005 7.67684 11.2901C7.28589 11.6798 7.28441 12.3127 7.67391 12.7039L10.0832 15.1233C10.2707 15.3115 10.5254 15.417 10.791 15.4172C11.0565 15.4173 11.3111 15.3121 11.4987 15.1243L16.3271 10.2845C16.717 9.89362 16.7169 9.26072 16.3262 8.8707Z", fill: iconColor }) })); }; var BankAccountVerificationFilledIcon = /*#__PURE__*/assignWithoutSideEffects(_BankAccountVerificationFilledIcon, { componentId: 'BankAccountVerificationFilledIcon' }); export { BankAccountVerificationFilledIcon as default }; //# sourceMappingURL=BankAccountVerificationFilledIcon.js.map