@central-icons-react/round-outlined-radius-2-stroke-2 1.1.310 → 1.1.312

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/IconShieldUser/index.d.ts +4 -0
  22. package/IconShieldUser/index.js +3 -0
  23. package/IconShieldUser/index.js.map +11 -0
  24. package/IconShieldUser/index.mjs +3 -0
  25. package/IconShieldUser/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:a,getOwnPropertyNames:k,getOwnPropertyDescriptor:L}=Object,h=Object.prototype.hasOwnProperty;function c(r){return this[r]}var P,b,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var i=e?P??=new WeakMap:b??=new WeakMap,m=i.get(r);if(m)return m}o=r!=null?y(B(r)):{};let l=e||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!h.call(l,s))a(l,s,{get:c.bind(r,s),enumerable:!0});if(t)i.set(r,l);return l},g=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!h.call(e,t))a(e,t,{get:c.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return u.set(r,e),e},u;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var C=(r,e)=>{for(var o in e)a(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>d});module.exports=g(G);var n=f(require("react")),d=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:i=!0,style:m,mode:l="masked",maskId:s,...x})=>{let I=l!=="raw"&&!!s;return n.default.createElement("svg",{...x,"aria-hidden":i,role:i?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,...m}},o&&!i&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,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(#${s})`})):r)};var V={};C(V,{default:()=>$,IconDoupleCheckmark1:()=>w});module.exports=g(V);var p=f(require("react"));var w=p.default.memo((r)=>{return p.default.createElement(d,{...r,ariaLabel:"douple-checkmark-1",maskId:"round-outlined-radius-2-stroke-2-IconDoupleCheckmark1"},p.default.createElement("path",{d:"M3 12.75L8 19L17 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement("path",{d:"M12 19L21 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:a,getOwnPropertyNames:k,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function c(r){return this[r]}var L,P,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var i=e?L??=new WeakMap:P??=new WeakMap,p=i.get(r);if(p)return p}o=r!=null?b(y(r)):{};let l=e||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!h.call(l,s))a(l,s,{get:c.bind(r,s),enumerable:!0});if(t)i.set(r,l);return l},g=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!h.call(e,t))a(e,t,{get:c.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return u.set(r,e),e},u;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var C=(r,e)=>{for(var o in e)a(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>d});module.exports=g(G);var n=f(require("react")),d=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:i=!0,style:p,mode:l="masked",maskId:s,...x})=>{let I=l!=="raw"&&!!s;return n.default.createElement("svg",{...x,"aria-hidden":i,role:i?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&&!i&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,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(#${s})`})):r)};var V={};C(V,{default:()=>$,IconDoubleCheckmark1:()=>w});module.exports=g(V);var m=f(require("react"));var w=m.default.memo((r)=>{return m.default.createElement(d,{...r,ariaLabel:"double-checkmark-1",maskId:"round-outlined-radius-2-stroke-2-IconDoubleCheckmark1"},m.default.createElement("path",{d:"M3 12.75L8 19L17 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),m.default.createElement("path",{d:"M12 19L21 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
2
2
 
3
- //# debugId=DC43928C7988ACB464756E2164756E21
3
+ //# debugId=12431294D7A7B34764756E2164756E21
@@ -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-outlined-radius-2-stroke-2-IconDoupleCheckmark1\"><path d=\"M3 12.75L8 19L17 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12 19L21 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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-outlined-radius-2-stroke-2-IconDoubleCheckmark1\"><path d=\"M3 12.75L8 19L17 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12 19L21 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAAuV,EAAvV,IAAqB,EAAO,UAAU,qBAAqB,OAAO,yDAAwD,wBAAC,OAAD,CAAM,EAAE,qBAAqB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC/V,EAEc",
9
- "debugId": "DC43928C7988ACB464756E2164756E21",
9
+ "debugId": "12431294D7A7B34764756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";var l=({children:o,size:e=24,ariaLabel:i,color:a,ariaHidden:n=!0,style:p,mode:m="masked",maskId:s,...d})=>{let u=m!=="raw"&&!!s;return r.createElement("svg",{...d,"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:a,...p}},i&&!n&&r.createElement("title",null,i),u?r.createElement(r.Fragment,null,r.createElement("mask",{id:s,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(#${s})`})):o)};import t from"react";var k=t.memo((o)=>{return t.createElement(l,{...o,ariaLabel:"douple-checkmark-1",maskId:"round-outlined-radius-2-stroke-2-IconDoupleCheckmark1"},t.createElement("path",{d:"M3 12.75L8 19L17 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12 19L21 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoupleCheckmark1};
1
+ import r from"react";var l=({children:o,size:e=24,ariaLabel:i,color:a,ariaHidden:n=!0,style:m,mode:p="masked",maskId:s,...d})=>{let u=p!=="raw"&&!!s;return r.createElement("svg",{...d,"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:a,...m}},i&&!n&&r.createElement("title",null,i),u?r.createElement(r.Fragment,null,r.createElement("mask",{id:s,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(#${s})`})):o)};import t from"react";var k=t.memo((o)=>{return t.createElement(l,{...o,ariaLabel:"double-checkmark-1",maskId:"round-outlined-radius-2-stroke-2-IconDoubleCheckmark1"},t.createElement("path",{d:"M3 12.75L8 19L17 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12 19L21 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoubleCheckmark1};
2
2
 
3
- //# debugId=F0E43A0A8137830464756E2164756E21
3
+ //# debugId=8D9D57B2EA6D6E8164756E2164756E21
@@ -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-outlined-radius-2-stroke-2-IconDoupleCheckmark1\"><path d=\"M3 12.75L8 19L17 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12 19L21 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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-outlined-radius-2-stroke-2-IconDoubleCheckmark1\"><path d=\"M3 12.75L8 19L17 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12 19L21 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAAuV,EAAvV,IAAqB,EAAO,UAAU,qBAAqB,OAAO,yDAAwD,gBAAC,OAAD,CAAM,EAAE,qBAAqB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC/V,EAEc",
9
- "debugId": "F0E43A0A8137830464756E2164756E21",
9
+ "debugId": "8D9D57B2EA6D6E8164756E2164756E21",
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:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:L}=Object,h=Object.prototype.hasOwnProperty;function c(r){return this[r]}var S,P,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var l=e?S??=new WeakMap:P??=new WeakMap,p=l.get(r);if(p)return p}o=r!=null?y(B(r)):{};let a=e||!r||!r.__esModule?i(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!h.call(a,s))i(a,s,{get:c.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!h.call(e,t))i(e,t,{get:c.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return u.set(r,e),e},u;var b=(r)=>r;function v(r,e){this[r]=b.bind(null,e)}var C=(r,e)=>{for(var o in e)i(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>d});module.exports=g(G);var n=f(require("react")),d=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:l=!0,style:p,mode:a="masked",maskId:s,...x})=>{let I=a!=="raw"&&!!s;return n.default.createElement("svg",{...x,"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:t,...p}},o&&!l&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,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(#${s})`})):r)};var V={};C(V,{default:()=>$,IconDoupleCheckmark1Small:()=>w});module.exports=g(V);var m=f(require("react"));var w=m.default.memo((r)=>{return m.default.createElement(d,{...r,ariaLabel:"douple-checkmark-1-small",maskId:"round-outlined-radius-2-stroke-2-IconDoupleCheckmark1Small"},m.default.createElement("path",{d:"M6 13L9 16L14 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),m.default.createElement("path",{d:"M13 16L18 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function c(r){return this[r]}var L,S,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var l=e?L??=new WeakMap:S??=new WeakMap,p=l.get(r);if(p)return p}o=r!=null?b(y(r)):{};let a=e||!r||!r.__esModule?i(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!h.call(a,s))i(a,s,{get:c.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!h.call(e,t))i(e,t,{get:c.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return u.set(r,e),e},u;var P=(r)=>r;function v(r,e){this[r]=P.bind(null,e)}var C=(r,e)=>{for(var o in e)i(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>d});module.exports=g(G);var n=f(require("react")),d=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:l=!0,style:p,mode:a="masked",maskId:s,...x})=>{let I=a!=="raw"&&!!s;return n.default.createElement("svg",{...x,"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:t,...p}},o&&!l&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,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(#${s})`})):r)};var V={};C(V,{default:()=>$,IconDoubleCheckmark1Small:()=>w});module.exports=g(V);var m=f(require("react"));var w=m.default.memo((r)=>{return m.default.createElement(d,{...r,ariaLabel:"double-checkmark-1-small",maskId:"round-outlined-radius-2-stroke-2-IconDoubleCheckmark1Small"},m.default.createElement("path",{d:"M6 13L9 16L14 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),m.default.createElement("path",{d:"M13 16L18 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
2
2
 
3
- //# debugId=98C30F0C818F441564756E2164756E21
3
+ //# debugId=F51F24BB179CCA8A64756E2164756E21
@@ -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-outlined-radius-2-stroke-2-IconDoupleCheckmark1Small\"><path d=\"M6 13L9 16L14 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M13 16L18 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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-outlined-radius-2-stroke-2-IconDoubleCheckmark1Small\"><path d=\"M6 13L9 16L14 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M13 16L18 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAA+V,EAA/V,IAAqB,EAAO,UAAU,2BAA2B,OAAO,8DAA6D,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EACvW,EAEc",
9
- "debugId": "98C30F0C818F441564756E2164756E21",
9
+ "debugId": "F51F24BB179CCA8A64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";var a=({children:o,size:e=24,ariaLabel:l,color:i,ariaHidden:n=!0,style:m,mode:p="masked",maskId:s,...d})=>{let u=p!=="raw"&&!!s;return r.createElement("svg",{...d,"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:i,...m}},l&&!n&&r.createElement("title",null,l),u?r.createElement(r.Fragment,null,r.createElement("mask",{id:s,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(#${s})`})):o)};import t from"react";var k=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"douple-checkmark-1-small",maskId:"round-outlined-radius-2-stroke-2-IconDoupleCheckmark1Small"},t.createElement("path",{d:"M6 13L9 16L14 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M13 16L18 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoupleCheckmark1Small};
1
+ import r from"react";var a=({children:o,size:e=24,ariaLabel:l,color:i,ariaHidden:n=!0,style:m,mode:p="masked",maskId:s,...d})=>{let u=p!=="raw"&&!!s;return r.createElement("svg",{...d,"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:i,...m}},l&&!n&&r.createElement("title",null,l),u?r.createElement(r.Fragment,null,r.createElement("mask",{id:s,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(#${s})`})):o)};import t from"react";var k=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-1-small",maskId:"round-outlined-radius-2-stroke-2-IconDoubleCheckmark1Small"},t.createElement("path",{d:"M6 13L9 16L14 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M13 16L18 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoubleCheckmark1Small};
2
2
 
3
- //# debugId=700412B67EE2487C64756E2164756E21
3
+ //# debugId=FB6AD8B8BFF054B464756E2164756E21
@@ -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-outlined-radius-2-stroke-2-IconDoupleCheckmark1Small\"><path d=\"M6 13L9 16L14 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M13 16L18 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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-outlined-radius-2-stroke-2-IconDoubleCheckmark1Small\"><path d=\"M6 13L9 16L14 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M13 16L18 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAA+V,EAA/V,IAAqB,EAAO,UAAU,2BAA2B,OAAO,8DAA6D,gBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EACvW,EAEc",
9
- "debugId": "700412B67EE2487C64756E2164756E21",
9
+ "debugId": "FB6AD8B8BFF054B464756E2164756E21",
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:a,getOwnPropertyNames:k,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function c(r){return this[r]}var L,P,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var i=e?L??=new WeakMap:P??=new WeakMap,p=i.get(r);if(p)return p}o=r!=null?b(y(r)):{};let l=e||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!h.call(l,s))a(l,s,{get:c.bind(r,s),enumerable:!0});if(t)i.set(r,l);return l},g=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!h.call(e,t))a(e,t,{get:c.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return u.set(r,e),e},u;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var C=(r,e)=>{for(var o in e)a(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>d});module.exports=g(G);var n=f(require("react")),d=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:i=!0,style:p,mode:l="masked",maskId:s,...x})=>{let I=l!=="raw"&&!!s;return n.default.createElement("svg",{...x,"aria-hidden":i,role:i?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&&!i&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,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(#${s})`})):r)};var V={};C(V,{default:()=>$,IconDoubleCheckmark2:()=>w});module.exports=g(V);var m=f(require("react"));var w=m.default.memo((r)=>{return m.default.createElement(d,{...r,ariaLabel:"double-checkmark-2",maskId:"round-outlined-radius-2-stroke-2-IconDoubleCheckmark2"},m.default.createElement("path",{d:"M2 14.625L7.59477 19L18 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),m.default.createElement("path",{d:"M11.5947 19L22 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
2
+
3
+ //# debugId=D89DF32A3D7A477564756E2164756E21
@@ -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-outlined-radius-2-stroke-2-IconDoupleCheck\"><path d=\"M2 14.625L7.59477 19L18 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.5947 19L22 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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-outlined-radius-2-stroke-2-IconDoubleCheckmark2\"><path d=\"M2 14.625L7.59477 19L18 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.5947 19L22 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAAwV,EAAxV,IAAqB,EAAO,UAAU,eAAe,OAAO,oDAAmD,wBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EAChW,EAEc",
9
- "debugId": "34DB74A92EFBDCE064756E2164756E21",
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,wBAAmW,EAAnW,IAAqB,EAAO,UAAU,qBAAqB,OAAO,yDAAwD,wBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC3W,EAEc",
9
+ "debugId": "D89DF32A3D7A477564756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,3 @@
1
+ import r from"react";var l=({children:o,size:e=24,ariaLabel:i,color:a,ariaHidden:n=!0,style:m,mode:p="masked",maskId:s,...d})=>{let u=p!=="raw"&&!!s;return r.createElement("svg",{...d,"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:a,...m}},i&&!n&&r.createElement("title",null,i),u?r.createElement(r.Fragment,null,r.createElement("mask",{id:s,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(#${s})`})):o)};import t from"react";var k=t.memo((o)=>{return t.createElement(l,{...o,ariaLabel:"double-checkmark-2",maskId:"round-outlined-radius-2-stroke-2-IconDoubleCheckmark2"},t.createElement("path",{d:"M2 14.625L7.59477 19L18 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M11.5947 19L22 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoubleCheckmark2};
2
+
3
+ //# debugId=97F4EB1B70D2C14764756E2164756E21
@@ -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-outlined-radius-2-stroke-2-IconDoupleCheck\"><path d=\"M2 14.625L7.59477 19L18 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.5947 19L22 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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-outlined-radius-2-stroke-2-IconDoubleCheckmark2\"><path d=\"M2 14.625L7.59477 19L18 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.5947 19L22 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAAwV,EAAxV,IAAqB,EAAO,UAAU,eAAe,OAAO,oDAAmD,gBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EAChW,EAEc",
9
- "debugId": "011A8F451A56742C64756E2164756E21",
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,gBAAmW,EAAnW,IAAqB,EAAO,UAAU,qBAAqB,OAAO,yDAAwD,gBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC3W,EAEc",
9
+ "debugId": "97F4EB1B70D2C14764756E2164756E21",
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:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:L}=Object,h=Object.prototype.hasOwnProperty;function c(r){return this[r]}var S,P,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var l=e?S??=new WeakMap:P??=new WeakMap,p=l.get(r);if(p)return p}o=r!=null?y(B(r)):{};let a=e||!r||!r.__esModule?i(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!h.call(a,s))i(a,s,{get:c.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!h.call(e,t))i(e,t,{get:c.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return u.set(r,e),e},u;var b=(r)=>r;function v(r,e){this[r]=b.bind(null,e)}var C=(r,e)=>{for(var o in e)i(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>d});module.exports=g(G);var n=f(require("react")),d=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:l=!0,style:p,mode:a="masked",maskId:s,...x})=>{let I=a!=="raw"&&!!s;return n.default.createElement("svg",{...x,"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:t,...p}},o&&!l&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,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(#${s})`})):r)};var V={};C(V,{default:()=>$,IconDoupleCheckmark2Small:()=>w});module.exports=g(V);var m=f(require("react"));var w=m.default.memo((r)=>{return m.default.createElement(d,{...r,ariaLabel:"douple-checkmark-2-small",maskId:"round-outlined-radius-2-stroke-2-IconDoupleCheckmark2Small"},m.default.createElement("path",{d:"M4.5 13L7.5 16L14.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),m.default.createElement("path",{d:"M12.5 16L19.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function c(r){return this[r]}var L,S,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var l=e?L??=new WeakMap:S??=new WeakMap,p=l.get(r);if(p)return p}o=r!=null?b(y(r)):{};let a=e||!r||!r.__esModule?i(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!h.call(a,s))i(a,s,{get:c.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(u??=new WeakMap).get(r),o;if(e)return e;if(e=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!h.call(e,t))i(e,t,{get:c.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return u.set(r,e),e},u;var P=(r)=>r;function v(r,e){this[r]=P.bind(null,e)}var C=(r,e)=>{for(var o in e)i(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>d});module.exports=g(G);var n=f(require("react")),d=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:l=!0,style:p,mode:a="masked",maskId:s,...x})=>{let I=a!=="raw"&&!!s;return n.default.createElement("svg",{...x,"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:t,...p}},o&&!l&&n.default.createElement("title",null,o),I?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,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(#${s})`})):r)};var V={};C(V,{default:()=>$,IconDoubleCheckmark2Small:()=>w});module.exports=g(V);var m=f(require("react"));var w=m.default.memo((r)=>{return m.default.createElement(d,{...r,ariaLabel:"double-checkmark-2-small",maskId:"round-outlined-radius-2-stroke-2-IconDoubleCheckmark2Small"},m.default.createElement("path",{d:"M4.5 13L7.5 16L14.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),m.default.createElement("path",{d:"M12.5 16L19.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
2
2
 
3
- //# debugId=CE0F0CD41577247F64756E2164756E21
3
+ //# debugId=B5BE5A6DADEDFA1764756E2164756E21
@@ -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-outlined-radius-2-stroke-2-IconDoupleCheckmark2Small\"><path d=\"M4.5 13L7.5 16L14.5 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.5 16L19.5 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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-outlined-radius-2-stroke-2-IconDoubleCheckmark2Small\"><path d=\"M4.5 13L7.5 16L14.5 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.5 16L19.5 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAAyW,EAAzW,IAAqB,EAAO,UAAU,2BAA2B,OAAO,8DAA6D,wBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EACjX,EAEc",
9
- "debugId": "CE0F0CD41577247F64756E2164756E21",
9
+ "debugId": "B5BE5A6DADEDFA1764756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";var a=({children:o,size:e=24,ariaLabel:l,color:i,ariaHidden:n=!0,style:m,mode:p="masked",maskId:s,...d})=>{let u=p!=="raw"&&!!s;return r.createElement("svg",{...d,"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:i,...m}},l&&!n&&r.createElement("title",null,l),u?r.createElement(r.Fragment,null,r.createElement("mask",{id:s,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(#${s})`})):o)};import t from"react";var k=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"douple-checkmark-2-small",maskId:"round-outlined-radius-2-stroke-2-IconDoupleCheckmark2Small"},t.createElement("path",{d:"M4.5 13L7.5 16L14.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12.5 16L19.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoupleCheckmark2Small};
1
+ import r from"react";var a=({children:o,size:e=24,ariaLabel:l,color:i,ariaHidden:n=!0,style:m,mode:p="masked",maskId:s,...d})=>{let u=p!=="raw"&&!!s;return r.createElement("svg",{...d,"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:i,...m}},l&&!n&&r.createElement("title",null,l),u?r.createElement(r.Fragment,null,r.createElement("mask",{id:s,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(#${s})`})):o)};import t from"react";var k=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-2-small",maskId:"round-outlined-radius-2-stroke-2-IconDoubleCheckmark2Small"},t.createElement("path",{d:"M4.5 13L7.5 16L14.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12.5 16L19.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoubleCheckmark2Small};
2
2
 
3
- //# debugId=846B963E0F74319664756E2164756E21
3
+ //# debugId=C974804EEE39837F64756E2164756E21
@@ -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-outlined-radius-2-stroke-2-IconDoupleCheckmark2Small\"><path d=\"M4.5 13L7.5 16L14.5 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.5 16L19.5 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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-outlined-radius-2-stroke-2-IconDoubleCheckmark2Small\"><path d=\"M4.5 13L7.5 16L14.5 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.5 16L19.5 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAAyW,EAAzW,IAAqB,EAAO,UAAU,2BAA2B,OAAO,8DAA6D,gBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EACjX,EAEc",
9
- "debugId": "846B963E0F74319664756E2164756E21",
9
+ "debugId": "C974804EEE39837F64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShieldUser: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconShieldUser;
@@ -0,0 +1,3 @@
1
+ var V=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:h,getOwnPropertyDescriptor:y}=Object,u=Object.prototype.hasOwnProperty;function L(r){return this[r]}var B,S,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var i=e?B??=new WeakMap:S??=new WeakMap,d=i.get(r);if(d)return d}o=r!=null?V(I(r)):{};let l=e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o;for(let s of h(r))if(!u.call(l,s))p(l,s,{get:L.bind(r,s),enumerable:!0});if(t)i.set(r,l);return l},k=(r)=>{var e=(m??=new WeakMap).get(r),o;if(e)return e;if(e=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of h(r))if(!u.call(e,t))p(e,t,{get:L.bind(r,t),enumerable:!(o=y(r,t))||o.enumerable})}return m.set(r,e),e},m;var M=(r)=>r;function P(r,e){this[r]=M.bind(null,e)}var c=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0,configurable:!0,set:P.bind(e,o)})};var Z={};c(Z,{CentralIconBase:()=>C});module.exports=k(Z);var n=f(require("react")),C=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:i=!0,style:d,mode:l="masked",maskId:s,...w})=>{let x=l!=="raw"&&!!s;return n.default.createElement("svg",{...w,"aria-hidden":i,role:i?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,...d}},o&&!i&&n.default.createElement("title",null,o),x?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,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(#${s})`})):r)};var b={};c(b,{default:()=>v,IconShieldUser:()=>g});module.exports=k(b);var a=f(require("react"));var g=a.default.memo((r)=>{return a.default.createElement(C,{...r,ariaLabel:"shield-user, personal-data, id",maskId:"round-outlined-radius-2-stroke-2-IconShieldUser"},a.default.createElement("path",{d:"M5.19836 5.47567L11.1984 2.85067C11.7094 2.62709 12.2906 2.62709 12.8016 2.85067L18.8016 5.47567C19.5296 5.79416 20 6.51339 20 7.30798V13C20 17.4182 16.4183 21 12 21C7.58172 21 4 17.4182 4 13V7.30798C4 6.51339 4.47039 5.79416 5.19836 5.47567Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),a.default.createElement("path",{d:"M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),a.default.createElement("path",{d:"M5.76183 17.6795C5.38925 18.0871 5.41771 18.7197 5.82539 19.0923C6.23307 19.4648 6.86559 19.4364 7.23817 19.0287L6.5 18.3541L5.76183 17.6795ZM16.7618 19.0287L17.4364 19.7669L18.9128 18.4176L18.2382 17.6795L17.5 18.3541L16.7618 19.0287ZM6.5 18.3541L7.23817 19.0287C8.37439 17.7854 10.0096 17 12 17V16V15C9.45012 15 7.27843 16.02 5.76183 17.6795L6.5 18.3541ZM12 16V17C13.9904 17 15.6256 17.7854 16.7618 19.0287L17.5 18.3541L18.2382 17.6795C16.7216 16.02 14.5499 15 12 15V16Z",fill:"currentColor"}))}),v=g;
2
+
3
+ //# debugId=D8108A4024713AE764756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldUser/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 IconShieldUser: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"shield-user, personal-data, id\" maskId=\"round-outlined-radius-2-stroke-2-IconShieldUser\"><path d=\"M5.19836 5.47567L11.1984 2.85067C11.7094 2.62709 12.2906 2.62709 12.8016 2.85067L18.8016 5.47567C19.5296 5.79416 20 6.51339 20 7.30798V13C20 17.4182 16.4183 21 12 21C7.58172 21 4 17.4182 4 13V7.30798C4 6.51339 4.47039 5.79416 5.19836 5.47567Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><path d=\"M5.76183 17.6795C5.38925 18.0871 5.41771 18.7197 5.82539 19.0923C6.23307 19.4648 6.86559 19.4364 7.23817 19.0287L6.5 18.3541L5.76183 17.6795ZM16.7618 19.0287L17.4364 19.7669L18.9128 18.4176L18.2382 17.6795L17.5 18.3541L16.7618 19.0287ZM6.5 18.3541L7.23817 19.0287C8.37439 17.7854 10.0096 17 12 17V16V15C9.45012 15 7.27843 16.02 5.76183 17.6795L6.5 18.3541ZM12 16V17C13.9904 17 15.6256 17.7854 16.7618 19.0287L17.5 18.3541L18.2382 17.6795C16.7216 16.02 14.5499 15 12 15V16Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconShieldUser;\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,0EC9DY,IAAlB,sBAGO,IAAM,EAAmE,UAAM,KAAK,CAAC,IAAU,CACpG,OAAO,wBAAqoC,EAAroC,IAAqB,EAAO,UAAU,iCAAiC,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,qPAAqP,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,oHAAoH,OAAO,eAAe,YAAY,IAAI,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,2dAA2d,KAAK,eAAc,CAAI,EAC7oC,EAEc",
9
+ "debugId": "D8108A4024713AE764756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";var l=({children:t,size:e=24,ariaLabel:i,color:a,ariaHidden:n=!0,style:p,mode:d="masked",maskId:s,...C})=>{let m=d!=="raw"&&!!s;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:a,...p}},i&&!n&&r.createElement("title",null,i),m?r.createElement(r.Fragment,null,r.createElement("mask",{id:s,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"}},t)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):t)};import o from"react";var h=o.memo((t)=>{return o.createElement(l,{...t,ariaLabel:"shield-user, personal-data, id",maskId:"round-outlined-radius-2-stroke-2-IconShieldUser"},o.createElement("path",{d:"M5.19836 5.47567L11.1984 2.85067C11.7094 2.62709 12.2906 2.62709 12.8016 2.85067L18.8016 5.47567C19.5296 5.79416 20 6.51339 20 7.30798V13C20 17.4182 16.4183 21 12 21C7.58172 21 4 17.4182 4 13V7.30798C4 6.51339 4.47039 5.79416 5.19836 5.47567Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement("path",{d:"M5.76183 17.6795C5.38925 18.0871 5.41771 18.7197 5.82539 19.0923C6.23307 19.4648 6.86559 19.4364 7.23817 19.0287L6.5 18.3541L5.76183 17.6795ZM16.7618 19.0287L17.4364 19.7669L18.9128 18.4176L18.2382 17.6795L17.5 18.3541L16.7618 19.0287ZM6.5 18.3541L7.23817 19.0287C8.37439 17.7854 10.0096 17 12 17V16V15C9.45012 15 7.27843 16.02 5.76183 17.6795L6.5 18.3541ZM12 16V17C13.9904 17 15.6256 17.7854 16.7618 19.0287L17.5 18.3541L18.2382 17.6795C16.7216 16.02 14.5499 15 12 15V16Z",fill:"currentColor"}))}),g=h;export{g as default,h as IconShieldUser};
2
+
3
+ //# debugId=063F5A1FFD33613864756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldUser/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 IconShieldUser: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"shield-user, personal-data, id\" maskId=\"round-outlined-radius-2-stroke-2-IconShieldUser\"><path d=\"M5.19836 5.47567L11.1984 2.85067C11.7094 2.62709 12.2906 2.62709 12.8016 2.85067L18.8016 5.47567C19.5296 5.79416 20 6.51339 20 7.30798V13C20 17.4182 16.4183 21 12 21C7.58172 21 4 17.4182 4 13V7.30798C4 6.51339 4.47039 5.79416 5.19836 5.47567Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><path d=\"M5.76183 17.6795C5.38925 18.0871 5.41771 18.7197 5.82539 19.0923C6.23307 19.4648 6.86559 19.4364 7.23817 19.0287L6.5 18.3541L5.76183 17.6795ZM16.7618 19.0287L17.4364 19.7669L18.9128 18.4176L18.2382 17.6795L17.5 18.3541L16.7618 19.0287ZM6.5 18.3541L7.23817 19.0287C8.37439 17.7854 10.0096 17 12 17V16V15C9.45012 15 7.27843 16.02 5.76183 17.6795L6.5 18.3541ZM12 16V17C13.9904 17 15.6256 17.7854 16.7618 19.0287L17.5 18.3541L18.2382 17.6795C16.7216 16.02 14.5499 15 12 15V16Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconShieldUser;\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,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAAqoC,EAAroC,IAAqB,EAAO,UAAU,iCAAiC,OAAO,mDAAkD,gBAAC,OAAD,CAAM,EAAE,qPAAqP,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,oHAAoH,OAAO,eAAe,YAAY,IAAI,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,2dAA2d,KAAK,eAAc,CAAI,EAC7oC,EAEc",
9
+ "debugId": "063F5A1FFD33613864756E2164756E21",
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
@@ -1696,6 +1696,7 @@ Below is a complete list of available icons:
1696
1696
  - IconUnlocked2
1697
1697
  - IconKeyhole2
1698
1698
  - IconShieldSafeSearch
1699
+ - IconShieldUser
1699
1700
 
1700
1701
  ### Shopping & Payment
1701
1702