@pagopa/io-app-design-system 5.11.5 → 5.11.7

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 (76) hide show
  1. package/lib/commonjs/components/featureInfo/FeatureInfo.js +2 -2
  2. package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -1
  3. package/lib/commonjs/components/icons/Icon.js +1 -9
  4. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  5. package/lib/commonjs/components/modules/ModuleCredential.js +25 -21
  6. package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
  7. package/lib/commonjs/components/pictograms/Pictogram.js +6 -4
  8. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  9. package/lib/commonjs/components/pictograms/svg/PictogramBleedAttachment.js +38 -0
  10. package/lib/commonjs/components/pictograms/svg/PictogramBleedAttachment.js.map +1 -0
  11. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedAttachment.svg +20 -0
  12. package/lib/module/components/featureInfo/FeatureInfo.js +3 -3
  13. package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
  14. package/lib/module/components/icons/Icon.js +1 -9
  15. package/lib/module/components/icons/Icon.js.map +1 -1
  16. package/lib/module/components/modules/ModuleCredential.js +25 -21
  17. package/lib/module/components/modules/ModuleCredential.js.map +1 -1
  18. package/lib/module/components/pictograms/Pictogram.js +6 -4
  19. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  20. package/lib/module/components/pictograms/svg/PictogramBleedAttachment.js +33 -0
  21. package/lib/module/components/pictograms/svg/PictogramBleedAttachment.js.map +1 -0
  22. package/lib/module/components/pictograms/svg/originals/PictogramBleedAttachment.svg +20 -0
  23. package/lib/typescript/components/icons/Icon.d.ts +0 -4
  24. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  25. package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
  26. package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -1
  27. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  28. package/lib/typescript/components/pictograms/svg/PictogramBleedAttachment.d.ts +5 -0
  29. package/lib/typescript/components/pictograms/svg/PictogramBleedAttachment.d.ts.map +1 -0
  30. package/package.json +1 -1
  31. package/src/components/featureInfo/FeatureInfo.tsx +5 -5
  32. package/src/components/icons/Icon.tsx +1 -9
  33. package/src/components/modules/ModuleCredential.tsx +30 -27
  34. package/src/components/pictograms/Pictogram.tsx +8 -5
  35. package/src/components/pictograms/svg/PictogramBleedAttachment.tsx +34 -0
  36. package/src/components/pictograms/svg/originals/PictogramBleedAttachment.svg +20 -0
  37. package/lib/commonjs/components/icons/svg/LegIconCheckOff.js +0 -29
  38. package/lib/commonjs/components/icons/svg/LegIconCheckOff.js.map +0 -1
  39. package/lib/commonjs/components/icons/svg/LegIconCheckOn.js +0 -40
  40. package/lib/commonjs/components/icons/svg/LegIconCheckOn.js.map +0 -1
  41. package/lib/commonjs/components/icons/svg/LegIconRadioOff.js +0 -29
  42. package/lib/commonjs/components/icons/svg/LegIconRadioOff.js.map +0 -1
  43. package/lib/commonjs/components/icons/svg/LegIconRadioOn.js +0 -40
  44. package/lib/commonjs/components/icons/svg/LegIconRadioOn.js.map +0 -1
  45. package/lib/commonjs/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  46. package/lib/commonjs/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  47. package/lib/commonjs/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  48. package/lib/commonjs/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
  49. package/lib/module/components/icons/svg/LegIconCheckOff.js +0 -24
  50. package/lib/module/components/icons/svg/LegIconCheckOff.js.map +0 -1
  51. package/lib/module/components/icons/svg/LegIconCheckOn.js +0 -35
  52. package/lib/module/components/icons/svg/LegIconCheckOn.js.map +0 -1
  53. package/lib/module/components/icons/svg/LegIconRadioOff.js +0 -24
  54. package/lib/module/components/icons/svg/LegIconRadioOff.js.map +0 -1
  55. package/lib/module/components/icons/svg/LegIconRadioOn.js +0 -35
  56. package/lib/module/components/icons/svg/LegIconRadioOn.js.map +0 -1
  57. package/lib/module/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  58. package/lib/module/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  59. package/lib/module/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  60. package/lib/module/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
  61. package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts +0 -5
  62. package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts.map +0 -1
  63. package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts +0 -5
  64. package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts.map +0 -1
  65. package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts +0 -5
  66. package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts.map +0 -1
  67. package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts +0 -5
  68. package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts.map +0 -1
  69. package/src/components/icons/svg/LegIconCheckOff.tsx +0 -16
  70. package/src/components/icons/svg/LegIconCheckOn.tsx +0 -30
  71. package/src/components/icons/svg/LegIconRadioOff.tsx +0 -16
  72. package/src/components/icons/svg/LegIconRadioOn.tsx +0 -30
  73. package/src/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  74. package/src/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  75. package/src/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  76. package/src/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from "react";
2
2
  import { AccessibilityRole, GestureResponderEvent } from "react-native";
