@central-icons-react/round-outlined-radius-1-stroke-1 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:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:L}=Object,c=Object.prototype.hasOwnProperty;function h(r){return this[r]}var P,b,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var l=e?P??=new WeakMap:b??=new WeakMap,m=l.get(r);if(m)return m}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(!c.call(a,s))i(a,s,{get:h.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(d??=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(!c.call(e,t))i(e,t,{get:h.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return d.set(r,e),e},d;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var 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:()=>u});module.exports=g(G);var n=f(require("react")),u=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:l=!0,style:m,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,...m}},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:()=>$,IconDoupleCheckmark1:()=>w});module.exports=g(V);var p=f(require("react"));var w=p.default.memo((r)=>{return p.default.createElement(u,{...r,ariaLabel:"douple-checkmark-1",maskId:"round-outlined-radius-1-stroke-1-IconDoupleCheckmark1"},p.default.createElement("path",{d:"M2.5 12.8036L7.85714 19.5L17.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement("path",{d:"M11.8569 19.5L21.4998 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:B}=Object,c=Object.prototype.hasOwnProperty;function h(r){return this[r]}var L,P,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var l=e?L??=new WeakMap:P??=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(!c.call(a,s))i(a,s,{get:h.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(d??=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(!c.call(e,t))i(e,t,{get:h.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return d.set(r,e),e},d;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var 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:()=>u});module.exports=g(G);var n=f(require("react")),u=({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:()=>$,IconDoubleCheckmark1:()=>w});module.exports=g(V);var m=f(require("react"));var w=m.default.memo((r)=>{return m.default.createElement(u,{...r,ariaLabel:"double-checkmark-1",maskId:"round-outlined-radius-1-stroke-1-IconDoubleCheckmark1"},m.default.createElement("path",{d:"M2.5 12.8036L7.85714 19.5L17.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),m.default.createElement("path",{d:"M11.8569 19.5L21.4998 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
2
2
 
3
- //# debugId=DE82E3CD92AD9E6464756E2164756E21
3
+ //# debugId=A28DD153EC2DE61D64756E2164756E21
@@ -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-1-stroke-1-IconDoupleCheckmark1\"><path d=\"M2.5 12.8036L7.85714 19.5L17.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.8569 19.5L21.4998 4.5\" stroke=\"currentColor\" 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-1-stroke-1-IconDoubleCheckmark1\"><path d=\"M2.5 12.8036L7.85714 19.5L17.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.8569 19.5L21.4998 4.5\" stroke=\"currentColor\" 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,wBAAqV,EAArV,IAAqB,EAAO,UAAU,qBAAqB,OAAO,yDAAwD,wBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC7V,EAEc",
9
- "debugId": "DE82E3CD92AD9E6464756E2164756E21",
9
+ "debugId": "A28DD153EC2DE61D64756E2164756E21",
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:p,mode:m="masked",maskId:s,...u})=>{let d=m!=="raw"&&!!s;return r.createElement("svg",{...u,"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,...p}},l&&!n&&r.createElement("title",null,l),d?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",maskId:"round-outlined-radius-1-stroke-1-IconDoupleCheckmark1"},t.createElement("path",{d:"M2.5 12.8036L7.85714 19.5L17.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M11.8569 19.5L21.4998 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoupleCheckmark1};
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,...u})=>{let d=p!=="raw"&&!!s;return r.createElement("svg",{...u,"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),d?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",maskId:"round-outlined-radius-1-stroke-1-IconDoubleCheckmark1"},t.createElement("path",{d:"M2.5 12.8036L7.85714 19.5L17.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M11.8569 19.5L21.4998 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoubleCheckmark1};
2
2
 
3
- //# debugId=B8B0A5E37325227064756E2164756E21
3
+ //# debugId=9B29EE0A77440A6F64756E2164756E21
@@ -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-1-stroke-1-IconDoupleCheckmark1\"><path d=\"M2.5 12.8036L7.85714 19.5L17.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.8569 19.5L21.4998 4.5\" stroke=\"currentColor\" 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-1-stroke-1-IconDoubleCheckmark1\"><path d=\"M2.5 12.8036L7.85714 19.5L17.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.8569 19.5L21.4998 4.5\" stroke=\"currentColor\" 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,gBAAqV,EAArV,IAAqB,EAAO,UAAU,qBAAqB,OAAO,yDAAwD,gBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC7V,EAEc",
9
- "debugId": "B8B0A5E37325227064756E2164756E21",
9
+ "debugId": "9B29EE0A77440A6F64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark1Small;
3
+ export declare const IconDoubleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark1Small;
@@ -1,3 +1,3 @@
1
- var y=Object.create;var{getPrototypeOf:B,defineProperty:m,getOwnPropertyNames:k,getOwnPropertyDescriptor:L}=Object,c=Object.prototype.hasOwnProperty;function h(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?m(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!c.call(a,s))m(a,s,{get:h.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!c.call(e,t))m(e,t,{get:h.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return d.set(r,e),e},d;var b=(r)=>r;function v(r,e){this[r]=b.bind(null,e)}var C=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>u});module.exports=g(G);var n=f(require("react")),u=({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 i=f(require("react"));var w=i.default.memo((r)=>{return i.default.createElement(u,{...r,ariaLabel:"douple-checkmark-1-small",maskId:"round-outlined-radius-1-stroke-1-IconDoupleCheckmark1Small"},i.default.createElement("path",{d:"M5.5 13.125L8.875 16.5L14.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M12.875 16.5L18.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:k,getOwnPropertyDescriptor:B}=Object,c=Object.prototype.hasOwnProperty;function h(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?m(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!c.call(a,s))m(a,s,{get:h.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!c.call(e,t))m(e,t,{get:h.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return d.set(r,e),e},d;var P=(r)=>r;function v(r,e){this[r]=P.bind(null,e)}var C=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>u});module.exports=g(G);var n=f(require("react")),u=({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 i=f(require("react"));var w=i.default.memo((r)=>{return i.default.createElement(u,{...r,ariaLabel:"double-checkmark-1-small",maskId:"round-outlined-radius-1-stroke-1-IconDoubleCheckmark1Small"},i.default.createElement("path",{d:"M5.5 13.125L8.875 16.5L14.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M12.875 16.5L18.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
2
2
 
3
- //# debugId=6D54DCB55E703F8B64756E2164756E21
3
+ //# debugId=F702B36A05F0478164756E2164756E21
@@ -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-1-stroke-1-IconDoupleCheckmark1Small\"><path d=\"M5.5 13.125L8.875 16.5L14.5 7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.875 16.5L18.5 7.5\" stroke=\"currentColor\" 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-1-stroke-1-IconDoubleCheckmark1Small\"><path d=\"M5.5 13.125L8.875 16.5L14.5 7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.875 16.5L18.5 7.5\" stroke=\"currentColor\" 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,wBAAyV,EAAzV,IAAqB,EAAO,UAAU,2BAA2B,OAAO,8DAA6D,wBAAC,OAAD,CAAM,EAAE,kCAAkC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACjW,EAEc",
9
- "debugId": "6D54DCB55E703F8B64756E2164756E21",
9
+ "debugId": "F702B36A05F0478164756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";var a=({children:o,size:e=24,ariaLabel:l,color:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:s,...u})=>{let d=p!=="raw"&&!!s;return r.createElement("svg",{...u,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},l&&!n&&r.createElement("title",null,l),d?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-1-stroke-1-IconDoupleCheckmark1Small"},t.createElement("path",{d:"M5.5 13.125L8.875 16.5L14.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12.875 16.5L18.5 7.5",stroke:"currentColor",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:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:s,...u})=>{let d=p!=="raw"&&!!s;return r.createElement("svg",{...u,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},l&&!n&&r.createElement("title",null,l),d?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-1-stroke-1-IconDoubleCheckmark1Small"},t.createElement("path",{d:"M5.5 13.125L8.875 16.5L14.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12.875 16.5L18.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoubleCheckmark1Small};
2
2
 
3
- //# debugId=70535F50008EACB864756E2164756E21
3
+ //# debugId=010EF08C70D013DF64756E2164756E21
@@ -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-1-stroke-1-IconDoupleCheckmark1Small\"><path d=\"M5.5 13.125L8.875 16.5L14.5 7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.875 16.5L18.5 7.5\" stroke=\"currentColor\" 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-1-stroke-1-IconDoubleCheckmark1Small\"><path d=\"M5.5 13.125L8.875 16.5L14.5 7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.875 16.5L18.5 7.5\" stroke=\"currentColor\" 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,gBAAyV,EAAzV,IAAqB,EAAO,UAAU,2BAA2B,OAAO,8DAA6D,gBAAC,OAAD,CAAM,EAAE,kCAAkC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACjW,EAEc",
9
- "debugId": "70535F50008EACB864756E2164756E21",
9
+ "debugId": "010EF08C70D013DF64756E2164756E21",
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:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:B}=Object,c=Object.prototype.hasOwnProperty;function h(r){return this[r]}var L,P,f=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var l=e?L??=new WeakMap:P??=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(!c.call(a,s))i(a,s,{get:h.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(d??=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(!c.call(e,t))i(e,t,{get:h.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return d.set(r,e),e},d;var S=(r)=>r;function v(r,e){this[r]=S.bind(null,e)}var 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:()=>u});module.exports=g(G);var n=f(require("react")),u=({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:()=>$,IconDoubleCheckmark2:()=>w});module.exports=g(V);var m=f(require("react"));var w=m.default.memo((r)=>{return m.default.createElement(u,{...r,ariaLabel:"double-checkmark-2",maskId:"round-outlined-radius-1-stroke-1-IconDoubleCheckmark2"},m.default.createElement("path",{d:"M1.5 14.8125L7.44445 19.5L18.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),m.default.createElement("path",{d:"M11.4443 19.5L22.4999 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
2
+
3
+ //# debugId=AA9C572B9D0DFA2764756E2164756E21
@@ -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-1-stroke-1-IconDoupleCheck\"><path d=\"M1.5 14.8125L7.44445 19.5L18.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.4443 19.5L22.4999 4.5\" stroke=\"currentColor\" 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-1-stroke-1-IconDoubleCheckmark2\"><path d=\"M1.5 14.8125L7.44445 19.5L18.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.4443 19.5L22.4999 4.5\" stroke=\"currentColor\" 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,wBAA0U,EAA1U,IAAqB,EAAO,UAAU,eAAe,OAAO,oDAAmD,wBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAClV,EAEc",
9
- "debugId": "73503A53F696AB1064756E2164756E21",
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,wBAAqV,EAArV,IAAqB,EAAO,UAAU,qBAAqB,OAAO,yDAAwD,wBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC7V,EAEc",
9
+ "debugId": "AA9C572B9D0DFA2764756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +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,...u})=>{let d=p!=="raw"&&!!s;return r.createElement("svg",{...u,"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),d?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",maskId:"round-outlined-radius-1-stroke-1-IconDoubleCheckmark2"},t.createElement("path",{d:"M1.5 14.8125L7.44445 19.5L18.5 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M11.4443 19.5L22.4999 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoubleCheckmark2};
2
+
3
+ //# debugId=70E526A8159CC16C64756E2164756E21
@@ -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-1-stroke-1-IconDoupleCheck\"><path d=\"M1.5 14.8125L7.44445 19.5L18.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.4443 19.5L22.4999 4.5\" stroke=\"currentColor\" 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-1-stroke-1-IconDoubleCheckmark2\"><path d=\"M1.5 14.8125L7.44445 19.5L18.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M11.4443 19.5L22.4999 4.5\" stroke=\"currentColor\" 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,gBAA0U,EAA1U,IAAqB,EAAO,UAAU,eAAe,OAAO,oDAAmD,gBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAClV,EAEc",
9
- "debugId": "FBFF09D4E93FF93864756E2164756E21",
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,gBAAqV,EAArV,IAAqB,EAAO,UAAU,qBAAqB,OAAO,yDAAwD,gBAAC,OAAD,CAAM,EAAE,qCAAqC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC7V,EAEc",
9
+ "debugId": "70E526A8159CC16C64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark2Small;
3
+ export declare const IconDoubleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark2Small;
@@ -1,3 +1,3 @@
1
- var y=Object.create;var{getPrototypeOf:B,defineProperty:m,getOwnPropertyNames:k,getOwnPropertyDescriptor:L}=Object,c=Object.prototype.hasOwnProperty;function h(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?m(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!c.call(a,s))m(a,s,{get:h.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!c.call(e,t))m(e,t,{get:h.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return d.set(r,e),e},d;var b=(r)=>r;function v(r,e){this[r]=b.bind(null,e)}var C=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>u});module.exports=g(G);var n=f(require("react")),u=({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 i=f(require("react"));var w=i.default.memo((r)=>{return i.default.createElement(u,{...r,ariaLabel:"douple-checkmark-2-small",maskId:"round-outlined-radius-1-stroke-1-IconDoupleCheckmark2Small"},i.default.createElement("path",{d:"M4.5 13L7.5 16L14.5 8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M12.5 16L19.5 8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
1
+ var b=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:k,getOwnPropertyDescriptor:B}=Object,c=Object.prototype.hasOwnProperty;function h(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?m(o,"default",{value:r,enumerable:!0}):o;for(let s of k(r))if(!c.call(a,s))m(a,s,{get:h.bind(r,s),enumerable:!0});if(t)l.set(r,a);return a},g=(r)=>{var e=(d??=new WeakMap).get(r),o;if(e)return e;if(e=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of k(r))if(!c.call(e,t))m(e,t,{get:h.bind(r,t),enumerable:!(o=B(r,t))||o.enumerable})}return d.set(r,e),e},d;var P=(r)=>r;function v(r,e){this[r]=P.bind(null,e)}var C=(r,e)=>{for(var o in e)m(r,o,{get:e[o],enumerable:!0,configurable:!0,set:v.bind(e,o)})};var G={};C(G,{CentralIconBase:()=>u});module.exports=g(G);var n=f(require("react")),u=({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 i=f(require("react"));var w=i.default.memo((r)=>{return i.default.createElement(u,{...r,ariaLabel:"double-checkmark-2-small",maskId:"round-outlined-radius-1-stroke-1-IconDoubleCheckmark2Small"},i.default.createElement("path",{d:"M4.5 13L7.5 16L14.5 8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M12.5 16L19.5 8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=w;
2
2
 
3
- //# debugId=8485032C22FD76A964756E2164756E21
3
+ //# debugId=09C55F7F0029F7B264756E2164756E21
@@ -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-1-stroke-1-IconDoupleCheckmark2Small\"><path d=\"M4.5 13L7.5 16L14.5 8\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.5 16L19.5 8\" stroke=\"currentColor\" 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-1-stroke-1-IconDoubleCheckmark2Small\"><path d=\"M4.5 13L7.5 16L14.5 8\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.5 16L19.5 8\" stroke=\"currentColor\" 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,wBAAyU,EAAzU,IAAqB,EAAO,UAAU,2BAA2B,OAAO,8DAA6D,wBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACjV,EAEc",
9
- "debugId": "8485032C22FD76A964756E2164756E21",
9
+ "debugId": "09C55F7F0029F7B264756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import r from"react";var a=({children:o,size:e=24,ariaLabel:l,color:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:s,...u})=>{let d=p!=="raw"&&!!s;return r.createElement("svg",{...u,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},l&&!n&&r.createElement("title",null,l),d?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-1-stroke-1-IconDoupleCheckmark2Small"},t.createElement("path",{d:"M4.5 13L7.5 16L14.5 8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12.5 16L19.5 8",stroke:"currentColor",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:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:s,...u})=>{let d=p!=="raw"&&!!s;return r.createElement("svg",{...u,"aria-hidden":n,role:n?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},l&&!n&&r.createElement("title",null,l),d?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-1-stroke-1-IconDoubleCheckmark2Small"},t.createElement("path",{d:"M4.5 13L7.5 16L14.5 8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12.5 16L19.5 8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=k;export{w as default,k as IconDoubleCheckmark2Small};
2
2
 
3
- //# debugId=39DD564F9DEB78B764756E2164756E21
3
+ //# debugId=119FE4B4AA4CD73A64756E2164756E21
@@ -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-1-stroke-1-IconDoupleCheckmark2Small\"><path d=\"M4.5 13L7.5 16L14.5 8\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.5 16L19.5 8\" stroke=\"currentColor\" 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-1-stroke-1-IconDoubleCheckmark2Small\"><path d=\"M4.5 13L7.5 16L14.5 8\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M12.5 16L19.5 8\" stroke=\"currentColor\" 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,gBAAyU,EAAzU,IAAqB,EAAO,UAAU,2BAA2B,OAAO,8DAA6D,gBAAC,OAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACjV,EAEc",
9
- "debugId": "39DD564F9DEB78B764756E2164756E21",
9
+ "debugId": "119FE4B4AA4CD73A64756E2164756E21",
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 y=Object.create;var{getPrototypeOf:B,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:L}=Object,h=Object.prototype.hasOwnProperty;function k(r){return this[r]}var S,P,c=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var i=e?S??=new WeakMap:P??=new WeakMap,d=i.get(r);if(d)return d}o=r!=null?y(B(r)):{};let l=e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o;for(let s of u(r))if(!h.call(l,s))p(l,s,{get:k.bind(r,s),enumerable:!0});if(t)i.set(r,l);return l},f=(r)=>{var e=(C??=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 u(r))if(!h.call(e,t))p(e,t,{get:k.bind(r,t),enumerable:!(o=L(r,t))||o.enumerable})}return C.set(r,e),e},C;var V=(r)=>r;function b(r,e){this[r]=V.bind(null,e)}var g=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0,configurable:!0,set:b.bind(e,o)})};var v={};g(v,{CentralIconBase:()=>m});module.exports=f(v);var n=c(require("react")),m=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:i=!0,style:d,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,...d}},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 G={};g(G,{default:()=>U,IconShieldUser:()=>w});module.exports=f(G);var a=c(require("react"));var w=a.default.memo((r)=>{return a.default.createElement(m,{...r,ariaLabel:"shield-user, personal-data, id",maskId:"round-outlined-radius-1-stroke-1-IconShieldUser"},a.default.createElement("path",{d:"M3.5 6.16969C3.5 5.76447 3.74455 5.3993 4.11925 5.24501L11.6193 2.15678C11.8631 2.05635 12.1369 2.05635 12.3808 2.15678L19.8807 5.24501C20.2555 5.3993 20.5 5.76447 20.5 6.16969V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.16969Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),a.default.createElement("path",{d:"M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z",stroke:"currentColor",strokeLinejoin:"round"}),a.default.createElement("path",{d:"M5.875 18.8454C7.23739 17.0213 9.38105 15.8516 11.9999 15.8516C14.6187 15.8516 16.7624 17.0213 18.1248 18.8454",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),U=w;
2
+
3
+ //# debugId=9BB8A8C0CECDCCB764756E2164756E21
@@ -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-1-stroke-1-IconShieldUser\"><path d=\"M3.5 6.16969C3.5 5.76447 3.74455 5.3993 4.11925 5.24501L11.6193 2.15678C11.8631 2.05635 12.1369 2.05635 12.3808 2.15678L19.8807 5.24501C20.2555 5.3993 20.5 5.76447 20.5 6.16969V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.16969Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><path d=\"M5.875 18.8454C7.23739 17.0213 9.38105 15.8516 11.9999 15.8516C14.6187 15.8516 16.7624 17.0213 18.1248 18.8454\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAAs0B,EAAt0B,IAAqB,EAAO,UAAU,iCAAiC,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,iQAAiQ,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,oIAAoI,OAAO,eAAe,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iHAAiH,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC90B,EAEc",
9
+ "debugId": "9BB8A8C0CECDCCB764756E2164756E21",
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,...m})=>{let C=d!=="raw"&&!!s;return r.createElement("svg",{...m,"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),C?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 u=o.memo((t)=>{return o.createElement(l,{...t,ariaLabel:"shield-user, personal-data, id",maskId:"round-outlined-radius-1-stroke-1-IconShieldUser"},o.createElement("path",{d:"M3.5 6.16969C3.5 5.76447 3.74455 5.3993 4.11925 5.24501L11.6193 2.15678C11.8631 2.05635 12.1369 2.05635 12.3808 2.15678L19.8807 5.24501C20.2555 5.3993 20.5 5.76447 20.5 6.16969V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.16969Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement("path",{d:"M5.875 18.8454C7.23739 17.0213 9.38105 15.8516 11.9999 15.8516C14.6187 15.8516 16.7624 17.0213 18.1248 18.8454",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),w=u;export{w as default,u as IconShieldUser};
2
+
3
+ //# debugId=95876EB825CF468964756E2164756E21
@@ -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-1-stroke-1-IconShieldUser\"><path d=\"M3.5 6.16969C3.5 5.76447 3.74455 5.3993 4.11925 5.24501L11.6193 2.15678C11.8631 2.05635 12.1369 2.05635 12.3808 2.15678L19.8807 5.24501C20.2555 5.3993 20.5 5.76447 20.5 6.16969V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.16969Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><path d=\"M5.875 18.8454C7.23739 17.0213 9.38105 15.8516 11.9999 15.8516C14.6187 15.8516 16.7624 17.0213 18.1248 18.8454\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAAs0B,EAAt0B,IAAqB,EAAO,UAAU,iCAAiC,OAAO,mDAAkD,gBAAC,OAAD,CAAM,EAAE,iQAAiQ,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,oIAAoI,OAAO,eAAe,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,iHAAiH,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC90B,EAEc",
9
+ "debugId": "95876EB825CF468964756E2164756E21",
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