@transferwise/icons 4.4.0 → 4.4.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
|
@@ -7470,14 +7470,12 @@ const QuestionMarkCircle = ({
|
|
|
7470
7470
|
height: String(size),
|
|
7471
7471
|
fill: "currentColor",
|
|
7472
7472
|
viewBox: "0 0 24 24",
|
|
7473
|
-
children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsxRuntime.
|
|
7474
|
-
children:
|
|
7473
|
+
children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
7474
|
+
children: /*#__PURE__*/jsxRuntime.jsx("path", {
|
|
7475
7475
|
fillRule: "evenodd",
|
|
7476
7476
|
d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m10 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m1.01-8.877a4.3 4.3 0 0 0-1.78-.054c-.59.108-1.15.34-1.637.683a3.8 3.8 0 0 0-1.17 1.311 3.5 3.5 0 0 0-.427 1.692v.46h2v-.46c0-.284.06-.502.19-.745.127-.237.316-.452.56-.623.243-.172.531-.293.844-.35a2.3 2.3 0 0 1 .943.028c.307.075.585.213.813.398.38.305.52.692.5 1.1a1.9 1.9 0 0 1-.558 1.23c-.238.238-.406.31-.672.423a8 8 0 0 0-.443.202c-.267.134-.611.35-.86.757-.24.395-.318.85-.318 1.325v.5h2v-.5c0-.227.009-.269.212-.353.305-.127.952-.396 1.496-.94a3.9 3.9 0 0 0 1.142-2.553 3.28 3.28 0 0 0-1.244-2.75 4.1 4.1 0 0 0-1.59-.781",
|
|
7477
7477
|
clipRule: "evenodd"
|
|
7478
|
-
})
|
|
7479
|
-
d: "M12.583 12.104h3.689v4.63h-3.689z"
|
|
7480
|
-
})]
|
|
7478
|
+
})
|
|
7481
7479
|
})
|
|
7482
7480
|
})
|
|
7483
7481
|
});
|
|
@@ -7507,14 +7505,12 @@ const HelpCircle = ({
|
|
|
7507
7505
|
height: String(size),
|
|
7508
7506
|
fill: "currentColor",
|
|
7509
7507
|
viewBox: "0 0 24 24",
|
|
7510
|
-
children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsxRuntime.
|
|
7511
|
-
children:
|
|
7508
|
+
children: (Number(size) === 16 || Number(size) === 24 || Number(size) === 32) && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
7509
|
+
children: /*#__PURE__*/jsxRuntime.jsx("path", {
|
|
7512
7510
|
fillRule: "evenodd",
|
|
7513
7511
|
d: "M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m10 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m1.01-8.877a4.3 4.3 0 0 0-1.78-.054c-.59.108-1.15.34-1.637.683a3.8 3.8 0 0 0-1.17 1.311 3.5 3.5 0 0 0-.427 1.692v.46h2v-.46c0-.284.06-.502.19-.745.127-.237.316-.452.56-.623.243-.172.531-.293.844-.35a2.3 2.3 0 0 1 .943.028c.307.075.585.213.813.398.38.305.52.692.5 1.1a1.9 1.9 0 0 1-.558 1.23c-.238.238-.406.31-.672.423a8 8 0 0 0-.443.202c-.267.134-.611.35-.86.757-.24.395-.318.85-.318 1.325v.5h2v-.5c0-.227.009-.269.212-.353.305-.127.952-.396 1.496-.94a3.9 3.9 0 0 0 1.142-2.553 3.28 3.28 0 0 0-1.244-2.75 4.1 4.1 0 0 0-1.59-.781",
|
|
7514
7512
|
clipRule: "evenodd"
|
|
7515
|
-
})
|
|
7516
|
-
d: "M12.583 12.104h3.689v4.63h-3.689z"
|
|
7517
|
-
})]
|
|
7513
|
+
})
|
|
7518
7514
|
})
|
|
7519
7515
|
})
|
|
7520
7516
|
});
|