@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 1.05 kB
JavaScript
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
import 'react-native-svg';
import '@babel/runtime/helpers/defineProperty';
import { jsx } from 'react/jsx-runtime';
import Path from '../_Svg/Path/Path.native.js';
import Svg from '../_Svg/Svg/Svg.native.js';
import useIconProps from '../useIconProps/useIconProps.js';
var _excluded=["size","color"];var BusinessBankingIcon=function BusinessBankingIcon(_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 jsx(Svg,Object.assign({},styledProps,{width:width,height:height,viewBox:"0 0 24 24",fill:"none",children:jsx(Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 2H16.5L10.4375 9.76L7.5 6H4L8.6875 12L4 18H7.5L10.4375 14.24L16.5 22H20L12.1875 12L20 2Z",fill:iconColor})}));};
export { BusinessBankingIcon as default };
//# sourceMappingURL=BusinessBankingIcon.js.map