@thecb/components 4.4.3 → 4.4.4

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/index.cjs.js CHANGED
@@ -15398,6 +15398,39 @@ var PeriscopeFailedIcon = function PeriscopeFailedIcon() {
15398
15398
  })))))));
15399
15399
  };
15400
15400
 
15401
+ var CheckIcon = function CheckIcon() {
15402
+ return /*#__PURE__*/React__default.createElement("svg", {
15403
+ xmlns: "http://www.w3.org/2000/svg",
15404
+ width: "32",
15405
+ height: "21",
15406
+ viewBox: "0 0 32 21"
15407
+ }, /*#__PURE__*/React__default.createElement("g", {
15408
+ fill: "none",
15409
+ fillRule: "evenodd",
15410
+ stroke: "none",
15411
+ strokeWidth: "1"
15412
+ }, /*#__PURE__*/React__default.createElement("g", {
15413
+ fillRule: "nonzero",
15414
+ transform: "translate(-870 -426)"
15415
+ }, /*#__PURE__*/React__default.createElement("g", {
15416
+ transform: "translate(132 332)"
15417
+ }, /*#__PURE__*/React__default.createElement("g", {
15418
+ transform: "translate(0 70)"
15419
+ }, /*#__PURE__*/React__default.createElement("g", {
15420
+ transform: "translate(738 24)"
15421
+ }, /*#__PURE__*/React__default.createElement("rect", {
15422
+ width: "32",
15423
+ height: "21",
15424
+ x: "0",
15425
+ y: "0",
15426
+ fill: "#CFE5F4",
15427
+ rx: "1"
15428
+ }), /*#__PURE__*/React__default.createElement("path", {
15429
+ fill: "#184390",
15430
+ d: "M20.9 8.536a.292.292 0 00.213-.086.282.282 0 00.087-.209v-.295h.6c.05 0 .096-.02.137-.061A.186.186 0 0022 7.75v-.393c0-.082-.042-.139-.125-.172l-5.8-2.16a.127.127 0 00-.15 0l-5.8 2.16c-.083.033-.125.09-.125.172v.393c0 .05.02.094.063.135.041.041.087.061.137.061h.6v.295c0 .082.03.151.087.209.059.057.13.086.213.086h9.8zm.3 5.893v-.492a.282.282 0 00-.087-.208.292.292 0 00-.213-.086H20V8.929h-1.6v4.714h-1.6V8.929h-1.6v4.714h-1.6V8.929H12v4.714h-.9a.292.292 0 00-.213.086.282.282 0 00-.087.209v.49h10.4zM21.8 16c.05 0 .096-.02.137-.061a.186.186 0 00.063-.135v-.393a.563.563 0 00-.175-.418.584.584 0 00-.425-.172H10.6a.584.584 0 00-.425.172.563.563 0 00-.175.418v.393c0 .049.02.094.063.135.041.04.087.061.137.061h11.6z"
15431
+ })))))));
15432
+ };
15433
+
15401
15434
  var color$2 = "#15749D";
15402
15435
  var hoverColor$1 = "#116285";
15403
15436
  var activeColor$1 = "#0E506D";
@@ -42001,6 +42034,7 @@ exports.CenterStack = CenterStack$1;
42001
42034
  exports.ChangePasswordForm = ChangePasswordForm;
42002
42035
  exports.ChargebackIcon = ChargebackIcon;
42003
42036
  exports.ChargebackReversalIcon = ChargebackReversalIcon;
42037
+ exports.CheckIcon = CheckIcon;
42004
42038
  exports.Checkbox = Checkbox$1;
42005
42039
  exports.CheckboxList = CheckboxList$1;
42006
42040
  exports.CheckmarkIcon = CheckmarkIcon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "4.4.3",
3
+ "version": "4.4.4",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -0,0 +1,37 @@
1
+ import React from "react";
2
+
3
+ const CheckIcon = () => {
4
+ return (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="32"
8
+ height="21"
9
+ viewBox="0 0 32 21"
10
+ >
11
+ <g fill="none" fillRule="evenodd" stroke="none" strokeWidth="1">
12
+ <g fillRule="nonzero" transform="translate(-870 -426)">
13
+ <g transform="translate(132 332)">
14
+ <g transform="translate(0 70)">
15
+ <g transform="translate(738 24)">
16
+ <rect
17
+ width="32"
18
+ height="21"
19
+ x="0"
20
+ y="0"
21
+ fill="#CFE5F4"
22
+ rx="1"
23
+ ></rect>
24
+ <path
25
+ fill="#184390"
26
+ d="M20.9 8.536a.292.292 0 00.213-.086.282.282 0 00.087-.209v-.295h.6c.05 0 .096-.02.137-.061A.186.186 0 0022 7.75v-.393c0-.082-.042-.139-.125-.172l-5.8-2.16a.127.127 0 00-.15 0l-5.8 2.16c-.083.033-.125.09-.125.172v.393c0 .05.02.094.063.135.041.041.087.061.137.061h.6v.295c0 .082.03.151.087.209.059.057.13.086.213.086h9.8zm.3 5.893v-.492a.282.282 0 00-.087-.208.292.292 0 00-.213-.086H20V8.929h-1.6v4.714h-1.6V8.929h-1.6v4.714h-1.6V8.929H12v4.714h-.9a.292.292 0 00-.213.086.282.282 0 00-.087.209v.49h10.4zM21.8 16c.05 0 .096-.02.137-.061a.186.186 0 00.063-.135v-.393a.563.563 0 00-.175-.418.584.584 0 00-.425-.172H10.6a.584.584 0 00-.425.172.563.563 0 00-.175.418v.393c0 .049.02.094.063.135.041.04.087.061.137.061h11.6z"
27
+ ></path>
28
+ </g>
29
+ </g>
30
+ </g>
31
+ </g>
32
+ </g>
33
+ </svg>
34
+ );
35
+ };
36
+
37
+ export default CheckIcon;
@@ -52,6 +52,7 @@ import CustomerSearchIcon from "./CustomerSearchIcon";
52
52
  import PaymentSearchIcon from "./PaymentSearchIcon";
53
53
  import ResetPasswordIcon from "./ResetPasswordIcon";
54
54
  import PeriscopeFailedIcon from "./PeriscopeFailedIcon";
55
+ import CheckIcon from "./CheckIcon";
55
56
 
56
57
  export {
57
58
  AccountsIcon,
@@ -107,5 +108,6 @@ export {
107
108
  CustomerSearchIcon,
108
109
  PaymentSearchIcon,
109
110
  ResetPasswordIcon,
110
- PeriscopeFailedIcon
111
+ PeriscopeFailedIcon,
112
+ CheckIcon
111
113
  };