@central-icons-react/round-filled-radius-0-stroke-2 1.1.311 → 1.1.313

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 (41) hide show
  1. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.d.ts +2 -2
  2. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.js +2 -2
  3. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.js.map +3 -3
  4. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.mjs +2 -2
  5. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.mjs.map +3 -3
  6. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.d.ts +2 -2
  7. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.js +2 -2
  8. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.js.map +3 -3
  9. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.mjs +2 -2
  10. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.mjs.map +3 -3
  11. package/IconDoubleCheckmark2/index.d.ts +4 -0
  12. package/IconDoubleCheckmark2/index.js +3 -0
  13. package/{IconDoupleCheck → IconDoubleCheckmark2}/index.js.map +4 -4
  14. package/IconDoubleCheckmark2/index.mjs +3 -0
  15. package/{IconDoupleCheck → IconDoubleCheckmark2}/index.mjs.map +4 -4
  16. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.d.ts +2 -2
  17. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.js +2 -2
  18. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.js.map +3 -3
  19. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.mjs +2 -2
  20. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.mjs.map +3 -3
  21. package/IconSaturn/index.d.ts +4 -0
  22. package/IconSaturn/index.js +3 -0
  23. package/IconSaturn/index.js.map +11 -0
  24. package/IconSaturn/index.mjs +3 -0
  25. package/IconSaturn/index.mjs.map +11 -0
  26. package/README.md +5 -4
  27. package/icons/index.d.ts +1 -1
  28. package/icons/index.js +2 -2
  29. package/icons/index.js.map +3 -3
  30. package/icons/index.mjs +2 -2
  31. package/icons/index.mjs.map +3 -3
  32. package/icons-index.json +4 -4
  33. package/index.d.ts +5 -4
  34. package/index.js +15 -12
  35. package/index.mjs +5 -4
  36. package/license-check.js +1 -1
  37. package/package.json +1 -1
  38. package/skills/central-icons-react/SKILL.md +6 -5
  39. package/IconDoupleCheck/index.d.ts +0 -4
  40. package/IconDoupleCheck/index.js +0 -3
  41. package/IconDoupleCheck/index.mjs +0 -3
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark1;
3
+ export declare const IconDoubleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark1;
@@ -1,3 +1,3 @@
1
- var y=Object.create;var{getPrototypeOf:B,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:L}=Object,h=Object.prototype.hasOwnProperty;function u(r){return this[r]}var P,b,c=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var s=e?P??=new WeakMap:b??=new WeakMap,i=s.get(r);if(i)return i}o=r!=null?y(B(r)):{};let a=e||!r||!r.__esModule?m(o,"default",{value:r,enumerable:!0}):o;for(let l of f(r))if(!h.call(a,l))m(a,l,{get:u.bind(r,l),enumerable:!0});if(t)s.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!h.call(e,t))m(e,t,{get:u.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return d.set(r,e),e},d;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var k=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};k(G,{CentralIconBase:()=>C});module.exports=g(G);var n=c(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:l,...x})=>{let I=a!=="raw"&&!!l;return n.default.createElement("svg",{...x,"aria-hidden":s,role:s?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...i}},o&&!s&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},r)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):r)};var V={};k(V,{default:()=>$,IconDoupleCheckmark1:()=>w});module.exports=g(V);var p=c(require("react"));var w=p.default.memo((r)=>{return p.default.createElement(C,{...r,ariaLabel:"douple-checkmark-1",maskId:"round-filled-radius-0-stroke-2-IconDoupleCheckmark1"},p.default.createElement("path",{d:"M16.1588 4.45922C16.4575 3.995 17.0762 3.86101 17.5406 4.15942C18.0049 4.45816 18.139 5.0768 17.8404 5.54126L8.84043 19.5413C8.66628 19.8117 8.37263 19.9826 8.05137 19.9993C7.72997 20.0158 7.41941 19.8766 7.21836 19.6252L2.21836 13.3752C1.87352 12.9441 1.94366 12.314 2.37461 11.969C2.80584 11.624 3.43583 11.6941 3.78086 12.1252L7.91074 17.2883L16.1588 4.45922Z",fill:"currentColor"}),p.default.createElement("path",{d:"M20.1588 4.45922C20.4575 3.995 21.0762 3.86101 21.5406 4.15942C22.0049 4.45816 22.139 5.0768 21.8404 5.54126L12.8404 19.5413C12.5416 20.0053 11.923 20.1396 11.4586 19.8411C10.9946 19.5423 10.8605 18.9236 11.1588 18.4592L20.1588 4.45922Z",fill:"currentColor"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function u(r){return this[r]}var L,P,c=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var s=e?L??=new WeakMap:P??=new WeakMap,p=s.get(r);if(p)return p}o=r!=null?b(y(r)):{};let a=e||!r||!r.__esModule?m(o,"default",{value:r,enumerable:!0}):o;for(let l of f(r))if(!h.call(a,l))m(a,l,{get:u.bind(r,l),enumerable:!0});if(t)s.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!h.call(e,t))m(e,t,{get:u.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return d.set(r,e),e},d;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var k=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};k(G,{CentralIconBase:()=>C});module.exports=g(G);var n=c(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:l,...x})=>{let I=a!=="raw"&&!!l;return n.default.createElement("svg",{...x,"aria-hidden":s,role:s?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},r)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):r)};var V={};k(V,{default:()=>$,IconDoubleCheckmark1:()=>w});module.exports=g(V);var i=c(require("react"));var w=i.default.memo((r)=>{return i.default.createElement(C,{...r,ariaLabel:"double-checkmark-1",maskId:"round-filled-radius-0-stroke-2-IconDoubleCheckmark1"},i.default.createElement("path",{d:"M16.1588 4.45922C16.4575 3.995 17.0762 3.86101 17.5406 4.15942C18.0049 4.45816 18.139 5.0768 17.8404 5.54126L8.84043 19.5413C8.66628 19.8117 8.37263 19.9826 8.05137 19.9993C7.72997 20.0158 7.41941 19.8766 7.21836 19.6252L2.21836 13.3752C1.87352 12.9441 1.94366 12.314 2.37461 11.969C2.80584 11.624 3.43583 11.6941 3.78086 12.1252L7.91074 17.2883L16.1588 4.45922Z",fill:"currentColor"}),i.default.createElement("path",{d:"M20.1588 4.45922C20.4575 3.995 21.0762 3.86101 21.5406 4.15942C22.0049 4.45816 22.139 5.0768 21.8404 5.54126L12.8404 19.5413C12.5416 20.0053 11.923 20.1396 11.4586 19.8411C10.9946 19.5423 10.8605 18.9236 11.1588 18.4592L20.1588 4.45922Z",fill:"currentColor"}))}),$=w;
2
2
 
