@razorpay/blade
Version:
The Design System that powers Razorpay
45 lines (42 loc) • 2.73 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 { 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 _MoreFilledIcon = function _MoreFilledIcon(_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: "M12 1.00049C18.0751 1.00049 23 5.92536 23 12.0005C23 18.0756 18.0751 23.0005 12 23.0005C5.92487 23.0005 1 18.0756 1 12.0005C1 5.92536 5.92487 1.00049 12 1.00049ZM13.207 8.29346C12.8165 7.90293 12.1835 7.90293 11.793 8.29346C11.4024 8.68398 11.4024 9.317 11.793 9.70752L13.0859 11.0005H8.5C7.94772 11.0005 7.5 11.4482 7.5 12.0005C7.5 12.5528 7.94772 13.0005 8.5 13.0005H13.0859L11.793 14.2935C11.4024 14.684 11.4024 15.317 11.793 15.7075C12.1835 16.098 12.8165 16.098 13.207 15.7075L16.207 12.7075C16.5976 12.317 16.5976 11.684 16.207 11.2935L13.207 8.29346Z",
fill: iconColor
})
}));
};
var MoreFilledIcon = /*#__PURE__*/assignWithoutSideEffects(_MoreFilledIcon, {
componentId: 'MoreFilledIcon'
});
export { MoreFilledIcon as default };
//# sourceMappingURL=MoreFilledIcon.js.map