UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

38 lines (35 loc) 3.56 kB
import _defineProperty from '@babel/runtime/helpers/defineProperty'; import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; import '../_Svg/index.js'; import '../useIconProps/index.js'; import { 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 NoSignalIcon = function NoSignalIcon(_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__*/jsx(Svg, _objectSpread(_objectSpread({}, styledProps), {}, { width: width, height: height, viewBox: "0 0 24 24", fill: "none", children: /*#__PURE__*/jsx(Path, { d: "M4.42499 21.9998C4.12499 21.9998 3.88332 21.8998 3.69999 21.6998C3.51665 21.4998 3.42499 21.2665 3.42499 20.9998C3.42499 20.8665 3.44582 20.7415 3.48749 20.6248C3.52915 20.5081 3.59999 20.3998 3.69999 20.2998L20.3 3.7248C20.4 3.6248 20.5083 3.5498 20.625 3.4998C20.7417 3.4498 20.8667 3.4248 21 3.4248C21.2667 3.4248 21.5 3.51647 21.7 3.6998C21.9 3.88314 22 4.1248 22 4.4248V11.5498C22 11.8331 21.9042 12.0706 21.7125 12.2623C21.5208 12.454 21.2833 12.5498 21 12.5498C20.7167 12.5498 20.4792 12.454 20.2875 12.2623C20.0958 12.0706 20 11.8331 20 11.5498V6.8498L6.82499 19.9998H12.55C12.8333 19.9998 13.0708 20.0956 13.2625 20.2873C13.4542 20.479 13.55 20.7165 13.55 20.9998C13.55 21.2831 13.4542 21.5206 13.2625 21.7123C13.0708 21.904 12.8333 21.9998 12.55 21.9998H4.42499ZM19 19.4248L17.6 20.7998C17.4167 20.9831 17.1875 21.079 16.9125 21.0873C16.6375 21.0956 16.4 20.9998 16.2 20.7998C16.0167 20.6165 15.925 20.3831 15.925 20.0998C15.925 19.8165 16.0167 19.5831 16.2 19.3998L17.6 17.9998L16.2 16.5998C16.0167 16.4165 15.925 16.1831 15.925 15.8998C15.925 15.6165 16.0167 15.3831 16.2 15.1998C16.3833 15.0165 16.6167 14.9248 16.9 14.9248C17.1833 14.9248 17.4167 15.0165 17.6 15.1998L19 16.5998L20.4 15.1998C20.5833 15.0165 20.8125 14.9206 21.0875 14.9123C21.3625 14.904 21.6 14.9998 21.8 15.1998C21.9833 15.3831 22.075 15.6165 22.075 15.8998C22.075 16.1831 21.9833 16.4165 21.8 16.5998L20.425 17.9998L21.8 19.3998C21.9833 19.5831 22.0792 19.8123 22.0875 20.0873C22.0958 20.3623 22 20.5998 21.8 20.7998C21.6167 20.9831 21.3833 21.0748 21.1 21.0748C20.8167 21.0748 20.5833 20.9831 20.4 20.7998L19 19.4248ZM6.82499 19.9998L20 6.8498C18.7333 8.11647 17.5833 9.2623 16.55 10.2873C15.5167 11.3123 14.5042 12.3206 13.5125 13.3123L6.82499 19.9998Z", fill: iconColor }) })); }; export { NoSignalIcon as default }; //# sourceMappingURL=NoSignalIcon.js.map