@stash-ui/duotone-icons 1.0.50 → 1.0.51

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.
@@ -0,0 +1,2 @@
1
+ export declare const CreditIcon: any;
2
+ export default CreditIcon;
@@ -8044,6 +8044,33 @@ var BriefCaseIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef)
8044
8044
  }));
8045
8045
  });
8046
8046
 
8047
+ var _excluded$52 = ["color"];
8048
+ var CreditIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
8049
+ var _ref$color = _ref.color,
8050
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
8051
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$52);
8052
+ return React.createElement("svg", Object.assign({
8053
+ width: "24",
8054
+ height: "24",
8055
+ viewBox: "0 0 24 24",
8056
+ fill: "none",
8057
+ xmlns: "http://www.w3.org/2000/svg"
8058
+ }, props, {
8059
+ ref: forwardedRef
8060
+ }), React.createElement("path", {
8061
+ opacity: "0.5",
8062
+ fillRule: "evenodd",
8063
+ clipRule: "evenodd",
8064
+ d: "M14 4C16.7614 4 19 4.89543 19 6V13.6094C18.9358 13.6973 18.8624 13.7817 18.7793 13.8604C18.4957 14.1285 18.0977 14.359 17.6279 14.5469C17.1606 14.7337 16.6089 14.8826 16 14.9863V13.459C16.4101 13.3762 16.7719 13.2731 17.0713 13.1533L17.3174 13.0449C17.3865 13.0113 17.4464 12.9767 17.5 12.9453V11.1924C17.061 11.3565 16.5541 11.4887 16 11.584V10.0586C16.4101 9.97576 16.7719 9.87268 17.0713 9.75293L17.3174 9.64453C17.3865 9.61091 17.4465 9.57625 17.5 9.54492V7.42676C16.8787 7.67046 16.0989 7.84715 15.2285 7.93555C14.3428 7.3748 12.7809 7 11 7C10.2889 7 9.61249 7.05994 9 7.16699V6C9 4.89543 11.2386 4 14 4ZM14 5.5C12.7613 5.5 11.7088 5.70359 11.0215 5.97852C11.0046 5.98526 10.9887 5.99332 10.9727 6C10.9887 6.00668 11.0046 6.01474 11.0215 6.02148C11.7088 6.29641 12.7613 6.5 14 6.5C15.2387 6.5 16.2912 6.29641 16.9785 6.02148C16.9951 6.01486 17.0106 6.00657 17.0264 6C17.0106 5.99343 16.9951 5.98514 16.9785 5.97852C16.2912 5.70359 15.2387 5.5 14 5.5Z",
8065
+ fill: color
8066
+ }), React.createElement("path", {
8067
+ fillRule: "evenodd",
8068
+ clipRule: "evenodd",
8069
+ d: "M10 8C12.7614 8 15 8.89543 15 10V17.6094C14.9358 17.6973 14.8624 17.7817 14.7793 17.8604C14.4957 18.1285 14.0977 18.359 13.6279 18.5469C12.6869 18.9232 11.4041 19.1504 10 19.1504C8.59591 19.1504 7.31309 18.9232 6.37207 18.5469C5.90233 18.359 5.50432 18.1285 5.2207 17.8604C5.13759 17.7817 5.06421 17.6973 5 17.6094V10C5 8.89543 7.23858 8 10 8ZM13.5 15.1924C12.5721 15.5393 11.3421 15.75 10 15.75C8.65791 15.75 7.4279 15.5393 6.5 15.1924V16.9453C6.60997 17.0097 6.75055 17.082 6.92871 17.1533L7.2168 17.2578C7.92655 17.4914 8.89551 17.6504 10 17.6504C11.2622 17.6504 12.3477 17.4427 13.0713 17.1533L13.3174 17.0449C13.3865 17.0113 13.4464 16.9767 13.5 16.9453V15.1924ZM13.5 11.4268C12.5981 11.7805 11.363 12 10 12C8.63701 12 7.40192 11.7805 6.5 11.4268V13.5459C6.60988 13.6102 6.7507 13.6817 6.92871 13.7529L7.2168 13.8574C7.92656 14.091 8.89546 14.25 10 14.25C11.2623 14.25 12.3477 14.0424 13.0713 13.7529L13.3174 13.6445C13.3865 13.6109 13.4465 13.5763 13.5 13.5449V11.4268ZM10 9.5C8.76127 9.5 7.70881 9.70359 7.02148 9.97852C7.00463 9.98526 6.98873 9.99332 6.97266 10C6.98873 10.0067 7.00463 10.0147 7.02148 10.0215C7.70881 10.2964 8.76127 10.5 10 10.5C11.2387 10.5 12.2912 10.2964 12.9785 10.0215C12.9951 10.0149 13.0106 10.0066 13.0264 10C13.0106 9.99343 12.9951 9.98514 12.9785 9.97852C12.2912 9.70359 11.2387 9.5 10 9.5Z",
8070
+ fill: color
8071
+ }));
8072
+ });
8073
+
8047
8074
  exports.AirplaneIcon = AirplaneIcon;
8048
8075
  exports.AndIcon = AndIcon;
8049
8076
  exports.AngleDownIcon = AngleDownIcon;
@@ -8134,6 +8161,7 @@ exports.CornerUpRightIcon = CornerUpRightIcon;
8134
8161
  exports.CouponIcon = CouponIcon;
8135
8162
  exports.CreatorsClubIcon = CreatorsClubIcon;
8136
8163
  exports.CreditCardIcon = CreditCardIcon;
8164
+ exports.CreditIcon = CreditIcon;
8137
8165
  exports.CrownIcon = CrownIcon;
8138
8166
  exports.CursorArrowIcon = CursorArrowIcon;
8139
8167
  exports.DashboardIcon = DashboardIcon;