@commonsku/styles 1.16.9 → 1.16.10

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.js CHANGED
@@ -1149,6 +1149,13 @@ function DownloadIcon(_a) {
1149
1149
  React__default.createElement("path", { d: "M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2Zm-1-4-1.41-1.41L13 12.17V4h-2v8.17L8.41 9.59 7 11l5 5 5-5Z", fill: color }));
1150
1150
  }
1151
1151
 
1152
+ function UploadIcon(_a) {
1153
+ var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c, _d = _a.altText, altText = _d === void 0 ? "Upload" : _d, props = __rest(_a, ["color", "size", "altText"]);
1154
+ return React__default.createElement(SVG, __assign({ size: size, "aria-labelledby": "UploadIcon" }, props),
1155
+ React__default.createElement("title", { id: "UploadIcon" }, altText),
1156
+ React__default.createElement("path", { d: "M18 15V18H6V15H4V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V15H18ZM7 9L8.41 10.41L11 7.83V16H13V7.83L15.59 10.41L17 9L12 4L7 9Z", fill: color }));
1157
+ }
1158
+
1152
1159
  function MarketingStatusIcon(_a) {
1153
1160
  var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c, _d = _a.approved, approved = _d === void 0 ? false : _d, _e = _a.altText, altText = _e === void 0 ? "Marketing not allowed" : _e, props = __rest(_a, ["color", "size", "approved", "altText"]);
1154
1161
  approved ? altText = "Marketing allowed" : altText = "Marketing not allowed";
@@ -7634,6 +7641,7 @@ exports.TilesIcon = TilesIcon;
7634
7641
  exports.Toggle = Toggle;
7635
7642
  exports.ToggleLink = ToggleLink;
7636
7643
  exports.TrashIcon = TrashIcon;
7644
+ exports.UploadIcon = UploadIcon;
7637
7645
  exports.UserIcon = UserIcon;
7638
7646
  exports.UsersIcon = UsersIcon;
7639
7647
  exports.VirtualTable = VirtualTable;