@razorpay/blade
Version:
The Design System that powers Razorpay
51 lines (48 loc) • 2.93 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 _TaxPaymentsFilledIcon = function _TaxPaymentsFilledIcon(_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, {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M18.2929 4.29338C18.6834 3.90286 19.3166 3.90286 19.7071 4.29338C20.0976 4.68391 20.0976 5.31707 19.7071 5.7076L5.70711 19.7076C5.31658 20.0981 4.68342 20.0981 4.29289 19.7076C3.90237 19.3171 3.90237 18.6839 4.29289 18.2934L18.2929 4.29338Z",
fill: iconColor
}), /*#__PURE__*/jsx(Path, {
d: "M10 7.00049C10 8.65734 8.65685 10.0005 7 10.0005C5.34315 10.0005 4 8.65734 4 7.00049C4 5.34363 5.34315 4.00049 7 4.00049C8.65685 4.00049 10 5.34363 10 7.00049Z",
fill: iconColor
}), /*#__PURE__*/jsx(Path, {
d: "M20 17.0005C20 18.6573 18.6569 20.0005 17 20.0005C15.3431 20.0005 14 18.6573 14 17.0005C14 15.3436 15.3431 14.0005 17 14.0005C18.6569 14.0005 20 15.3436 20 17.0005Z",
fill: iconColor
})]
}));
};
var TaxPaymentsFilledIcon = /*#__PURE__*/assignWithoutSideEffects(_TaxPaymentsFilledIcon, {
componentId: 'TaxPaymentsFilledIcon'
});
export { TaxPaymentsFilledIcon as default };
//# sourceMappingURL=TaxPaymentsFilledIcon.js.map