@razorpay/blade
Version:
The Design System that powers Razorpay
17 lines (14 loc) • 2.04 kB
JavaScript
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
import ClipPath from '../_Svg/ClipPath/ClipPath.native.js';
import 'react-native-svg';
import '@babel/runtime/helpers/defineProperty';
import { jsxs, jsx } from 'react/jsx-runtime';
import Defs from '../_Svg/Defs/Defs.native.js';
import G from '../_Svg/G/G.native.js';
import Path from '../_Svg/Path/Path.native.js';
import Rect from '../_Svg/Rect/Rect.native.js';
import Svg from '../_Svg/Svg/Svg.native.js';
import useIconProps from '../useIconProps/useIconProps.js';
var _excluded=["size","color"];var ScissorsIcon=function ScissorsIcon(_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 jsxs(Svg,Object.assign({},styledProps,{width:width,height:height,viewBox:"0 0 24 24",fill:"none",children:[jsxs(G,{clipPath:"url(#clip0_83_463)",children:[jsx(Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9Z",stroke:iconColor,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),jsx(Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 21C7.65685 21 9 19.6569 9 18C9 16.3431 7.65685 15 6 15C4.34315 15 3 16.3431 3 18C3 19.6569 4.34315 21 6 21Z",stroke:iconColor,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),jsx(Path,{d:"M20 4L8.12 15.88",stroke:iconColor,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),jsx(Path,{d:"M14.47 14.48L20 20",stroke:iconColor,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),jsx(Path,{d:"M8.12 8.12L12 12",stroke:iconColor,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),jsx(Defs,{children:jsx(ClipPath,{id:"clip0_83_463",children:jsx(Rect,{width:"24",height:"24",fill:iconColor})})})]}));};
export { ScissorsIcon as default };
//# sourceMappingURL=ScissorsIcon.js.map