@pagopa/io-app-design-system 4.4.8 → 4.5.1

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.
Files changed (188) hide show
  1. package/lib/commonjs/components/Advice/Advice.js +1 -1
  2. package/lib/commonjs/components/accordion/RawAccordion.js +1 -1
  3. package/lib/commonjs/components/accordion/RawAccordion.js.map +1 -1
  4. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  5. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  6. package/lib/commonjs/components/buttons/ButtonLink.js +1 -1
  7. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  8. package/lib/commonjs/components/buttons/ButtonOutline.js +24 -24
  9. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  10. package/lib/commonjs/components/buttons/ButtonSolid.js +3 -3
  11. package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
  12. package/lib/commonjs/components/buttons/IconButton.js +5 -5
  13. package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
  14. package/lib/commonjs/components/buttons/IconButtonContained.js +11 -11
  15. package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
  16. package/lib/commonjs/components/buttons/IconButtonSolid.js +3 -3
  17. package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
  18. package/lib/commonjs/components/icons/Icon.js +2 -2
  19. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  20. package/lib/commonjs/components/icons/README.md +1 -1
  21. package/lib/commonjs/components/listitems/ListItemInfo.js +47 -13
  22. package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
  23. package/lib/commonjs/components/listitems/ListItemNavAlert.js +1 -1
  24. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  25. package/lib/commonjs/components/listitems/ListItemTransaction.js +1 -1
  26. package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
  27. package/lib/commonjs/components/listitems/PressableListItemBase.js.map +1 -1
  28. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +2 -2
  29. package/lib/commonjs/components/modules/PressableModuleBase.js +10 -2
  30. package/lib/commonjs/components/modules/PressableModuleBase.js.map +1 -1
  31. package/lib/commonjs/components/numberpad/NumberButton.js +1 -1
  32. package/lib/commonjs/components/pictograms/Pictogram.js +1 -22
  33. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  34. package/lib/commonjs/components/spacer/Spacer.js +1 -1
  35. package/lib/commonjs/components/spacer/Spacer.js.map +1 -1
  36. package/lib/commonjs/components/stepper/Stepper.js +1 -1
  37. package/lib/commonjs/components/switch/NativeSwitch.js +2 -2
  38. package/lib/commonjs/components/switch/NativeSwitch.js.map +1 -1
  39. package/lib/commonjs/components/tabs/TabItem.js +3 -3
  40. package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
  41. package/lib/commonjs/components/textInput/TextInputBase.js +18 -15
  42. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  43. package/lib/commonjs/components/textInput/TextInputValidation.js +8 -6
  44. package/lib/commonjs/components/textInput/TextInputValidation.js.map +1 -1
  45. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +4 -4
  46. package/lib/commonjs/components/typography/__test__/typography.test.js +13 -13
  47. package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
  48. package/lib/commonjs/core/IOColors.js +30 -99
  49. package/lib/commonjs/core/IOColors.js.map +1 -1
  50. package/lib/commonjs/core/IOStyles.js +2 -2
  51. package/lib/commonjs/core/IOThemeContextProvider.js +12 -7
  52. package/lib/commonjs/core/IOThemeContextProvider.js.map +1 -1
  53. package/lib/module/components/Advice/Advice.js +1 -1
  54. package/lib/module/components/accordion/RawAccordion.js +1 -1
  55. package/lib/module/components/accordion/RawAccordion.js.map +1 -1
  56. package/lib/module/components/alert/Alert.js.map +1 -1
  57. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  58. package/lib/module/components/buttons/ButtonLink.js +1 -1
  59. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  60. package/lib/module/components/buttons/ButtonOutline.js +24 -24
  61. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  62. package/lib/module/components/buttons/ButtonSolid.js +3 -3
  63. package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
  64. package/lib/module/components/buttons/IconButton.js +5 -5
  65. package/lib/module/components/buttons/IconButton.js.map +1 -1
  66. package/lib/module/components/buttons/IconButtonContained.js +11 -11
  67. package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
  68. package/lib/module/components/buttons/IconButtonSolid.js +3 -3
  69. package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
  70. package/lib/module/components/icons/Icon.js +2 -2
  71. package/lib/module/components/icons/Icon.js.map +1 -1
  72. package/lib/module/components/icons/README.md +1 -1
  73. package/lib/module/components/listitems/ListItemInfo.js +48 -15
  74. package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
  75. package/lib/module/components/listitems/ListItemNavAlert.js +1 -1
  76. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  77. package/lib/module/components/listitems/ListItemTransaction.js +1 -1
  78. package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
  79. package/lib/module/components/listitems/PressableListItemBase.js.map +1 -1
  80. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +2 -2
  81. package/lib/module/components/modules/PressableModuleBase.js +10 -2
  82. package/lib/module/components/modules/PressableModuleBase.js.map +1 -1
  83. package/lib/module/components/numberpad/NumberButton.js +1 -1
  84. package/lib/module/components/pictograms/Pictogram.js +0 -20
  85. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  86. package/lib/module/components/spacer/Spacer.js +1 -1
  87. package/lib/module/components/spacer/Spacer.js.map +1 -1
  88. package/lib/module/components/stepper/Stepper.js +1 -1
  89. package/lib/module/components/switch/NativeSwitch.js +2 -2
  90. package/lib/module/components/switch/NativeSwitch.js.map +1 -1
  91. package/lib/module/components/tabs/TabItem.js +3 -3
  92. package/lib/module/components/tabs/TabItem.js.map +1 -1
  93. package/lib/module/components/textInput/TextInputBase.js +19 -16
  94. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  95. package/lib/module/components/textInput/TextInputValidation.js +8 -6
  96. package/lib/module/components/textInput/TextInputValidation.js.map +1 -1
  97. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +4 -4
  98. package/lib/module/components/typography/__test__/typography.test.js +13 -13
  99. package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
  100. package/lib/module/core/IOColors.js +30 -99
  101. package/lib/module/core/IOColors.js.map +1 -1
  102. package/lib/module/core/IOStyles.js +2 -2
  103. package/lib/module/core/IOThemeContextProvider.js +14 -8
  104. package/lib/module/core/IOThemeContextProvider.js.map +1 -1
  105. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  106. package/lib/typescript/components/listitems/ListItemInfo.d.ts +13 -11
  107. package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
  108. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
  109. package/lib/typescript/components/listitems/PressableListItemBase.d.ts +2 -2
  110. package/lib/typescript/components/listitems/PressableListItemBase.d.ts.map +1 -1
  111. package/lib/typescript/components/modules/PressableModuleBase.d.ts.map +1 -1
  112. package/lib/typescript/components/pictograms/Pictogram.d.ts +2 -11
  113. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  114. package/lib/typescript/components/pictograms/types.d.ts +0 -1
  115. package/lib/typescript/components/pictograms/types.d.ts.map +1 -1
  116. package/lib/typescript/components/textInput/TextInputBase.d.ts +2 -2
  117. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  118. package/lib/typescript/components/textInput/TextInputValidation.d.ts.map +1 -1
  119. package/lib/typescript/components/tooltip/styles.d.ts +2 -2
  120. package/lib/typescript/components/typography/BodyMonospace.d.ts +1 -1
  121. package/lib/typescript/components/typography/ButtonText.d.ts +1 -1
  122. package/lib/typescript/components/typography/Caption.d.ts +1 -1
  123. package/lib/typescript/components/typography/H1.d.ts +1 -1
  124. package/lib/typescript/components/typography/H2.d.ts +1 -1
  125. package/lib/typescript/components/typography/H3.d.ts +1 -1
  126. package/lib/typescript/components/typography/H4.d.ts +1 -1
  127. package/lib/typescript/components/typography/H5.d.ts +1 -1
  128. package/lib/typescript/components/typography/H6.d.ts +1 -1
  129. package/lib/typescript/components/typography/Hero.d.ts +1 -1
  130. package/lib/typescript/components/typography/markdown/MdH1.d.ts +1 -1
  131. package/lib/typescript/components/typography/markdown/MdH2.d.ts +1 -1
  132. package/lib/typescript/components/typography/markdown/MdH3.d.ts +1 -1
  133. package/lib/typescript/core/IOColors.d.ts +5 -35
  134. package/lib/typescript/core/IOColors.d.ts.map +1 -1
  135. package/lib/typescript/core/IOStyles.d.ts +2 -2
  136. package/lib/typescript/core/IOThemeContextProvider.d.ts +6 -6
  137. package/lib/typescript/core/IOThemeContextProvider.d.ts.map +1 -1
  138. package/lib/typescript/utils/fonts.d.ts +1 -1
  139. package/package.json +3 -3
  140. package/src/components/Advice/Advice.tsx +1 -1
  141. package/src/components/accordion/RawAccordion.tsx +1 -1
  142. package/src/components/alert/Alert.tsx +3 -2
  143. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  144. package/src/components/buttons/ButtonLink.tsx +1 -1
  145. package/src/components/buttons/ButtonOutline.tsx +24 -24
  146. package/src/components/buttons/ButtonSolid.tsx +3 -3
  147. package/src/components/buttons/IconButton.tsx +5 -5
  148. package/src/components/buttons/IconButtonContained.tsx +11 -11
  149. package/src/components/buttons/IconButtonSolid.tsx +3 -3
  150. package/src/components/icons/Icon.tsx +2 -2
  151. package/src/components/icons/README.md +1 -1
  152. package/src/components/listitems/ListItemInfo.tsx +107 -53
  153. package/src/components/listitems/ListItemNavAlert.tsx +3 -1
  154. package/src/components/listitems/ListItemTransaction.tsx +1 -1
  155. package/src/components/listitems/PressableListItemBase.tsx +3 -2
  156. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +2 -2
  157. package/src/components/modules/PressableModuleBase.tsx +15 -4
  158. package/src/components/numberpad/NumberButton.tsx +1 -1
  159. package/src/components/pictograms/Pictogram.tsx +0 -22
  160. package/src/components/pictograms/types.ts +0 -1
  161. package/src/components/spacer/Spacer.tsx +1 -1
  162. package/src/components/stepper/Stepper.tsx +1 -1
  163. package/src/components/switch/NativeSwitch.tsx +2 -2
  164. package/src/components/tabs/TabItem.tsx +3 -3
  165. package/src/components/textInput/TextInputBase.tsx +28 -16
  166. package/src/components/textInput/TextInputValidation.tsx +18 -10
  167. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +4 -4
  168. package/src/components/typography/__test__/typography.test.tsx +18 -16
  169. package/src/core/IOColors.ts +33 -95
  170. package/src/core/IOStyles.ts +2 -2
  171. package/src/core/IOThemeContextProvider.tsx +27 -15
  172. package/lib/commonjs/components/pictograms/svg/PictogramCompleted.js +0 -33
  173. package/lib/commonjs/components/pictograms/svg/PictogramCompleted.js.map +0 -1
  174. package/lib/commonjs/components/pictograms/svg/PictogramProcessing.js +0 -33
  175. package/lib/commonjs/components/pictograms/svg/PictogramProcessing.js.map +0 -1
  176. package/lib/commonjs/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
  177. package/lib/module/components/pictograms/svg/PictogramCompleted.js +0 -25
  178. package/lib/module/components/pictograms/svg/PictogramCompleted.js.map +0 -1
  179. package/lib/module/components/pictograms/svg/PictogramProcessing.js +0 -25
  180. package/lib/module/components/pictograms/svg/PictogramProcessing.js.map +0 -1
  181. package/lib/module/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
  182. package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts +0 -5
  183. package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts.map +0 -1
  184. package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts +0 -5
  185. package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts.map +0 -1
  186. package/src/components/pictograms/svg/PictogramCompleted.tsx +0 -22
  187. package/src/components/pictograms/svg/PictogramProcessing.tsx +0 -22
  188. package/src/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
