UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

45 lines (42 loc) 2.51 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 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 SkipForwardIcon = function SkipForwardIcon(_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__*/jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M3.56681 3.09871C3.91328 2.93219 4.32453 2.979 4.6247 3.21914L14.6247 11.2191C14.8619 11.4089 15 11.6962 15 12C15 12.3038 14.8619 12.5911 14.6247 12.7809L4.6247 20.7809C4.32453 21.021 3.91328 21.0678 3.56681 20.9013C3.22035 20.7348 3 20.3844 3 20V4.00001C3 3.6156 3.22035 3.26523 3.56681 3.09871ZM5 6.08063V17.9194L12.3992 12L5 6.08063Z", fill: iconColor }), /*#__PURE__*/jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M18 4.00001C18.5523 4.00001 19 4.44772 19 5.00001V19C19 19.5523 18.5523 20 18 20C17.4477 20 17 19.5523 17 19V5.00001C17 4.44772 17.4477 4.00001 18 4.00001Z", fill: iconColor })] })); }; export { SkipForwardIcon as default }; //# sourceMappingURL=SkipForwardIcon.js.map