@pagopa/io-app-design-system 5.11.4 → 5.11.6

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 (69) 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/templates/ForceScrollDownView.js +5 -13
  8. package/lib/commonjs/components/templates/ForceScrollDownView.js.map +1 -1
  9. package/lib/commonjs/components/templates/__test__/__snapshots__/ForceScrollDownView.test.tsx.snap +0 -1
  10. package/lib/module/components/featureInfo/FeatureInfo.js +3 -3
  11. package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
  12. package/lib/module/components/icons/Icon.js +1 -9
  13. package/lib/module/components/icons/Icon.js.map +1 -1
  14. package/lib/module/components/modules/ModuleCredential.js +25 -21
  15. package/lib/module/components/modules/ModuleCredential.js.map +1 -1
  16. package/lib/module/components/templates/ForceScrollDownView.js +7 -15
  17. package/lib/module/components/templates/ForceScrollDownView.js.map +1 -1
  18. package/lib/module/components/templates/__test__/__snapshots__/ForceScrollDownView.test.tsx.snap +0 -1
  19. package/lib/typescript/components/icons/Icon.d.ts +0 -4
  20. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  21. package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
  22. package/lib/typescript/components/templates/ForceScrollDownView.d.ts +1 -7
  23. package/lib/typescript/components/templates/ForceScrollDownView.d.ts.map +1 -1
  24. package/package.json +1 -1
  25. package/src/components/featureInfo/FeatureInfo.tsx +5 -5
  26. package/src/components/icons/Icon.tsx +1 -9
  27. package/src/components/modules/ModuleCredential.tsx +30 -27
  28. package/src/components/templates/ForceScrollDownView.tsx +8 -23
  29. package/src/components/templates/__test__/__snapshots__/ForceScrollDownView.test.tsx.snap +0 -1
  30. package/lib/commonjs/components/icons/svg/LegIconCheckOff.js +0 -29
  31. package/lib/commonjs/components/icons/svg/LegIconCheckOff.js.map +0 -1
  32. package/lib/commonjs/components/icons/svg/LegIconCheckOn.js +0 -40
  33. package/lib/commonjs/components/icons/svg/LegIconCheckOn.js.map +0 -1
  34. package/lib/commonjs/components/icons/svg/LegIconRadioOff.js +0 -29
  35. package/lib/commonjs/components/icons/svg/LegIconRadioOff.js.map +0 -1
  36. package/lib/commonjs/components/icons/svg/LegIconRadioOn.js +0 -40
  37. package/lib/commonjs/components/icons/svg/LegIconRadioOn.js.map +0 -1
  38. package/lib/commonjs/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  39. package/lib/commonjs/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  40. package/lib/commonjs/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  41. package/lib/commonjs/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
  42. package/lib/module/components/icons/svg/LegIconCheckOff.js +0 -24
  43. package/lib/module/components/icons/svg/LegIconCheckOff.js.map +0 -1
  44. package/lib/module/components/icons/svg/LegIconCheckOn.js +0 -35
  45. package/lib/module/components/icons/svg/LegIconCheckOn.js.map +0 -1
  46. package/lib/module/components/icons/svg/LegIconRadioOff.js +0 -24
  47. package/lib/module/components/icons/svg/LegIconRadioOff.js.map +0 -1
  48. package/lib/module/components/icons/svg/LegIconRadioOn.js +0 -35
  49. package/lib/module/components/icons/svg/LegIconRadioOn.js.map +0 -1
  50. package/lib/module/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  51. package/lib/module/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  52. package/lib/module/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  53. package/lib/module/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
  54. package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts +0 -5
  55. package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts.map +0 -1
  56. package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts +0 -5
  57. package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts.map +0 -1
  58. package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts +0 -5
  59. package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts.map +0 -1
  60. package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts +0 -5
  61. package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts.map +0 -1
  62. package/src/components/icons/svg/LegIconCheckOff.tsx +0 -16
  63. package/src/components/icons/svg/LegIconCheckOn.tsx +0 -30
  64. package/src/components/icons/svg/LegIconRadioOff.tsx +0 -16
  65. package/src/components/icons/svg/LegIconRadioOn.tsx +0 -30
  66. package/src/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  67. package/src/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  68. package/src/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  69. package/src/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
