UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

85 lines (82 loc) 3.48 kB
import _defineProperty from '@babel/runtime/helpers/defineProperty'; import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; import '../_Svg/index.js'; import '../useIconProps/index.js'; import { jsxs, jsx } from 'react/jsx-runtime'; import useIconProps from '../useIconProps/useIconProps.js'; import Svg from '../_Svg/Svg/Svg.web.js'; import G from '../_Svg/G/G.web.js'; import Path from '../_Svg/Path/Path.web.js'; import Defs from '../_Svg/Defs/Defs.web.js'; import ClipPath from '../_Svg/ClipPath/ClipPath.web.js'; import Rect from '../_Svg/Rect/Rect.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 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 /*#__PURE__*/jsxs(Svg, _objectSpread(_objectSpread({}, styledProps), {}, { width: width, height: height, viewBox: "0 0 24 24", fill: "none", children: [/*#__PURE__*/jsxs(G, { clipPath: "url(#clip0_83_463)", children: [/*#__PURE__*/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" }), /*#__PURE__*/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" }), /*#__PURE__*/jsx(Path, { d: "M20 4L8.12 15.88", stroke: iconColor, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/jsx(Path, { d: "M14.47 14.48L20 20", stroke: iconColor, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), /*#__PURE__*/jsx(Path, { d: "M8.12 8.12L12 12", stroke: iconColor, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }), /*#__PURE__*/jsx(Defs, { children: /*#__PURE__*/jsx(ClipPath, { id: "clip0_83_463", children: /*#__PURE__*/jsx(Rect, { width: "24", height: "24", fill: iconColor }) }) })] })); }; export { ScissorsIcon as default }; //# sourceMappingURL=ScissorsIcon.js.map