@vitality-ds/icons-react-native 4.7.5 → 4.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Retry.js ADDED
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { Path } from "react-native-svg";
3
+ import Icon from "./Icon";
4
+ function Retry(props) {
5
+ return /*#__PURE__*/React.createElement(Icon, props, /*#__PURE__*/React.createElement(Path, {
6
+ d: "M12 20c-2.233 0-4.125-.775-5.675-2.325C4.775 16.125 4 14.233 4 12c0-2.233.775-4.125 2.325-5.675C7.875 4.775 9.767 4 12 4c1.15 0 2.25.237 3.3.713A7.623 7.623 0 0 1 18 6.75V4h2v7h-7V9h4.2a5.836 5.836 0 0 0-2.188-2.2A5.928 5.928 0 0 0 12 6c-1.667 0-3.083.583-4.25 1.75C6.583 8.917 6 10.333 6 12c0 1.667.583 3.083 1.75 4.25C8.917 17.417 10.333 18 12 18a5.863 5.863 0 0 0 3.475-1.1A5.81 5.81 0 0 0 17.65 14h2.1c-.467 1.767-1.417 3.208-2.85 4.325S13.833 20 12 20Z"
7
+ }));
8
+ }
9
+ export default Retry;
@@ -3,7 +3,7 @@ import { Path } from "react-native-svg";
3
3
  import Icon from "./Icon";
4
4
  function ReturnToNew(props) {
5
5
  return /*#__PURE__*/React.createElement(Icon, props, /*#__PURE__*/React.createElement(Path, {
6
- d: "M13 3a9 9 0 0 0-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.954 8.954 0 0 0 13 21a9 9 0 0 0 0-18Z"
6
+ d: "M12 20c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-1.15 0-2.25.237-3.3.713A7.623 7.623 0 0 0 6 6.75V4H4v7h7V9H6.8a5.836 5.836 0 0 1 2.188-2.2C9.913 6.267 10.917 6 12 6c1.667 0 3.083.583 4.25 1.75C17.417 8.917 18 10.333 18 12c0 1.667-.583 3.083-1.75 4.25C15.083 17.417 13.667 18 12 18a5.863 5.863 0 0 1-3.475-1.1A5.809 5.809 0 0 1 6.35 14h-2.1c.467 1.767 1.417 3.208 2.85 4.325S10.167 20 12 20Z"
7
7
  }));
8
8
  }
9
9
  export default ReturnToNew;
package/dist/index.js CHANGED
@@ -140,30 +140,31 @@ export { default as Restore } from "./Restore";
140
140
  export { default as RestrictedOff } from "./RestrictedOff";
141
141
  export { default as RestrictedOn } from "./RestrictedOn";
142
142
  export { default as ResultsAndLetters } from "./ResultsAndLetters";
143
- export { default as ReturnToNew } from "./ReturnToNew";
143
+ export { default as Retry } from "./Retry";
144
144
  // Please do not edit this file
145
+ export { default as ReturnToNew } from "./ReturnToNew";
145
146
  export { default as ReviewedOff } from "./ReviewedOff";
146
147
  export { default as ReviewedOn } from "./ReviewedOn";
147
148
  export { default as ReviewFiles } from "./ReviewFiles";
148
149
  export { default as Search } from "./Search";
149
- export { default as Send } from "./Send";
150
150
  // Please do not edit this file
151
+ export { default as Send } from "./Send";
151
152
  export { default as Settings } from "./Settings";
152
153
  export { default as Sms } from "./Sms";
153
154
  export { default as SmsConfirmed } from "./SmsConfirmed";
154
155
  export { default as SmsError } from "./SmsError";
155
- export { default as SmsSent } from "./SmsSent";
156
156
  // Please do not edit this file
157
+ export { default as SmsSent } from "./SmsSent";
157
158
  export { default as Sortable } from "./Sortable";
158
159
  export { default as SupportCentre } from "./SupportCentre";
159
160
  export { default as TeleConsult } from "./TeleConsult";
160
161
  export { default as ToDo } from "./ToDo";
161
- export { default as TodoDoneOff } from "./TodoDoneOff";
162
162
  // Please do not edit this file
163
+ export { default as TodoDoneOff } from "./TodoDoneOff";
163
164
  export { default as UnresolvedInvoices } from "./UnresolvedInvoices";
164
165
  export { default as Upload } from "./Upload";
165
166
  export { default as Visible } from "./Visible";
166
167
  export { default as VisibleOff } from "./VisibleOff";
167
- export { default as Waiting } from "./Waiting";
168
168
  // Please do not edit this file
169
+ export { default as Waiting } from "./Waiting";
169
170
  export { default as WaitingRoom } from "./WaitingRoom";