@@ -4,21 +4,17 @@ import React, {
4
4
  useCallback,
5
5
  useEffect,
6
6
  useMemo,
7
+ useRef,
7
8
  useState
8
9
  } from "react";
9
10
  import {
10
11
  LayoutChangeEvent,
11
12
  NativeScrollEvent,
12
13
  NativeSyntheticEvent,
14
+ ScrollView,
13
15
  ScrollViewProps,
14
16
  StyleSheet
15
17
  } from "react-native";
16
- import Animated, {
17
- runOnUI,
18
- scrollTo,
19
- useAnimatedRef,
20
- type AnimatedRef
21
- } from "react-native-reanimated";
22
18
  import { IOSpringValues, IOVisualCostants } from "../../core";
23
19
  import { IconButtonSolid } from "../buttons";
24
20
  import { ScaleInOutAnimation } from "../common/ScaleInOutAnimation";
@@ -58,11 +54,6 @@ export type ForceScrollDownView = {
58
54
  * is passed a boolean indicating whether the threshold has been crossed (`true`) or not (`false`).
59
55
  */
60
56
  onThresholdCrossed?: (crossed: boolean) => void;
61
- /**
62
- * Optional Animated ref to be used with `useScrollViewOffset`
63
- * (outside this component)
64
- */
65
- animatedRef?: AnimatedRef<Animated.ScrollView>;
66
57
  } & ForceScrollDownViewSlot &
67
58
  Pick<
68
59
  ScrollViewProps,