3
- //# debugId=1D9B257B31E631B364756E2164756E21
3
+ //# debugId=0FE0645EB7D3B5EC64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark1/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1\" maskId=\"round-filled-radius-0-stroke-2-IconDoupleCheckmark1\"><path d=\"M16.1588 4.45922C16.4575 3.995 17.0762 3.86101 17.5406 4.15942C18.0049 4.45816 18.139 5.0768 17.8404 5.54126L8.84043 19.5413C8.66628 19.8117 8.37263 19.9826 8.05137 19.9993C7.72997 20.0158 7.41941 19.8766 7.21836 19.6252L2.21836 13.3752C1.87352 12.9441 1.94366 12.314 2.37461 11.969C2.80584 11.624 3.43583 11.6941 3.78086 12.1252L7.91074 17.2883L16.1588 4.45922Z\" fill=\"currentColor\"/><path d=\"M20.1588 4.45922C20.4575 3.995 21.0762 3.86101 21.5406 4.15942C22.0049 4.45816 22.139 5.0768 21.8404 5.54126L12.8404 19.5413C12.5416 20.0053 11.923 20.1396 11.4586 19.8411C10.9946 19.5423 10.8605 18.9236 11.1588 18.4592L20.1588 4.45922Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark1;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-1\" maskId=\"round-filled-radius-0-stroke-2-IconDoubleCheckmark1\"><path d=\"M16.1588 4.45922C16.4575 3.995 17.0762 3.86101 17.5406 4.15942C18.0049 4.45816 18.139 5.0768 17.8404 5.54126L8.84043 19.5413C8.66628 19.8117 8.37263 19.9826 8.05137 19.9993C7.72997 20.0158 7.41941 19.8766 7.21836 19.6252L2.21836 13.3752C1.87352 12.9441 1.94366 12.314 2.37461 11.969C2.80584 11.624 3.43583 11.6941 3.78086 12.1252L7.91074 17.2883L16.1588 4.45922Z\" fill=\"currentColor\"/><path d=\"M20.1588 4.45922C20.4575 3.995 21.0762 3.86101 21.5406 4.15942C22.0049 4.45816 22.139 5.0768 21.8404 5.54126L12.8404 19.5413C12.5416 20.0053 11.923 20.1396 11.4586 19.8411C10.9946 19.5423 10.8605 18.9236 11.1588 18.4592L20.1588 4.45922Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark1;\n"
7
7
  ],
8
8
  "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,gFC9DY,IAAlB,sBAGO,IAAM,EAAyE,UAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,wBAAgxB,EAAhxB,IAAqB,EAAO,UAAU,qBAAqB,OAAO,uDAAsD,wBAAC,OAAD,CAAM,EAAE,6WAA6W,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,CAAI,EACxxB,EAEc",
9
- "debugId": "1D9B257B31E631B364756E2164756E21",
9
+ "debugId": "0FE0645EB7D3B5EC64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";var a=({children:o,size:e=24,ariaLabel:s,color:m,ariaHidden:n=!0,style:p,mode:i="masked",maskId:l,...C})=>{let d=i!=="raw"&&!!l;return r.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...p}},s&&!n&&r.createElement("title",null,s),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},o)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):o)};import t from"react";var f=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"douple-checkmark-1",maskId:"round-filled-radius-0-stroke-2-IconDoupleCheckmark1"},t.createElement("path",{d:"M16.1588 4.45922C16.4575 3.995 17.0762 3.86101 17.5406 4.15942C18.0049 4.45816 18.139 5.0768 17.8404 5.54126L8.84043 19.5413C8.66628 19.8117 8.37263 19.9826 8.05137 19.9993C7.72997 20.0158 7.41941 19.8766 7.21836 19.6252L2.21836 13.3752C1.87352 12.9441 1.94366 12.314 2.37461 11.969C2.80584 11.624 3.43583 11.6941 3.78086 12.1252L7.91074 17.2883L16.1588 4.45922Z",fill:"currentColor"}),t.createElement("path",{d:"M20.1588 4.45922C20.4575 3.995 21.0762 3.86101 21.5406 4.15942C22.0049 4.45816 22.139 5.0768 21.8404 5.54126L12.8404 19.5413C12.5416 20.0053 11.923 20.1396 11.4586 19.8411C10.9946 19.5423 10.8605 18.9236 11.1588 18.4592L20.1588 4.45922Z",fill:"currentColor"}))}),w=f;export{w as default,f as IconDoupleCheckmark1};
1
+ import r from"react";var a=({children:o,size:e=24,ariaLabel:s,color:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:l,...C})=>{let d=p!=="raw"&&!!l;return r.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},s&&!n&&r.createElement("title",null,s),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},o)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):o)};import t from"react";var f=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-1",maskId:"round-filled-radius-0-stroke-2-IconDoubleCheckmark1"},t.createElement("path",{d:"M16.1588 4.45922C16.4575 3.995 17.0762 3.86101 17.5406 4.15942C18.0049 4.45816 18.139 5.0768 17.8404 5.54126L8.84043 19.5413C8.66628 19.8117 8.37263 19.9826 8.05137 19.9993C7.72997 20.0158 7.41941 19.8766 7.21836 19.6252L2.21836 13.3752C1.87352 12.9441 1.94366 12.314 2.37461 11.969C2.80584 11.624 3.43583 11.6941 3.78086 12.1252L7.91074 17.2883L16.1588 4.45922Z",fill:"currentColor"}),t.createElement("path",{d:"M20.1588 4.45922C20.4575 3.995 21.0762 3.86101 21.5406 4.15942C22.0049 4.45816 22.139 5.0768 21.8404 5.54126L12.8404 19.5413C12.5416 20.0053 11.923 20.1396 11.4586 19.8411C10.9946 19.5423 10.8605 18.9236 11.1588 18.4592L20.1588 4.45922Z",fill:"currentColor"}))}),w=f;export{w as default,f as IconDoubleCheckmark1};
2
2
 
3
- //# debugId=A0805CC68A8B0F4664756E2164756E21
3
+ //# debugId=061F075681B1460F64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark1/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1\" maskId=\"round-filled-radius-0-stroke-2-IconDoupleCheckmark1\"><path d=\"M16.1588 4.45922C16.4575 3.995 17.0762 3.86101 17.5406 4.15942C18.0049 4.45816 18.139 5.0768 17.8404 5.54126L8.84043 19.5413C8.66628 19.8117 8.37263 19.9826 8.05137 19.9993C7.72997 20.0158 7.41941 19.8766 7.21836 19.6252L2.21836 13.3752C1.87352 12.9441 1.94366 12.314 2.37461 11.969C2.80584 11.624 3.43583 11.6941 3.78086 12.1252L7.91074 17.2883L16.1588 4.45922Z\" fill=\"currentColor\"/><path d=\"M20.1588 4.45922C20.4575 3.995 21.0762 3.86101 21.5406 4.15942C22.0049 4.45816 22.139 5.0768 21.8404 5.54126L12.8404 19.5413C12.5416 20.0053 11.923 20.1396 11.4586 19.8411C10.9946 19.5423 10.8605 18.9236 11.1588 18.4592L20.1588 4.45922Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark1;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-1\" maskId=\"round-filled-radius-0-stroke-2-IconDoubleCheckmark1\"><path d=\"M16.1588 4.45922C16.4575 3.995 17.0762 3.86101 17.5406 4.15942C18.0049 4.45816 18.139 5.0768 17.8404 5.54126L8.84043 19.5413C8.66628 19.8117 8.37263 19.9826 8.05137 19.9993C7.72997 20.0158 7.41941 19.8766 7.21836 19.6252L2.21836 13.3752C1.87352 12.9441 1.94366 12.314 2.37461 11.969C2.80584 11.624 3.43583 11.6941 3.78086 12.1252L7.91074 17.2883L16.1588 4.45922Z\" fill=\"currentColor\"/><path d=\"M20.1588 4.45922C20.4575 3.995 21.0762 3.86101 21.5406 4.15942C22.0049 4.45816 22.139 5.0768 21.8404 5.54126L12.8404 19.5413C12.5416 20.0053 11.923 20.1396 11.4586 19.8411C10.9946 19.5423 10.8605 18.9236 11.1588 18.4592L20.1588 4.45922Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark1;\n"
7
7
  ],
