@razorpay/blade
Version:
The Design System that powers Razorpay
40 lines (37 loc) • 3.37 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 LoansForBusinessesIcon = function LoansForBusinessesIcon(_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: "M19 0C19.5523 0 20 0.447715 20 1V4.58579L20.2929 4.29289C20.6834 3.90237 21.3166 3.90237 21.7071 4.29289C22.0976 4.68342 22.0976 5.31658 21.7071 5.70711L19.7071 7.70711C19.5196 7.89464 19.2652 8 19 8C18.7348 8 18.4804 7.89464 18.2929 7.70711L16.2929 5.70711C15.9024 5.31658 15.9024 4.68342 16.2929 4.29289C16.6834 3.90237 17.3166 3.90237 17.7071 4.29289L18 4.58579V1C18 0.447715 18.4477 0 19 0ZM5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V9.5C21 8.94772 21.4477 8.5 22 8.5C22.5523 8.5 23 8.94772 23 9.5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5C1 2.79086 2.79086 1 5 1H14.5C15.0523 1 15.5 1.44772 15.5 2C15.5 2.55228 15.0523 3 14.5 3H5ZM7 10.5313C7 8.521 8.39342 6.9243 10.2372 6.29283C10.7876 6.10255 11.3819 6 12 6C13.345 6 14.5778 6.47848 15.4905 7.27976L15.4973 7.28574C16.4006 8.09336 17 9.23503 17 10.5313V13.6563C17 16.3369 14.5644 18 12 18C9.43555 18 7 16.3369 7 13.6563V10.5313ZM14.9221 14.2022C14.6352 15.1915 13.5721 16 12 16C10.4279 16 9.36482 15.1915 9.07793 14.2022C9.918 14.7207 10.9374 15 12 15C13.0626 15 14.082 14.7207 14.9221 14.2022ZM12 8C12.8635 8 13.6209 8.3113 14.161 8.79257C14.6965 9.28158 15 9.91873 15 10.5955C15 10.994 14.895 11.353 14.7145 11.6585L14.7133 11.6605C14.2667 12.4201 13.2771 13 12 13C10.7229 13 9.7333 12.4201 9.28667 11.6605L9.28552 11.6585C9.10501 11.353 9 10.994 9 10.5955C9 9.91666 9.30519 9.28017 9.83881 8.7991C10.3777 8.31271 11.135 8 12 8Z",
fill: iconColor
})
}));
};
export { LoansForBusinessesIcon as default };
//# sourceMappingURL=LoansForBusinessesIcon.js.map