@razorpay/blade
Version:
The Design System that powers Razorpay
40 lines (37 loc) • 3.07 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 { 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 CurrentAccountIcon = function CurrentAccountIcon(_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.53569C11.5777 2.04084 12.4221 2.04084 12.9877 2.53568L19.657 8.3713C20.6993 9.28336 20.0542 11.0002 18.6692 11.0002H5.33065C3.94561 11.0002 3.30053 9.28337 4.34289 8.3713L11.0122 2.53569ZM11.9999 4.32893L6.66137 9.00017H17.3385L11.9999 4.32893ZM7.99992 12.0002C8.55221 12.0002 8.99992 12.4479 8.99992 13.0002V17.0002C8.99992 17.5525 8.55221 18.0002 7.99992 18.0002C7.44764 18.0002 6.99992 17.5525 6.99992 17.0002V13.0002C6.99992 12.4479 7.44764 12.0002 7.99992 12.0002ZM11.9999 12.0002C12.5522 12.0002 12.9999 12.4479 12.9999 13.0002V17.0002C12.9999 17.5525 12.5522 18.0002 11.9999 18.0002C11.4476 18.0002 10.9999 17.5525 10.9999 17.0002V13.0002C10.9999 12.4479 11.4476 12.0002 11.9999 12.0002ZM15.9999 12.0002C16.5522 12.0002 16.9999 12.4479 16.9999 13.0002V17.0002C16.9999 17.5525 16.5522 18.0002 15.9999 18.0002C15.4476 18.0002 14.9999 17.5525 14.9999 17.0002V13.0002C14.9999 12.4479 15.4476 12.0002 15.9999 12.0002ZM19.9999 20.0002C19.9999 20.5525 19.5522 21.0002 18.9999 21.0002L4.99992 21.0002C4.44764 21.0002 3.99992 20.5525 3.99992 20.0002C3.99992 19.4479 4.44764 19.0002 4.99992 19.0002L18.9999 19.0002C19.5522 19.0002 19.9999 19.4479 19.9999 20.0002Z",
fill: iconColor
})
}));
};
export { CurrentAccountIcon as default };
//# sourceMappingURL=CurrentAccountIcon.js.map