8
8
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAyE,EAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,gBAAgxB,EAAhxB,IAAqB,EAAO,UAAU,qBAAqB,OAAO,uDAAsD,gBAAC,OAAD,CAAM,EAAE,6WAA6W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,CAAI,EACxxB,EAEc",
9
- "debugId": "A0805CC68A8B0F4664756E2164756E21",
9
+ "debugId": "061F075681B1460F64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark1Small;
3
+ export declare const IconDoubleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark1Small;
@@ -1,3 +1,3 @@
1
- var y=Object.create;var{getPrototypeOf:B,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:L}=Object,h=Object.prototype.hasOwnProperty;function u(r){return this[r]}var S,P,c=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var s=e?S??=new WeakMap:P??=new WeakMap,i=s.get(r);if(i)return i}o=r!=null?y(B(r)):{};let a=e||!r||!r.__esModule?m(o,"default",{value:r,enumerable:!0}):o;for(let n of f(r))if(!h.call(a,n))m(a,n,{get:u.bind(r,n),enumerable:!0});if(t)s.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!h.call(e,t))m(e,t,{get:u.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return d.set(r,e),e},d;var b=(r)=>r;function v(r,e){this[r]=b.bind(null,e)}var k=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};k(G,{CentralIconBase:()=>C});module.exports=g(G);var l=c(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:n,...x})=>{let I=a!=="raw"&&!!n;return l.default.createElement("svg",{...x,"aria-hidden":s,role:s?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...i}},o&&!s&&l.default.createElement("title",null,o),I?l.default.createElement(l.default.Fragment,null,l.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),l.default.createElement("g",{fill:"none",style:{color:"#fff"}},r)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):r)};var V={};k(V,{default:()=>$,IconDoupleCheckmark1Small:()=>w});module.exports=g(V);var p=c(require("react"));var w=p.default.memo((r)=>{return p.default.createElement(C,{...r,ariaLabel:"douple-checkmark-1-small",maskId:"round-filled-radius-0-stroke-2-IconDoupleCheckmark1Small"},p.default.createElement("path",{d:"M13.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z",fill:"currentColor"}),p.default.createElement("path",{d:"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z",fill:"currentColor"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function u(r){return this[r]}var L,S,c=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var s=e?L??=new WeakMap:S??=new WeakMap,p=s.get(r);if(p)return p}o=r!=null?b(y(r)):{};let a=e||!r||!r.__esModule?m(o,"default",{value:r,enumerable:!0}):o;for(let n of f(r))if(!h.call(a,n))m(a,n,{get:u.bind(r,n),enumerable:!0});if(t)s.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!h.call(e,t))m(e,t,{get:u.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return d.set(r,e),e},d;var P=(r)=>r;function v(r,e){this[r]=P.bind(null,e)}var k=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};k(G,{CentralIconBase:()=>C});module.exports=g(G);var l=c(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:n,...x})=>{let I=a!=="raw"&&!!n;return l.default.createElement("svg",{...x,"aria-hidden":s,role:s?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&l.default.createElement("title",null,o),I?l.default.createElement(l.default.Fragment,null,l.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),l.default.createElement("g",{fill:"none",style:{color:"#fff"}},r)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):r)};var V={};k(V,{default:()=>$,IconDoubleCheckmark1Small:()=>w});module.exports=g(V);var i=c(require("react"));var w=i.default.memo((r)=>{return i.default.createElement(C,{...r,ariaLabel:"double-checkmark-1-small",maskId:"round-filled-radius-0-stroke-2-IconDoubleCheckmark1Small"},i.default.createElement("path",{d:"M13.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z",fill:"currentColor"}),i.default.createElement("path",{d:"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z",fill:"currentColor"}))}),$=w;
2
2
 
3
- //# debugId=B2C13867970DF30F64756E2164756E21
3
+ //# debugId=D06278BD637CA85B64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1Small/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark1Small/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1-small\" maskId=\"round-filled-radius-0-stroke-2-IconDoupleCheckmark1Small\"><path d=\"M13.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z\" fill=\"currentColor\"/><path d=\"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark1Small;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-1-small\" maskId=\"round-filled-radius-0-stroke-2-IconDoubleCheckmark1Small\"><path d=\"M13.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z\" fill=\"currentColor\"/><path d=\"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark1Small;\n"
7
7
  ],
8
8
  "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,qFC9DY,IAAlB,sBAGO,IAAM,EAA8E,UAAM,KAAK,CAAC,IAAU,CAC/G,OAAO,wBAAgyB,EAAhyB,IAAqB,EAAO,UAAU,2BAA2B,OAAO,4DAA2D,wBAAC,OAAD,CAAM,EAAE,gXAAgX,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,CAAI,EACxyB,EAEc",
9
- "debugId": "B2C13867970DF30F64756E2164756E21",
9
+ "debugId": "D06278BD637CA85B64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";var a=({children:o,size:e=24,ariaLabel:s,color:m,ariaHidden:l=!0,style:p,mode:i="masked",maskId:n,...C})=>{let d=i!=="raw"&&!!n;return r.createElement("svg",{...C,"aria-hidden":l,role:l?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...p}},s&&!l&&r.createElement("title",null,s),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},o)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import t from"react";var f=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"douple-checkmark-1-small",maskId:"round-filled-radius-0-stroke-2-IconDoupleCheckmark1Small"},t.createElement("path",{d:"M13.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z",fill:"currentColor"}),t.createElement("path",{d:"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z",fill:"currentColor"}))}),w=f;export{w as default,f as IconDoupleCheckmark1Small};
1
+ import r from"react";var a=({children:o,size:e=24,ariaLabel:s,color:m,ariaHidden:l=!0,style:i,mode:p="masked",maskId:n,...C})=>{let d=p!=="raw"&&!!n;return r.createElement("svg",{...C,"aria-hidden":l,role:l?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},s&&!l&&r.createElement("title",null,s),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},o)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import t from"react";var f=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-1-small",maskId:"round-filled-radius-0-stroke-2-IconDoubleCheckmark1Small"},t.createElement("path",{d:"M13.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z",fill:"currentColor"}),t.createElement("path",{d:"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z",fill:"currentColor"}))}),w=f;export{w as default,f as IconDoubleCheckmark1Small};
2
2
 
