@pagopa/io-app-design-system 5.11.5 → 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 (59) 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/module/components/featureInfo/FeatureInfo.js +3 -3
  8. package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
  9. package/lib/module/components/icons/Icon.js +1 -9
  10. package/lib/module/components/icons/Icon.js.map +1 -1
  11. package/lib/module/components/modules/ModuleCredential.js +25 -21
  12. package/lib/module/components/modules/ModuleCredential.js.map +1 -1
  13. package/lib/typescript/components/icons/Icon.d.ts +0 -4
  14. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  15. package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
  16. package/package.json +1 -1
  17. package/src/components/featureInfo/FeatureInfo.tsx +5 -5
  18. package/src/components/icons/Icon.tsx +1 -9
  19. package/src/components/modules/ModuleCredential.tsx +30 -27
  20. package/lib/commonjs/components/icons/svg/LegIconCheckOff.js +0 -29
  21. package/lib/commonjs/components/icons/svg/LegIconCheckOff.js.map +0 -1
  22. package/lib/commonjs/components/icons/svg/LegIconCheckOn.js +0 -40
  23. package/lib/commonjs/components/icons/svg/LegIconCheckOn.js.map +0 -1
  24. package/lib/commonjs/components/icons/svg/LegIconRadioOff.js +0 -29
  25. package/lib/commonjs/components/icons/svg/LegIconRadioOff.js.map +0 -1
  26. package/lib/commonjs/components/icons/svg/LegIconRadioOn.js +0 -40
  27. package/lib/commonjs/components/icons/svg/LegIconRadioOn.js.map +0 -1
  28. package/lib/commonjs/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  29. package/lib/commonjs/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  30. package/lib/commonjs/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  31. package/lib/commonjs/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
  32. package/lib/module/components/icons/svg/LegIconCheckOff.js +0 -24
  33. package/lib/module/components/icons/svg/LegIconCheckOff.js.map +0 -1
  34. package/lib/module/components/icons/svg/LegIconCheckOn.js +0 -35
  35. package/lib/module/components/icons/svg/LegIconCheckOn.js.map +0 -1
  36. package/lib/module/components/icons/svg/LegIconRadioOff.js +0 -24
  37. package/lib/module/components/icons/svg/LegIconRadioOff.js.map +0 -1
  38. package/lib/module/components/icons/svg/LegIconRadioOn.js +0 -35
  39. package/lib/module/components/icons/svg/LegIconRadioOn.js.map +0 -1
  40. package/lib/module/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  41. package/lib/module/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  42. package/lib/module/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  43. package/lib/module/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
  44. package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts +0 -5
  45. package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts.map +0 -1
  46. package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts +0 -5
  47. package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts.map +0 -1
  48. package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts +0 -5
  49. package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts.map +0 -1
  50. package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts +0 -5
  51. package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts.map +0 -1
  52. package/src/components/icons/svg/LegIconCheckOff.tsx +0 -16
  53. package/src/components/icons/svg/LegIconCheckOn.tsx +0 -30
  54. package/src/components/icons/svg/LegIconRadioOff.tsx +0 -16
  55. package/src/components/icons/svg/LegIconRadioOn.tsx +0 -30
  56. package/src/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
  57. package/src/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
  58. package/src/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
  59. package/src/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
@@ -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>
@@ -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>