UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

45 lines (42 loc) 3.4 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 _CurrentAccountFilledIcon = function _CurrentAccountFilledIcon(_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: "M11.0122 2.53617C11.5777 2.04133 12.4221 2.04133 12.9877 2.53617L19.657 8.37179C20.6993 9.28385 20.0542 11.0007 18.6692 11.0007H5.33065C3.94561 11.0007 3.30053 9.28385 4.34289 8.37179L11.0122 2.53617ZM11.9999 9.00066H6.66137H17.3385H11.9999ZM7.99992 12.0007C8.55221 12.0007 8.99992 12.4484 8.99992 13.0007V17.0007C8.99992 17.5529 8.55221 18.0007 7.99992 18.0007C7.44764 18.0007 6.99992 17.5529 6.99992 17.0007V13.0007C6.99992 12.4484 7.44764 12.0007 7.99992 12.0007ZM11.9999 12.0007C12.5522 12.0007 12.9999 12.4484 12.9999 13.0007V17.0007C12.9999 17.5529 12.5522 18.0007 11.9999 18.0007C11.4476 18.0007 10.9999 17.5529 10.9999 17.0007V13.0007C10.9999 12.4484 11.4476 12.0007 11.9999 12.0007ZM15.9999 12.0007C16.5522 12.0007 16.9999 12.4484 16.9999 13.0007V17.0007C16.9999 17.5529 16.5522 18.0007 15.9999 18.0007C15.4476 18.0007 14.9999 17.5529 14.9999 17.0007V13.0007C14.9999 12.4484 15.4476 12.0007 15.9999 12.0007ZM19.9999 20.0007C19.9999 20.5529 19.5522 21.0007 18.9999 21.0007L4.99992 21.0007C4.44764 21.0007 3.99992 20.5529 3.99992 20.0007C3.99992 19.4484 4.44764 19.0007 4.99992 19.0007L18.9999 19.0007C19.5522 19.0007 19.9999 19.4484 19.9999 20.0007Z", fill: iconColor }) })); }; var CurrentAccountFilledIcon = /*#__PURE__*/assignWithoutSideEffects(_CurrentAccountFilledIcon, { componentId: 'CurrentAccountFilledIcon' }); export { CurrentAccountFilledIcon as default }; //# sourceMappingURL=CurrentAccountFilledIcon.js.map