3
- //# debugId=0B158C62888B8B2564756E2164756E21
3
+ //# debugId=6B05F7A9F7D470F864756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1Small/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark1Small/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1-small\" maskId=\"round-filled-radius-0-stroke-2-IconDoupleCheckmark1Small\"><path d=\"M13.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z\" fill=\"currentColor\"/><path d=\"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark1Small;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-1-small\" maskId=\"round-filled-radius-0-stroke-2-IconDoubleCheckmark1Small\"><path d=\"M13.1524 7.47008C13.4452 7.00203 14.0621 6.86006 14.5303 7.1527C14.9983 7.44553 15.1403 8.06245 14.8477 8.53063L9.84772 16.5306C9.68622 16.7888 9.41588 16.959 9.11334 16.9935C8.8106 17.028 8.50851 16.9228 8.29303 16.7074L5.29303 13.7074C4.90252 13.3169 4.90254 12.6839 5.29303 12.2933C5.68356 11.9028 6.31657 11.9028 6.70709 12.2933L8.81745 14.4037L13.1524 7.47008Z\" fill=\"currentColor\"/><path d=\"M17.1524 7.47008C17.4452 7.00203 18.0621 6.86006 18.5303 7.1527C18.9983 7.44553 19.1403 8.06245 18.8477 8.53063L13.8477 16.5306C13.5549 16.9986 12.938 17.1405 12.4698 16.848C12.0018 16.5552 11.8598 15.9383 12.1524 15.4701L17.1524 7.47008Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark1Small;\n"
7
7
  ],
8
8
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAA8E,EAAM,KAAK,CAAC,IAAU,CAC/G,OAAO,gBAAgyB,EAAhyB,IAAqB,EAAO,UAAU,2BAA2B,OAAO,4DAA2D,gBAAC,OAAD,CAAM,EAAE,gXAAgX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,CAAI,EACxyB,EAEc",
9
- "debugId": "0B158C62888B8B2564756E2164756E21",
9
+ "debugId": "6B05F7A9F7D470F864756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDoubleCheckmark2: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark2;
@@ -0,0 +1,3 @@
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function u(r){return this[r]}var L,P,c=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var s=e?L??=new WeakMap:P??=new WeakMap,p=s.get(r);if(p)return p}o=r!=null?b(y(r)):{};let a=e||!r||!r.__esModule?m(o,"default",{value:r,enumerable:!0}):o;for(let l of f(r))if(!h.call(a,l))m(a,l,{get:u.bind(r,l),enumerable:!0});if(t)s.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!h.call(e,t))m(e,t,{get:u.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return d.set(r,e),e},d;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var k=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};k(G,{CentralIconBase:()=>C});module.exports=g(G);var n=c(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:l,...x})=>{let I=a!=="raw"&&!!l;return n.default.createElement("svg",{...x,"aria-hidden":s,role:s?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},r)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):r)};var V={};k(V,{default:()=>$,IconDoubleCheckmark2:()=>w});module.exports=g(V);var i=c(require("react"));var w=i.default.memo((r)=>{return i.default.createElement(C,{...r,ariaLabel:"double-checkmark-2",maskId:"round-filled-radius-0-stroke-2-IconDoubleCheckmark2"},i.default.createElement("path",{d:"M17.1969 4.40337C17.5263 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1318 5.15348 18.8024 5.59673L8.39713 19.5967C8.23642 19.8129 7.99515 19.9552 7.72819 19.9913C7.46123 20.0272 7.19038 19.9541 6.97819 19.7881L1.38346 15.4131C0.94868 15.0729 0.871516 14.4438 1.21159 14.0088C1.55171 13.5739 2.18083 13.497 2.61588 13.837L7.40299 17.5801L17.1969 4.40337Z",fill:"currentColor"}),i.default.createElement("path",{d:"M21.1969 4.40337C21.5263 3.96026 22.1531 3.86815 22.5964 4.19732C23.0396 4.52678 23.1318 5.15349 22.8024 5.59673L12.3971 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4623 18.8465 10.7917 18.4034L21.1969 4.40337Z",fill:"currentColor"}))}),$=w;
2
+
3
+ //# debugId=01A5985A63232BF764756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheck/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheck: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-check\" maskId=\"round-filled-radius-0-stroke-2-IconDoupleCheck\"><path d=\"M17.1969 4.40337C17.5263 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1318 5.15348 18.8024 5.59673L8.39713 19.5967C8.23642 19.8129 7.99515 19.9552 7.72819 19.9913C7.46123 20.0272 7.19038 19.9541 6.97819 19.7881L1.38346 15.4131C0.94868 15.0729 0.871516 14.4438 1.21159 14.0088C1.55171 13.5739 2.18083 13.497 2.61588 13.837L7.40299 17.5801L17.1969 4.40337Z\" fill=\"currentColor\"/><path d=\"M21.1969 4.40337C21.5263 3.96026 22.1531 3.86815 22.5964 4.19732C23.0396 4.52678 23.1318 5.15349 22.8024 5.59673L12.3971 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4623 18.8465 10.7917 18.4034L21.1969 4.40337Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheck;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-2\" maskId=\"round-filled-radius-0-stroke-2-IconDoubleCheckmark2\"><path d=\"M17.1969 4.40337C17.5263 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1318 5.15348 18.8024 5.59673L8.39713 19.5967C8.23642 19.8129 7.99515 19.9552 7.72819 19.9913C7.46123 20.0272 7.19038 19.9541 6.97819 19.7881L1.38346 15.4131C0.94868 15.0729 0.871516 14.4438 1.21159 14.0088C1.55171 13.5739 2.18083 13.497 2.61588 13.837L7.40299 17.5801L17.1969 4.40337Z\" fill=\"currentColor\"/><path d=\"M21.1969 4.40337C21.5263 3.96026 22.1531 3.86815 22.5964 4.19732C23.0396 4.52678 23.1318 5.15349 22.8024 5.59673L12.3971 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4623 18.8465 10.7917 18.4034L21.1969 4.40337Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark2;\n"
7
7
  ],
