@razorpay/blade
Version:
The Design System that powers Razorpay
40 lines (37 loc) • 3.44 kB
JavaScript
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 RoutesIcon = function RoutesIcon(_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, {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6.84725 5.73737C6.84725 6.78818 5.9641 7.64003 4.87468 7.64003C3.78527 7.64003 2.90212 6.78818 2.90212 5.73737C2.90212 4.68656 3.78527 3.83471 4.87468 3.83471C5.9641 3.83471 6.84725 4.68656 6.84725 5.73737ZM4.87468 9.47474C6.62453 9.47474 8.10345 8.3559 8.58449 6.81943C8.66996 6.84375 8.76044 6.8568 8.85408 6.8568H18.9597C20.1406 6.8568 21.0979 7.78019 21.0979 8.91925C21.0979 10.0583 20.1406 10.9817 18.9597 10.9817H8.12103C5.74502 10.9817 3.81889 12.8396 3.81889 15.1314C3.81889 17.4232 5.74502 19.281 8.12103 19.281H11.3972L10.0167 20.6126C9.73813 20.8813 9.73813 21.3169 10.0167 21.5856C10.2952 21.8543 10.7469 21.8543 11.0254 21.5856L13.8615 18.8501C14.14 18.5814 14.14 18.1458 13.8615 17.8771L11.0254 15.1415C10.7469 14.8729 10.2952 14.8729 10.0167 15.1415C9.73813 15.4102 9.73813 15.8459 10.0167 16.1145L11.3974 17.4463H8.12103C6.79553 17.4463 5.72101 16.4099 5.72101 15.1314C5.72101 13.8528 6.79553 12.8164 8.12103 12.8164H18.9597C21.1911 12.8164 23 11.0716 23 8.91925C23 6.76691 21.1911 5.0221 18.9597 5.0221H8.85408C8.79514 5.0221 8.73745 5.02727 8.68148 5.03717C8.34165 3.30776 6.7665 2 4.87468 2C2.73475 2 1 3.67328 1 5.73737C1 7.80146 2.73475 9.47474 4.87468 9.47474ZM20.8799 18.2626C20.8799 19.3134 19.9967 20.1653 18.9073 20.1653C17.8179 20.1653 16.9347 19.3134 16.9347 18.2626C16.9347 17.2118 17.8179 16.36 18.9073 16.36C19.9967 16.36 20.8799 17.2118 20.8799 18.2626ZM22.782 18.2626C22.782 20.3267 21.0472 22 18.9073 22C16.7674 22 15.0326 20.3267 15.0326 18.2626C15.0326 16.1985 16.7674 14.5253 18.9073 14.5253C21.0472 14.5253 22.782 16.1985 22.782 18.2626Z",
fill: iconColor
})
}));
};
export { RoutesIcon as default };
//# sourceMappingURL=RoutesIcon.js.map