UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

40 lines (37 loc) 3.38 kB
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 AutomateAccountingIcon = function AutomateAccountingIcon(_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: "M17.6685 2C18.2207 2 18.6685 2.44772 18.6685 3V5.63965H21.28C21.8323 5.63965 22.28 6.08736 22.28 6.63965C22.28 7.19193 21.8323 7.63965 21.28 7.63965H18.6685V10.27C18.6685 10.8223 18.2207 11.27 17.6685 11.27C17.1162 11.27 16.6685 10.8223 16.6685 10.27V7.63965H14C13.4477 7.63965 13 7.19193 13 6.63965C13 6.08736 13.4477 5.63965 14 5.63965H16.6685V3C16.6685 2.44772 17.1162 2 17.6685 2ZM2 6.64C2 6.08772 2.44772 5.64 3 5.64H10.28C10.8323 5.64 11.28 6.08772 11.28 6.64C11.28 7.19228 10.8323 7.64 10.28 7.64H3C2.44772 7.64 2 7.19228 2 6.64ZM2.29241 13.2934C2.68266 12.9026 3.31583 12.9022 3.70662 13.2924L6.64 16.2218L9.57338 13.2924C9.96417 12.9022 10.5973 12.9026 10.9876 13.2934C11.3778 13.6842 11.3774 14.3173 10.9866 14.7076L8.05519 17.635L10.9866 20.5624C11.3774 20.9527 11.3778 21.5858 10.9876 21.9766C10.5973 22.3674 9.96417 22.3678 9.57338 21.9776L6.64 19.0482L3.70662 21.9776C3.31583 22.3678 2.68266 22.3674 2.29241 21.9766C1.90215 21.5858 1.90259 20.9527 2.29338 20.5624L5.22481 17.635L2.29338 14.7076C1.90259 14.3173 1.90215 13.6842 2.29241 13.2934ZM13.4209 18C13.4209 17.4477 13.8686 17 14.4209 17H21.7009C22.2532 17 22.7009 17.4477 22.7009 18C22.7009 18.5523 22.2532 19 21.7009 19H14.4209C13.8686 19 13.4209 18.5523 13.4209 18ZM13.4207 21.3896C13.4207 20.8374 13.8684 20.3896 14.4207 20.3896H21.7007C22.2529 20.3896 22.7007 20.8374 22.7007 21.3896C22.7007 21.9419 22.2529 22.3896 21.7007 22.3896H14.4207C13.8684 22.3896 13.4207 21.9419 13.4207 21.3896Z", fill: iconColor }) })); }; export { AutomateAccountingIcon as default }; //# sourceMappingURL=AutomateAccountingIcon.js.map