8
- "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,2EC9DY,IAAlB,sBAGO,IAAM,EAAoE,UAAM,KAAK,CAAC,IAAU,CACrG,OAAO,wBAA+wB,EAA/wB,IAAqB,EAAO,UAAU,eAAe,OAAO,kDAAiD,wBAAC,OAAD,CAAM,EAAE,mXAAmX,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,CAAI,EACvxB,EAEc",
9
- "debugId": "4285CE036D6DB89864756E2164756E21",
8
+ "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,gFC9DY,IAAlB,sBAGO,IAAM,EAAyE,UAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,wBAA0xB,EAA1xB,IAAqB,EAAO,UAAU,qBAAqB,OAAO,uDAAsD,wBAAC,OAAD,CAAM,EAAE,mXAAmX,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,CAAI,EAClyB,EAEc",
9
+ "debugId": "01A5985A63232BF764756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,3 @@
1
+ import r from"react";var a=({children:o,size:e=24,ariaLabel:s,color:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:l,...C})=>{let d=p!=="raw"&&!!l;return r.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},s&&!n&&r.createElement("title",null,s),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},o)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):o)};import t from"react";var f=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-2",maskId:"round-filled-radius-0-stroke-2-IconDoubleCheckmark2"},t.createElement("path",{d:"M17.1969 4.40337C17.5263 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1318 5.15348 18.8024 5.59673L8.39713 19.5967C8.23642 19.8129 7.99515 19.9552 7.72819 19.9913C7.46123 20.0272 7.19038 19.9541 6.97819 19.7881L1.38346 15.4131C0.94868 15.0729 0.871516 14.4438 1.21159 14.0088C1.55171 13.5739 2.18083 13.497 2.61588 13.837L7.40299 17.5801L17.1969 4.40337Z",fill:"currentColor"}),t.createElement("path",{d:"M21.1969 4.40337C21.5263 3.96026 22.1531 3.86815 22.5964 4.19732C23.0396 4.52678 23.1318 5.15349 22.8024 5.59673L12.3971 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4623 18.8465 10.7917 18.4034L21.1969 4.40337Z",fill:"currentColor"}))}),w=f;export{w as default,f as IconDoubleCheckmark2};
2
+
3
+ //# debugId=D3174AA2221F4F4B64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheck/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheck: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-check\" maskId=\"round-filled-radius-0-stroke-2-IconDoupleCheck\"><path d=\"M17.1969 4.40337C17.5263 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1318 5.15348 18.8024 5.59673L8.39713 19.5967C8.23642 19.8129 7.99515 19.9552 7.72819 19.9913C7.46123 20.0272 7.19038 19.9541 6.97819 19.7881L1.38346 15.4131C0.94868 15.0729 0.871516 14.4438 1.21159 14.0088C1.55171 13.5739 2.18083 13.497 2.61588 13.837L7.40299 17.5801L17.1969 4.40337Z\" fill=\"currentColor\"/><path d=\"M21.1969 4.40337C21.5263 3.96026 22.1531 3.86815 22.5964 4.19732C23.0396 4.52678 23.1318 5.15349 22.8024 5.59673L12.3971 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4623 18.8465 10.7917 18.4034L21.1969 4.40337Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheck;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-2\" maskId=\"round-filled-radius-0-stroke-2-IconDoubleCheckmark2\"><path d=\"M17.1969 4.40337C17.5263 3.96024 18.1531 3.86814 18.5964 4.19732C19.0396 4.52677 19.1318 5.15348 18.8024 5.59673L8.39713 19.5967C8.23642 19.8129 7.99515 19.9552 7.72819 19.9913C7.46123 20.0272 7.19038 19.9541 6.97819 19.7881L1.38346 15.4131C0.94868 15.0729 0.871516 14.4438 1.21159 14.0088C1.55171 13.5739 2.18083 13.497 2.61588 13.837L7.40299 17.5801L17.1969 4.40337Z\" fill=\"currentColor\"/><path d=\"M21.1969 4.40337C21.5263 3.96026 22.1531 3.86815 22.5964 4.19732C23.0396 4.52678 23.1318 5.15349 22.8024 5.59673L12.3971 19.5967C12.0677 20.0399 11.441 20.1322 10.9977 19.8028C10.5548 19.4733 10.4623 18.8465 10.7917 18.4034L21.1969 4.40337Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAA+wB,EAA/wB,IAAqB,EAAO,UAAU,eAAe,OAAO,kDAAiD,gBAAC,OAAD,CAAM,EAAE,mXAAmX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,CAAI,EACvxB,EAEc",
9
- "debugId": "9327D751509DEFB964756E2164756E21",
8
+ "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAyE,EAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,gBAA0xB,EAA1xB,IAAqB,EAAO,UAAU,qBAAqB,OAAO,uDAAsD,gBAAC,OAAD,CAAM,EAAE,mXAAmX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,CAAI,EAClyB,EAEc",
9
+ "debugId": "D3174AA2221F4F4B64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark2Small;
3
+ export declare const IconDoubleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark2Small;
@@ -1,3 +1,3 @@
1
- var y=Object.create;var{getPrototypeOf:B,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:L}=Object,h=Object.prototype.hasOwnProperty;function u(r){return this[r]}var S,P,c=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var s=e?S??=new WeakMap:P??=new WeakMap,i=s.get(r);if(i)return i}o=r!=null?y(B(r)):{};let a=e||!r||!r.__esModule?m(o,"default",{value:r,enumerable:!0}):o;for(let n of f(r))if(!h.call(a,n))m(a,n,{get:u.bind(r,n),enumerable:!0});if(t)s.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!h.call(e,t))m(e,t,{get:u.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return d.set(r,e),e},d;var b=(r)=>r;function v(r,e){this[r]=b.bind(null,e)}var k=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};k(G,{CentralIconBase:()=>C});module.exports=g(G);var l=c(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:n,...x})=>{let I=a!=="raw"&&!!n;return l.default.createElement("svg",{...x,"aria-hidden":s,role:s?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...i}},o&&!s&&l.default.createElement("title",null,o),I?l.default.createElement(l.default.Fragment,null,l.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),l.default.createElement("g",{fill:"none",style:{color:"#fff"}},r)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):r)};var V={};k(V,{default:()=>$,IconDoupleCheckmark2Small:()=>w});module.exports=g(V);var p=c(require("react"));var w=p.default.memo((r)=>{return p.default.createElement(C,{...r,ariaLabel:"douple-checkmark-2-small",maskId:"round-filled-radius-0-stroke-2-IconDoupleCheckmark2Small"},p.default.createElement("path",{d:"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z",fill:"currentColor"}),p.default.createElement("path",{d:"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z",fill:"currentColor"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function u(r){return this[r]}var L,S,c=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var s=e?L??=new WeakMap:S??=new WeakMap,p=s.get(r);if(p)return p}o=r!=null?b(y(r)):{};let a=e||!r||!r.__esModule?m(o,"default",{value:r,enumerable:!0}):o;for(let n of f(r))if(!h.call(a,n))m(a,n,{get:u.bind(r,n),enumerable:!0});if(t)s.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!h.call(e,t))m(e,t,{get:u.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return d.set(r,e),e},d;var P=(r)=>r;function v(r,e){this[r]=P.bind(null,e)}var k=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};k(G,{CentralIconBase:()=>C});module.exports=g(G);var l=c(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:n,...x})=>{let I=a!=="raw"&&!!n;return l.default.createElement("svg",{...x,"aria-hidden":s,role:s?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&l.default.createElement("title",null,o),I?l.default.createElement(l.default.Fragment,null,l.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),l.default.createElement("g",{fill:"none",style:{color:"#fff"}},r)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):r)};var V={};k(V,{default:()=>$,IconDoubleCheckmark2Small:()=>w});module.exports=g(V);var i=c(require("react"));var w=i.default.memo((r)=>{return i.default.createElement(C,{...r,ariaLabel:"double-checkmark-2-small",maskId:"round-filled-radius-0-stroke-2-IconDoubleCheckmark2Small"},i.default.createElement("path",{d:"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z",fill:"currentColor"}),i.default.createElement("path",{d:"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z",fill:"currentColor"}))}),$=w;
2
2
 
3
- //# debugId=6FA56ED793A37B3964756E2164756E21
3
+ //# debugId=50D801059A412F8564756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark2Small/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark2Small/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-2-small\" maskId=\"round-filled-radius-0-stroke-2-IconDoupleCheckmark2Small\"><path d=\"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z\" fill=\"currentColor\"/><path d=\"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark2Small;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-2-small\" maskId=\"round-filled-radius-0-stroke-2-IconDoubleCheckmark2Small\"><path d=\"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z\" fill=\"currentColor\"/><path d=\"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark2Small;\n"
7
7
  ],
8
8
  "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,qFC9DY,IAAlB,sBAGO,IAAM,EAA8E,UAAM,KAAK,CAAC,IAAU,CAC/G,OAAO,wBAA+xB,EAA/xB,IAAqB,EAAO,UAAU,2BAA2B,OAAO,4DAA2D,wBAAC,OAAD,CAAM,EAAE,+WAA+W,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,CAAI,EACvyB,EAEc",
9
- "debugId": "6FA56ED793A37B3964756E2164756E21",
9
+ "debugId": "50D801059A412F8564756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";var a=({children:o,size:e=24,ariaLabel:s,color:m,ariaHidden:l=!0,style:p,mode:i="masked",maskId:n,...C})=>{let d=i!=="raw"&&!!n;return r.createElement("svg",{...C,"aria-hidden":l,role:l?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...p}},s&&!l&&r.createElement("title",null,s),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},o)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import t from"react";var f=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"douple-checkmark-2-small",maskId:"round-filled-radius-0-stroke-2-IconDoupleCheckmark2Small"},t.createElement("path",{d:"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z",fill:"currentColor"}),t.createElement("path",{d:"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z",fill:"currentColor"}))}),w=f;export{w as default,f as IconDoupleCheckmark2Small};
1
+ import r from"react";var a=({children:o,size:e=24,ariaLabel:s,color:m,ariaHidden:l=!0,style:i,mode:p="masked",maskId:n,...C})=>{let d=p!=="raw"&&!!n;return r.createElement("svg",{...C,"aria-hidden":l,role:l?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},s&&!l&&r.createElement("title",null,s),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},o)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import t from"react";var f=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-2-small",maskId:"round-filled-radius-0-stroke-2-IconDoubleCheckmark2Small"},t.createElement("path",{d:"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z",fill:"currentColor"}),t.createElement("path",{d:"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z",fill:"currentColor"}))}),w=f;export{w as default,f as IconDoubleCheckmark2Small};
2
2
 
