UNPKG

8.01 kBJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.Spinner = exports.clear = exports.times = exports.clock = exports.calendar = exports.chevronLeft = exports.chevronRight = exports.caretDown = exports.caretUp = void 0;
5
6var React = _interopRequireWildcard(require("react"));
7
8function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
9
10function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
11
12/*!
13Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
14License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
15*/
16const caretUp = /*#__PURE__*/React.createElement("svg", {
17 height: "1em",
18 fill: "currentcolor",
19 viewBox: "0 0 320 512",
20 xmlns: "http://www.w3.org/2000/svg"
21}, /*#__PURE__*/React.createElement("path", {
22 d: "M288.66 352H31.34c-17.82 0-26.74-21.54-14.14-34.14L145.86 189.2a20 20 0 0 1 28.28 0L302.8 317.86c12.6 12.6 3.68 34.14-14.14 34.14z"
23}));
24/*!
25Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
26License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
27*/
28
29exports.caretUp = caretUp;
30const caretDown = /*#__PURE__*/React.createElement("svg", {
31 height: "1em",
32 fill: "currentcolor",
33 viewBox: "0 0 320 512",
34 "aria-hidden": "true",
35 xmlns: "http://www.w3.org/2000/svg"
36}, /*#__PURE__*/React.createElement("path", {
37 d: "M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"
38}));
39/*!
40Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
41License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
42*/
43
44exports.caretDown = caretDown;
45const chevronRight = /*#__PURE__*/React.createElement("svg", {
46 height: "1em",
47 fill: "currentcolor",
48 viewBox: "0 0 320 512",
49 "aria-hidden": "true",
50 xmlns: "http://www.w3.org/2000/svg"
51}, /*#__PURE__*/React.createElement("path", {
52 d: "M285.48 272.97L91.13 467.31a24 24 0 0 1-33.94 0l-22.67-22.66a24 24 0 0 1-.04-33.9L188.5 256 34.48 101.25a24 24 0 0 1 .04-33.9L57.2 44.7a24 24 0 0 1 33.94 0l194.35 194.34a24 24 0 0 1 0 33.94z"
53}));
54exports.chevronRight = chevronRight;
55const chevronLeft = /*#__PURE__*/React.createElement("svg", {
56 height: "1em",
57 fill: "currentcolor",
58 viewBox: "0 0 320 512",
59 "aria-hidden": "true",
60 xmlns: "http://www.w3.org/2000/svg"
61}, /*#__PURE__*/React.createElement("path", {
62 d: "M34.52 239.03L228.87 44.69a24 24 0 0 1 33.94 0l22.67 22.67a24 24 0 0 1 .04 33.9L131.49 256l154.02 154.75a24 24 0 0 1-.04 33.9l-22.67 22.67a24 24 0 0 1-33.94 0L34.52 272.97a24 24 0 0 1 0-33.94z"
63}));
64/*!
65Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
66License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
67*/
68
69exports.chevronLeft = chevronLeft;
70const calendar = /*#__PURE__*/React.createElement("svg", {
71 "aria-hidden": true,
72 height: "1em",
73 fill: "currentcolor",
74 viewBox: "0 0 448 512",
75 className: "rw-i-calendar",
76 xmlns: "http://www.w3.org/2000/svg"
77}, /*#__PURE__*/React.createElement("path", {
78 d: "M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
79}));
80/*!
81Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
82License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
83*/
84
85exports.calendar = calendar;
86const clock = /*#__PURE__*/React.createElement("svg", {
87 "aria-hidden": true,
88 height: "1em",
89 fill: "currentcolor",
90 viewBox: "0 0 512 512",
91 className: "rw-i-clock",
92 xmlns: "http://www.w3.org/2000/svg"
93}, /*#__PURE__*/React.createElement("path", {
94 d: "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6a12 12 0 0 1 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"
95}));
96exports.clock = clock;
97const times = /*#__PURE__*/React.createElement("svg", {
98 height: ".8em",
99 fill: "currentcolor",
100 viewBox: "0 0 352 512",
101 "aria-hidden": "true",
102 xmlns: "http://www.w3.org/2000/svg"
103}, /*#__PURE__*/React.createElement("path", {
104 d: "M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
105}));
106/*!
107Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
108License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
109*/
110
111exports.times = times;
112const clear = /*#__PURE__*/React.createElement("svg", {
113 "aria-hidden": true,
114 height: "1em",
115 fill: "currentColor",
116 xmlns: "http://www.w3.org/2000/svg",
117 viewBox: "0 0 512 512"
118}, /*#__PURE__*/React.createElement("path", {
119 d: "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z"
120})); // https://codepen.io/aurer/pen/jEGbA
121
122exports.clear = clear;
123const Spinner = /*#__PURE__*/React.createElement("svg", {
124 height: "1.4em",
125 viewBox: "0 0 50 50",
126 xmlSpace: "preserve",
127 "aria-hidden": "true",
128 xmlns: "http://www.w3.org/2000/svg"
129}, /*#__PURE__*/React.createElement("path", {
130 fill: "currentcolor",
131 d: "M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z"
132}, /*#__PURE__*/React.createElement("animateTransform", {
133 attributeType: "xml",
134 attributeName: "transform",
135 type: "rotate",
136 from: "0 25 25",
137 to: "360 25 25",
138 dur: "0.6s",
139 repeatCount: "indefinite"
140})));
141exports.Spinner = Spinner;
\No newline at end of file