@@ -82,11 +73,9 @@ const ForceScrollDownView = ({
82
73
  style,
83
74
  contentContainerStyle,
84
75
  scrollEnabled = true,
85
- onThresholdCrossed,
86
- animatedRef
76
+ onThresholdCrossed
87
77
  }: ForceScrollDownView) => {
88
- const internalAnimatedRef = useAnimatedRef<Animated.ScrollView>();
89
- const scrollViewRef = animatedRef ?? internalAnimatedRef;
78
+ const scrollViewRef = useRef<ScrollView>(null);
90
79
 
91
80
  const {
92
81
  footerActionsInlineMeasurements,
@@ -174,12 +163,8 @@ const ForceScrollDownView = ({
174
163
  */
175
164
  const handleScrollDownPress = useCallback(() => {
176
165
  setButtonVisible(false);
177
- const targetY = Math.max(0, contentHeight - scrollViewHeight);
178
- runOnUI((y: number) => {
179
- "worklet";
180
- scrollTo(scrollViewRef, 0, y, true);
181
- })(targetY);
182
- }, [scrollViewRef, contentHeight, scrollViewHeight]);
166
+ scrollViewRef.current?.scrollToEnd();
167
+ }, [scrollViewRef]);
183
168
 
184
169
  /**
185
170
  * Whether or not the "scroll to bottom" button needs to be displayed. It is only displayed
@@ -222,7 +207,7 @@ const ForceScrollDownView = ({
222
207
 
223
208
  return (
224
209
  <>
225
- <Animated.ScrollView
210
+ <ScrollView
226
211
  testID={"ScrollView"}
227
212
  ref={scrollViewRef}
228
213
  scrollEnabled={scrollEnabled}
@@ -241,7 +226,7 @@ const ForceScrollDownView = ({
241
226
  fixed={false}
242
227
  />
243
228
  )}
244
- </Animated.ScrollView>
229
+ </ScrollView>
245
230
  {scrollDownButton}
246
231
  </>
247
232
  );
@@ -2,7 +2,6 @@
2
2
 
3
3
  exports[`ForceScrollDownView should match snapshot 1`] = `
4
4
  <RCTScrollView
5
- collapsable={false}
6
5
  onContentSizeChange={[Function]}
7
6
  onLayout={[Function]}
8
7
  onScroll={[Function]}
@@ -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>
@@ -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,5 +0,0 @@
1
- import React from "react";
2
- import { SVGIconProps } from "../types";
3
- declare const LegIconCheckOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
4
- export default LegIconCheckOff;
5
- //# sourceMappingURL=LegIconCheckOff.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LegIconCheckOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconCheckOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,GAAI,2BAA2B,YAAY,sBAS/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,5 +0,0 @@
1
- import React from "react";
2
- import { SVGIconProps } from "../types";
3
- declare const LegIconCheckOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
4
- export default LegIconCheckOn;
5
- //# sourceMappingURL=LegIconCheckOn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LegIconCheckOn.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconCheckOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,GAAI,2BAA2B,YAAY,sBAuB9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,5 +0,0 @@
1
- import React from "react";
2
- import { SVGIconProps } from "../types";
3
- declare const LegIconRadioOff: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
4
- export default LegIconRadioOff;
5
- //# sourceMappingURL=LegIconRadioOff.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LegIconRadioOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconRadioOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,GAAI,2BAA2B,YAAY,sBAS/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,5 +0,0 @@
1
- import React from "react";
2
- import { SVGIconProps } from "../types";
3
- declare const LegIconRadioOn: ({ size, style, ...props }: SVGIconProps) => React.JSX.Element;
4
- export default LegIconRadioOn;
5
- //# sourceMappingURL=LegIconRadioOn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LegIconRadioOn.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconRadioOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,GAAI,2BAA2B,YAAY,sBAuB9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,16 +0,0 @@
1
- import React from "react";
2
- import { Svg, Path } from "react-native-svg";
3
- import { SVGIconProps } from "../types";
4
-
5
- const LegIconCheckOff = ({ size, style, ...props }: SVGIconProps) => (
6
- <Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
7
- <Path
8
- fill="currentColor"
9
- fillRule="evenodd"
10
- 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"
11
- clipRule="evenodd"
12
- />
13
- </Svg>
14
- );
15
-
16
- export default LegIconCheckOff;
@@ -1,30 +0,0 @@
1
- import React from "react";
2
- import { Svg, Path } from "react-native-svg";
3
- import { SVGIconProps } from "../types";
4
-
5
- const LegIconCheckOn = ({ size, style, ...props }: SVGIconProps) => (
6
- <Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
7
- <Path
8
- fill="currentColor"
9
- 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"
10
- />
11
- <Path
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- 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"
15
- clipRule="evenodd"
16
- />
17
- <Path
18
- fill="currentColor"
19
- 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"
20
- />
21
- <Path
22
- fill="currentColor"
23
- fillRule="evenodd"
24
- 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"
25
- clipRule="evenodd"
26
- />
27
- </Svg>
28
- );
29
-
30
- export default LegIconCheckOn;
@@ -1,16 +0,0 @@
1
- import React from "react";
2
- import { Svg, Path } from "react-native-svg";
3
- import { SVGIconProps } from "../types";
4
-
5
- const LegIconRadioOff = ({ size, style, ...props }: SVGIconProps) => (
6
- <Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
7
- <Path
8
- fill="currentColor"
9
- fillRule="evenodd"
10
- 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"
11
- clipRule="evenodd"
12
- />
13
- </Svg>
14
- );
15
-
16
- export default LegIconRadioOff;
@@ -1,30 +0,0 @@
1
- import React from "react";
2
- import { Svg, Path } from "react-native-svg";
3
- import { SVGIconProps } from "../types";
4
-
5
- const LegIconRadioOn = ({ size, style, ...props }: SVGIconProps) => (
6
- <Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
7
- <Path
8
- fill="currentColor"
9
- 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"
10
- />
11
- <Path
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- 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"
15
- clipRule="evenodd"
16
- />
17
- <Path
18
- fill="currentColor"
19
- 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"
20
- />
21
- <Path
22
- fill="currentColor"
23
- fillRule="evenodd"
24
- 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"
25
- clipRule="evenodd"
26
- />
27
- </Svg>
28
- );
29
-
30
- export default LegIconRadioOn;
@@ -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>