3
- //# debugId=4D4D9A94336D5D1E64756E2164756E21
3
+ //# debugId=BFC2BEFBB47E2CBB64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark2Small/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark2Small/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-2-small\" maskId=\"round-filled-radius-0-stroke-2-IconDoupleCheckmark2Small\"><path d=\"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z\" fill=\"currentColor\"/><path d=\"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark2Small;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-2-small\" maskId=\"round-filled-radius-0-stroke-2-IconDoubleCheckmark2Small\"><path d=\"M13.7471 7.34171C14.1107 6.92619 14.7426 6.88363 15.1583 7.24698C15.5737 7.61057 15.6163 8.2425 15.253 8.65811L8.253 16.6581C8.07077 16.8664 7.80986 16.9897 7.53328 16.9989C7.25672 17.0081 6.98873 16.9026 6.79304 16.7069L3.79304 13.7069C3.40252 13.3164 3.40252 12.6834 3.79304 12.2929C4.18357 11.9024 4.81658 11.9024 5.20711 12.2929L7.45125 14.537L13.7471 7.34171Z\" fill=\"currentColor\"/><path d=\"M18.7471 7.34171C19.1107 6.92619 19.7426 6.88363 20.1583 7.24698C20.5737 7.61057 20.6163 8.2425 20.253 8.65811L13.253 16.6581C12.8894 17.0736 12.2575 17.1161 11.8419 16.7528C11.4264 16.3893 11.3838 15.7573 11.7471 15.3417L18.7471 7.34171Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark2Small;\n"
7
7
  ],