3
3
  import {
4
- BodySmall,
4
+ Body,
5
5
  HStack,
6
6
  IOIconSizeScale,
7
7
  IOIcons,
@@ -78,9 +78,9 @@ export const FeatureInfo = ({
78
78
  const FeatureInfoContent = () => {
79
79
  if (typeof body === "string") {
80
80
  return (
81
- <BodySmall color={contentColor} testID="infoScreenBody">
81
+ <Body color={contentColor} testID="infoScreenBody">
82
82
  {body}
83
- </BodySmall>
83
+ </Body>
84
84
  );
85
85
  }
86
86
 
@@ -107,7 +107,7 @@ export const FeatureInfo = ({
107
107
  <VStack allowScaleSpacing space={4} style={{ flexShrink: 1 }}>
108
108
  <FeatureInfoContent />
109
109
  {action && (
110
- <BodySmall
110
+ <Body
111
111
  asLink
112
112
  weight="Semibold"
113
113
  onPress={action.onPress}
@@ -118,7 +118,7 @@ export const FeatureInfo = ({
118
118
  accessibilityRole={accessibilityRole}
119
119
  >
120
120
  {action.label}
121
- </BodySmall>
121
+ </Body>
122
122
  )}
123
123
  </VStack>
124
124
  </HStack>
@@ -74,6 +74,7 @@ import IconDocumentAdd from "./svg/IconDocumentAdd";
74
74
  import IconDocumentAttachment from "./svg/IconDocumentAttachment";
75
75
  import IconDocumentAttachmentPDF from "./svg/IconDocumentAttachmentPDF";
76
76
  import IconDotMenu from "./svg/IconDotMenu";
77
+ import IconEUStars from "./svg/IconEUStars";
77
78
  import IconEdit from "./svg/IconEdit";
78
79
  import IconEmail from "./svg/IconEmail";
79
80
  import IconEmailFill from "./svg/IconEmailFill";
@@ -205,11 +206,6 @@ import IconTrashcan from "./svg/IconTrashcan";
205
206
  import IconTypeface from "./svg/IconTypeface";
206
207
  import IconWarningFilled from "./svg/IconWarningFilled";
207
208
  import IconWebsite from "./svg/IconWebsite";
208
- import LegIconCheckOff from "./svg/LegIconCheckOff";
209
- import LegIconCheckOn from "./svg/LegIconCheckOn";
210
- import LegIconRadioOff from "./svg/LegIconRadioOff";
211
- import LegIconRadioOn from "./svg/LegIconRadioOn";
212
- import IconEUStars from "./svg/IconEUStars";
213
209
 
214
210
  export const IOIcons = {
215
211
  spid: IconSpid,
@@ -383,10 +379,6 @@ export const IOIcons = {
383
379
  navProfile: IconNavProfile,
384
380
  navProfileFocused: IconNavProfileFocused,
385
381
  navPsp: IconPSP,
386
- legRadioOn: LegIconRadioOn,
387
- legRadioOff: LegIconRadioOff,
388
- legCheckOn: LegIconCheckOn,
389
- legCheckOff: LegIconCheckOff,
390
382
  biomFingerprint: IconBiomFingerprint,
391
383
  biomFaceID: IconBiomFaceID,
392
384
  categCulture: IconCategCulture,
@@ -1,24 +1,25 @@
1
- import React from "react";
1
+ import React, { useMemo } from "react";
2
2
  import {
3
3
  Image,
4
4
  ImageSourcePropType,
5
5
  ImageURISource,
6
6
  StyleSheet
7
7
  } from "react-native";
8
+ import { useIOTheme } from "../../context";
8
9
  import {
9
10
  IOListItemVisualParams,
10
11
  IOSelectionListItemVisualParams,
11
12
  IOSpacer,
12
13
  IOVisualCostants
13
14
  } from "../../core";
14
- import { useIOTheme } from "../../context";
15
15
  import { useIOFontDynamicScale } from "../../utils/accessibility";
16
16
  import { WithTestID } from "../../utils/types";
17
17
  import { Badge } from "../badge";
18
18
  import { IOIcons, Icon } from "../icons";
19
+ import { HSpacer } from "../layout";
20
+ import { HStack } from "../layout/Stack";
19
21
  import { LoadingSpinner } from "../loadingSpinner";
20
22
  import { IOSkeleton } from "../skeleton";
21
- import { HStack } from "../layout/Stack";
22
23
  import { BodySmall } from "../typography";
23
24
  import { ModuleStatic } from "./ModuleStatic";
24
25
  import {
@@ -86,30 +87,32 @@ const ModuleCredentialContent = ({
86
87
  />
87
88
  );
88
89
 
89
- const endComponent = React.useMemo(() => {
90
- if (isFetching) {
91
- return (
92
- <LoadingSpinner
93
- testID={testID ? `${testID}_activityIndicator` : undefined}
94
- />
95
- );
96
- }
97
- if (badge) {
98
- return (
99
- <Badge {...badge} testID={testID ? `${testID}_badge` : undefined} />
100
- );
101
- }
102
- if (onPress) {
103
- return (
104
- <Icon
105
- testID={testID ? `${testID}_icon` : undefined}
106
- name="chevronRightListItem"
107
- color={theme["interactiveElem-default"]}
108
- size={IOListItemVisualParams.chevronSize}
109
- />
110
- );
111
- }
112
- return null;
90
+ const endComponent = useMemo(() => {
91
+ const activityIndicatorTestID = testID
92
+ ? `${testID}_activityIndicator`
93
+ : undefined;
94
+ const chevronTestID = testID ? `${testID}_icon` : undefined;
95
+ const badgeTestID = testID ? `${testID}_badge` : undefined;
96
+
97
+ return badge || onPress ? (
98
+ <HStack style={{ alignItems: "center" }}>
99
+ {badge && <Badge {...badge} testID={badgeTestID} />}
100
+ {onPress &&
101
+ (isFetching ? (
102
+ <>
103
+ <HSpacer size={8} />
104
+ <LoadingSpinner testID={activityIndicatorTestID} />
105
+ </>
106
+ ) : (
107
+ <Icon
108
+ testID={chevronTestID}
109
+ name="chevronRightListItem"
110
+ color={theme["interactiveElem-default"]}
111
+ size={IOListItemVisualParams.chevronSize}
112
+ />
113
+ ))}
114
+ </HStack>
115
+ ) : null;
113
116
  }, [testID, theme, isFetching, badge, onPress]);
114
117
 
115
118
  const ModuleContent = () => (
@@ -46,6 +46,7 @@ import PictogramWorkInProgress from "./svg/PictogramWorkInProgress";
46
46
  /* Bleed Pictograms */
47
47
  import PictogramBleedAccessDenied from "./svg/PictogramBleedAccessDenied";
48
48
  import PictogramBleedActivate from "./svg/PictogramBleedActivate";
49
+ import PictogramBleedAttachment from "./svg/PictogramBleedAttachment";
49
50
  import PictogramBleedAttention from "./svg/PictogramBleedAttention";
50
51
  import PictogramBleedCameraDenied from "./svg/PictogramBleedCameraDenied";
51
52
  import PictogramBleedCameraRequest from "./svg/PictogramBleedCameraRequest";
@@ -56,6 +57,7 @@ import PictogramBleedCardQuestion from "./svg/PictogramBleedCardQuestion";
56
57
  import PictogramBleedCharity from "./svg/PictogramBleedCharity";
57
58
  import PictogramBleedCie from "./svg/PictogramBleedCie";
58
59
  import PictogramBleedDoc from "./svg/PictogramBleedDoc";
60
+ import PictogramBleedEmailDotNotif from "./svg/PictogramBleedEmailDotNotif";
59
61
  import PictogramBleedEmpty from "./svg/PictogramBleedEmpty";
60
62
  import PictogramBleedEnded from "./svg/PictogramBleedEnded";
61
63
  import PictogramBleedFatalError from "./svg/PictogramBleedFatalError";
@@ -86,7 +88,6 @@ import PictogramBleedSuccess from "./svg/PictogramBleedSuccess";
86
88
  import PictogramBleedTime from "./svg/PictogramBleedTime";
87
89
  import PictogramBleedTiming from "./svg/PictogramBleedTiming";
88
90
  import PictogramBleedWorkInProgress from "./svg/PictogramBleedWorkInProgress";
89
- import PictogramBleedEmailDotNotif from "./svg/PictogramBleedEmailDotNotif";
90
91
  /* End Bleed Pictograms */
91
92
  import PictogramCardAdd from "./svg/PictogramCardAdd";
92
93
  import PictogramCardFavourite from "./svg/PictogramCardFavourite";
@@ -109,15 +110,15 @@ import PictogramNFCScaniOS from "./svg/PictogramNFCScaniOS";
109
110
  import PictogramPending from "./svg/PictogramPending";
110
111
  import PictogramQrCode from "./svg/PictogramQrCode";
111
112
  import PictogramReactivate from "./svg/PictogramReactivate";
113
+ import PictogramSavingMoney from "./svg/PictogramSavingMoney";
112
114
  import PictogramSearchLens from "./svg/PictogramSearchLens";
115
+ import PictogramSendAccess from "./svg/PictogramSendAccess";
113
116
  import PictogramSettings from "./svg/PictogramSettings";
114
117
  import PictogramSmile from "./svg/PictogramSmile";
115
118
  import PictogramStar from "./svg/PictogramStar";
116
119
  import PictogramTiming from "./svg/PictogramTiming";
117
120
  import PictogramWalletDoc from "./svg/PictogramWalletDoc";
118
121
  import { SVGPictogramProps } from "./types";
119
- import PictogramSavingMoney from "./svg/PictogramSavingMoney";
120
- import PictogramSendAccess from "./svg/PictogramSendAccess";
121
122
 
122
123
  export const IOPictograms = {
123
124
  empty: PictogramEmpty,
@@ -313,7 +314,8 @@ export type IOPictogramsBleed = Extract<
313
314
  | "reactivate"
314
315
  | "savingMoney"
315
316
  | "workInProgress"
316
- | "emailDotNotif",
317
+ | "emailDotNotif"
318
+ | "attachment",
317
319
  IOPictograms
318
320
  >;
319
321
 
@@ -362,7 +364,8 @@ export const IOPictogramsBleed: {
362
364
  reactivate: PictogramBleedReactivate,
363
365
  workInProgress: PictogramBleedWorkInProgress,
364
366
  savingMoney: PictogramBleedSavingMoney,
365
- emailDotNotif: PictogramBleedEmailDotNotif
367
+ emailDotNotif: PictogramBleedEmailDotNotif,
368
+ attachment: PictogramBleedAttachment
366
369
  };
367
370
 
368
371
  export const PictogramBleed = ({
@@ -0,0 +1,34 @@
1
+ import React from "react";
2
+ import { Path, Svg } from "react-native-svg";
3
+ import { SVGPictogramProps } from "../types";
4
+
5
+ const PictogramBleedAttachment = ({
6
+ size,
7
+ colorValues,
8
+ ...props
9
+ }: SVGPictogramProps) => (
10
+ <Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
11
+ <Path
12
+ d="M61.87 155.41v26.96c0 5.87 4.76 10.63 10.63 10.63h108.889c5.87 0 10.63-4.76 10.63-10.63l.002-20.32c0-11.55.979-10.076-4.521-11.55-6.9-.87-29.73-10.62-29.73-10.62-10.32-3.9-.42-12.65-.42-12.65l2.72-.43c-11.11-.83-12.76-10.37-12.76-10.37l5.79-4.03-1.41-2.87-1.83-2.48 1.09-2.71 1.38-.98s4.14-1.27 4.79-1.33 6.02.68 6.02.68l7.73.98s11.4 3.27 11.63 3.34 9.501 4.71 9.501 4.71V22c0-5.87-4.761-10.63-10.631-10.63H72.5c-5.87 0-10.63 4.76-10.63 10.63z"
13
+ fill={colorValues.main}
14
+ />
15
+ <Path
16
+ d="M120.42 134.05c-.38 0-.77-.15-1.06-.44a1.49 1.49 0 0 1 0-2.12l41.69-41.69c6.81-6.81 6.81-17.89 0-24.7-3.3-3.3-7.68-5.11-12.35-5.11s-9.05 1.82-12.35 5.11l-46.09 46.09c-2.1 2.1-3.26 4.9-3.26 7.88s1.16 5.77 3.26 7.88c4.34 4.34 11.41 4.34 15.76 0l45.5-45.5a4.406 4.406 0 0 0-6.23-6.23l-39.35 39.34c-.59.59-1.54.59-2.12 0a1.49 1.49 0 0 1 0-2.12l39.35-39.34c2.89-2.89 7.59-2.89 10.47 0 2.89 2.89 2.89 7.59 0 10.47l-45.5 45.5c-5.51 5.51-14.49 5.51-20 0a14.05 14.05 0 0 1-4.14-10c0-3.78 1.47-7.33 4.14-10l46.09-46.09c7.98-7.98 20.96-7.98 28.94 0s7.98 20.96 0 28.94l-41.69 41.69c-.29.29-.68.44-1.06.44"
17
+ fill={colorValues.secondary}
18
+ />
19
+ <Path
20
+ d="M240.379 121.8c-9.7-6.57-37.08-23.63-47.18-23.63v-4.2c13.44 0 48.07 23.36 49.53 24.35l-2.36 3.48zm-63.37-1.18c-19.38-2.54-29-6.34-30.27-11.94-.78-3.43 1.93-6.24 3.66-7.36 9.65-6.19 40.15 5.89 43.59 7.29l-1.58 3.89c-12.24-4.96-33.85-11.43-39.74-7.65 0 0-2.16 1.51-1.84 2.91.21.89 2.47 5.51 26.72 8.69l-.55 4.16z"
21
+ fill={colorValues.hands}
22
+ />
23
+ <Path
24
+ d="M176.85 134.5c-28.52-5.99-32.37-11.92-32.78-15.85-.55-5.29 6.04-8.35 6.79-8.68l1.69 3.84c-1.49.66-4.5 2.61-4.31 4.41.15 1.44 2.73 6.56 29.46 12.17l-.86 4.11z"
25
+ fill={colorValues.hands}
26
+ />
27
+ <Path
28
+ d="M240.689 174.22c-38.99-17.68-53.2-21.59-71.19-26.54l-2.55-.7c-9.02-2.49-14.19-6.14-15.38-10.85-1.36-5.4 3.12-9.75 3.31-9.94l2.91 3.03s-2.92 2.88-2.14 5.9c.78 3.04 5.19 5.81 12.42 7.81l2.54.7c18.17 5 32.52 8.95 71.81 26.76l-1.73 3.82z"
29
+ fill={colorValues.hands}
30
+ />
31
+ </Svg>
32
+ );
33
+
34
+ export default PictogramBleedAttachment;
@@ -0,0 +1,20 @@
1
+ <svg width="240" height="240" viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_26069_3554)">
3
+ <path d="M61.8705 155.41L61.8691 182.37C61.8691 188.24 66.6291 193 72.4991 193L181.389 193C187.259 193 192.019 188.24 192.019 182.37L192.021 162.05C192.021 150.5 193 151.974 187.5 150.5C180.6 149.63 157.77 139.88 157.77 139.88C147.45 135.98 157.35 127.23 157.35 127.23L160.07 126.8C148.96 125.97 147.31 116.43 147.31 116.43L153.1 112.4L151.69 109.53L149.86 107.05L150.95 104.34L152.33 103.36C152.33 103.36 156.47 102.09 157.12 102.03C157.77 101.97 163.14 102.71 163.14 102.71L170.87 103.69C170.87 103.69 182.27 106.96 182.5 107.03C182.73 107.1 192.001 111.74 192.001 111.74V22C192.001 16.13 187.24 11.37 181.37 11.37L72.5005 11.37C66.6305 11.37 61.8705 16.13 61.8705 22V122.9V155.4V155.41Z" fill="#AAEEEF"/>
4
+ <g clip-path="url(#clip1_26069_3554)">
5
+ <path d="M120.42 134.05C120.04 134.05 119.65 133.9 119.36 133.61C118.77 133.02 118.77 132.07 119.36 131.49L161.05 89.8C167.86 82.99 167.86 71.91 161.05 65.1C157.75 61.8 153.37 59.99 148.7 59.99C144.03 59.99 139.65 61.81 136.35 65.1L90.26 111.19C88.16 113.29 87 116.09 87 119.07C87 122.05 88.16 124.84 90.26 126.95C94.6 131.29 101.67 131.29 106.02 126.95L151.52 81.45C153.24 79.73 153.24 76.94 151.52 75.22C149.8 73.5 147.01 73.5 145.29 75.22L105.94 114.56C105.35 115.15 104.4 115.15 103.82 114.56C103.23 113.97 103.23 113.02 103.82 112.44L143.17 73.1C146.06 70.21 150.76 70.21 153.64 73.1C156.53 75.99 156.53 80.69 153.64 83.57L108.14 129.07C102.63 134.58 93.65 134.58 88.14 129.07C85.47 126.4 84 122.85 84 119.07C84 115.29 85.47 111.74 88.14 109.07L134.23 62.98C142.21 55 155.19 55 163.17 62.98C171.15 70.96 171.15 83.94 163.17 91.92L121.48 133.61C121.19 133.9 120.8 134.05 120.42 134.05Z" fill="#00C5CA"/>
6
+ </g>
7
+ <path d="M240.379 121.8C230.679 115.23 203.299 98.17 193.199 98.17V93.97C206.639 93.97 241.269 117.33 242.729 118.32L240.369 121.8H240.379Z" fill="#0B3EE3"/>
8
+ <path d="M177.009 120.62C157.629 118.08 148.009 114.28 146.739 108.68C145.959 105.25 148.669 102.44 150.399 101.32C160.049 95.1299 190.549 107.21 193.989 108.61L192.409 112.5C180.169 107.54 158.559 101.07 152.669 104.85C152.669 104.85 150.509 106.36 150.829 107.76C151.039 108.65 153.299 113.27 177.549 116.45L176.999 120.61L177.009 120.62Z" fill="#0B3EE3"/>
9
+ <path d="M176.85 134.5C148.33 128.51 144.48 122.58 144.07 118.65C143.52 113.36 150.11 110.3 150.86 109.97L152.55 113.81C151.06 114.47 148.05 116.42 148.24 118.22C148.39 119.66 150.97 124.78 177.7 130.39L176.84 134.5H176.85Z" fill="#0B3EE3"/>
10
+ <path d="M240.689 174.22C201.699 156.54 187.489 152.63 169.499 147.68L166.949 146.98C157.929 144.49 152.759 140.84 151.569 136.13C150.209 130.73 154.689 126.38 154.879 126.19L157.789 129.22C157.789 129.22 154.869 132.1 155.649 135.12C156.429 138.16 160.839 140.93 168.069 142.93L170.609 143.63C188.779 148.63 203.129 152.58 242.419 170.39L240.689 174.21V174.22Z" fill="#0B3EE3"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_26069_3554">
14
+ <rect width="240" height="240" fill="white"/>
15
+ </clipPath>
16
+ <clipPath id="clip1_26069_3554">
17
+ <rect width="85.15" height="77.05" fill="white" transform="translate(84 57)"/>
18
+ </clipPath>
19
+ </defs>
20
+ </svg>
@@ -1,29 +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
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
- const LegIconCheckOff = ({
12
- size,
13
- style,
14
- ...props
15
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
16
- width: size,
17
- height: size,
18
- viewBox: "0 0 24 24",
19
- style: style,
20
- ...props,
21
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
- fill: "currentColor",
23
- fillRule: "evenodd",
24
- d: "M19.25 0H2.75C1.23122 0 0 1.23122 0 2.75v16.5C0 20.7688 1.23122 22 2.75 22h16.5c1.5188 0 2.75-1.2312 2.75-2.75V2.75C22 1.23122 20.7688 0 19.25 0ZM1.83333 2.75c0-.50626.41041-.91667.91667-.91667h16.5c.5063 0 .9167.41041.9167.91667v16.5c0 .5063-.4104.9167-.9167.9167H2.75c-.50626 0-.91667-.4104-.91667-.9167V2.75Z",
25
- clipRule: "evenodd"
26
- })
27
- });
28
- var _default = exports.default = LegIconCheckOff;
29
- //# sourceMappingURL=LegIconCheckOff.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","LegIconCheckOff","size","style","props","jsx","Svg","width","height","viewBox","children","Path","fill","fillRule","d","clipRule","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconCheckOff.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAG7C,MAAMG,eAAe,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAoB,CAAC,kBAC9D,IAAAP,WAAA,CAAAQ,GAAA,EAACT,eAAA,CAAAU,GAAG;EAACC,KAAK,EAAEL,IAAK;EAACM,MAAM,EAAEN,IAAK;EAACO,OAAO,EAAC,WAAW;EAACN,KAAK,EAAEA,KAAM;EAAA,GAAKC,KAAK;EAAAM,QAAA,eACzE,IAAAb,WAAA,CAAAQ,GAAA,EAACT,eAAA,CAAAe,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,yTAAyT;IAC3TC,QAAQ,EAAC;EAAS,CACnB;AAAC,CACC,CACN;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAjB,OAAA,GAEaC,eAAe","ignoreList":[]}
@@ -1,40 +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
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
- const LegIconCheckOn = ({
12
- size,
13
- style,
14
- ...props
15
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.Svg, {
16
- width: size,
17
- height: size,
18
- viewBox: "0 0 24 24",
19
- style: style,
20
- ...props,
21
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
- fill: "currentColor",
23
- d: "m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"
24
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
25
- fill: "currentColor",
26
- fillRule: "evenodd",
27
- d: "M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z",
28
- clipRule: "evenodd"
29
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
30
- fill: "currentColor",
31
- d: "m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"
32
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
33
- fill: "currentColor",
34
- fillRule: "evenodd",
35
- d: "M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z",
36
- clipRule: "evenodd"
37
- })]
38
- });
39
- var _default = exports.default = LegIconCheckOn;
40
- //# sourceMappingURL=LegIconCheckOn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","LegIconCheckOn","size","style","props","jsxs","Svg","width","height","viewBox","children","jsx","Path","fill","d","fillRule","clipRule","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconCheckOn.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAG7C,MAAMG,cAAc,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAoB,CAAC,kBAC7D,IAAAP,WAAA,CAAAQ,IAAA,EAACT,eAAA,CAAAU,GAAG;EAACC,KAAK,EAAEL,IAAK;EAACM,MAAM,EAAEN,IAAK;EAACO,OAAO,EAAC,WAAW;EAACN,KAAK,EAAEA,KAAM;EAAA,GAAKC,KAAK;EAAAM,QAAA,gBACzE,IAAAb,WAAA,CAAAc,GAAA,EAACf,eAAA,CAAAgB,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAAyI,CAC5I,CAAC,eACF,IAAAjB,WAAA,CAAAc,GAAA,EAACf,eAAA,CAAAgB,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBE,QAAQ,EAAC,SAAS;IAClBD,CAAC,EAAC,qTAAqT;IACvTE,QAAQ,EAAC;EAAS,CACnB,CAAC,eACF,IAAAnB,WAAA,CAAAc,GAAA,EAACf,eAAA,CAAAgB,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAAyI,CAC5I,CAAC,eACF,IAAAjB,WAAA,CAAAc,GAAA,EAACf,eAAA,CAAAgB,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBE,QAAQ,EAAC,SAAS;IAClBD,CAAC,EAAC,qTAAqT;IACvTE,QAAQ,EAAC;EAAS,CACnB,CAAC;AAAA,CACC,CACN;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAlB,OAAA,GAEaC,cAAc","ignoreList":[]}
@@ -1,29 +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
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
- const LegIconRadioOff = ({
12
- size,
13
- style,
14
- ...props
15
- }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
16
- width: size,
17
- height: size,
18
- viewBox: "0 0 24 24",
19
- style: style,
20
- ...props,
21
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
- fill: "currentColor",
23
- fillRule: "evenodd",
24
- d: "M22 11c0-6.07513-4.9249-11-11-11C4.92487 0 0 4.92487 0 11c0 6.0751 4.92487 11 11 11 6.0751 0 11-4.9249 11-11ZM2 11c0-4.97056 4.02944-9 9-9 4.9706 0 9 4.02944 9 9 0 4.9706-4.0294 9-9 9-4.97056 0-9-4.0294-9-9Z",
25
- clipRule: "evenodd"
26
- })
27
- });
28
- var _default = exports.default = LegIconRadioOff;
29
- //# sourceMappingURL=LegIconRadioOff.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","LegIconRadioOff","size","style","props","jsx","Svg","width","height","viewBox","children","Path","fill","fillRule","d","clipRule","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconRadioOff.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAG7C,MAAMG,eAAe,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAoB,CAAC,kBAC9D,IAAAP,WAAA,CAAAQ,GAAA,EAACT,eAAA,CAAAU,GAAG;EAACC,KAAK,EAAEL,IAAK;EAACM,MAAM,EAAEN,IAAK;EAACO,OAAO,EAAC,WAAW;EAACN,KAAK,EAAEA,KAAM;EAAA,GAAKC,KAAK;EAAAM,QAAA,eACzE,IAAAb,WAAA,CAAAQ,GAAA,EAACT,eAAA,CAAAe,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,iNAAiN;IACnNC,QAAQ,EAAC;EAAS,CACnB;AAAC,CACC,CACN;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAjB,OAAA,GAEaC,eAAe","ignoreList":[]}
@@ -1,40 +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
- var _jsxRuntime = require("react/jsx-runtime");
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
- const LegIconRadioOn = ({
12
- size,
13
- style,
14
- ...props
15
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.Svg, {
16
- width: size,
17
- height: size,
18
- viewBox: "0 0 24 24",
19
- style: style,
20
- ...props,
21
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
22
- fill: "currentColor",
23
- d: "M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"
24
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
25
- fill: "currentColor",
26
- fillRule: "evenodd",
27
- d: "M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z",
28
- clipRule: "evenodd"
29
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
30
- fill: "currentColor",
31
- d: "M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"
32
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
33
- fill: "currentColor",
34
- fillRule: "evenodd",
35
- d: "M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z",
36
- clipRule: "evenodd"
37
- })]
38
- });
39
- var _default = exports.default = LegIconRadioOn;
40
- //# sourceMappingURL=LegIconRadioOn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","e","__esModule","default","LegIconRadioOn","size","style","props","jsxs","Svg","width","height","viewBox","children","jsx","Path","fill","d","fillRule","clipRule","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconRadioOn.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAG7C,MAAMG,cAAc,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAoB,CAAC,kBAC7D,IAAAP,WAAA,CAAAQ,IAAA,EAACT,eAAA,CAAAU,GAAG;EAACC,KAAK,EAAEL,IAAK;EAACM,MAAM,EAAEN,IAAK;EAACO,OAAO,EAAC,WAAW;EAACN,KAAK,EAAEA,KAAM;EAAA,GAAKC,KAAK;EAAAM,QAAA,gBACzE,IAAAb,WAAA,CAAAc,GAAA,EAACf,eAAA,CAAAgB,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAAgG,CACnG,CAAC,eACF,IAAAjB,WAAA,CAAAc,GAAA,EAACf,eAAA,CAAAgB,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBE,QAAQ,EAAC,SAAS;IAClBD,CAAC,EAAC,gNAAgN;IAClNE,QAAQ,EAAC;EAAS,CACnB,CAAC,eACF,IAAAnB,WAAA,CAAAc,GAAA,EAACf,eAAA,CAAAgB,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAAgG,CACnG,CAAC,eACF,IAAAjB,WAAA,CAAAc,GAAA,EAACf,eAAA,CAAAgB,IAAI;IACHC,IAAI,EAAC,cAAc;IACnBE,QAAQ,EAAC,SAAS;IAClBD,CAAC,EAAC,gNAAgN;IAClNE,QAAQ,EAAC;EAAS,CACnB,CAAC;AAAA,CACC,CACN;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAlB,OAAA,GAEaC,cAAc","ignoreList":[]}
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#000" fill-rule="evenodd" d="M19.25 0H2.75C1.23122 0 0 1.23122 0 2.75v16.5C0 20.7688 1.23122 22 2.75 22h16.5c1.5188 0 2.75-1.2312 2.75-2.75V2.75C22 1.23122 20.7688 0 19.25 0ZM1.83333 2.75c0-.50626.41041-.91667.91667-.91667h16.5c.5063 0 .9167.41041.9167.91667v16.5c0 .5063-.4104.9167-.9167.9167H2.75c-.50626 0-.91667-.4104-.91667-.9167V2.75Z" clip-rule="evenodd"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#000" d="m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"/>
3
- <path fill="#000" fill-rule="evenodd" d="M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z" clip-rule="evenodd"/>
4
- <path fill="#000" d="m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"/>
5
- <path fill="#000" fill-rule="evenodd" d="M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z" clip-rule="evenodd"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#000" fill-rule="evenodd" d="M22 11c0-6.07513-4.9249-11-11-11C4.92487 0 0 4.92487 0 11c0 6.0751 4.92487 11 11 11 6.0751 0 11-4.9249 11-11ZM2 11c0-4.97056 4.02944-9 9-9 4.9706 0 9 4.02944 9 9 0 4.9706-4.0294 9-9 9-4.97056 0-9-4.0294-9-9Z" clip-rule="evenodd"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#000" d="M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"/>
3
- <path fill="#000" fill-rule="evenodd" d="M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z" clip-rule="evenodd"/>
4
- <path fill="#000" d="M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"/>
5
- <path fill="#000" fill-rule="evenodd" d="M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z" clip-rule="evenodd"/>
6
- </svg>
@@ -1,24 +0,0 @@
1
- "use strict";
2
-
3
- import React from "react";
4
- import { Svg, Path } from "react-native-svg";
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- const LegIconCheckOff = ({
7
- size,
8
- style,
9
- ...props
10
- }) => /*#__PURE__*/_jsx(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 24 24",
14
- style: style,
15
- ...props,
16
- children: /*#__PURE__*/_jsx(Path, {
17
- fill: "currentColor",
18
- fillRule: "evenodd",
19
- d: "M19.25 0H2.75C1.23122 0 0 1.23122 0 2.75v16.5C0 20.7688 1.23122 22 2.75 22h16.5c1.5188 0 2.75-1.2312 2.75-2.75V2.75C22 1.23122 20.7688 0 19.25 0ZM1.83333 2.75c0-.50626.41041-.91667.91667-.91667h16.5c.5063 0 .9167.41041.9167.91667v16.5c0 .5063-.4104.9167-.9167.9167H2.75c-.50626 0-.91667-.4104-.91667-.9167V2.75Z",
20
- clipRule: "evenodd"
21
- })
22
- });
23
- export default LegIconCheckOff;
24
- //# sourceMappingURL=LegIconCheckOff.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","LegIconCheckOff","size","style","props","width","height","viewBox","children","fill","fillRule","d","clipRule"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconCheckOff.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAG7C,MAAMC,eAAe,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAoB,CAAC,kBAC9DJ,IAAA,CAACH,GAAG;EAACQ,KAAK,EAAEH,IAAK;EAACI,MAAM,EAAEJ,IAAK;EAACK,OAAO,EAAC,WAAW;EAACJ,KAAK,EAAEA,KAAM;EAAA,GAAKC,KAAK;EAAAI,QAAA,eACzER,IAAA,CAACF,IAAI;IACHW,IAAI,EAAC,cAAc;IACnBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,yTAAyT;IAC3TC,QAAQ,EAAC;EAAS,CACnB;AAAC,CACC,CACN;AAED,eAAeX,eAAe","ignoreList":[]}
@@ -1,35 +0,0 @@
1
- "use strict";
2
-
3
- import React from "react";
4
- import { Svg, Path } from "react-native-svg";
5
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
- const LegIconCheckOn = ({
7
- size,
8
- style,
9
- ...props
10
- }) => /*#__PURE__*/_jsxs(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 24 24",
14
- style: style,
15
- ...props,
16
- children: [/*#__PURE__*/_jsx(Path, {
17
- fill: "currentColor",
18
- d: "m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"
19
- }), /*#__PURE__*/_jsx(Path, {
20
- fill: "currentColor",
21
- fillRule: "evenodd",
22
- d: "M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z",
23
- clipRule: "evenodd"
24
- }), /*#__PURE__*/_jsx(Path, {
25
- fill: "currentColor",
26
- d: "m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"
27
- }), /*#__PURE__*/_jsx(Path, {
28
- fill: "currentColor",
29
- fillRule: "evenodd",
30
- d: "M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z",
31
- clipRule: "evenodd"
32
- })]
33
- });
34
- export default LegIconCheckOn;
35
- //# sourceMappingURL=LegIconCheckOn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","jsxs","_jsxs","LegIconCheckOn","size","style","props","width","height","viewBox","children","fill","d","fillRule","clipRule"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconCheckOn.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAG7C,MAAMC,cAAc,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAoB,CAAC,kBAC7DJ,KAAA,CAACL,GAAG;EAACU,KAAK,EAAEH,IAAK;EAACI,MAAM,EAAEJ,IAAK;EAACK,OAAO,EAAC,WAAW;EAACJ,KAAK,EAAEA,KAAM;EAAA,GAAKC,KAAK;EAAAI,QAAA,gBACzEV,IAAA,CAACF,IAAI;IACHa,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAAyI,CAC5I,CAAC,eACFZ,IAAA,CAACF,IAAI;IACHa,IAAI,EAAC,cAAc;IACnBE,QAAQ,EAAC,SAAS;IAClBD,CAAC,EAAC,qTAAqT;IACvTE,QAAQ,EAAC;EAAS,CACnB,CAAC,eACFd,IAAA,CAACF,IAAI;IACHa,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAAyI,CAC5I,CAAC,eACFZ,IAAA,CAACF,IAAI;IACHa,IAAI,EAAC,cAAc;IACnBE,QAAQ,EAAC,SAAS;IAClBD,CAAC,EAAC,qTAAqT;IACvTE,QAAQ,EAAC;EAAS,CACnB,CAAC;AAAA,CACC,CACN;AAED,eAAeX,cAAc","ignoreList":[]}
@@ -1,24 +0,0 @@
1
- "use strict";
2
-
3
- import React from "react";
4
- import { Svg, Path } from "react-native-svg";
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- const LegIconRadioOff = ({
7
- size,
8
- style,
9
- ...props
10
- }) => /*#__PURE__*/_jsx(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 24 24",
14
- style: style,
15
- ...props,
16
- children: /*#__PURE__*/_jsx(Path, {
17
- fill: "currentColor",
18
- fillRule: "evenodd",
19
- d: "M22 11c0-6.07513-4.9249-11-11-11C4.92487 0 0 4.92487 0 11c0 6.0751 4.92487 11 11 11 6.0751 0 11-4.9249 11-11ZM2 11c0-4.97056 4.02944-9 9-9 4.9706 0 9 4.02944 9 9 0 4.9706-4.0294 9-9 9-4.97056 0-9-4.0294-9-9Z",
20
- clipRule: "evenodd"
21
- })
22
- });
23
- export default LegIconRadioOff;
24
- //# sourceMappingURL=LegIconRadioOff.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","LegIconRadioOff","size","style","props","width","height","viewBox","children","fill","fillRule","d","clipRule"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconRadioOff.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAG7C,MAAMC,eAAe,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAoB,CAAC,kBAC9DJ,IAAA,CAACH,GAAG;EAACQ,KAAK,EAAEH,IAAK;EAACI,MAAM,EAAEJ,IAAK;EAACK,OAAO,EAAC,WAAW;EAACJ,KAAK,EAAEA,KAAM;EAAA,GAAKC,KAAK;EAAAI,QAAA,eACzER,IAAA,CAACF,IAAI;IACHW,IAAI,EAAC,cAAc;IACnBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,iNAAiN;IACnNC,QAAQ,EAAC;EAAS,CACnB;AAAC,CACC,CACN;AAED,eAAeX,eAAe","ignoreList":[]}
@@ -1,35 +0,0 @@
1
- "use strict";
2
-
3
- import React from "react";
4
- import { Svg, Path } from "react-native-svg";
5
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
- const LegIconRadioOn = ({
7
- size,
8
- style,
9
- ...props
10
- }) => /*#__PURE__*/_jsxs(Svg, {
11
- width: size,
12
- height: size,
13
- viewBox: "0 0 24 24",
14
- style: style,
15
- ...props,
16
- children: [/*#__PURE__*/_jsx(Path, {
17
- fill: "currentColor",
18
- d: "M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"
19
- }), /*#__PURE__*/_jsx(Path, {
20
- fill: "currentColor",
21
- fillRule: "evenodd",
22
- d: "M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z",
23
- clipRule: "evenodd"
24
- }), /*#__PURE__*/_jsx(Path, {
25
- fill: "currentColor",
26
- d: "M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"
27
- }), /*#__PURE__*/_jsx(Path, {
28
- fill: "currentColor",
29
- fillRule: "evenodd",
30
- d: "M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z",
31
- clipRule: "evenodd"
32
- })]
33
- });
34
- export default LegIconRadioOn;
35
- //# sourceMappingURL=LegIconRadioOn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Svg","Path","jsx","_jsx","jsxs","_jsxs","LegIconRadioOn","size","style","props","width","height","viewBox","children","fill","d","fillRule","clipRule"],"sourceRoot":"../../../../../src","sources":["components/icons/svg/LegIconRadioOn.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAG7C,MAAMC,cAAc,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAE,GAAGC;AAAoB,CAAC,kBAC7DJ,KAAA,CAACL,GAAG;EAACU,KAAK,EAAEH,IAAK;EAACI,MAAM,EAAEJ,IAAK;EAACK,OAAO,EAAC,WAAW;EAACJ,KAAK,EAAEA,KAAM;EAAA,GAAKC,KAAK;EAAAI,QAAA,gBACzEV,IAAA,CAACF,IAAI;IACHa,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAAgG,CACnG,CAAC,eACFZ,IAAA,CAACF,IAAI;IACHa,IAAI,EAAC,cAAc;IACnBE,QAAQ,EAAC,SAAS;IAClBD,CAAC,EAAC,gNAAgN;IAClNE,QAAQ,EAAC;EAAS,CACnB,CAAC,eACFd,IAAA,CAACF,IAAI;IACHa,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAAgG,CACnG,CAAC,eACFZ,IAAA,CAACF,IAAI;IACHa,IAAI,EAAC,cAAc;IACnBE,QAAQ,EAAC,SAAS;IAClBD,CAAC,EAAC,gNAAgN;IAClNE,QAAQ,EAAC;EAAS,CACnB,CAAC;AAAA,CACC,CACN;AAED,eAAeX,cAAc","ignoreList":[]}
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#000" fill-rule="evenodd" d="M19.25 0H2.75C1.23122 0 0 1.23122 0 2.75v16.5C0 20.7688 1.23122 22 2.75 22h16.5c1.5188 0 2.75-1.2312 2.75-2.75V2.75C22 1.23122 20.7688 0 19.25 0ZM1.83333 2.75c0-.50626.41041-.91667.91667-.91667h16.5c.5063 0 .9167.41041.9167.91667v16.5c0 .5063-.4104.9167-.9167.9167H2.75c-.50626 0-.91667-.4104-.91667-.9167V2.75Z" clip-rule="evenodd"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#000" d="m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"/>
3
- <path fill="#000" fill-rule="evenodd" d="M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z" clip-rule="evenodd"/>
4
- <path fill="#000" d="m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"/>
5
- <path fill="#000" fill-rule="evenodd" d="M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z" clip-rule="evenodd"/>
6
- </svg>