@transferwise/icons 3.19.0 → 3.19.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/lib/index.js CHANGED
@@ -6891,41 +6891,6 @@ const PiggyBank = ({
6891
6891
  });
6892
6892
  };
6893
6893
 
6894
- const Savings = ({
6895
- className = undefined,
6896
- isFocusable = false,
6897
- filled = undefined,
6898
- title = undefined,
6899
- role = undefined,
6900
- size = 16,
6901
- ...restProps
6902
- }) => {
6903
- if (filled) {
6904
- console.warn("<Savings filled /> is now deprecated, please use <SavingsFill /> or refer to https://transferwise.github.io/icons/ for more info.");
6905
- }
6906
- return /*#__PURE__*/jsxRuntime.jsx("span", {
6907
- className: `tw-icon tw-icon-savings ${className ? className : ''}`,
6908
- "data-testid": restProps['data-testid'] || 'savings-icon',
6909
- children: /*#__PURE__*/jsxRuntime.jsx("svg", {
6910
- "aria-label": title,
6911
- "aria-hidden": !title ? true : undefined,
6912
- focusable: isFocusable,
6913
- role: role ?? (title ? 'graphics-symbol img' : 'none'),
6914
- width: String(size),
6915
- height: String(size),
6916
- fill: "currentColor",
6917
- viewBox: "0 0 24 24",
6918
- children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
6919
- children: /*#__PURE__*/jsxRuntime.jsx("path", {
6920
- fillRule: "evenodd",
6921
- d: "M6 4.015a1.01 1.01 0 0 1 1.408-.928l3.09 1.324c1.24-.473 3.005-.63 4.771-.264 1.579.327 3.225 1.087 4.547 2.485q.06-.126.089-.25c.088-.351.095-.828.095-1.882h2v.116c0 .893 0 1.63-.155 2.252-.144.577-.409 1.025-.785 1.462.967 1.756.952 3.427.527 4.801-.37 1.2-1.043 2.153-1.587 2.765v4.094A1.01 1.01 0 0 1 18.99 21h-2.483a1.01 1.01 0 0 1-.938-.635l-.746-1.865h-3.646l-.746 1.865a1.01 1.01 0 0 1-.938.635H7.01A1.01 1.01 0 0 1 6 19.99v-4.274a6 6 0 0 1-.768-.465 4.7 4.7 0 0 1-.723-.625 3 3 0 0 1-.108-.126H3.01A1.01 1.01 0 0 1 2 13.49V9.51c0-.558.452-1.01 1.01-1.01h1.165a5.3 5.3 0 0 1 .62-1.245A5.4 5.4 0 0 1 6 5.952zm2 1.502v.977c0 .375-.21.727-.556.902-.292.147-.671.498-.986.97-.321.481-.457.909-.458 1.13A1.01 1.01 0 0 1 4.99 10.5H4v2h.99c.461 0 .865.314.978.757l.019.02c.086.095.227.219.407.347.176.126.36.235.51.308q.115.055.167.07l.003.001c.56.045.926.523.926 1.007V19h.823l.746-1.865a1.01 1.01 0 0 1 .938-.635h4.986c.413 0 .785.252.938.635L17.177 19H18v-3.914l.293-.293c.43-.43 1.07-1.237 1.383-2.252.302-.975.315-2.17-.524-3.511-1.077-1.723-2.69-2.593-4.289-2.925-1.636-.34-3.15-.092-3.913.288a1.01 1.01 0 0 1-.848.024zm-.907 8.491h-.004zM10.5 9.5c.707.707.707.707.706.708l-.002.002-.002.002-.003.003-.003.003.008-.008q.021-.019.083-.066c.083-.062.22-.154.41-.25.378-.188.976-.394 1.803-.394s1.425.206 1.803.394a2.7 2.7 0 0 1 .492.316l.01.008-.004-.003-.003-.003-.003-.002v-.002c-.001 0-.002 0 .705-.708.707-.707.707-.707.706-.708l-.002-.002-.003-.003-.008-.008-.02-.02-.061-.055a3 3 0 0 0-.2-.16 4.7 4.7 0 0 0-.715-.438c-.622-.312-1.524-.606-2.697-.606s-2.075.294-2.697.606c-.31.154-.548.312-.716.438a3 3 0 0 0-.26.215l-.02.02-.008.008-.003.003-.002.001v.001z",
6922
- clipRule: "evenodd"
6923
- })
6924
- })
6925
- })
6926
- });
6927
- };
6928
-
6929
6894
  const Pix = ({
6930
6895
  className = undefined,
6931
6896
  isFocusable = false,
@@ -7805,6 +7770,41 @@ const Dont = ({
7805
7770
  });
7806
7771
  };
7807
7772
 
7773
+ const Savings = ({
7774
+ className = undefined,
7775
+ isFocusable = false,
7776
+ filled = undefined,
7777
+ title = undefined,
7778
+ role = undefined,
7779
+ size = 16,
7780
+ ...restProps
7781
+ }) => {
7782
+ if (filled) {
7783
+ console.warn("<Savings filled /> is now deprecated, please use <SavingsFill /> or refer to https://transferwise.github.io/icons/ for more info.");
7784
+ }
7785
+ return /*#__PURE__*/jsxRuntime.jsx("span", {
7786
+ className: `tw-icon tw-icon-savings ${className ? className : ''}`,
7787
+ "data-testid": restProps['data-testid'] || 'savings-icon',
7788
+ children: /*#__PURE__*/jsxRuntime.jsx("svg", {
7789
+ "aria-label": title,
7790
+ "aria-hidden": !title ? true : undefined,
7791
+ focusable: isFocusable,
7792
+ role: role ?? (title ? 'graphics-symbol img' : 'none'),
7793
+ width: String(size),
7794
+ height: String(size),
7795
+ fill: "currentColor",
7796
+ viewBox: "0 0 24 24",
7797
+ children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
7798
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
7799
+ fillRule: "evenodd",
7800
+ d: "M20 6H4v12h16zM4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm11.488 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m-1-3c.463 0 .902.105 1.293.293l1.207-1.207L18.402 9.5l-1.207 1.207c.188.391.293.83.293 1.293s-.105.902-.293 1.293l1.207 1.207-1.414 1.414-1.207-1.207c-.391.188-.83.293-1.293.293s-.902-.105-1.294-.292l-1.206 1.206-1.415-1.414 1.207-1.207A3 3 0 0 1 11.488 12c0-.463.104-.902.292-1.293L10.573 9.5l1.414-1.414 1.207 1.207c.392-.188.83-.293 1.294-.293M8 9v6H6V9z",
7801
+ clipRule: "evenodd"
7802
+ })
7803
+ })
7804
+ })
7805
+ });
7806
+ };
7807
+
7808
7808
  const ScanQrCode = ({
7809
7809
  className = undefined,
7810
7810
  isFocusable = false,