odaptos_design_system 1.4.291 → 1.4.293

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 PencilWriteIcon({ stroke, strokeWidth, fill, size, ...rest }: SvgIconProps & CustomSvgProps): React.JSX.Element;
7
+ export {};
@@ -76,6 +76,7 @@ export { default as LogoutIcon } from './Interaction/LogoutIcon';
76
76
  export { default as MenuHorizontalIcon } from './Interaction/MenuHorizontalIcon';
77
77
  export { default as MenuVerticalIcon } from './Interaction/MenuVerticalIcon';
78
78
  export { default as MinusIcon } from './Interaction/MinusIcon';
79
+ export { default as PencilWriteIcon } from './Interaction/PencilWriteIcon';
79
80
  export { default as SearchIcon } from './Interaction/SearchIcon';
80
81
  export { default as SearchRemoveIcon } from './Interaction/SearchRemoveIcon';
81
82
  export { default as ShareIcon } from './Interaction/ShareIcon';
@@ -5210,6 +5210,42 @@ function MinusIcon({
5210
5210
  })));
5211
5211
  }
5212
5212
 
5213
+ function PencilWriteIcon({
5214
+ stroke,
5215
+ strokeWidth,
5216
+ fill,
5217
+ size = 'base',
5218
+ ...rest
5219
+ }) {
5220
+ return /*#__PURE__*/React__default.createElement(material.SvgIcon, Object.assign({
5221
+ strokeWidth: strokeWidth ?? 0.1,
5222
+ stroke: stroke ? stroke : 'currentColor',
5223
+ sx: {
5224
+ height: getIconSize(size),
5225
+ width: getIconSize(size)
5226
+ }
5227
+ }, rest), /*#__PURE__*/React__default.createElement("svg", {
5228
+ xmlns: "http://www.w3.org/2000/svg",
5229
+ width: "12",
5230
+ height: "12",
5231
+ viewBox: "0 0 12 12",
5232
+ fill: "none"
5233
+ }, /*#__PURE__*/React__default.createElement("g", {
5234
+ "clip-path": "url(#clip0_5721_3458)"
5235
+ }, /*#__PURE__*/React__default.createElement("path", {
5236
+ "fill-rule": "evenodd",
5237
+ "clip-rule": "evenodd",
5238
+ d: "M9.56139 1.30064C9.68886 1.17317 9.86174 1.10156 10.042 1.10156C10.2223 1.10156 10.3952 1.17317 10.5226 1.30064C10.6501 1.42811 10.7217 1.60099 10.7217 1.78126C10.7217 1.96152 10.6501 2.13441 10.5226 2.26187L6.1363 6.6482L5.015 6.8086L5.17511 5.68692L9.56139 1.30064ZM10.042 0.351562C9.66283 0.351562 9.29918 0.502191 9.03106 0.77031L4.55638 5.245C4.49899 5.30238 4.46177 5.37683 4.45031 5.45717L4.20187 7.19764C4.18519 7.31449 4.2245 7.43238 4.30798 7.51584C4.39146 7.59929 4.50936 7.63857 4.62621 7.62185L6.36621 7.37295C6.44651 7.36146 6.52091 7.32425 6.57827 7.26689L11.053 2.7922C11.3211 2.52408 11.4717 2.16044 11.4717 1.78126C11.4717 1.40208 11.3211 1.03843 11.053 0.77031C10.7848 0.502191 10.4212 0.351562 10.042 0.351562ZM1.37247 3.30738C1.43401 3.24584 1.51747 3.21127 1.60449 3.21127H5.12012C5.32722 3.21127 5.49512 3.04338 5.49512 2.83627C5.49512 2.62917 5.32722 2.46127 5.12012 2.46127H1.60449C1.31856 2.46127 1.04433 2.57486 0.842143 2.77705C0.639955 2.97924 0.526367 3.25346 0.526367 3.5394V10.5706C0.526367 10.8566 0.639955 11.1308 0.842143 11.333C1.04433 11.5352 1.31856 11.6488 1.60449 11.6488H8.63574C8.92168 11.6488 9.1959 11.5352 9.39809 11.333C9.60028 11.1308 9.71387 10.8566 9.71387 10.5706V7.05502C9.71387 6.84792 9.54597 6.68002 9.33887 6.68002C9.13176 6.68002 8.96387 6.84792 8.96387 7.05502V10.5706C8.96387 10.6577 8.9293 10.7411 8.86776 10.8027C8.80623 10.8642 8.72277 10.8988 8.63574 10.8988H1.60449C1.51747 10.8988 1.43401 10.8642 1.37247 10.8027C1.31094 10.7411 1.27637 10.6577 1.27637 10.5706V3.5394C1.27637 3.45237 1.31094 3.36891 1.37247 3.30738Z",
5239
+ fill: fill
5240
+ })), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("clipPath", {
5241
+ id: "clip0_5721_3458"
5242
+ }, /*#__PURE__*/React__default.createElement("rect", {
5243
+ width: "12",
5244
+ height: "12",
5245
+ fill: "white"
5246
+ })))));
5247
+ }
5248
+
5213
5249
  function SearchIcon({
5214
5250
  stroke,
5215
5251
  strokeWidth,
@@ -8230,7 +8266,8 @@ function VoiceIcon({
8230
8266
  "fill-rule": "evenodd",
8231
8267
  "clip-rule": "evenodd",
8232
8268
  d: "M2.39534 2.39534C2.51841 2.27227 2.68533 2.20312 2.85938 2.20312H8.48438C8.89859 2.20312 9.23438 1.86734 9.23438 1.45312C9.23438 1.03891 8.89859 0.703125 8.48438 0.703125H2.85938C2.2875 0.703125 1.73905 0.930301 1.33468 1.33468C0.930301 1.73905 0.703125 2.2875 0.703125 2.85938V8.48438C0.703125 8.89859 1.03891 9.23438 1.45312 9.23438C1.86734 9.23438 2.20312 8.89859 2.20312 8.48438V2.85938C2.20312 2.68533 2.27227 2.51841 2.39534 2.39534ZM14.7656 1.45312C14.7656 1.03891 15.1014 0.703125 15.5156 0.703125H21.1406C21.7125 0.703125 22.2609 0.9303 22.6653 1.33468C23.0697 1.73905 23.2969 2.2875 23.2969 2.85938V8.48438C23.2969 8.89859 22.9611 9.23438 22.5469 9.23438C22.1327 9.23438 21.7969 8.89859 21.7969 8.48438V2.85938C21.7969 2.68533 21.7277 2.51841 21.6047 2.39534C21.4816 2.27227 21.3147 2.20312 21.1406 2.20312H15.5156C15.1014 2.20312 14.7656 1.86734 14.7656 1.45312ZM22.5469 14.7656C22.9611 14.7656 23.2969 15.1014 23.2969 15.5156V21.1406C23.2969 21.7125 23.0697 22.2609 22.6653 22.6653C22.2609 23.0697 21.7125 23.2969 21.1406 23.2969H15.5156C15.1014 23.2969 14.7656 22.9611 14.7656 22.5469C14.7656 22.1327 15.1014 21.7969 15.5156 21.7969H21.1406C21.3147 21.7969 21.4816 21.7277 21.6047 21.6047C21.7277 21.4816 21.7969 21.3147 21.7969 21.1406V15.5156C21.7969 15.1014 22.1327 14.7656 22.5469 14.7656ZM1.45312 14.7656C1.86734 14.7656 2.20312 15.1014 2.20312 15.5156V21.1406C2.20312 21.3147 2.27227 21.4816 2.39534 21.6047C2.51841 21.7277 2.68533 21.7969 2.85938 21.7969H8.48438C8.89859 21.7969 9.23438 22.1327 9.23438 22.5469C9.23438 22.9611 8.89859 23.2969 8.48438 23.2969H2.85938C2.2875 23.2969 1.73905 23.0697 1.33468 22.6653C0.9303 22.2609 0.703125 21.7125 0.703125 21.1406V15.5156C0.703125 15.1014 1.03891 14.7656 1.45312 14.7656ZM12.75 7.07812C12.75 6.66391 12.4142 6.32812 12 6.32812C11.5858 6.32812 11.25 6.66391 11.25 7.07812V16.9219C11.25 17.3361 11.5858 17.6719 12 17.6719C12.4142 17.6719 12.75 17.3361 12.75 16.9219V7.07812ZM8.48438 8.4375C8.89859 8.4375 9.23438 8.77329 9.23438 9.1875V14.8125C9.23438 15.2267 8.89859 15.5625 8.48438 15.5625C8.07016 15.5625 7.73438 15.2267 7.73438 14.8125V9.1875C7.73438 8.77329 8.07016 8.4375 8.48438 8.4375ZM16.2656 9.1875C16.2656 8.77329 15.9298 8.4375 15.5156 8.4375C15.1014 8.4375 14.7656 8.77329 14.7656 9.1875V14.8125C14.7656 15.2267 15.1014 15.5625 15.5156 15.5625C15.9298 15.5625 16.2656 15.2267 16.2656 14.8125V9.1875ZM4.96875 9.84375C5.38296 9.84375 5.71875 10.1795 5.71875 10.5938V13.4062C5.71875 13.8205 5.38296 14.1562 4.96875 14.1562C4.55454 14.1562 4.21875 13.8205 4.21875 13.4062V10.5938C4.21875 10.1795 4.55454 9.84375 4.96875 9.84375ZM19.7812 10.5938C19.7812 10.1795 19.4455 9.84375 19.0312 9.84375C18.617 9.84375 18.2812 10.1795 18.2812 10.5938V13.4062C18.2812 13.8205 18.617 14.1562 19.0312 14.1562C19.4455 14.1562 19.7812 13.8205 19.7812 13.4062V10.5938Z",
8233
- fill: fill
8269
+ fill: fill,
8270
+ stroke: stroke
8234
8271
  })), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("clipPath", {
8235
8272
  id: "clip0_7337_13741"
8236
8273
  }, /*#__PURE__*/React__default.createElement("rect", {
@@ -14757,6 +14794,7 @@ exports.Partner8SVG = Partner8;
14757
14794
  exports.Partner9SVG = Partner9;
14758
14795
  exports.PasswordField = PasswordField;
14759
14796
  exports.PauseIcon = PauseIcon;
14797
+ exports.PencilWriteIcon = PencilWriteIcon;
14760
14798
  exports.PlayIcon = PlayIcon;
14761
14799
  exports.Popover = Popover;
14762
14800
  exports.PopoverBeta = PopoverBeta;