@agentiffai/design 1.3.18 → 1.3.20

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.
@@ -448,7 +448,15 @@ var IconNames = {
448
448
  FLOW_CHART: "flow-chart",
449
449
  LOGOUT_CIRCLE_R_FILL: "logout-circle-r-fill",
450
450
  LOGOUT_CIRCLE_R_LINE: "logout-circle-r-line",
451
- SIDE_BAR_FILL: "side-bar-fill"
451
+ SIDE_BAR_FILL: "side-bar-fill",
452
+ CHECK: "check-fill",
453
+ CHECK_CIRCLE: "checkbox-circle-fill",
454
+ CLOSE_CIRCLE: "close-circle-fill",
455
+ ERROR_WARNING: "error-warning-fill",
456
+ HAMMER: "hammer-fill",
457
+ ROCKET: "rocket-fill",
458
+ TICKET: "coupon-2-fill",
459
+ CLIPBOARD: "clipboard-fill"
452
460
  };
453
461
  var iconFiles = {
454
462
  "mic-fill": "Icon-mic-fill.svg",
@@ -466,7 +474,15 @@ var iconFiles = {
466
474
  "flow-chart": "Icon-flow-chart.svg",
467
475
  "logout-circle-r-fill": "Icon-logout-circle-r-fill.svg",
468
476
  "logout-circle-r-line": "Icon-logout-circle-r-line.svg",
469
- "side-bar-fill": "Icon-side-bar-fill.svg"
477
+ "side-bar-fill": "Icon-side-bar-fill.svg",
478
+ "check-fill": "Icon-check-fill.svg",
479
+ "checkbox-circle-fill": "Icon-checkbox-circle-fill.svg",
480
+ "close-circle-fill": "Icon-close-circle-fill.svg",
481
+ "error-warning-fill": "Icon-error-warning-fill.svg",
482
+ "hammer-fill": "Icon-hammer-fill.svg",
483
+ "rocket-fill": "Icon-rocket-fill.svg",
484
+ "coupon-2-fill": "Icon-coupon-2-fill.svg",
485
+ "clipboard-fill": "Icon-clipboard-fill.svg"
470
486
  };
471
487
  function getIconPath(name) {
472
488
  return `${ICON_BASE_PATH}/${iconFiles[name]}`;