UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

38 lines (35 loc) 2.36 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 Signal1BarIcon = function Signal1BarIcon(_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.9999C4.12499 21.9999 3.87916 21.8999 3.68749 21.6999C3.49583 21.4999 3.39999 21.2666 3.39999 20.9999C3.39999 20.8666 3.42499 20.7416 3.47499 20.6249C3.52499 20.5082 3.59999 20.3999 3.69999 20.2999L20.3 3.6999C20.4 3.5999 20.5083 3.5249 20.625 3.4749C20.7417 3.4249 20.8667 3.3999 21 3.3999C21.2667 3.3999 21.5 3.49574 21.7 3.6874C21.9 3.87907 22 4.1249 22 4.4249V20.4999C22 20.9166 21.8542 21.2707 21.5625 21.5624C21.2708 21.8541 20.9167 21.9999 20.5 21.9999H4.42499ZM9.99999 19.9999H20V6.8499L9.99999 16.8499V19.9999Z", fill: iconColor }) })); }; export { Signal1BarIcon as default }; //# sourceMappingURL=Signal1BarIcon.js.map