odaptos_design_system 2.0.161 → 2.0.163

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,7 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ interface CustomSvgProps {
4
+ size?: 'sm' | 'base' | 'lg' | 'xl';
5
+ }
6
+ export default function RefusedIcon({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -125,6 +125,7 @@ export { default as AddSeatIcon } from './Miscellaneous/AddSeatIcon';
125
125
  export { default as AddUsersIcon } from './Miscellaneous/AddUsersIcon';
126
126
  export { default as AndroidIcon } from './Miscellaneous/AndroidIcon';
127
127
  export { default as AnonymizeIcon } from './Miscellaneous/AnonymizeIcon';
128
+ export { default as RefusedIcon } from './Miscellaneous/RefusedIcon';
128
129
  export { default as AppWindowPieIcon } from './Miscellaneous/AppWindowPieIcon';
129
130
  export { default as ArchiveIcon } from './Miscellaneous/ArchiveIcon';
130
131
  export { default as BillPdfIcon } from './Miscellaneous/BillPdfIcon';
@@ -8087,6 +8087,35 @@ function AnonymizeIcon({
8087
8087
  })))));
8088
8088
  }
8089
8089
 
8090
+ function RefusedIcon({
8091
+ stroke,
8092
+ strokeWidth,
8093
+ fill,
8094
+ size = 'base',
8095
+ ...rest
8096
+ }) {
8097
+ return /*#__PURE__*/React__default.createElement(material.SvgIcon, Object.assign({
8098
+ strokeWidth: strokeWidth ?? 0.1,
8099
+ stroke: stroke ? stroke : 'currentColor',
8100
+ sx: {
8101
+ height: getIconSize(size),
8102
+ width: getIconSize(size)
8103
+ }
8104
+ }, rest), /*#__PURE__*/React__default.createElement("svg", {
8105
+ xmlns: "http://www.w3.org/2000/svg",
8106
+ width: "24",
8107
+ height: "24",
8108
+ viewBox: "0 0 24 24",
8109
+ fill: "none"
8110
+ }, /*#__PURE__*/React__default.createElement("path", {
8111
+ d: "M5.03062 19.2495C5.54128 20.3667 6.37829 21.3163 7.43941 21.9823C8.50052 22.6483 9.73982 23.002 11.0059 23H14.1674C15.6426 22.9998 17.0573 22.4345 18.1002 21.4286C18.6153 20.9301 19.0234 20.3385 19.3012 19.6878C19.5789 19.037 19.7209 18.3399 19.719 17.6362V5.59908M9.9521 9.64287V4.14288M9.9521 4.14288C9.95211 3.72793 9.78191 3.32981 9.47864 3.03541C9.17537 2.74101 8.76365 2.57423 8.33333 2.57146C8.11932 2.57146 7.90741 2.61211 7.7097 2.69108C7.51198 2.77005 7.33233 2.8858 7.18101 3.03172C7.02968 3.17764 6.90965 3.35087 6.82775 3.54153C6.74585 3.73218 6.7037 3.93652 6.7037 4.14288V14.3571L4.05284 12.3143C3.87144 12.1735 3.66157 12.0708 3.43665 12.0127C3.21172 11.9546 2.9767 11.9424 2.74662 11.9769C2.51653 12.0114 2.29645 12.0919 2.10046 12.2131C1.90446 12.3343 1.73686 12.4937 1.60839 12.681C1.42712 12.945 1.33046 13.2547 1.33046 13.5714C1.33046 13.8881 1.42712 14.1978 1.60839 14.4619L3.17284 16.7143M9.9521 4.14288L9.9521 2.57146C9.9521 2.36421 9.99461 2.15901 10.0772 1.96767C10.1598 1.77633 10.2808 1.60263 10.4332 1.45657C10.5857 1.31052 10.7667 1.19498 10.9656 1.11663C11.1646 1.03828 11.3777 0.998653 11.5926 1.00003C12.0229 1.0028 12.4346 1.16958 12.7379 1.46398C13.0412 1.75838 13.2114 2.1565 13.2114 2.57146V4.14288M16.4706 4.14288C16.4706 3.72793 16.3004 3.32981 15.9972 3.03541C15.6939 2.74101 15.2822 2.57423 14.8519 2.57146C14.4196 2.57146 14.0051 2.73702 13.6995 3.03172C13.3939 3.32642 13.2222 3.72612 13.2222 4.14288V6.50002M23 2.57146L1 23",
8112
+ stroke: stroke,
8113
+ strokeWidth: "1.4",
8114
+ strokeLinecap: "round",
8115
+ strokeLinejoin: "round"
8116
+ })));
8117
+ }
8118
+
8090
8119
  function AppWindowPieIcon({
8091
8120
  stroke,
8092
8121
  strokeWidth,
@@ -8552,7 +8581,7 @@ function CloudUpload({
8552
8581
  viewBox: "0 0 24 24",
8553
8582
  fill: "none"
8554
8583
  }, /*#__PURE__*/React__default.createElement("g", {
8555
- "clip-path": "url(#clip0_3122_37975)"
8584
+ clipPath: "url(#clip0_3122_37975)"
8556
8585
  }, /*#__PURE__*/React__default.createElement("path", {
8557
8586
  fillRule: "evenodd",
8558
8587
  clipRule: "evenodd",
@@ -9912,7 +9941,7 @@ function RobotIcon({
9912
9941
  viewBox: "0 0 16 16",
9913
9942
  fill: "none"
9914
9943
  }, /*#__PURE__*/React__default.createElement("g", {
9915
- "clip-path": "url(#clip0_5612_7260)"
9944
+ clipPath: "url(#clip0_5612_7260)"
9916
9945
  }, /*#__PURE__*/React__default.createElement("path", {
9917
9946
  fillRule: "evenodd",
9918
9947
  clipRule: "evenodd",
@@ -17903,6 +17932,7 @@ exports.RatingScale = RatingScale;
17903
17932
  exports.RecordIcon = RecordIcon;
17904
17933
  exports.RecordingIcon = RecordingIcon;
17905
17934
  exports.RefreshIcon = RefreshIcon;
17935
+ exports.RefusedIcon = RefusedIcon;
17906
17936
  exports.RemoveCircledIcon = RemoveCircledIcon;
17907
17937
  exports.ReportIcon = ReportIcon;
17908
17938
  exports.RobotIcon = RobotIcon;