8
8
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAA8E,EAAM,KAAK,CAAC,IAAU,CAC/G,OAAO,gBAA+xB,EAA/xB,IAAqB,EAAO,UAAU,2BAA2B,OAAO,4DAA2D,gBAAC,OAAD,CAAM,EAAE,+WAA+W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,CAAI,EACvyB,EAEc",
9
- "debugId": "4D4D9A94336D5D1E64756E2164756E21",
9
+ "debugId": "BFC2BEFBB47E2CBB64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSaturn: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconSaturn;
@@ -0,0 +1,3 @@
1
+ var y=Object.create;var{getPrototypeOf:B,defineProperty:a,getOwnPropertyNames:u,getOwnPropertyDescriptor:S}=Object,f=Object.prototype.hasOwnProperty;function c(e){return this[e]}var v,P,h=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var l=r?v??=new WeakMap:P??=new WeakMap,p=l.get(e);if(p)return p}o=e!=null?y(B(e)):{};let s=r||!e||!e.__esModule?a(o,"default",{value:e,enumerable:!0}):o;for(let C of u(e))if(!f.call(s,C))a(s,C,{get:c.bind(e,C),enumerable:!0});if(t)l.set(e,s);return s},g=(e)=>{var r=(d??=new WeakMap).get(e),o;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!f.call(r,t))a(r,t,{get:c.bind(e,t),enumerable:!(o=S(e,t))||o.enumerable})}return d.set(e,r),r},d;var b=(e)=>e;function G(e,r){this[e]=b.bind(null,r)}var w=(e,r)=>{for(var o in r)a(e,o,{get:r[o],enumerable:!0,configurable:!0,set:G.bind(r,o)})};var M={};w(M,{CentralIconBase:()=>m});module.exports=g(M);var n=h(require("react")),m=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:l=!0,style:p,mode:s="masked",maskId:C,...I})=>{let k=s!=="raw"&&!!C;return n.default.createElement("svg",{...I,"aria-hidden":l,role:l?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!l&&n.default.createElement("title",null,o),k?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:C,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${C})`})):e)};var V={};w(V,{default:()=>Z,IconSaturn:()=>x});module.exports=g(V);var i=h(require("react"));var x=i.default.memo((e)=>{return i.default.createElement(m,{...e,ariaLabel:"saturn, space, explore",maskId:"round-filled-radius-0-stroke-2-IconSaturn"},i.default.createElement("path",{d:"M20.1083 14.5566C19.023 18.0015 15.8043 20.5 12.0009 20.5C10.1079 20.5 8.35989 19.8804 6.94719 18.834C8.97448 18.5528 11.3014 18.0102 13.7011 17.2305C16.1014 16.4505 18.3028 15.5212 20.1083 14.5566Z",fill:"currentColor"}),i.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0009 3.5C14.6021 3.50001 16.9278 4.67001 18.4863 6.51074C19.6615 6.40913 20.7169 6.41749 21.5654 6.56348C22.0539 6.6476 22.5272 6.78578 22.9257 7.01367C23.2806 7.21667 23.6195 7.51808 23.8144 7.94629L23.8886 8.13672L23.9413 8.33594C24.0352 8.79673 23.9372 9.23962 23.7695 9.6123C23.5809 10.031 23.2794 10.4211 22.9335 10.7764C22.2402 11.4884 21.2167 12.2141 19.995 12.9092C18.1877 13.9374 15.8449 14.9561 13.2363 15.8037C10.6274 16.6514 8.13297 17.2042 6.06633 17.4346C4.66964 17.5902 3.41474 17.6051 2.43547 17.4365C1.94699 17.3524 1.47362 17.2142 1.07512 16.9863C0.669737 16.7544 0.284852 16.3936 0.112228 15.8623C-0.0602645 15.331 0.039714 14.8136 0.231369 14.3877C0.419876 13.9689 0.721401 13.5789 1.06731 13.2236C1.66782 12.6069 2.51613 11.9796 3.52629 11.3711C3.84823 6.97044 7.51807 3.5 12.0009 3.5ZM3.66399 13.6631C3.17469 14.0045 2.78424 14.3262 2.49992 14.6182C2.24578 14.8792 2.11298 15.0793 2.05461 15.209C2.0508 15.2175 2.04878 15.2261 2.04582 15.2334C2.05284 15.2378 2.05967 15.245 2.06828 15.25C2.19171 15.3206 2.4165 15.404 2.77531 15.4658C3.17683 15.5349 3.68182 15.5649 4.27824 15.5537C4.00338 14.9574 3.79517 14.3242 3.66399 13.6631ZM19.7197 8.44531C19.9946 9.04187 20.2017 9.67542 20.3329 10.3369C20.8237 9.99444 21.2159 9.6735 21.5009 9.38086C21.7549 9.11993 21.8878 8.9207 21.9462 8.79102C21.9501 8.7823 21.951 8.77304 21.954 8.76562C21.9473 8.76137 21.9408 8.75471 21.9325 8.75C21.809 8.67942 21.5844 8.59595 21.2255 8.53418C20.8232 8.46499 20.3175 8.43391 19.7197 8.44531Z",fill:"currentColor"}))}),Z=x;
2
+
3
+ //# debugId=780A0631AA532FCC64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconSaturn/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSaturn: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"saturn, space, explore\" maskId=\"round-filled-radius-0-stroke-2-IconSaturn\"><path d=\"M20.1083 14.5566C19.023 18.0015 15.8043 20.5 12.0009 20.5C10.1079 20.5 8.35989 19.8804 6.94719 18.834C8.97448 18.5528 11.3014 18.0102 13.7011 17.2305C16.1014 16.4505 18.3028 15.5212 20.1083 14.5566Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0009 3.5C14.6021 3.50001 16.9278 4.67001 18.4863 6.51074C19.6615 6.40913 20.7169 6.41749 21.5654 6.56348C22.0539 6.6476 22.5272 6.78578 22.9257 7.01367C23.2806 7.21667 23.6195 7.51808 23.8144 7.94629L23.8886 8.13672L23.9413 8.33594C24.0352 8.79673 23.9372 9.23962 23.7695 9.6123C23.5809 10.031 23.2794 10.4211 22.9335 10.7764C22.2402 11.4884 21.2167 12.2141 19.995 12.9092C18.1877 13.9374 15.8449 14.9561 13.2363 15.8037C10.6274 16.6514 8.13297 17.2042 6.06633 17.4346C4.66964 17.5902 3.41474 17.6051 2.43547 17.4365C1.94699 17.3524 1.47362 17.2142 1.07512 16.9863C0.669737 16.7544 0.284852 16.3936 0.112228 15.8623C-0.0602645 15.331 0.039714 14.8136 0.231369 14.3877C0.419876 13.9689 0.721401 13.5789 1.06731 13.2236C1.66782 12.6069 2.51613 11.9796 3.52629 11.3711C3.84823 6.97044 7.51807 3.5 12.0009 3.5ZM3.66399 13.6631C3.17469 14.0045 2.78424 14.3262 2.49992 14.6182C2.24578 14.8792 2.11298 15.0793 2.05461 15.209C2.0508 15.2175 2.04878 15.2261 2.04582 15.2334C2.05284 15.2378 2.05967 15.245 2.06828 15.25C2.19171 15.3206 2.4165 15.404 2.77531 15.4658C3.17683 15.5349 3.68182 15.5649 4.27824 15.5537C4.00338 14.9574 3.79517 14.3242 3.66399 13.6631ZM19.7197 8.44531C19.9946 9.04187 20.2017 9.67542 20.3329 10.3369C20.8237 9.99444 21.2159 9.6735 21.5009 9.38086C21.7549 9.11993 21.8878 8.9207 21.9462 8.79102C21.9501 8.7823 21.951 8.77304 21.954 8.76562C21.9473 8.76137 21.9408 8.75471 21.9325 8.75C21.809 8.67942 21.5844 8.59595 21.2255 8.53418C20.8232 8.46499 20.3175 8.43391 19.7197 8.44531Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconSaturn;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,sEC9DY,IAAlB,sBAGO,IAAM,EAA+D,UAAM,KAAK,CAAC,IAAU,CAChG,OAAO,wBAA43D,EAA53D,IAAqB,EAAO,UAAU,yBAAyB,OAAO,6CAA4C,wBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+9CAA+9C,KAAK,eAAc,CAAI,EACp4D,EAEc",
9
+ "debugId": "780A0631AA532FCC64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import e from"react";var s=({children:o,size:r=24,ariaLabel:l,color:a,ariaHidden:n=!0,style:i,mode:p="masked",maskId:C,...m})=>{let d=p!=="raw"&&!!C;return e.createElement("svg",{...m,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},l&&!n&&e.createElement("title",null,l),d?e.createElement(e.Fragment,null,e.createElement("mask",{id:C,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${C})`})):o)};import t from"react";var u=t.memo((o)=>{return t.createElement(s,{...o,ariaLabel:"saturn, space, explore",maskId:"round-filled-radius-0-stroke-2-IconSaturn"},t.createElement("path",{d:"M20.1083 14.5566C19.023 18.0015 15.8043 20.5 12.0009 20.5C10.1079 20.5 8.35989 19.8804 6.94719 18.834C8.97448 18.5528 11.3014 18.0102 13.7011 17.2305C16.1014 16.4505 18.3028 15.5212 20.1083 14.5566Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0009 3.5C14.6021 3.50001 16.9278 4.67001 18.4863 6.51074C19.6615 6.40913 20.7169 6.41749 21.5654 6.56348C22.0539 6.6476 22.5272 6.78578 22.9257 7.01367C23.2806 7.21667 23.6195 7.51808 23.8144 7.94629L23.8886 8.13672L23.9413 8.33594C24.0352 8.79673 23.9372 9.23962 23.7695 9.6123C23.5809 10.031 23.2794 10.4211 22.9335 10.7764C22.2402 11.4884 21.2167 12.2141 19.995 12.9092C18.1877 13.9374 15.8449 14.9561 13.2363 15.8037C10.6274 16.6514 8.13297 17.2042 6.06633 17.4346C4.66964 17.5902 3.41474 17.6051 2.43547 17.4365C1.94699 17.3524 1.47362 17.2142 1.07512 16.9863C0.669737 16.7544 0.284852 16.3936 0.112228 15.8623C-0.0602645 15.331 0.039714 14.8136 0.231369 14.3877C0.419876 13.9689 0.721401 13.5789 1.06731 13.2236C1.66782 12.6069 2.51613 11.9796 3.52629 11.3711C3.84823 6.97044 7.51807 3.5 12.0009 3.5ZM3.66399 13.6631C3.17469 14.0045 2.78424 14.3262 2.49992 14.6182C2.24578 14.8792 2.11298 15.0793 2.05461 15.209C2.0508 15.2175 2.04878 15.2261 2.04582 15.2334C2.05284 15.2378 2.05967 15.245 2.06828 15.25C2.19171 15.3206 2.4165 15.404 2.77531 15.4658C3.17683 15.5349 3.68182 15.5649 4.27824 15.5537C4.00338 14.9574 3.79517 14.3242 3.66399 13.6631ZM19.7197 8.44531C19.9946 9.04187 20.2017 9.67542 20.3329 10.3369C20.8237 9.99444 21.2159 9.6735 21.5009 9.38086C21.7549 9.11993 21.8878 8.9207 21.9462 8.79102C21.9501 8.7823 21.951 8.77304 21.954 8.76562C21.9473 8.76137 21.9408 8.75471 21.9325 8.75C21.809 8.67942 21.5844 8.59595 21.2255 8.53418C20.8232 8.46499 20.3175 8.43391 19.7197 8.44531Z",fill:"currentColor"}))}),x=u;export{x as default,u as IconSaturn};
2
+
3
+ //# debugId=E4AFC621B4FAB04B64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconSaturn/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSaturn: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"saturn, space, explore\" maskId=\"round-filled-radius-0-stroke-2-IconSaturn\"><path d=\"M20.1083 14.5566C19.023 18.0015 15.8043 20.5 12.0009 20.5C10.1079 20.5 8.35989 19.8804 6.94719 18.834C8.97448 18.5528 11.3014 18.0102 13.7011 17.2305C16.1014 16.4505 18.3028 15.5212 20.1083 14.5566Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0009 3.5C14.6021 3.50001 16.9278 4.67001 18.4863 6.51074C19.6615 6.40913 20.7169 6.41749 21.5654 6.56348C22.0539 6.6476 22.5272 6.78578 22.9257 7.01367C23.2806 7.21667 23.6195 7.51808 23.8144 7.94629L23.8886 8.13672L23.9413 8.33594C24.0352 8.79673 23.9372 9.23962 23.7695 9.6123C23.5809 10.031 23.2794 10.4211 22.9335 10.7764C22.2402 11.4884 21.2167 12.2141 19.995 12.9092C18.1877 13.9374 15.8449 14.9561 13.2363 15.8037C10.6274 16.6514 8.13297 17.2042 6.06633 17.4346C4.66964 17.5902 3.41474 17.6051 2.43547 17.4365C1.94699 17.3524 1.47362 17.2142 1.07512 16.9863C0.669737 16.7544 0.284852 16.3936 0.112228 15.8623C-0.0602645 15.331 0.039714 14.8136 0.231369 14.3877C0.419876 13.9689 0.721401 13.5789 1.06731 13.2236C1.66782 12.6069 2.51613 11.9796 3.52629 11.3711C3.84823 6.97044 7.51807 3.5 12.0009 3.5ZM3.66399 13.6631C3.17469 14.0045 2.78424 14.3262 2.49992 14.6182C2.24578 14.8792 2.11298 15.0793 2.05461 15.209C2.0508 15.2175 2.04878 15.2261 2.04582 15.2334C2.05284 15.2378 2.05967 15.245 2.06828 15.25C2.19171 15.3206 2.4165 15.404 2.77531 15.4658C3.17683 15.5349 3.68182 15.5649 4.27824 15.5537C4.00338 14.9574 3.79517 14.3242 3.66399 13.6631ZM19.7197 8.44531C19.9946 9.04187 20.2017 9.67542 20.3329 10.3369C20.8237 9.99444 21.2159 9.6735 21.5009 9.38086C21.7549 9.11993 21.8878 8.9207 21.9462 8.79102C21.9501 8.7823 21.951 8.77304 21.954 8.76562C21.9473 8.76137 21.9408 8.75471 21.9325 8.75C21.809 8.67942 21.5844 8.59595 21.2255 8.53418C20.8232 8.46499 20.3175 8.43391 19.7197 8.44531Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconSaturn;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAA+D,EAAM,KAAK,CAAC,IAAU,CAChG,OAAO,gBAA43D,EAA53D,IAAqB,EAAO,UAAU,yBAAyB,OAAO,6CAA4C,gBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+9CAA+9C,KAAK,eAAc,CAAI,EACp4D,EAEc",
9
+ "debugId": "E4AFC621B4FAB04B64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1326,10 +1326,10 @@ Below is a complete list of available icons:
1326
1326
  - IconProgress50
1327
1327
  - IconProgress75
1328
1328
  - IconCheckCircle2
1329
- - IconDoupleCheckmark1
1330
- - IconDoupleCheckmark1Small
1331
- - IconDoupleCheck
1332
- - IconDoupleCheckmark2Small
1329
+ - IconDoubleCheckmark1
1330
+ - IconDoubleCheckmark1Small
1331
+ - IconDoubleCheckmark2
1332
+ - IconDoubleCheckmark2Small
1333
1333
  - IconExclamationCircle
1334
1334
  - IconPreview
1335
1335
  - IconSearchOptions
@@ -1481,6 +1481,7 @@ Below is a complete list of available icons:
1481
1481
  - IconPinFocus
1482
1482
  - IconCompassPointerSquare
1483
1483
  - IconEarth2
1484
+ - IconSaturn
1484
1485
 
1485
1486
  ### Nature & Energy
1486
1487