@central-icons-react/square-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 I=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var P,b,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?P??=new WeakMap:b??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?I(y(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let l of f(e))if(!h.call(a,l))m(a,l,{get:u.bind(e,l),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))m(r,t,{get:u.bind(e,t),enumerable:!(o=B(e,t))||o.enumerable})}return c.set(e,r),r},c;var S=(e)=>e;function v(e,r){this[e]=S.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>L});module.exports=g(G);var n=d(require("react")),L=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:l,...w})=>{let x=a!=="raw"&&!!l;return n.default.createElement("svg",{...w,"aria-hidden":s,role:s?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&&!s&&n.default.createElement("title",null,o),x?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"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):e)};var V={};k(V,{default:()=>$,IconDoupleCheckmark1:()=>C});module.exports=g(V);var i=d(require("react"));var C=i.default.memo((e)=>{return i.default.createElement(L,{...e,ariaLabel:"douple-checkmark-1",maskId:"square-filled-radius-0-stroke-2-IconDoupleCheckmark1"},i.default.createElement("path",{d:"M18.3818 4.69922L17.8408 5.54102L8.84082 19.541L8.08887 20.7119L7.21875 19.625L2.21875 13.375L1.59473 12.5938L3.15625 11.3447L3.78125 12.125L7.91113 17.2881L16.1592 4.45898L16.6992 3.61816L18.3818 4.69922ZM22.3828 4.70605L21.8389 5.54492L12.5889 19.7949L12.0439 20.6328L10.3672 19.5439L10.9111 18.7051L20.1611 4.45508L20.7061 3.61719L22.3828 4.70605Z",fill:"currentColor"}))}),$=C;
1
+ var I=Object.create;var{getPrototypeOf:b,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var B,P,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?B??=new WeakMap:P??=new WeakMap,i=s.get(e);if(i)return i}o=e!=null?I(b(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let l of f(e))if(!h.call(a,l))m(a,l,{get:u.bind(e,l),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))m(r,t,{get:u.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return c.set(e,r),r},c;var S=(e)=>e;function v(e,r){this[e]=S.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>L});module.exports=g(G);var n=d(require("react")),L=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:l,...w})=>{let x=a!=="raw"&&!!l;return n.default.createElement("svg",{...w,"aria-hidden":s,role:s?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,...i}},o&&!s&&n.default.createElement("title",null,o),x?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"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):e)};var V={};k(V,{default:()=>$,IconDoubleCheckmark1:()=>C});module.exports=g(V);var p=d(require("react"));var C=p.default.memo((e)=>{return p.default.createElement(L,{...e,ariaLabel:"double-checkmark-1",maskId:"square-filled-radius-0-stroke-2-IconDoubleCheckmark1"},p.default.createElement("path",{d:"M18.3818 4.69922L17.8408 5.54102L8.84082 19.541L8.08887 20.7119L7.21875 19.625L2.21875 13.375L1.59473 12.5938L3.15625 11.3447L3.78125 12.125L7.91113 17.2881L16.1592 4.45898L16.6992 3.61816L18.3818 4.69922ZM22.3828 4.70605L21.8389 5.54492L12.5889 19.7949L12.0439 20.6328L10.3672 19.5439L10.9111 18.7051L20.1611 4.45508L20.7061 3.61719L22.3828 4.70605Z",fill:"currentColor"}))}),$=C;
2
2
 
3
- //# debugId=2952B494E67B124C64756E2164756E21
3
+ //# debugId=727117364BEF143D64756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-2-IconDoupleCheckmark1\"><path d=\"M18.3818 4.69922L17.8408 5.54102L8.84082 19.541L8.08887 20.7119L7.21875 19.625L2.21875 13.375L1.59473 12.5938L3.15625 11.3447L3.78125 12.125L7.91113 17.2881L16.1592 4.45898L16.6992 3.61816L18.3818 4.69922ZM22.3828 4.70605L21.8389 5.54492L12.5889 19.7949L12.0439 20.6328L10.3672 19.5439L10.9111 18.7051L20.1611 4.45508L20.7061 3.61719L22.3828 4.70605Z\" 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=\"square-filled-radius-0-stroke-2-IconDoubleCheckmark1\"><path d=\"M18.3818 4.69922L17.8408 5.54102L8.84082 19.541L8.08887 20.7119L7.21875 19.625L2.21875 13.375L1.59473 12.5938L3.15625 11.3447L3.78125 12.125L7.91113 17.2881L16.1592 4.45898L16.6992 3.61816L18.3818 4.69922ZM22.3828 4.70605L21.8389 5.54492L12.5889 19.7949L12.0439 20.6328L10.3672 19.5439L10.9111 18.7051L20.1611 4.45508L20.7061 3.61719L22.3828 4.70605Z\" 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,wBAAyf,EAAzf,IAAqB,EAAO,UAAU,qBAAqB,OAAO,wDAAuD,wBAAC,OAAD,CAAM,EAAE,iWAAiW,KAAK,eAAc,CAAI,EACjgB,EAEc",
9
- "debugId": "2952B494E67B124C64756E2164756E21",
9
+ "debugId": "727117364BEF143D64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:p,mode:i="masked",maskId:n,...L})=>{let c=i!=="raw"&&!!n;return e.createElement("svg",{...L,"aria-hidden":t,role:t?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:m,...p}},s&&!t&&e.createElement("title",null,s),c?e.createElement(e.Fragment,null,e.createElement("mask",{id:n,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(#${n})`})):o)};import l from"react";var f=l.memo((o)=>{return l.createElement(a,{...o,ariaLabel:"douple-checkmark-1",maskId:"square-filled-radius-0-stroke-2-IconDoupleCheckmark1"},l.createElement("path",{d:"M18.3818 4.69922L17.8408 5.54102L8.84082 19.541L8.08887 20.7119L7.21875 19.625L2.21875 13.375L1.59473 12.5938L3.15625 11.3447L3.78125 12.125L7.91113 17.2881L16.1592 4.45898L16.6992 3.61816L18.3818 4.69922ZM22.3828 4.70605L21.8389 5.54492L12.5889 19.7949L12.0439 20.6328L10.3672 19.5439L10.9111 18.7051L20.1611 4.45508L20.7061 3.61719L22.3828 4.70605Z",fill:"currentColor"}))}),C=f;export{C as default,f as IconDoupleCheckmark1};
1
+ import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:i,mode:p="masked",maskId:n,...L})=>{let c=p!=="raw"&&!!n;return e.createElement("svg",{...L,"aria-hidden":t,role:t?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:m,...i}},s&&!t&&e.createElement("title",null,s),c?e.createElement(e.Fragment,null,e.createElement("mask",{id:n,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(#${n})`})):o)};import l from"react";var f=l.memo((o)=>{return l.createElement(a,{...o,ariaLabel:"double-checkmark-1",maskId:"square-filled-radius-0-stroke-2-IconDoubleCheckmark1"},l.createElement("path",{d:"M18.3818 4.69922L17.8408 5.54102L8.84082 19.541L8.08887 20.7119L7.21875 19.625L2.21875 13.375L1.59473 12.5938L3.15625 11.3447L3.78125 12.125L7.91113 17.2881L16.1592 4.45898L16.6992 3.61816L18.3818 4.69922ZM22.3828 4.70605L21.8389 5.54492L12.5889 19.7949L12.0439 20.6328L10.3672 19.5439L10.9111 18.7051L20.1611 4.45508L20.7061 3.61719L22.3828 4.70605Z",fill:"currentColor"}))}),C=f;export{C as default,f as IconDoubleCheckmark1};
2
2
 
3
- //# debugId=06A3DD24057BFD1364756E2164756E21
3
+ //# debugId=39D036C088395B4064756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-2-IconDoupleCheckmark1\"><path d=\"M18.3818 4.69922L17.8408 5.54102L8.84082 19.541L8.08887 20.7119L7.21875 19.625L2.21875 13.375L1.59473 12.5938L3.15625 11.3447L3.78125 12.125L7.91113 17.2881L16.1592 4.45898L16.6992 3.61816L18.3818 4.69922ZM22.3828 4.70605L21.8389 5.54492L12.5889 19.7949L12.0439 20.6328L10.3672 19.5439L10.9111 18.7051L20.1611 4.45508L20.7061 3.61719L22.3828 4.70605Z\" 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=\"square-filled-radius-0-stroke-2-IconDoubleCheckmark1\"><path d=\"M18.3818 4.69922L17.8408 5.54102L8.84082 19.541L8.08887 20.7119L7.21875 19.625L2.21875 13.375L1.59473 12.5938L3.15625 11.3447L3.78125 12.125L7.91113 17.2881L16.1592 4.45898L16.6992 3.61816L18.3818 4.69922ZM22.3828 4.70605L21.8389 5.54492L12.5889 19.7949L12.0439 20.6328L10.3672 19.5439L10.9111 18.7051L20.1611 4.45508L20.7061 3.61719L22.3828 4.70605Z\" 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,gBAAyf,EAAzf,IAAqB,EAAO,UAAU,qBAAqB,OAAO,wDAAuD,gBAAC,OAAD,CAAM,EAAE,iWAAiW,KAAK,eAAc,CAAI,EACjgB,EAEc",
9
- "debugId": "06A3DD24057BFD1364756E2164756E21",
9
+ "debugId": "39D036C088395B4064756E2164756E21",
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 I=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var S,P,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?S??=new WeakMap:P??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?I(y(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let n of f(e))if(!h.call(a,n))m(a,n,{get:u.bind(e,n),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))m(r,t,{get:u.bind(e,t),enumerable:!(o=B(e,t))||o.enumerable})}return c.set(e,r),r},c;var b=(e)=>e;function v(e,r){this[e]=b.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>L});module.exports=g(G);var l=d(require("react")),L=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:n,...w})=>{let x=a!=="raw"&&!!n;return l.default.createElement("svg",{...w,"aria-hidden":s,role:s?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&&!s&&l.default.createElement("title",null,o),x?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"}},e)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};var V={};k(V,{default:()=>$,IconDoupleCheckmark1Small:()=>C});module.exports=g(V);var i=d(require("react"));var C=i.default.memo((e)=>{return i.default.createElement(L,{...e,ariaLabel:"douple-checkmark-1-small",maskId:"square-filled-radius-0-stroke-2-IconDoupleCheckmark1Small"},i.default.createElement("path",{d:"M19.3809 7.69336L18.8438 8.53711L13.5938 16.7871L13.0566 17.6309L11.3691 16.5566L11.9062 15.7129L17.1562 7.46289L17.6934 6.61914L19.3809 7.69336ZM15.3779 7.68164L14.8477 8.53027L9.84766 16.5303L9.18164 17.5957L4.58594 13L6 11.5859L8.81738 14.4033L13.1523 7.46973L13.6816 6.62207L15.3779 7.68164Z",fill:"currentColor"}))}),$=C;
1
+ var I=Object.create;var{getPrototypeOf:b,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var B,S,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?B??=new WeakMap:S??=new WeakMap,i=s.get(e);if(i)return i}o=e!=null?I(b(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let n of f(e))if(!h.call(a,n))m(a,n,{get:u.bind(e,n),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))m(r,t,{get:u.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return c.set(e,r),r},c;var P=(e)=>e;function v(e,r){this[e]=P.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>L});module.exports=g(G);var l=d(require("react")),L=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:n,...w})=>{let x=a!=="raw"&&!!n;return l.default.createElement("svg",{...w,"aria-hidden":s,role:s?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,...i}},o&&!s&&l.default.createElement("title",null,o),x?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"}},e)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};var V={};k(V,{default:()=>$,IconDoubleCheckmark1Small:()=>C});module.exports=g(V);var p=d(require("react"));var C=p.default.memo((e)=>{return p.default.createElement(L,{...e,ariaLabel:"double-checkmark-1-small",maskId:"square-filled-radius-0-stroke-2-IconDoubleCheckmark1Small"},p.default.createElement("path",{d:"M19.3809 7.69336L18.8438 8.53711L13.5938 16.7871L13.0566 17.6309L11.3691 16.5566L11.9062 15.7129L17.1562 7.46289L17.6934 6.61914L19.3809 7.69336ZM15.3779 7.68164L14.8477 8.53027L9.84766 16.5303L9.18164 17.5957L4.58594 13L6 11.5859L8.81738 14.4033L13.1523 7.46973L13.6816 6.62207L15.3779 7.68164Z",fill:"currentColor"}))}),$=C;
2
2
 
3
- //# debugId=76FACF4FD6D2AFF964756E2164756E21
3
+ //# debugId=1E1BC914402D13D264756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-2-IconDoupleCheckmark1Small\"><path d=\"M19.3809 7.69336L18.8438 8.53711L13.5938 16.7871L13.0566 17.6309L11.3691 16.5566L11.9062 15.7129L17.1562 7.46289L17.6934 6.61914L19.3809 7.69336ZM15.3779 7.68164L14.8477 8.53027L9.84766 16.5303L9.18164 17.5957L4.58594 13L6 11.5859L8.81738 14.4033L13.1523 7.46973L13.6816 6.62207L15.3779 7.68164Z\" 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=\"square-filled-radius-0-stroke-2-IconDoubleCheckmark1Small\"><path d=\"M19.3809 7.69336L18.8438 8.53711L13.5938 16.7871L13.0566 17.6309L11.3691 16.5566L11.9062 15.7129L17.1562 7.46289L17.6934 6.61914L19.3809 7.69336ZM15.3779 7.68164L14.8477 8.53027L9.84766 16.5303L9.18164 17.5957L4.58594 13L6 11.5859L8.81738 14.4033L13.1523 7.46973L13.6816 6.62207L15.3779 7.68164Z\" 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,wBAA6c,EAA7c,IAAqB,EAAO,UAAU,2BAA2B,OAAO,6DAA4D,wBAAC,OAAD,CAAM,EAAE,0SAA0S,KAAK,eAAc,CAAI,EACrd,EAEc",
9
- "debugId": "76FACF4FD6D2AFF964756E2164756E21",
9
+ "debugId": "1E1BC914402D13D264756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:p,mode:i="masked",maskId:l,...L})=>{let c=i!=="raw"&&!!l;return e.createElement("svg",{...L,"aria-hidden":t,role:t?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:m,...p}},s&&!t&&e.createElement("title",null,s),c?e.createElement(e.Fragment,null,e.createElement("mask",{id:l,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(#${l})`})):o)};import n from"react";var f=n.memo((o)=>{return n.createElement(a,{...o,ariaLabel:"douple-checkmark-1-small",maskId:"square-filled-radius-0-stroke-2-IconDoupleCheckmark1Small"},n.createElement("path",{d:"M19.3809 7.69336L18.8438 8.53711L13.5938 16.7871L13.0566 17.6309L11.3691 16.5566L11.9062 15.7129L17.1562 7.46289L17.6934 6.61914L19.3809 7.69336ZM15.3779 7.68164L14.8477 8.53027L9.84766 16.5303L9.18164 17.5957L4.58594 13L6 11.5859L8.81738 14.4033L13.1523 7.46973L13.6816 6.62207L15.3779 7.68164Z",fill:"currentColor"}))}),C=f;export{C as default,f as IconDoupleCheckmark1Small};
1
+ import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:i,mode:p="masked",maskId:l,...L})=>{let c=p!=="raw"&&!!l;return e.createElement("svg",{...L,"aria-hidden":t,role:t?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:m,...i}},s&&!t&&e.createElement("title",null,s),c?e.createElement(e.Fragment,null,e.createElement("mask",{id:l,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(#${l})`})):o)};import n from"react";var f=n.memo((o)=>{return n.createElement(a,{...o,ariaLabel:"double-checkmark-1-small",maskId:"square-filled-radius-0-stroke-2-IconDoubleCheckmark1Small"},n.createElement("path",{d:"M19.3809 7.69336L18.8438 8.53711L13.5938 16.7871L13.0566 17.6309L11.3691 16.5566L11.9062 15.7129L17.1562 7.46289L17.6934 6.61914L19.3809 7.69336ZM15.3779 7.68164L14.8477 8.53027L9.84766 16.5303L9.18164 17.5957L4.58594 13L6 11.5859L8.81738 14.4033L13.1523 7.46973L13.6816 6.62207L15.3779 7.68164Z",fill:"currentColor"}))}),C=f;export{C as default,f as IconDoubleCheckmark1Small};
2
2
 
3
- //# debugId=31BF0B16A5C7122E64756E2164756E21
3
+ //# debugId=0CF1E300BA48136A64756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-2-IconDoupleCheckmark1Small\"><path d=\"M19.3809 7.69336L18.8438 8.53711L13.5938 16.7871L13.0566 17.6309L11.3691 16.5566L11.9062 15.7129L17.1562 7.46289L17.6934 6.61914L19.3809 7.69336ZM15.3779 7.68164L14.8477 8.53027L9.84766 16.5303L9.18164 17.5957L4.58594 13L6 11.5859L8.81738 14.4033L13.1523 7.46973L13.6816 6.62207L15.3779 7.68164Z\" 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=\"square-filled-radius-0-stroke-2-IconDoubleCheckmark1Small\"><path d=\"M19.3809 7.69336L18.8438 8.53711L13.5938 16.7871L13.0566 17.6309L11.3691 16.5566L11.9062 15.7129L17.1562 7.46289L17.6934 6.61914L19.3809 7.69336ZM15.3779 7.68164L14.8477 8.53027L9.84766 16.5303L9.18164 17.5957L4.58594 13L6 11.5859L8.81738 14.4033L13.1523 7.46973L13.6816 6.62207L15.3779 7.68164Z\" 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,gBAA6c,EAA7c,IAAqB,EAAO,UAAU,2BAA2B,OAAO,6DAA4D,gBAAC,OAAD,CAAM,EAAE,0SAA0S,KAAK,eAAc,CAAI,EACrd,EAEc",
9
- "debugId": "31BF0B16A5C7122E64756E2164756E21",
9
+ "debugId": "0CF1E300BA48136A64756E2164756E21",
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 I=Object.create;var{getPrototypeOf:b,defineProperty:m,getOwnPropertyNames:u,getOwnPropertyDescriptor:y}=Object,c=Object.prototype.hasOwnProperty;function d(e){return this[e]}var B,P,g=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?B??=new WeakMap:P??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?I(b(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let l of u(e))if(!c.call(a,l))m(a,l,{get:d.bind(e,l),enumerable:!0});if(t)s.set(e,a);return a},k=(e)=>{var r=(h??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!c.call(r,t))m(r,t,{get:d.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return h.set(e,r),r},h;var S=(e)=>e;function v(e,r){this[e]=S.bind(null,r)}var C=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};C(G,{CentralIconBase:()=>f});module.exports=k(G);var n=g(require("react")),f=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:l,...L})=>{let x=a!=="raw"&&!!l;return n.default.createElement("svg",{...L,"aria-hidden":s,role:s?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&&!s&&n.default.createElement("title",null,o),x?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"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):e)};var V={};C(V,{default:()=>$,IconDoubleCheckmark2:()=>w});module.exports=k(V);var i=g(require("react"));var w=i.default.memo((e)=>{return i.default.createElement(f,{...e,ariaLabel:"double-checkmark-2",maskId:"square-filled-radius-0-stroke-2-IconDoubleCheckmark2"},i.default.createElement("path",{d:"M19.3994 4.79395L7.78613 20.4189L0.59668 14.7969L1.82812 13.2217L7.40332 17.5801L17.7939 3.60059L19.3994 4.79395Z",fill:"currentColor"}),i.default.createElement("path",{d:"M23.3994 4.79395L11.8008 20.3994L10.1953 19.2061L21.7939 3.60059L23.3994 4.79395Z",fill:"currentColor"}))}),$=w;
2
+
3
+ //# debugId=DCF926283B10FE0E64756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-2-IconDoupleCheck\"><path d=\"M19.3994 4.79395L7.78613 20.4189L0.59668 14.7969L1.82812 13.2217L7.40332 17.5801L17.7939 3.60059L19.3994 4.79395Z\" fill=\"currentColor\"/><path d=\"M23.3994 4.79395L11.8008 20.3994L10.1953 19.2061L21.7939 3.60059L23.3994 4.79395Z\" 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=\"square-filled-radius-0-stroke-2-IconDoubleCheckmark2\"><path d=\"M19.3994 4.79395L7.78613 20.4189L0.59668 14.7969L1.82812 13.2217L7.40332 17.5801L17.7939 3.60059L19.3994 4.79395Z\" fill=\"currentColor\"/><path d=\"M23.3994 4.79395L11.8008 20.3994L10.1953 19.2061L21.7939 3.60059L23.3994 4.79395Z\" 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,wBAAkX,EAAlX,IAAqB,EAAO,UAAU,eAAe,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EAC1X,EAEc",
9
- "debugId": "5EE3A47A57F67A2064756E2164756E21",
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,wBAA6X,EAA7X,IAAqB,EAAO,UAAU,qBAAqB,OAAO,wDAAuD,wBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EACrY,EAEc",
9
+ "debugId": "DCF926283B10FE0E64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,3 @@
1
+ import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:l,...f})=>{let h=p!=="raw"&&!!l;return e.createElement("svg",{...f,"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:m,...i}},s&&!n&&e.createElement("title",null,s),h?e.createElement(e.Fragment,null,e.createElement("mask",{id:l,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(#${l})`})):o)};import t from"react";var u=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-2",maskId:"square-filled-radius-0-stroke-2-IconDoubleCheckmark2"},t.createElement("path",{d:"M19.3994 4.79395L7.78613 20.4189L0.59668 14.7969L1.82812 13.2217L7.40332 17.5801L17.7939 3.60059L19.3994 4.79395Z",fill:"currentColor"}),t.createElement("path",{d:"M23.3994 4.79395L11.8008 20.3994L10.1953 19.2061L21.7939 3.60059L23.3994 4.79395Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconDoubleCheckmark2};
2
+
3
+ //# debugId=B50B6B8F8611A28164756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-2-IconDoupleCheck\"><path d=\"M19.3994 4.79395L7.78613 20.4189L0.59668 14.7969L1.82812 13.2217L7.40332 17.5801L17.7939 3.60059L19.3994 4.79395Z\" fill=\"currentColor\"/><path d=\"M23.3994 4.79395L11.8008 20.3994L10.1953 19.2061L21.7939 3.60059L23.3994 4.79395Z\" 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=\"square-filled-radius-0-stroke-2-IconDoubleCheckmark2\"><path d=\"M19.3994 4.79395L7.78613 20.4189L0.59668 14.7969L1.82812 13.2217L7.40332 17.5801L17.7939 3.60059L19.3994 4.79395Z\" fill=\"currentColor\"/><path d=\"M23.3994 4.79395L11.8008 20.3994L10.1953 19.2061L21.7939 3.60059L23.3994 4.79395Z\" 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,gBAAkX,EAAlX,IAAqB,EAAO,UAAU,eAAe,OAAO,mDAAkD,gBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EAC1X,EAEc",
9
- "debugId": "FA1D5E20226FD7D264756E2164756E21",
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,gBAA6X,EAA7X,IAAqB,EAAO,UAAU,qBAAqB,OAAO,wDAAuD,gBAAC,OAAD,CAAM,EAAE,oHAAoH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EACrY,EAEc",
9
+ "debugId": "B50B6B8F8611A28164756E2164756E21",
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 I=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:h,getOwnPropertyDescriptor:B}=Object,u=Object.prototype.hasOwnProperty;function L(e){return this[e]}var S,P,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?S??=new WeakMap:P??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?I(y(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let n of h(e))if(!u.call(a,n))m(a,n,{get:L.bind(e,n),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(f??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of h(e))if(!u.call(r,t))m(r,t,{get:L.bind(e,t),enumerable:!(o=B(e,t))||o.enumerable})}return f.set(e,r),r},f;var b=(e)=>e;function v(e,r){this[e]=b.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>c});module.exports=g(G);var l=d(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:n,...w})=>{let x=a!=="raw"&&!!n;return l.default.createElement("svg",{...w,"aria-hidden":s,role:s?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&&!s&&l.default.createElement("title",null,o),x?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"}},e)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};var V={};k(V,{default:()=>$,IconDoupleCheckmark2Small:()=>C});module.exports=g(V);var i=d(require("react"));var C=i.default.memo((e)=>{return i.default.createElement(c,{...e,ariaLabel:"douple-checkmark-2-small",maskId:"square-filled-radius-0-stroke-2-IconDoupleCheckmark2Small"},i.default.createElement("path",{d:"M15.9111 7.90625L15.2529 8.6582L7.54883 17.4629L3.08594 13L4.5 11.5859L7.45117 14.5371L13.7471 7.3418L14.4062 6.58887L15.9111 7.90625ZM20.9111 7.90625L20.2529 8.6582L13.2529 16.6582L12.5938 17.4111L11.0889 16.0938L11.7471 15.3418L18.7471 7.3418L19.4062 6.58887L20.9111 7.90625Z",fill:"currentColor"}))}),$=C;
1
+ var I=Object.create;var{getPrototypeOf:b,defineProperty:m,getOwnPropertyNames:h,getOwnPropertyDescriptor:y}=Object,u=Object.prototype.hasOwnProperty;function L(e){return this[e]}var B,S,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?B??=new WeakMap:S??=new WeakMap,i=s.get(e);if(i)return i}o=e!=null?I(b(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let n of h(e))if(!u.call(a,n))m(a,n,{get:L.bind(e,n),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(f??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of h(e))if(!u.call(r,t))m(r,t,{get:L.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return f.set(e,r),r},f;var P=(e)=>e;function v(e,r){this[e]=P.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>c});module.exports=g(G);var l=d(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:n,...w})=>{let x=a!=="raw"&&!!n;return l.default.createElement("svg",{...w,"aria-hidden":s,role:s?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,...i}},o&&!s&&l.default.createElement("title",null,o),x?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"}},e)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};var V={};k(V,{default:()=>$,IconDoubleCheckmark2Small:()=>C});module.exports=g(V);var p=d(require("react"));var C=p.default.memo((e)=>{return p.default.createElement(c,{...e,ariaLabel:"double-checkmark-2-small",maskId:"square-filled-radius-0-stroke-2-IconDoubleCheckmark2Small"},p.default.createElement("path",{d:"M15.9111 7.90625L15.2529 8.6582L7.54883 17.4629L3.08594 13L4.5 11.5859L7.45117 14.5371L13.7471 7.3418L14.4062 6.58887L15.9111 7.90625ZM20.9111 7.90625L20.2529 8.6582L13.2529 16.6582L12.5938 17.4111L11.0889 16.0938L11.7471 15.3418L18.7471 7.3418L19.4062 6.58887L20.9111 7.90625Z",fill:"currentColor"}))}),$=C;
2
2
 
3
- //# debugId=8A999001F9C93CEF64756E2164756E21
3
+ //# debugId=8A82682E3A2D298464756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-2-IconDoupleCheckmark2Small\"><path d=\"M15.9111 7.90625L15.2529 8.6582L7.54883 17.4629L3.08594 13L4.5 11.5859L7.45117 14.5371L13.7471 7.3418L14.4062 6.58887L15.9111 7.90625ZM20.9111 7.90625L20.2529 8.6582L13.2529 16.6582L12.5938 17.4111L11.0889 16.0938L11.7471 15.3418L18.7471 7.3418L19.4062 6.58887L20.9111 7.90625Z\" 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=\"square-filled-radius-0-stroke-2-IconDoubleCheckmark2Small\"><path d=\"M15.9111 7.90625L15.2529 8.6582L7.54883 17.4629L3.08594 13L4.5 11.5859L7.45117 14.5371L13.7471 7.3418L14.4062 6.58887L15.9111 7.90625ZM20.9111 7.90625L20.2529 8.6582L13.2529 16.6582L12.5938 17.4111L11.0889 16.0938L11.7471 15.3418L18.7471 7.3418L19.4062 6.58887L20.9111 7.90625Z\" 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,wBAA2b,EAA3b,IAAqB,EAAO,UAAU,2BAA2B,OAAO,6DAA4D,wBAAC,OAAD,CAAM,EAAE,wRAAwR,KAAK,eAAc,CAAI,EACnc,EAEc",
9
- "debugId": "8A999001F9C93CEF64756E2164756E21",
9
+ "debugId": "8A82682E3A2D298464756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:p,mode:i="masked",maskId:l,...c})=>{let f=i!=="raw"&&!!l;return e.createElement("svg",{...c,"aria-hidden":t,role:t?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:m,...p}},s&&!t&&e.createElement("title",null,s),f?e.createElement(e.Fragment,null,e.createElement("mask",{id:l,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(#${l})`})):o)};import n from"react";var h=n.memo((o)=>{return n.createElement(a,{...o,ariaLabel:"douple-checkmark-2-small",maskId:"square-filled-radius-0-stroke-2-IconDoupleCheckmark2Small"},n.createElement("path",{d:"M15.9111 7.90625L15.2529 8.6582L7.54883 17.4629L3.08594 13L4.5 11.5859L7.45117 14.5371L13.7471 7.3418L14.4062 6.58887L15.9111 7.90625ZM20.9111 7.90625L20.2529 8.6582L13.2529 16.6582L12.5938 17.4111L11.0889 16.0938L11.7471 15.3418L18.7471 7.3418L19.4062 6.58887L20.9111 7.90625Z",fill:"currentColor"}))}),C=h;export{C as default,h as IconDoupleCheckmark2Small};
1
+ import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:i,mode:p="masked",maskId:l,...c})=>{let f=p!=="raw"&&!!l;return e.createElement("svg",{...c,"aria-hidden":t,role:t?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:m,...i}},s&&!t&&e.createElement("title",null,s),f?e.createElement(e.Fragment,null,e.createElement("mask",{id:l,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(#${l})`})):o)};import n from"react";var h=n.memo((o)=>{return n.createElement(a,{...o,ariaLabel:"double-checkmark-2-small",maskId:"square-filled-radius-0-stroke-2-IconDoubleCheckmark2Small"},n.createElement("path",{d:"M15.9111 7.90625L15.2529 8.6582L7.54883 17.4629L3.08594 13L4.5 11.5859L7.45117 14.5371L13.7471 7.3418L14.4062 6.58887L15.9111 7.90625ZM20.9111 7.90625L20.2529 8.6582L13.2529 16.6582L12.5938 17.4111L11.0889 16.0938L11.7471 15.3418L18.7471 7.3418L19.4062 6.58887L20.9111 7.90625Z",fill:"currentColor"}))}),C=h;export{C as default,h as IconDoubleCheckmark2Small};
2
2
 
3
- //# debugId=23097E3F28F0F15C64756E2164756E21
3
+ //# debugId=FACFD0B937A1AC0C64756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-2-IconDoupleCheckmark2Small\"><path d=\"M15.9111 7.90625L15.2529 8.6582L7.54883 17.4629L3.08594 13L4.5 11.5859L7.45117 14.5371L13.7471 7.3418L14.4062 6.58887L15.9111 7.90625ZM20.9111 7.90625L20.2529 8.6582L13.2529 16.6582L12.5938 17.4111L11.0889 16.0938L11.7471 15.3418L18.7471 7.3418L19.4062 6.58887L20.9111 7.90625Z\" 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=\"square-filled-radius-0-stroke-2-IconDoubleCheckmark2Small\"><path d=\"M15.9111 7.90625L15.2529 8.6582L7.54883 17.4629L3.08594 13L4.5 11.5859L7.45117 14.5371L13.7471 7.3418L14.4062 6.58887L15.9111 7.90625ZM20.9111 7.90625L20.2529 8.6582L13.2529 16.6582L12.5938 17.4111L11.0889 16.0938L11.7471 15.3418L18.7471 7.3418L19.4062 6.58887L20.9111 7.90625Z\" 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,gBAA2b,EAA3b,IAAqB,EAAO,UAAU,2BAA2B,OAAO,6DAA4D,gBAAC,OAAD,CAAM,EAAE,wRAAwR,KAAK,eAAc,CAAI,EACnc,EAEc",
9
- "debugId": "23097E3F28F0F15C64756E2164756E21",
9
+ "debugId": "FACFD0B937A1AC0C64756E2164756E21",
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:"square-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=6E6E7E32020CA2E764756E2164756E21
@@ -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=\"square-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,wBAA63D,EAA73D,IAAqB,EAAO,UAAU,yBAAyB,OAAO,8CAA6C,wBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+9CAA+9C,KAAK,eAAc,CAAI,EACr4D,EAEc",
9
+ "debugId": "6E6E7E32020CA2E764756E2164756E21",
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:"square-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=F34511DD8BDB91BF64756E2164756E21
@@ -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=\"square-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,gBAA63D,EAA73D,IAAqB,EAAO,UAAU,yBAAyB,OAAO,8CAA6C,gBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+9CAA+9C,KAAK,eAAc,CAAI,EACr4D,EAEc",
9
+ "debugId": "F34511DD8BDB91BF64756E2164756E21",
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