import React from 'react'; import { e as _objectWithoutProperties } from './i18n-ddd92820.js'; import { P as PhonePlatformContext } from './PhonePlatformContext-10a1d600.js'; function usePhonePlatform() { return React.useContext(PhonePlatformContext); } function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } var ArrowLeftIcon = (function (_ref) { var _ref$styles = _ref.styles, styles = _ref$styles === void 0 ? {} : _ref$styles, props = _objectWithoutProperties(_ref, ["styles"]); return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", className: (styles["h-5"] || "h-5") + " " + (styles["w-5"] || "w-5"), viewBox: "0 0 20 20", fill: "currentColor" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z", clipRule: "evenodd" })); }); function _extends$1() { _extends$1 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); } var ArrowRightIcon = (function (_ref) { var _ref$styles = _ref.styles, styles = _ref$styles === void 0 ? {} : _ref$styles, props = _objectWithoutProperties(_ref, ["styles"]); return /*#__PURE__*/React.createElement("svg", _extends$1({ xmlns: "http://www.w3.org/2000/svg", className: (styles["h-5"] || "h-5") + " " + (styles["w-5"] || "w-5"), viewBox: "0 0 20 20", fill: "currentColor" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z", clipRule: "evenodd" })); }); export { ArrowRightIcon as A, ArrowLeftIcon as a, usePhonePlatform as u };