UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

13 lines (10 loc) 1.19 kB
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 BookIcon=function BookIcon(_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:"M21 2C21 1.44772 20.5523 1 20 1H6.5C4.567 1 3 2.567 3 4.5V19.5C3 21.433 4.567 23 6.5 23H20C20.5523 23 21 22.5523 21 22V2ZM5 4.5C5 3.67157 5.67157 3 6.5 3H19V16H6.5C5.9632 16 5.45463 16.1208 5 16.3368V4.5ZM5 19.5C5 20.3284 5.67157 21 6.5 21H19V18H6.5C5.67157 18 5 18.6716 5 19.5Z",fill:iconColor})}));}; export { BookIcon as default }; //# sourceMappingURL=BookIcon.js.map