@thecb/components 8.2.0-beta.7 → 8.2.0-beta.9

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
@@ -13031,6 +13031,36 @@ var AccountsIcon = function AccountsIcon(_ref) {
13031
13031
 
13032
13032
  var AccountsIcon$1 = themeComponent(AccountsIcon, "Icons", fallbackValues$2, "info");
13033
13033
 
13034
+ var AutopayIcon = function AutopayIcon(_ref) {
13035
+ var _ref$fill = _ref.fill,
13036
+ fill = _ref$fill === void 0 ? "#317D4F" : _ref$fill;
13037
+ return /*#__PURE__*/React__default.createElement("svg", {
13038
+ width: "16",
13039
+ height: "16",
13040
+ viewBox: "0 0 16 16",
13041
+ fill: "none",
13042
+ xmlns: "http://www.w3.org/2000/svg"
13043
+ }, /*#__PURE__*/React__default.createElement("mask", {
13044
+ id: "mask0_5560_39870",
13045
+ style: {
13046
+ maskType: "luminance"
13047
+ },
13048
+ maskUnits: "userSpaceOnUse",
13049
+ x: "3",
13050
+ y: "3",
13051
+ width: "10",
13052
+ height: "10"
13053
+ }, /*#__PURE__*/React__default.createElement("path", {
13054
+ d: "M4.81368 7.38351C4.87789 7.38351 4.92927 7.36745 4.9678 7.33535C5.00633 7.30324 5.03202 7.2615 5.04486 7.21012C5.22467 6.49089 5.60677 5.9033 6.19114 5.44736C6.77552 4.99142 7.44018 4.76344 8.1851 4.76344C8.59609 4.76344 8.99103 4.83729 9.36991 4.98499C9.74879 5.13269 10.0924 5.34782 10.4006 5.63038L9.59146 6.43951C9.50155 6.52942 9.45661 6.63859 9.45661 6.76702C9.45661 6.89546 9.50155 7.00463 9.59146 7.09453C9.68136 7.18443 9.79054 7.22939 9.91897 7.22939L12.5005 7.22939C12.629 7.22939 12.7381 7.18443 12.828 7.09453C12.9179 7.00463 12.9629 6.89546 12.9629 6.76702L12.9629 4.18548C12.9629 4.05705 12.9179 3.94788 12.828 3.85797C12.7381 3.76807 12.629 3.72312 12.5005 3.72312C12.3721 3.72312 12.2629 3.76807 12.173 3.85797L11.4795 4.55152C11.0428 4.12769 10.5419 3.80018 9.97677 3.569C9.41166 3.33781 8.81443 3.22222 8.1851 3.22222C7.41449 3.22222 6.69846 3.3924 6.03702 3.73275C5.37558 4.0731 4.82009 4.53868 4.37057 5.12948C3.92105 5.72028 3.62565 6.38172 3.48437 7.1138C3.47153 7.17801 3.48759 7.23902 3.53253 7.29682C3.57749 7.35461 3.63849 7.38351 3.71555 7.38351L4.81368 7.38351ZM8.1851 12.7778C8.95571 12.7778 9.67173 12.6076 10.3332 12.2672C10.9946 11.9269 11.5501 11.4613 11.9996 10.8705C12.4491 10.2797 12.7445 9.61827 12.8858 8.88619C12.8987 8.82197 12.8826 8.76097 12.8377 8.70317C12.7927 8.64537 12.7317 8.61648 12.6546 8.61648H11.5565C11.4923 8.61648 11.4409 8.63253 11.4024 8.66464C11.3639 8.69675 11.3382 8.73849 11.3253 8.78986C11.1455 9.5091 10.7634 10.0967 10.1791 10.5526C9.59467 11.0086 8.93002 11.2366 8.1851 11.2366C7.77411 11.2366 7.37916 11.1627 7.00028 11.015C6.6214 10.8673 6.27784 10.6522 5.96959 10.3696L6.77873 9.56048C6.86864 9.47057 6.91359 9.3614 6.91359 9.23297C6.91359 9.10453 6.86864 8.99536 6.77873 8.90546C6.68882 8.81555 6.57966 8.7706 6.45122 8.7706H3.86968C3.74124 8.7706 3.63207 8.81555 3.54217 8.90546C3.45227 8.99536 3.40731 9.10453 3.40731 9.23297L3.40731 11.8145C3.40731 11.9429 3.45226 12.0521 3.54217 12.142C3.63207 12.2319 3.74124 12.2769 3.86968 12.2769C3.99811 12.2769 4.10728 12.2319 4.19719 12.142L4.89074 11.4485C5.32742 11.8723 5.82831 12.1998 6.39343 12.431C6.95854 12.6622 7.55577 12.7778 8.1851 12.7778Z",
13055
+ fill: "white"
13056
+ })), /*#__PURE__*/React__default.createElement("g", {
13057
+ mask: "url(#mask0_5560_39870)"
13058
+ }, /*#__PURE__*/React__default.createElement("path", {
13059
+ d: "M0 0H16V16H0V0Z",
13060
+ fill: fill
13061
+ })));
13062
+ };
13063
+
13034
13064
  var AccountsAddIcon = function AccountsAddIcon(_ref) {
13035
13065
  var themeValues = _ref.themeValues;
13036
13066
  return /*#__PURE__*/React__default.createElement("svg", {
@@ -50123,6 +50153,7 @@ exports.ArrowLeftCircleIconMedium = ArrowLeftCircleIconMedium;
50123
50153
  exports.ArrowLeftCircleIconSmall = ArrowLeftCircleIconSmall;
50124
50154
  exports.ArrowRightCircleIconSmall = ArrowRightCircleIconSmall;
50125
50155
  exports.ArrowUpCircleIconSmall = ArrowUpCircleIconSmall;
50156
+ exports.AutopayIcon = AutopayIcon;
50126
50157
  exports.AutopayOnIcon = AutopayOnIcon;
50127
50158
  exports.Badge = Badge$1;
50128
50159
  exports.BankIcon = BankIcon;