@@ -84,23 +84,8 @@ export const IOColors = asIOColors({
84
84
  "blueItalia-50": "#DDEBFA",
85
85
  /* Temporary scale based on legacy Blue */
86
86
  "blue-600": "#0353A3",
87
+ "blue-500": "#0073E6",
87
88
  "blue-50": "#EFF7FF",
88
- /* Legacy */
89
- greyUltraLight: "#F5F6F7",
90
- greyLight: "#E6E9F2",
91
- bluegreyLight: "#CCD4DC",
92
- grey: "#909DA8",
93
- bluegrey: "#475A6D",
94
- bluegreyDark: "#17324D",
95
- blue: "#0073E6",
96
- blueUltraLight: "#99CCFF" /* Almost deprecated, avoid if possible */,
97
- aqua: "#00C5CA",
98
- aquaUltraLight: "#C1F4F2",
99
- antiqueFuchsia: "#9B5897" /* used in the CgnDiscountValueBox only */,
100
- orange: "#EA7614",
101
- red: "#C02927",
102
- green: "#005C3C",
103
- greenLight: "#5CA85A"
104
89
  });
105
90
 
106
91
  export type IOColors = keyof typeof IOColors;
@@ -137,44 +122,17 @@ export const getGradientColorValues = (
137
122
  */
138
123
 
139
124
  const {
140
- white,
141
- greyUltraLight,
142
- greyLight,
143
- bluegreyLight,
144
- grey,
145
- bluegrey,
146
- bluegreyDark,
147
- black,
148
- blue,
149
- blueUltraLight,
150
- aqua,
151
- aquaUltraLight,
152
- antiqueFuchsia,
153
- orange,
154
- red,
155
- green,
156
- greenLight
125
+ "blue-600": blue600,
126
+ "blue-500": blue500,
127
+ "blue-50": blue50
157
128
  } = IOColors;
158
129
 
159
130
  export const IOColorsLegacy = {
160
- white,
161
- greyUltraLight,
162
- greyLight,
163
- bluegreyLight,
164
- grey,
165
- bluegrey,
166
- bluegreyDark,
167
- black,
168
- blue,
169
- blueUltraLight,
170
- aqua,
171
- aquaUltraLight,
172
- antiqueFuchsia,
173
- orange,
174
- red,
175
- green,
176
- greenLight
131
+ blue600,
132
+ blue500,
133
+ blue50
177
134
  };
135
+
178
136
  export type IOColorLegacy = keyof typeof IOColorsLegacy;
179
137
 
180
138
  export const IOColorsNeutral = asIOColors({
@@ -249,9 +207,8 @@ export const IOColorsExtra = {
249
207
  "blueItalia-500": IOColors["blueItalia-500"],
250
208
  "blueItalia-100": IOColors["blueItalia-100"],
251
209
  "blueItalia-50": IOColors["blueItalia-50"],
252
- "blue-600": IOColors["blue-600"],
253
- "blue-50": IOColors["blue-50"]
254
210
  };
211
+
255
212
  export type IOColorsExtra = keyof typeof IOColorsExtra;
256
213
 
257
214
  /*
@@ -276,12 +233,19 @@ const themeKeys = [
276
233
  "textBody-tertiary",
277
234
  // Design System related
278
235
  "cardBorder-default",
236
+ "textInputBorder-default",
279
237
  "icon-default",
280
238
  "icon-decorative",
239
+ // Inputs
240
+ "textInputBorder-default",
241
+ "textInputLabel-default",
242
+ "textInputValue-default",
243
+ "textInputValue-disabled",
281
244
  // Layout
282
245
  "divider-header",
283
246
  "divider-default",
284
247
  "divider-bottomBar",
248
+ "pdfViewer-background",
285
249
  // Status
286
250
  "errorIcon",
287
251
  "errorText",
@@ -320,10 +284,16 @@ export const IOThemeLight: IOTheme = {
320
284
  "cardBorder-default": "grey-100",
321
285
  "icon-default": "grey-650",
322
286
  "icon-decorative": "grey-300",
287
+ // Inputs
288
+ "textInputBorder-default": "grey-200",
289
+ "textInputLabel-default": "grey-700",
290
+ "textInputValue-default": "black",
291
+ "textInputValue-disabled": "grey-850",
323
292
  // Layout
324
293
  "divider-header": "grey-100",
325
294
  "divider-default": "grey-200",
326
295
  "divider-bottomBar": "grey-200",
296
+ "pdfViewer-background": "grey-700",
327
297
  // Status
328
298
  errorIcon: "error-600",
329
299
  errorText: "error-600",
@@ -340,9 +310,9 @@ export const IOThemeLight: IOTheme = {
340
310
 
341
311
  export const IOThemeLightLegacy: IOTheme = {
342
312
  ...IOThemeLight,
343
- "appBackground-accent": "blue",
344
- "interactiveElem-default": "blue",
345
- "pictogram-hands": "blue"
313
+ "appBackground-accent": "blue-500",
314
+ "interactiveElem-default": "blue-500",
315
+ "pictogram-hands": "blue-500"
346
316
  };
347
317
 
348
318
  export const IOThemeDark: IOTheme = {
@@ -365,6 +335,11 @@ export const IOThemeDark: IOTheme = {
365
335
  "cardBorder-default": "grey-850",
366
336
  "icon-default": "grey-450",
367
337
  "icon-decorative": "grey-650",
338
+ // Inputs
339
+ "textInputBorder-default": "grey-850",
340
+ "textInputLabel-default": "grey-450",
341
+ "textInputValue-default": "white",
342
+ "textInputValue-disabled": "grey-100",
368
343
  // Layout
369
344
  "divider-header": "grey-850",
370
345
  "divider-default": "grey-850",
@@ -453,45 +428,8 @@ REFACTORING REFERENCES
453
428
  Alias tokens:
454
429
  */
455
430
  /*
456
- tabUnderlineColorgreyUltraLight
457
- headerIconLightgreyLight
458
- colorSkeleton → bluegreyLight
459
- itemSeparator → bluegreyLight
460
- btnLightBorderColor → grey
461
- disabledService → grey, not referenced though
462
- headerIconDark → milderGray
463
- textColor → bluegrey
464
- topTabBarTextColor → bluegrey
465
- unselectedColor → bluegrey
466
- textColorDark → bluegreyDark
467
- cardTextColor → bluegreyDark
431
+ itemSeparatorgrey-200
432
+ textColorgrey-700
468
433
  footerShadowColor → black
469
- topTabBarActiveTextColor → blue
470
- selectedColor → blue
471
- contentPrimaryBackground → blue
472
- textLinkColor → blue
473
- colorHighlight → aqua
474
- toastColor → aquaUltraLight
475
- brandDanger → red
476
- calendarExpirableColor → red
477
- brandSuccess → green
478
- */
479
-
480
- /* NEW PALETTE → OLD PALETTE
481
- That is, which color replaces the other? */
482
- /*
483
- `blackNew` replaces `black`
484
- `grey50` → `greyUltraLight`
485
- `grey100` → `greyLight`
486
- `grey200` → `blueGreyLight`
487
- `grey450` → `grey`
488
- `grey650` → `milderGrey`
489
- `grey700` → `bluegrey`
490
- `grey850` → `bluegreyDark`
491
- `blueNew` → `blue`
492
- `turquoise` → `aqua`
493
- `turquoiseLight` → `aquaUltraLight`
494
- `warning` → `yellow`
495
- `error` → `red`
496
- `success` → `green`
434
+ contentPrimaryBackground → blue-500
497
435
  */
@@ -352,8 +352,8 @@ export const IOSwitchVisualParams: IOSwitchVisualParams = {
352
352
 
353
353
  export const IOSelectionTickLegacyVisualParams: IOSelectionTickLegacyVisualParams =
354
354
  {
355
- borderColorOffState: "bluegrey",
356
- bgColorOnState: "blue"
355
+ borderColorOffState: "grey-700",
356
+ bgColorOnState: "blue-500"
357
357
  };
358
358
 
359
359
  interface IOSelectionListItemVisualParams {
@@ -1,5 +1,12 @@
1
- import React, { useMemo } from "react";
2
- import { Appearance } from "react-native";
1
+ import React, {
2
+ createContext,
3
+ PropsWithChildren,
4
+ useCallback,
5
+ useContext,
6
+ useMemo,
7
+ useState
8
+ } from "react";
9
+ import { Appearance, ColorSchemeName } from "react-native";
3
10
  import {
4
11
  IOTheme,
5
12
  IOThemeDark,
@@ -10,39 +17,44 @@ import { useIOExperimentalDesign } from "./IODSExperimentalContextProvider";
10
17
 
11
18
  export const IOThemes = { light: IOThemeLight, dark: IOThemeDark };
12
19
  export const legacyIOThemes = { light: IOThemeLightLegacy, dark: IOThemeDark };
13
- type IOThemeType = keyof typeof IOThemes;
20
+ // type IOThemeType = keyof typeof IOThemes | null;
14
21
 
15
22
  type IOThemeContextType = {
16
- themeType: IOThemeType;
23
+ themeType: ColorSchemeName;
17
24
  theme: IOTheme;
18
- setTheme: (theme: IOThemeType) => void;
25
+ setTheme: (theme: ColorSchemeName) => void;
19
26
  };
20
27
 
21
28
  export const IOThemeContext: React.Context<IOThemeContextType> =
22
- React.createContext<IOThemeContextType>({
23
- themeType: Appearance.getColorScheme() === "dark" ? "dark" : "light",
29
+ createContext<IOThemeContextType>({
30
+ themeType: Appearance.getColorScheme(),
24
31
  theme:
25
32
  Appearance.getColorScheme() === "dark" ? IOThemes.dark : IOThemes.light,
26
- setTheme: () => void 0
33
+ setTheme: (theme: ColorSchemeName) => Appearance.setColorScheme(theme)
27
34
  });
28
35
 
29
- export const useIOThemeContext = () => React.useContext(IOThemeContext);
36
+ export const useIOThemeContext = () => useContext(IOThemeContext);
30
37
 
31
38
  export const useIOTheme = () => useIOThemeContext().theme;
32
39
 
33
40
  type IOThemeContextProviderProps = {
34
- theme?: IOThemeType;
41
+ theme?: ColorSchemeName;
35
42
  };
36
43
 
37
44
  export const IOThemeContextProvider = ({
38
45
  children,
39
46
  theme
40
- }: React.PropsWithChildren<IOThemeContextProviderProps>) => {
41
- const [currentTheme, setCurrentTheme] = React.useState<IOThemeType>(
42
- theme ?? "light"
47
+ }: PropsWithChildren<IOThemeContextProviderProps>) => {
48
+ const [currentTheme, setCurrentTheme] = useState<ColorSchemeName>(
49
+ theme ?? Appearance.getColorScheme()
43
50
  );
44
51
  const { isExperimental } = useIOExperimentalDesign();
45
52
 
53
+ const handleThemeChange = useCallback((newTheme: ColorSchemeName) => {
54
+ setCurrentTheme(newTheme);
55
+ Appearance.setColorScheme(newTheme);
56
+ }, []);
57
+
46
58
  const themeMap = useMemo(
47
59
  () => (isExperimental ? IOThemes : legacyIOThemes),
48
60
  [isExperimental]
@@ -52,8 +64,8 @@ export const IOThemeContextProvider = ({
52
64
  <IOThemeContext.Provider
53
65
  value={{
54
66
  themeType: currentTheme,
55
- theme: themeMap[currentTheme],
56
- setTheme: setCurrentTheme
67
+ theme: themeMap[currentTheme ?? "light"],
68
+ setTheme: handleThemeChange
57
69
  }}
58
70
  >
59
71
  {children}
@@ -1,33 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = require("react-native-svg");
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
11
- const PictogramCompleted = ({
12
- size,
13
- color,
14
- ...props
15
- }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, _extends({
16
- fill: "none",
17
- width: size,
18
- height: size,
19
- viewBox: "0 0 120 120"
20
- }, props), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
21
- fillRule: "evenodd",
22
- clipRule: "evenodd",
23
- d: "M.452 60.01C.452 27.2 27.147.507 59.957.507s59.504 26.695 59.504 59.505-26.695 59.504-59.504 59.504C27.147 119.515.452 92.82.452 60.01Zm5.946 0c0 29.534 24.025 53.559 53.559 53.559 29.533 0 53.558-24.025 53.558-53.559 0-29.533-24.025-53.558-53.558-53.558-29.534 0-53.559 24.025-53.559 53.559Z",
24
- fill: color
25
- }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
26
- fillRule: "evenodd",
27
- clipRule: "evenodd",
28
- d: "m75.536 45.523-22.811 22.69L44.4 59.84a2.98 2.98 0 0 0-4.198-.025c-1.165 1.14-1.165 3.034-.025 4.199L50.59 74.498a2.956 2.956 0 0 0 4.199 0L79.71 49.721a2.98 2.98 0 0 0 .025-4.198 2.959 2.959 0 0 0-4.199 0Z",
29
- fill: color
30
- }));
31
- var _default = PictogramCompleted;
32
- exports.default = _default;
33
- //# sourceMappingURL=PictogramCompleted.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramCompleted","size","color","props","createElement","Svg","fill","width","height","viewBox","Path","fillRule","clipRule","d","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramCompleted.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAG7C,MAAMQ,kBAAkB,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAyB,CAAC,kBACtExB,MAAA,CAAAM,OAAA,CAAAmB,aAAA,CAACtB,eAAA,CAAAuB,GAAG,EAAAnB,QAAA;EAACoB,IAAI,EAAC,MAAM;EAACC,KAAK,EAAEN,IAAK;EAACO,MAAM,EAAEP,IAAK;EAACQ,OAAO,EAAC;AAAa,GAAKN,KAAK,gBACzExB,MAAA,CAAAM,OAAA,CAAAmB,aAAA,CAACtB,eAAA,CAAA4B,IAAI;EACHC,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,sSAAsS;EACxSP,IAAI,EAAEJ;AAAM,CACb,CAAC,eACFvB,MAAA,CAAAM,OAAA,CAAAmB,aAAA,CAACtB,eAAA,CAAA4B,IAAI;EACHC,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,gNAAgN;EAClNP,IAAI,EAAEJ;AAAM,CACb,CACE,CACN;AAAC,IAAAY,QAAA,GAEad,kBAAkB;AAAAe,OAAA,CAAA9B,OAAA,GAAA6B,QAAA"}
@@ -1,33 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _reactNativeSvg = require("react-native-svg");
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
11
- const PictogramProcessing = ({
12
- size,
13
- color,
14
- ...props
15
- }) => /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Svg, _extends({
16
- fill: "none",
17
- width: size,
18
- height: size,
19
- viewBox: "0 0 120 120"
20
- }, props), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
21
- fillRule: "evenodd",
22
- clipRule: "evenodd",
23
- d: "M107.776 85.653h-1.996V81.67c0-.913-.623-1.71-1.511-1.931l-2.906-.726a5.953 5.953 0 0 1-4.443-4.736l-2.851-22.52a1.98 1.98 0 0 0 1.522-1.063l3.992-7.967c.31-.618.276-1.351-.088-1.938a1.997 1.997 0 0 0-1.699-.945h-9.979a5.987 5.987 0 0 0-5.62 3.984h-.367c0-3.3-2.68-5.976-5.988-5.976H55.884V19.927h1.995c.737 0 1.413-.403 1.76-1.052a1.984 1.984 0 0 0-.099-2.044l-3.257-4.87h5.588V7.976h-6.186c-1.02-5.013-5.682-8.44-10.783-7.926-5.101.514-8.982 4.801-8.977 9.918v45.809a9.907 9.907 0 0 0 2.815 6.904 5.956 5.956 0 0 0-2.815 5.046v1.992h-3.991V2.002h-4.367a8.929 8.929 0 0 0-3.964.934 4.833 4.833 0 0 1-3.714.263L16.6 2.104a1.999 1.999 0 0 0-2.628 1.89v11.95c0 .858.55 1.619 1.365 1.89l3.291 1.095a8.907 8.907 0 0 0 2.81.459 8.84 8.84 0 0 0 3.95-.938 4.9 4.9 0 0 1 2.18-.514h.375v20.283a5.94 5.94 0 0 0-1.996-.367H5.988C2.68 37.852 0 40.529 0 43.828v19.917c.007.318.09.629.246.906-.157.438-.24.9-.246 1.364a4.285 4.285 0 0 0 3.098 4.103l10.873 3.095v4.474H3.99a1.994 1.994 0 0 0-1.995 1.991v10.487A19.627 19.627 0 0 0 0 98.83v4.748c0 1.1.894 1.991 1.996 1.991h7.983c0 7.701 6.256 13.942 13.971 13.942 7.716 0 13.971-6.241 13.971-13.942h2.573a12.488 12.488 0 0 0 11.644 7.967h21.464a12.488 12.488 0 0 0 11.643-7.967h4.568a13.944 13.944 0 0 0 8.833 12.997 13.991 13.991 0 0 0 15.351-3.451 13.92 13.92 0 0 0 2.395-15.52h1.363a1.994 1.994 0 0 0 1.996-1.992c-.006-6.597-5.364-11.944-11.975-11.95Zm7.731 9.959h-6.734a17.1 17.1 0 0 0-10.178 3.386 12.952 12.952 0 0 1-6.752 2.499l-.451.044a4.89 4.89 0 0 1-.581.046h-.998v-1.992c.007-5.496 4.471-9.951 9.98-9.958h7.983a7.997 7.997 0 0 1 7.731 5.975Zm-11.723 11.95a1.994 1.994 0 0 0 1.996-1.992c0-1.1-.894-1.991-1.996-1.991a1.993 1.993 0 0 0-1.996 1.991c0 1.1.894 1.992 1.996 1.992ZM92.572 47.811h-4.755a1.939 1.939 0 0 1-.998-.306 1.923 1.923 0 0 0 0-3.37c.3-.192.644-.298.998-.307h6.75l-1.995 3.983Zm-7.425 3.33a5.981 5.981 0 0 1-2.954-3.33h-1.92a5.962 5.962 0 0 1-4.431 1.992H55.884v3.983h14.304a8.837 8.837 0 0 1 7.279 3.828 8.794 8.794 0 0 1 .956 8.154L70.59 86.084a9.947 9.947 0 0 1 6.702 6.45l6.477-11.308-1.94-21.285a11.774 11.774 0 0 1 3.317-8.8Zm-30.261 42.48c-3.858 0-6.986-3.122-6.986-6.972 0-3.849 3.129-6.97 6.986-6.97h.998c2.072 0 5.987-1.666 5.987-7.968v-3.983a5.892 5.892 0 0 0-.366-1.992h3.592l-7.115 21.28c0 .03 0 .062-.019.091-.017.03-.02.034-.023.055L56.32 93.62h-1.435Zm-14.97-39.835h11.976v-3.983h-3.309a7.978 7.978 0 0 1-7.745-6.035l-.921-3.127v13.145Zm30.272 3.983c1.597 0 3.092.784 3.996 2.098a4.823 4.823 0 0 1 .523 4.476l-8.22 21.31h-3.843l7.11-21.28c.202-.606.1-1.274-.276-1.793a1.997 1.997 0 0 0-1.62-.827H45.905a5.997 5.997 0 0 1-5.645-3.983h29.929Zm-2.33 31.868h-6.423l-.998 3.983h13.068a5.999 5.999 0 0 0-5.646-3.983Zm9.98-45.81c0 1.1-.894 1.992-1.996 1.992h-1.996v-3.983h1.996c1.102 0 1.996.892 1.996 1.992ZM48.583 45.82h21.272v-3.983H51.892a1.996 1.996 0 0 1-1.914-1.422l-3.076-10.283a2.868 2.868 0 0 0-2.781-2.237 2.837 2.837 0 0 0-2.759 3.527l3.327 11.304a4.014 4.014 0 0 0 3.894 3.094Zm3.309-12.946-1.137-3.803a6.91 6.91 0 0 0-.423-1.176h1.56v4.98Zm2.258-16.93-1.923-2.885v.008a2.01 2.01 0 0 1-.335-1.106H39.917v11.95h11.975v-5.974c0-1.1.894-1.992 1.996-1.992h.262Zm-8.246-11.95a5.988 5.988 0 0 1 5.621 3.984h-11.24a5.987 5.987 0 0 1 5.62-3.983Zm-3.991 61.743a1.994 1.994 0 0 0-1.996 1.992v1.992h17.962v-1.992c0-1.1-.893-1.992-1.995-1.992H41.913ZM3.992 61.753v-11.95h23.95v11.95H3.992Zm19.611-46.866a8.928 8.928 0 0 1 3.964-.935h.375V5.985h-.375a4.9 4.9 0 0 0-2.18.515 8.83 8.83 0 0 1-6.76.48l-.664-.222v7.75l1.926.641a4.85 4.85 0 0 0 3.714-.262ZM5.988 41.836h19.958c1.102 0 1.996.892 1.996 1.992v1.991H3.992v-1.991c0-1.1.893-1.992 1.996-1.992Zm-1.717 23.9a.28.28 0 0 0-.08.548l12.056 3.436h11.695v-3.984H4.272ZM5.988 81.67h3.01a28.695 28.695 0 0 0-3.01 2.765V81.67Zm7.983 23.9c.007 5.498 4.471 9.953 9.98 9.959 5.508-.006 9.972-4.461 9.978-9.959h-3.991a5.98 5.98 0 0 1-5.988 5.975c-3.306 0-5.987-2.674-5.987-5.975H13.97Zm11.975 0c0 1.1-.894 1.992-1.996 1.992a1.994 1.994 0 0 1-1.996-1.992h3.992Zm26.192 3.984h21.464a8.538 8.538 0 0 0 7.23-3.984H44.907a8.54 8.54 0 0 0 7.23 3.984Zm33.683-9.959v1.992H3.991v-2.756c0-10.638 10.461-16.209 12.423-17.161h21.507v-3.984H17.963v-3.983h39.695c-.472 1.793-1.552 1.976-1.774 1.992h-.998c-6.063 0-10.977 4.904-10.977 10.954 0 6.05 4.914 10.954 10.977 10.954h20.956c.215-.006.428-.05.63-.127a5.954 5.954 0 0 0 4.249-2.883l6.833-11.927c.208-.355.3-.766.263-1.175l-1.996-21.73a7.199 7.199 0 0 1 4.316-7.287l2.835 22.38a9.966 9.966 0 0 0 7.419 8.023l1.397.349v2.427h-1.996c-7.711.01-13.962 6.246-13.97 13.942Zm17.963 15.934c5.512 0 9.979-4.458 9.979-9.959a9.898 9.898 0 0 0-2.011-5.975h-2.979c-.992.015-1.978.143-2.941.383a5.973 5.973 0 0 1 3.777 7 5.988 5.988 0 0 1-6.535 4.548 5.98 5.98 0 0 1-5.278-5.956 5.92 5.92 0 0 1 .26-1.665c-.3.148-.593.28-.898.399-.23.092-.463.171-.698.252l-.06.02a20.21 20.21 0 0 1-1.385.399l-.16.039c-.206.051-.412.102-.62.144-.07.013-.138.031-.206.048-.074.019-.148.038-.224.052v.312c0 5.501 4.468 9.959 9.979 9.959Z",
24
- fill: color
25
- }), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
26
- fillRule: "evenodd",
27
- clipRule: "evenodd",
28
- d: "M25.946 85.653h11.975v3.984H25.946v-3.984ZM25.946 93.62h11.975v3.984H25.946V93.62Z",
29
- fill: color
30
- }));
31
- var _default = PictogramProcessing;
32
- exports.default = _default;
33
- //# sourceMappingURL=PictogramProcessing.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","PictogramProcessing","size","color","props","createElement","Svg","fill","width","height","viewBox","Path","fillRule","clipRule","d","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramProcessing.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAG7C,MAAMQ,mBAAmB,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAyB,CAAC,kBACvExB,MAAA,CAAAM,OAAA,CAAAmB,aAAA,CAACtB,eAAA,CAAAuB,GAAG,EAAAnB,QAAA;EAACoB,IAAI,EAAC,MAAM;EAACC,KAAK,EAAEN,IAAK;EAACO,MAAM,EAAEP,IAAK;EAACQ,OAAO,EAAC;AAAa,GAAKN,KAAK,gBACzExB,MAAA,CAAAM,OAAA,CAAAmB,aAAA,CAACtB,eAAA,CAAA4B,IAAI;EACHC,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,+1JAA+1J;EACj2JP,IAAI,EAAEJ;AAAM,CACb,CAAC,eACFvB,MAAA,CAAAM,OAAA,CAAAmB,aAAA,CAACtB,eAAA,CAAA4B,IAAI;EACHC,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,oFAAoF;EACtFP,IAAI,EAAEJ;AAAM,CACb,CACE,CACN;AAAC,IAAAY,QAAA,GAEad,mBAAmB;AAAAe,OAAA,CAAA9B,OAAA,GAAA6B,QAAA"}
@@ -1,14 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M.452 60.01C.452 27.2 27.147.507 59.957.507s59.504 26.695 59.504 59.505-26.695 59.504-59.504 59.504C27.147 119.515.452 92.82.452 60.01Zm5.946 0c0 29.534 24.025 53.559 53.559 53.559 29.533 0 53.558-24.025 53.558-53.559 0-29.533-24.025-53.558-53.558-53.558-29.534 0-53.559 24.025-53.559 53.559Z"
6
- fill="#000"
7
- />
8
- <path
9
- fill-rule="evenodd"
10
- clip-rule="evenodd"
11
- d="m75.536 45.523-22.811 22.69L44.4 59.84a2.98 2.98 0 0 0-4.198-.025c-1.165 1.14-1.165 3.034-.025 4.199L50.59 74.498a2.956 2.956 0 0 0 4.199 0L79.71 49.721a2.98 2.98 0 0 0 .025-4.198 2.959 2.959 0 0 0-4.199 0Z"
12
- fill="#000"
13
- />
14
- </svg>
@@ -1,25 +0,0 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
- import React from "react";
3
- import { Svg, Path } from "react-native-svg";
4
- const PictogramCompleted = ({
5
- size,
6
- color,
7
- ...props
8
- }) => /*#__PURE__*/React.createElement(Svg, _extends({
9
- fill: "none",
10
- width: size,
11
- height: size,
12
- viewBox: "0 0 120 120"
13
- }, props), /*#__PURE__*/React.createElement(Path, {
14
- fillRule: "evenodd",
15
- clipRule: "evenodd",
16
- d: "M.452 60.01C.452 27.2 27.147.507 59.957.507s59.504 26.695 59.504 59.505-26.695 59.504-59.504 59.504C27.147 119.515.452 92.82.452 60.01Zm5.946 0c0 29.534 24.025 53.559 53.559 53.559 29.533 0 53.558-24.025 53.558-53.559 0-29.533-24.025-53.558-53.558-53.558-29.534 0-53.559 24.025-53.559 53.559Z",
17
- fill: color
18
- }), /*#__PURE__*/React.createElement(Path, {
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "m75.536 45.523-22.811 22.69L44.4 59.84a2.98 2.98 0 0 0-4.198-.025c-1.165 1.14-1.165 3.034-.025 4.199L50.59 74.498a2.956 2.956 0 0 0 4.199 0L79.71 49.721a2.98 2.98 0 0 0 .025-4.198 2.959 2.959 0 0 0-4.199 0Z",
22
- fill: color
23
- }));
24
- export default PictogramCompleted;
25
- //# sourceMappingURL=PictogramCompleted.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","PictogramCompleted","size","color","props","createElement","_extends","fill","width","height","viewBox","fillRule","clipRule","d"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramCompleted.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,kBAAkB,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAyB,CAAC,kBACtEN,KAAA,CAAAO,aAAA,CAACN,GAAG,EAAAO,QAAA;EAACC,IAAI,EAAC,MAAM;EAACC,KAAK,EAAEN,IAAK;EAACO,MAAM,EAAEP,IAAK;EAACQ,OAAO,EAAC;AAAa,GAAKN,KAAK,gBACzEN,KAAA,CAAAO,aAAA,CAACL,IAAI;EACHW,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,sSAAsS;EACxSN,IAAI,EAAEJ;AAAM,CACb,CAAC,eACFL,KAAA,CAAAO,aAAA,CAACL,IAAI;EACHW,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,gNAAgN;EAClNN,IAAI,EAAEJ;AAAM,CACb,CACE,CACN;AAED,eAAeF,kBAAkB"}
@@ -1,25 +0,0 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
- import React from "react";
3
- import { Svg, Path } from "react-native-svg";
4
- const PictogramProcessing = ({
5
- size,
6
- color,
7
- ...props
8
- }) => /*#__PURE__*/React.createElement(Svg, _extends({
9
- fill: "none",
10
- width: size,
11
- height: size,
12
- viewBox: "0 0 120 120"
13
- }, props), /*#__PURE__*/React.createElement(Path, {
14
- fillRule: "evenodd",
15
- clipRule: "evenodd",
16
- d: "M107.776 85.653h-1.996V81.67c0-.913-.623-1.71-1.511-1.931l-2.906-.726a5.953 5.953 0 0 1-4.443-4.736l-2.851-22.52a1.98 1.98 0 0 0 1.522-1.063l3.992-7.967c.31-.618.276-1.351-.088-1.938a1.997 1.997 0 0 0-1.699-.945h-9.979a5.987 5.987 0 0 0-5.62 3.984h-.367c0-3.3-2.68-5.976-5.988-5.976H55.884V19.927h1.995c.737 0 1.413-.403 1.76-1.052a1.984 1.984 0 0 0-.099-2.044l-3.257-4.87h5.588V7.976h-6.186c-1.02-5.013-5.682-8.44-10.783-7.926-5.101.514-8.982 4.801-8.977 9.918v45.809a9.907 9.907 0 0 0 2.815 6.904 5.956 5.956 0 0 0-2.815 5.046v1.992h-3.991V2.002h-4.367a8.929 8.929 0 0 0-3.964.934 4.833 4.833 0 0 1-3.714.263L16.6 2.104a1.999 1.999 0 0 0-2.628 1.89v11.95c0 .858.55 1.619 1.365 1.89l3.291 1.095a8.907 8.907 0 0 0 2.81.459 8.84 8.84 0 0 0 3.95-.938 4.9 4.9 0 0 1 2.18-.514h.375v20.283a5.94 5.94 0 0 0-1.996-.367H5.988C2.68 37.852 0 40.529 0 43.828v19.917c.007.318.09.629.246.906-.157.438-.24.9-.246 1.364a4.285 4.285 0 0 0 3.098 4.103l10.873 3.095v4.474H3.99a1.994 1.994 0 0 0-1.995 1.991v10.487A19.627 19.627 0 0 0 0 98.83v4.748c0 1.1.894 1.991 1.996 1.991h7.983c0 7.701 6.256 13.942 13.971 13.942 7.716 0 13.971-6.241 13.971-13.942h2.573a12.488 12.488 0 0 0 11.644 7.967h21.464a12.488 12.488 0 0 0 11.643-7.967h4.568a13.944 13.944 0 0 0 8.833 12.997 13.991 13.991 0 0 0 15.351-3.451 13.92 13.92 0 0 0 2.395-15.52h1.363a1.994 1.994 0 0 0 1.996-1.992c-.006-6.597-5.364-11.944-11.975-11.95Zm7.731 9.959h-6.734a17.1 17.1 0 0 0-10.178 3.386 12.952 12.952 0 0 1-6.752 2.499l-.451.044a4.89 4.89 0 0 1-.581.046h-.998v-1.992c.007-5.496 4.471-9.951 9.98-9.958h7.983a7.997 7.997 0 0 1 7.731 5.975Zm-11.723 11.95a1.994 1.994 0 0 0 1.996-1.992c0-1.1-.894-1.991-1.996-1.991a1.993 1.993 0 0 0-1.996 1.991c0 1.1.894 1.992 1.996 1.992ZM92.572 47.811h-4.755a1.939 1.939 0 0 1-.998-.306 1.923 1.923 0 0 0 0-3.37c.3-.192.644-.298.998-.307h6.75l-1.995 3.983Zm-7.425 3.33a5.981 5.981 0 0 1-2.954-3.33h-1.92a5.962 5.962 0 0 1-4.431 1.992H55.884v3.983h14.304a8.837 8.837 0 0 1 7.279 3.828 8.794 8.794 0 0 1 .956 8.154L70.59 86.084a9.947 9.947 0 0 1 6.702 6.45l6.477-11.308-1.94-21.285a11.774 11.774 0 0 1 3.317-8.8Zm-30.261 42.48c-3.858 0-6.986-3.122-6.986-6.972 0-3.849 3.129-6.97 6.986-6.97h.998c2.072 0 5.987-1.666 5.987-7.968v-3.983a5.892 5.892 0 0 0-.366-1.992h3.592l-7.115 21.28c0 .03 0 .062-.019.091-.017.03-.02.034-.023.055L56.32 93.62h-1.435Zm-14.97-39.835h11.976v-3.983h-3.309a7.978 7.978 0 0 1-7.745-6.035l-.921-3.127v13.145Zm30.272 3.983c1.597 0 3.092.784 3.996 2.098a4.823 4.823 0 0 1 .523 4.476l-8.22 21.31h-3.843l7.11-21.28c.202-.606.1-1.274-.276-1.793a1.997 1.997 0 0 0-1.62-.827H45.905a5.997 5.997 0 0 1-5.645-3.983h29.929Zm-2.33 31.868h-6.423l-.998 3.983h13.068a5.999 5.999 0 0 0-5.646-3.983Zm9.98-45.81c0 1.1-.894 1.992-1.996 1.992h-1.996v-3.983h1.996c1.102 0 1.996.892 1.996 1.992ZM48.583 45.82h21.272v-3.983H51.892a1.996 1.996 0 0 1-1.914-1.422l-3.076-10.283a2.868 2.868 0 0 0-2.781-2.237 2.837 2.837 0 0 0-2.759 3.527l3.327 11.304a4.014 4.014 0 0 0 3.894 3.094Zm3.309-12.946-1.137-3.803a6.91 6.91 0 0 0-.423-1.176h1.56v4.98Zm2.258-16.93-1.923-2.885v.008a2.01 2.01 0 0 1-.335-1.106H39.917v11.95h11.975v-5.974c0-1.1.894-1.992 1.996-1.992h.262Zm-8.246-11.95a5.988 5.988 0 0 1 5.621 3.984h-11.24a5.987 5.987 0 0 1 5.62-3.983Zm-3.991 61.743a1.994 1.994 0 0 0-1.996 1.992v1.992h17.962v-1.992c0-1.1-.893-1.992-1.995-1.992H41.913ZM3.992 61.753v-11.95h23.95v11.95H3.992Zm19.611-46.866a8.928 8.928 0 0 1 3.964-.935h.375V5.985h-.375a4.9 4.9 0 0 0-2.18.515 8.83 8.83 0 0 1-6.76.48l-.664-.222v7.75l1.926.641a4.85 4.85 0 0 0 3.714-.262ZM5.988 41.836h19.958c1.102 0 1.996.892 1.996 1.992v1.991H3.992v-1.991c0-1.1.893-1.992 1.996-1.992Zm-1.717 23.9a.28.28 0 0 0-.08.548l12.056 3.436h11.695v-3.984H4.272ZM5.988 81.67h3.01a28.695 28.695 0 0 0-3.01 2.765V81.67Zm7.983 23.9c.007 5.498 4.471 9.953 9.98 9.959 5.508-.006 9.972-4.461 9.978-9.959h-3.991a5.98 5.98 0 0 1-5.988 5.975c-3.306 0-5.987-2.674-5.987-5.975H13.97Zm11.975 0c0 1.1-.894 1.992-1.996 1.992a1.994 1.994 0 0 1-1.996-1.992h3.992Zm26.192 3.984h21.464a8.538 8.538 0 0 0 7.23-3.984H44.907a8.54 8.54 0 0 0 7.23 3.984Zm33.683-9.959v1.992H3.991v-2.756c0-10.638 10.461-16.209 12.423-17.161h21.507v-3.984H17.963v-3.983h39.695c-.472 1.793-1.552 1.976-1.774 1.992h-.998c-6.063 0-10.977 4.904-10.977 10.954 0 6.05 4.914 10.954 10.977 10.954h20.956c.215-.006.428-.05.63-.127a5.954 5.954 0 0 0 4.249-2.883l6.833-11.927c.208-.355.3-.766.263-1.175l-1.996-21.73a7.199 7.199 0 0 1 4.316-7.287l2.835 22.38a9.966 9.966 0 0 0 7.419 8.023l1.397.349v2.427h-1.996c-7.711.01-13.962 6.246-13.97 13.942Zm17.963 15.934c5.512 0 9.979-4.458 9.979-9.959a9.898 9.898 0 0 0-2.011-5.975h-2.979c-.992.015-1.978.143-2.941.383a5.973 5.973 0 0 1 3.777 7 5.988 5.988 0 0 1-6.535 4.548 5.98 5.98 0 0 1-5.278-5.956 5.92 5.92 0 0 1 .26-1.665c-.3.148-.593.28-.898.399-.23.092-.463.171-.698.252l-.06.02a20.21 20.21 0 0 1-1.385.399l-.16.039c-.206.051-.412.102-.62.144-.07.013-.138.031-.206.048-.074.019-.148.038-.224.052v.312c0 5.501 4.468 9.959 9.979 9.959Z",
17
- fill: color
18
- }), /*#__PURE__*/React.createElement(Path, {
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M25.946 85.653h11.975v3.984H25.946v-3.984ZM25.946 93.62h11.975v3.984H25.946V93.62Z",
22
- fill: color
23
- }));
24
- export default PictogramProcessing;
25
- //# sourceMappingURL=PictogramProcessing.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","PictogramProcessing","size","color","props","createElement","_extends","fill","width","height","viewBox","fillRule","clipRule","d"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramProcessing.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,mBAAmB,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAyB,CAAC,kBACvEN,KAAA,CAAAO,aAAA,CAACN,GAAG,EAAAO,QAAA;EAACC,IAAI,EAAC,MAAM;EAACC,KAAK,EAAEN,IAAK;EAACO,MAAM,EAAEP,IAAK;EAACQ,OAAO,EAAC;AAAa,GAAKN,KAAK,gBACzEN,KAAA,CAAAO,aAAA,CAACL,IAAI;EACHW,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,+1JAA+1J;EACj2JN,IAAI,EAAEJ;AAAM,CACb,CAAC,eACFL,KAAA,CAAAO,aAAA,CAACL,IAAI;EACHW,QAAQ,EAAC,SAAS;EAClBC,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,oFAAoF;EACtFN,IAAI,EAAEJ;AAAM,CACb,CACE,CACN;AAED,eAAeF,mBAAmB"}
@@ -1,14 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M.452 60.01C.452 27.2 27.147.507 59.957.507s59.504 26.695 59.504 59.505-26.695 59.504-59.504 59.504C27.147 119.515.452 92.82.452 60.01Zm5.946 0c0 29.534 24.025 53.559 53.559 53.559 29.533 0 53.558-24.025 53.558-53.559 0-29.533-24.025-53.558-53.558-53.558-29.534 0-53.559 24.025-53.559 53.559Z"
6
- fill="#000"
7
- />
8
- <path
9
- fill-rule="evenodd"
10
- clip-rule="evenodd"
11
- d="m75.536 45.523-22.811 22.69L44.4 59.84a2.98 2.98 0 0 0-4.198-.025c-1.165 1.14-1.165 3.034-.025 4.199L50.59 74.498a2.956 2.956 0 0 0 4.199 0L79.71 49.721a2.98 2.98 0 0 0 .025-4.198 2.959 2.959 0 0 0-4.199 0Z"
12
- fill="#000"
13
- />
14
- </svg>
@@ -1,5 +0,0 @@
1
- import React from "react";
2
- import { SVGPictogramProps } from "../types";
3
- declare const PictogramCompleted: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
4
- export default PictogramCompleted;
5
- //# sourceMappingURL=PictogramCompleted.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PictogramCompleted.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramCompleted.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,kBAAkB,8BAA+B,iBAAiB,sBAevE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,5 +0,0 @@
1
- import React from "react";
2
- import { SVGPictogramProps } from "../types";
3
- declare const PictogramProcessing: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
4
- export default PictogramProcessing;
5
- //# sourceMappingURL=PictogramProcessing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PictogramProcessing.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramProcessing.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,QAAA,MAAM,mBAAmB,8BAA+B,iBAAiB,sBAexE,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- import { Svg, Path } from "react-native-svg";
3
- import { SVGPictogramProps } from "../types";
4
-
5
- const PictogramCompleted = ({ size, color, ...props }: SVGPictogramProps) => (
6
- <Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
7
- <Path
8
- fillRule="evenodd"
9
- clipRule="evenodd"
10
- d="M.452 60.01C.452 27.2 27.147.507 59.957.507s59.504 26.695 59.504 59.505-26.695 59.504-59.504 59.504C27.147 119.515.452 92.82.452 60.01Zm5.946 0c0 29.534 24.025 53.559 53.559 53.559 29.533 0 53.558-24.025 53.558-53.559 0-29.533-24.025-53.558-53.558-53.558-29.534 0-53.559 24.025-53.559 53.559Z"
11
- fill={color}
12
- />
13
- <Path
14
- fillRule="evenodd"
15
- clipRule="evenodd"
16
- d="m75.536 45.523-22.811 22.69L44.4 59.84a2.98 2.98 0 0 0-4.198-.025c-1.165 1.14-1.165 3.034-.025 4.199L50.59 74.498a2.956 2.956 0 0 0 4.199 0L79.71 49.721a2.98 2.98 0 0 0 .025-4.198 2.959 2.959 0 0 0-4.199 0Z"
17
- fill={color}
18
- />
19
- </Svg>
20
- );
21
-
22
- export default PictogramCompleted;
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- import { Svg, Path } from "react-native-svg";
3
- import { SVGPictogramProps } from "../types";
4
-
5
- const PictogramProcessing = ({ size, color, ...props }: SVGPictogramProps) => (
6
- <Svg fill="none" width={size} height={size} viewBox="0 0 120 120" {...props}>
7
- <Path
8
- fillRule="evenodd"
9
- clipRule="evenodd"
10
- d="M107.776 85.653h-1.996V81.67c0-.913-.623-1.71-1.511-1.931l-2.906-.726a5.953 5.953 0 0 1-4.443-4.736l-2.851-22.52a1.98 1.98 0 0 0 1.522-1.063l3.992-7.967c.31-.618.276-1.351-.088-1.938a1.997 1.997 0 0 0-1.699-.945h-9.979a5.987 5.987 0 0 0-5.62 3.984h-.367c0-3.3-2.68-5.976-5.988-5.976H55.884V19.927h1.995c.737 0 1.413-.403 1.76-1.052a1.984 1.984 0 0 0-.099-2.044l-3.257-4.87h5.588V7.976h-6.186c-1.02-5.013-5.682-8.44-10.783-7.926-5.101.514-8.982 4.801-8.977 9.918v45.809a9.907 9.907 0 0 0 2.815 6.904 5.956 5.956 0 0 0-2.815 5.046v1.992h-3.991V2.002h-4.367a8.929 8.929 0 0 0-3.964.934 4.833 4.833 0 0 1-3.714.263L16.6 2.104a1.999 1.999 0 0 0-2.628 1.89v11.95c0 .858.55 1.619 1.365 1.89l3.291 1.095a8.907 8.907 0 0 0 2.81.459 8.84 8.84 0 0 0 3.95-.938 4.9 4.9 0 0 1 2.18-.514h.375v20.283a5.94 5.94 0 0 0-1.996-.367H5.988C2.68 37.852 0 40.529 0 43.828v19.917c.007.318.09.629.246.906-.157.438-.24.9-.246 1.364a4.285 4.285 0 0 0 3.098 4.103l10.873 3.095v4.474H3.99a1.994 1.994 0 0 0-1.995 1.991v10.487A19.627 19.627 0 0 0 0 98.83v4.748c0 1.1.894 1.991 1.996 1.991h7.983c0 7.701 6.256 13.942 13.971 13.942 7.716 0 13.971-6.241 13.971-13.942h2.573a12.488 12.488 0 0 0 11.644 7.967h21.464a12.488 12.488 0 0 0 11.643-7.967h4.568a13.944 13.944 0 0 0 8.833 12.997 13.991 13.991 0 0 0 15.351-3.451 13.92 13.92 0 0 0 2.395-15.52h1.363a1.994 1.994 0 0 0 1.996-1.992c-.006-6.597-5.364-11.944-11.975-11.95Zm7.731 9.959h-6.734a17.1 17.1 0 0 0-10.178 3.386 12.952 12.952 0 0 1-6.752 2.499l-.451.044a4.89 4.89 0 0 1-.581.046h-.998v-1.992c.007-5.496 4.471-9.951 9.98-9.958h7.983a7.997 7.997 0 0 1 7.731 5.975Zm-11.723 11.95a1.994 1.994 0 0 0 1.996-1.992c0-1.1-.894-1.991-1.996-1.991a1.993 1.993 0 0 0-1.996 1.991c0 1.1.894 1.992 1.996 1.992ZM92.572 47.811h-4.755a1.939 1.939 0 0 1-.998-.306 1.923 1.923 0 0 0 0-3.37c.3-.192.644-.298.998-.307h6.75l-1.995 3.983Zm-7.425 3.33a5.981 5.981 0 0 1-2.954-3.33h-1.92a5.962 5.962 0 0 1-4.431 1.992H55.884v3.983h14.304a8.837 8.837 0 0 1 7.279 3.828 8.794 8.794 0 0 1 .956 8.154L70.59 86.084a9.947 9.947 0 0 1 6.702 6.45l6.477-11.308-1.94-21.285a11.774 11.774 0 0 1 3.317-8.8Zm-30.261 42.48c-3.858 0-6.986-3.122-6.986-6.972 0-3.849 3.129-6.97 6.986-6.97h.998c2.072 0 5.987-1.666 5.987-7.968v-3.983a5.892 5.892 0 0 0-.366-1.992h3.592l-7.115 21.28c0 .03 0 .062-.019.091-.017.03-.02.034-.023.055L56.32 93.62h-1.435Zm-14.97-39.835h11.976v-3.983h-3.309a7.978 7.978 0 0 1-7.745-6.035l-.921-3.127v13.145Zm30.272 3.983c1.597 0 3.092.784 3.996 2.098a4.823 4.823 0 0 1 .523 4.476l-8.22 21.31h-3.843l7.11-21.28c.202-.606.1-1.274-.276-1.793a1.997 1.997 0 0 0-1.62-.827H45.905a5.997 5.997 0 0 1-5.645-3.983h29.929Zm-2.33 31.868h-6.423l-.998 3.983h13.068a5.999 5.999 0 0 0-5.646-3.983Zm9.98-45.81c0 1.1-.894 1.992-1.996 1.992h-1.996v-3.983h1.996c1.102 0 1.996.892 1.996 1.992ZM48.583 45.82h21.272v-3.983H51.892a1.996 1.996 0 0 1-1.914-1.422l-3.076-10.283a2.868 2.868 0 0 0-2.781-2.237 2.837 2.837 0 0 0-2.759 3.527l3.327 11.304a4.014 4.014 0 0 0 3.894 3.094Zm3.309-12.946-1.137-3.803a6.91 6.91 0 0 0-.423-1.176h1.56v4.98Zm2.258-16.93-1.923-2.885v.008a2.01 2.01 0 0 1-.335-1.106H39.917v11.95h11.975v-5.974c0-1.1.894-1.992 1.996-1.992h.262Zm-8.246-11.95a5.988 5.988 0 0 1 5.621 3.984h-11.24a5.987 5.987 0 0 1 5.62-3.983Zm-3.991 61.743a1.994 1.994 0 0 0-1.996 1.992v1.992h17.962v-1.992c0-1.1-.893-1.992-1.995-1.992H41.913ZM3.992 61.753v-11.95h23.95v11.95H3.992Zm19.611-46.866a8.928 8.928 0 0 1 3.964-.935h.375V5.985h-.375a4.9 4.9 0 0 0-2.18.515 8.83 8.83 0 0 1-6.76.48l-.664-.222v7.75l1.926.641a4.85 4.85 0 0 0 3.714-.262ZM5.988 41.836h19.958c1.102 0 1.996.892 1.996 1.992v1.991H3.992v-1.991c0-1.1.893-1.992 1.996-1.992Zm-1.717 23.9a.28.28 0 0 0-.08.548l12.056 3.436h11.695v-3.984H4.272ZM5.988 81.67h3.01a28.695 28.695 0 0 0-3.01 2.765V81.67Zm7.983 23.9c.007 5.498 4.471 9.953 9.98 9.959 5.508-.006 9.972-4.461 9.978-9.959h-3.991a5.98 5.98 0 0 1-5.988 5.975c-3.306 0-5.987-2.674-5.987-5.975H13.97Zm11.975 0c0 1.1-.894 1.992-1.996 1.992a1.994 1.994 0 0 1-1.996-1.992h3.992Zm26.192 3.984h21.464a8.538 8.538 0 0 0 7.23-3.984H44.907a8.54 8.54 0 0 0 7.23 3.984Zm33.683-9.959v1.992H3.991v-2.756c0-10.638 10.461-16.209 12.423-17.161h21.507v-3.984H17.963v-3.983h39.695c-.472 1.793-1.552 1.976-1.774 1.992h-.998c-6.063 0-10.977 4.904-10.977 10.954 0 6.05 4.914 10.954 10.977 10.954h20.956c.215-.006.428-.05.63-.127a5.954 5.954 0 0 0 4.249-2.883l6.833-11.927c.208-.355.3-.766.263-1.175l-1.996-21.73a7.199 7.199 0 0 1 4.316-7.287l2.835 22.38a9.966 9.966 0 0 0 7.419 8.023l1.397.349v2.427h-1.996c-7.711.01-13.962 6.246-13.97 13.942Zm17.963 15.934c5.512 0 9.979-4.458 9.979-9.959a9.898 9.898 0 0 0-2.011-5.975h-2.979c-.992.015-1.978.143-2.941.383a5.973 5.973 0 0 1 3.777 7 5.988 5.988 0 0 1-6.535 4.548 5.98 5.98 0 0 1-5.278-5.956 5.92 5.92 0 0 1 .26-1.665c-.3.148-.593.28-.898.399-.23.092-.463.171-.698.252l-.06.02a20.21 20.21 0 0 1-1.385.399l-.16.039c-.206.051-.412.102-.62.144-.07.013-.138.031-.206.048-.074.019-.148.038-.224.052v.312c0 5.501 4.468 9.959 9.979 9.959Z"
11
- fill={color}
12
- />
13
- <Path
14
- fillRule="evenodd"
15
- clipRule="evenodd"
16
- d="M25.946 85.653h11.975v3.984H25.946v-3.984ZM25.946 93.62h11.975v3.984H25.946V93.62Z"
17
- fill={color}
18
- />
19
- </Svg>
20
- );
21
-
22
- export default PictogramProcessing;
@@ -1,14 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M.452 60.01C.452 27.2 27.147.507 59.957.507s59.504 26.695 59.504 59.505-26.695 59.504-59.504 59.504C27.147 119.515.452 92.82.452 60.01Zm5.946 0c0 29.534 24.025 53.559 53.559 53.559 29.533 0 53.558-24.025 53.558-53.559 0-29.533-24.025-53.558-53.558-53.558-29.534 0-53.559 24.025-53.559 53.559Z"
6
- fill="#000"
7
- />
8
- <path
9
- fill-rule="evenodd"
10
- clip-rule="evenodd"
11
- d="m75.536 45.523-22.811 22.69L44.4 59.84a2.98 2.98 0 0 0-4.198-.025c-1.165 1.14-1.165 3.034-.025 4.199L50.59 74.498a2.956 2.956 0 0 0 4.199 0L79.71 49.721a2.98 2.98 0 0 0 .025-4.198 2.959 2.959 0 0 0-4.199 0Z"
12
- fill="#000"
13
- />
14
- </svg>