@central-icons-react/square-filled-radius-0-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 I=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var P,b,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?P??=new WeakMap:b??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?I(y(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let l of f(e))if(!h.call(a,l))m(a,l,{get:u.bind(e,l),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))m(r,t,{get:u.bind(e,t),enumerable:!(o=B(e,t))||o.enumerable})}return c.set(e,r),r},c;var S=(e)=>e;function v(e,r){this[e]=S.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>L});module.exports=g(G);var n=d(require("react")),L=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:l,...w})=>{let x=a!=="raw"&&!!l;return n.default.createElement("svg",{...w,"aria-hidden":s,role:s?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&n.default.createElement("title",null,o),x?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):e)};var V={};k(V,{default:()=>$,IconDoupleCheckmark1:()=>C});module.exports=g(V);var i=d(require("react"));var C=i.default.memo((e)=>{return i.default.createElement(L,{...e,ariaLabel:"douple-checkmark-1",maskId:"square-filled-radius-0-stroke-1-IconDoupleCheckmark1"},i.default.createElement("path",{d:"M22.1904 4.34766L21.9209 4.76953L12.1709 20.0195L11.9023 20.4404L11.0596 19.9023L11.3291 19.4805L21.0781 4.23047L21.3477 3.80957L22.1904 4.34766ZM18.1914 4.34961L17.9209 4.77051L8.27734 19.7705L7.90137 20.3555L7.4668 19.8125L2.10938 13.1162L1.79688 12.7256L2.57812 12.1006L7.8125 18.6436L17.0791 4.22949L17.3496 3.80859L18.1914 4.34961Z",fill:"currentColor"}))}),$=C;
1
+ var I=Object.create;var{getPrototypeOf:b,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var B,P,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?B??=new WeakMap:P??=new WeakMap,i=s.get(e);if(i)return i}o=e!=null?I(b(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let l of f(e))if(!h.call(a,l))m(a,l,{get:u.bind(e,l),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))m(r,t,{get:u.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return c.set(e,r),r},c;var S=(e)=>e;function v(e,r){this[e]=S.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>L});module.exports=g(G);var n=d(require("react")),L=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:l,...w})=>{let x=a!=="raw"&&!!l;return n.default.createElement("svg",{...w,"aria-hidden":s,role:s?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...i}},o&&!s&&n.default.createElement("title",null,o),x?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):e)};var V={};k(V,{default:()=>$,IconDoubleCheckmark1:()=>C});module.exports=g(V);var p=d(require("react"));var C=p.default.memo((e)=>{return p.default.createElement(L,{...e,ariaLabel:"double-checkmark-1",maskId:"square-filled-radius-0-stroke-1-IconDoubleCheckmark1"},p.default.createElement("path",{d:"M22.1904 4.34766L21.9209 4.76953L12.1709 20.0195L11.9023 20.4404L11.0596 19.9023L11.3291 19.4805L21.0781 4.23047L21.3477 3.80957L22.1904 4.34766ZM18.1914 4.34961L17.9209 4.77051L8.27734 19.7705L7.90137 20.3555L7.4668 19.8125L2.10938 13.1162L1.79688 12.7256L2.57812 12.1006L7.8125 18.6436L17.0791 4.22949L17.3496 3.80859L18.1914 4.34961Z",fill:"currentColor"}))}),$=C;
2
2
 
3
- //# debugId=F3898032D3EB08CB64756E2164756E21
3
+ //# debugId=3BB5C8AFB855201E64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark1/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1\" maskId=\"square-filled-radius-0-stroke-1-IconDoupleCheckmark1\"><path d=\"M22.1904 4.34766L21.9209 4.76953L12.1709 20.0195L11.9023 20.4404L11.0596 19.9023L11.3291 19.4805L21.0781 4.23047L21.3477 3.80957L22.1904 4.34766ZM18.1914 4.34961L17.9209 4.77051L8.27734 19.7705L7.90137 20.3555L7.4668 19.8125L2.10938 13.1162L1.79688 12.7256L2.57812 12.1006L7.8125 18.6436L17.0791 4.22949L17.3496 3.80859L18.1914 4.34961Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark1;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-1\" maskId=\"square-filled-radius-0-stroke-1-IconDoubleCheckmark1\"><path d=\"M22.1904 4.34766L21.9209 4.76953L12.1709 20.0195L11.9023 20.4404L11.0596 19.9023L11.3291 19.4805L21.0781 4.23047L21.3477 3.80957L22.1904 4.34766ZM18.1914 4.34961L17.9209 4.77051L8.27734 19.7705L7.90137 20.3555L7.4668 19.8125L2.10938 13.1162L1.79688 12.7256L2.57812 12.1006L7.8125 18.6436L17.0791 4.22949L17.3496 3.80859L18.1914 4.34961Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark1;\n"
7
7
  ],
8
8
  "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,gFC9DY,IAAlB,sBAGO,IAAM,EAAyE,UAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,wBAA2e,EAA3e,IAAqB,EAAO,UAAU,qBAAqB,OAAO,wDAAuD,wBAAC,OAAD,CAAM,EAAE,mVAAmV,KAAK,eAAc,CAAI,EACnf,EAEc",
9
- "debugId": "F3898032D3EB08CB64756E2164756E21",
9
+ "debugId": "3BB5C8AFB855201E64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:p,mode:i="masked",maskId:n,...L})=>{let c=i!=="raw"&&!!n;return e.createElement("svg",{...L,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...p}},s&&!t&&e.createElement("title",null,s),c?e.createElement(e.Fragment,null,e.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import l from"react";var f=l.memo((o)=>{return l.createElement(a,{...o,ariaLabel:"douple-checkmark-1",maskId:"square-filled-radius-0-stroke-1-IconDoupleCheckmark1"},l.createElement("path",{d:"M22.1904 4.34766L21.9209 4.76953L12.1709 20.0195L11.9023 20.4404L11.0596 19.9023L11.3291 19.4805L21.0781 4.23047L21.3477 3.80957L22.1904 4.34766ZM18.1914 4.34961L17.9209 4.77051L8.27734 19.7705L7.90137 20.3555L7.4668 19.8125L2.10938 13.1162L1.79688 12.7256L2.57812 12.1006L7.8125 18.6436L17.0791 4.22949L17.3496 3.80859L18.1914 4.34961Z",fill:"currentColor"}))}),C=f;export{C as default,f as IconDoupleCheckmark1};
1
+ import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:i,mode:p="masked",maskId:n,...L})=>{let c=p!=="raw"&&!!n;return e.createElement("svg",{...L,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},s&&!t&&e.createElement("title",null,s),c?e.createElement(e.Fragment,null,e.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import l from"react";var f=l.memo((o)=>{return l.createElement(a,{...o,ariaLabel:"double-checkmark-1",maskId:"square-filled-radius-0-stroke-1-IconDoubleCheckmark1"},l.createElement("path",{d:"M22.1904 4.34766L21.9209 4.76953L12.1709 20.0195L11.9023 20.4404L11.0596 19.9023L11.3291 19.4805L21.0781 4.23047L21.3477 3.80957L22.1904 4.34766ZM18.1914 4.34961L17.9209 4.77051L8.27734 19.7705L7.90137 20.3555L7.4668 19.8125L2.10938 13.1162L1.79688 12.7256L2.57812 12.1006L7.8125 18.6436L17.0791 4.22949L17.3496 3.80859L18.1914 4.34961Z",fill:"currentColor"}))}),C=f;export{C as default,f as IconDoubleCheckmark1};
2
2
 
3
- //# debugId=CEFA433A9473100864756E2164756E21
3
+ //# debugId=2AD54A9A34A543FC64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark1/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1\" maskId=\"square-filled-radius-0-stroke-1-IconDoupleCheckmark1\"><path d=\"M22.1904 4.34766L21.9209 4.76953L12.1709 20.0195L11.9023 20.4404L11.0596 19.9023L11.3291 19.4805L21.0781 4.23047L21.3477 3.80957L22.1904 4.34766ZM18.1914 4.34961L17.9209 4.77051L8.27734 19.7705L7.90137 20.3555L7.4668 19.8125L2.10938 13.1162L1.79688 12.7256L2.57812 12.1006L7.8125 18.6436L17.0791 4.22949L17.3496 3.80859L18.1914 4.34961Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark1;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-1\" maskId=\"square-filled-radius-0-stroke-1-IconDoubleCheckmark1\"><path d=\"M22.1904 4.34766L21.9209 4.76953L12.1709 20.0195L11.9023 20.4404L11.0596 19.9023L11.3291 19.4805L21.0781 4.23047L21.3477 3.80957L22.1904 4.34766ZM18.1914 4.34961L17.9209 4.77051L8.27734 19.7705L7.90137 20.3555L7.4668 19.8125L2.10938 13.1162L1.79688 12.7256L2.57812 12.1006L7.8125 18.6436L17.0791 4.22949L17.3496 3.80859L18.1914 4.34961Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark1;\n"
7
7
  ],
8
8
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAyE,EAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,gBAA2e,EAA3e,IAAqB,EAAO,UAAU,qBAAqB,OAAO,wDAAuD,gBAAC,OAAD,CAAM,EAAE,mVAAmV,KAAK,eAAc,CAAI,EACnf,EAEc",
9
- "debugId": "CEFA433A9473100864756E2164756E21",
9
+ "debugId": "2AD54A9A34A543FC64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark1Small;
3
+ export declare const IconDoubleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark1Small;
@@ -1,3 +1,3 @@
1
- var I=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:u,getOwnPropertyDescriptor:B}=Object,c=Object.prototype.hasOwnProperty;function d(e){return this[e]}var S,P,L=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?S??=new WeakMap:P??=new WeakMap,i=s.get(e);if(i)return i}o=e!=null?I(y(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let n of u(e))if(!c.call(a,n))m(a,n,{get:d.bind(e,n),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(h??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!c.call(r,t))m(r,t,{get:d.bind(e,t),enumerable:!(o=B(e,t))||o.enumerable})}return h.set(e,r),r},h;var b=(e)=>e;function v(e,r){this[e]=b.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>f});module.exports=g(G);var l=L(require("react")),f=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:n,...w})=>{let x=a!=="raw"&&!!n;return l.default.createElement("svg",{...w,"aria-hidden":s,role:s?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...i}},o&&!s&&l.default.createElement("title",null,o),x?l.default.createElement(l.default.Fragment,null,l.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),l.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};var V={};k(V,{default:()=>$,IconDoupleCheckmark1Small:()=>C});module.exports=g(V);var p=L(require("react"));var C=p.default.memo((e)=>{return p.default.createElement(f,{...e,ariaLabel:"douple-checkmark-1-small",maskId:"square-filled-radius-0-stroke-1-IconDoupleCheckmark1Small"},p.default.createElement("path",{d:"M15.1895 7.34082L14.9238 7.76465L8.96582 17.2979L4.79297 13.125L5.5 12.418L8.78418 15.7021L14.0762 7.23535L14.3408 6.81055L15.1895 7.34082Z",fill:"currentColor"}),p.default.createElement("path",{d:"M19.1895 7.34082L18.9238 7.76465L13.2988 16.7646L13.0342 17.1895L12.1855 16.6592L12.4512 16.2354L18.0762 7.23535L18.3408 6.81055L19.1895 7.34082Z",fill:"currentColor"}))}),$=C;
1
+ var I=Object.create;var{getPrototypeOf:b,defineProperty:m,getOwnPropertyNames:u,getOwnPropertyDescriptor:y}=Object,c=Object.prototype.hasOwnProperty;function d(e){return this[e]}var B,S,L=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?B??=new WeakMap:S??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?I(b(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let n of u(e))if(!c.call(a,n))m(a,n,{get:d.bind(e,n),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(h??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!c.call(r,t))m(r,t,{get:d.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return h.set(e,r),r},h;var P=(e)=>e;function v(e,r){this[e]=P.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>f});module.exports=g(G);var l=L(require("react")),f=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:n,...w})=>{let x=a!=="raw"&&!!n;return l.default.createElement("svg",{...w,"aria-hidden":s,role:s?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&l.default.createElement("title",null,o),x?l.default.createElement(l.default.Fragment,null,l.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),l.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};var V={};k(V,{default:()=>$,IconDoubleCheckmark1Small:()=>C});module.exports=g(V);var i=L(require("react"));var C=i.default.memo((e)=>{return i.default.createElement(f,{...e,ariaLabel:"double-checkmark-1-small",maskId:"square-filled-radius-0-stroke-1-IconDoubleCheckmark1Small"},i.default.createElement("path",{d:"M15.1895 7.34082L14.9238 7.76465L8.96582 17.2979L4.79297 13.125L5.5 12.418L8.78418 15.7021L14.0762 7.23535L14.3408 6.81055L15.1895 7.34082Z",fill:"currentColor"}),i.default.createElement("path",{d:"M19.1895 7.34082L18.9238 7.76465L13.2988 16.7646L13.0342 17.1895L12.1855 16.6592L12.4512 16.2354L18.0762 7.23535L18.3408 6.81055L19.1895 7.34082Z",fill:"currentColor"}))}),$=C;
2
2
 
3
- //# debugId=6D3DAE914FAAFC2A64756E2164756E21
3
+ //# debugId=8D8C1E2731CB69F964756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1Small/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark1Small/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1-small\" maskId=\"square-filled-radius-0-stroke-1-IconDoupleCheckmark1Small\"><path d=\"M15.1895 7.34082L14.9238 7.76465L8.96582 17.2979L4.79297 13.125L5.5 12.418L8.78418 15.7021L14.0762 7.23535L14.3408 6.81055L15.1895 7.34082Z\" fill=\"currentColor\"/><path d=\"M19.1895 7.34082L18.9238 7.76465L13.2988 16.7646L13.0342 17.1895L12.1855 16.6592L12.4512 16.2354L18.0762 7.23535L18.3408 6.81055L19.1895 7.34082Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark1Small;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-1-small\" maskId=\"square-filled-radius-0-stroke-1-IconDoubleCheckmark1Small\"><path d=\"M15.1895 7.34082L14.9238 7.76465L8.96582 17.2979L4.79297 13.125L5.5 12.418L8.78418 15.7021L14.0762 7.23535L14.3408 6.81055L15.1895 7.34082Z\" fill=\"currentColor\"/><path d=\"M19.1895 7.34082L18.9238 7.76465L13.2988 16.7646L13.0342 17.1895L12.1855 16.6592L12.4512 16.2354L18.0762 7.23535L18.3408 6.81055L19.1895 7.34082Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark1Small;\n"
7
7
  ],
8
8
  "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,qFC9DY,IAAlB,sBAGO,IAAM,EAA8E,UAAM,KAAK,CAAC,IAAU,CAC/G,OAAO,wBAAke,EAAle,IAAqB,EAAO,UAAU,2BAA2B,OAAO,6DAA4D,wBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,CAAI,EAC1e,EAEc",
9
- "debugId": "6D3DAE914FAAFC2A64756E2164756E21",
9
+ "debugId": "8D8C1E2731CB69F964756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:l=!0,style:p,mode:i="masked",maskId:n,...f})=>{let h=i!=="raw"&&!!n;return e.createElement("svg",{...f,"aria-hidden":l,role:l?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...p}},s&&!l&&e.createElement("title",null,s),h?e.createElement(e.Fragment,null,e.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import t from"react";var u=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"douple-checkmark-1-small",maskId:"square-filled-radius-0-stroke-1-IconDoupleCheckmark1Small"},t.createElement("path",{d:"M15.1895 7.34082L14.9238 7.76465L8.96582 17.2979L4.79297 13.125L5.5 12.418L8.78418 15.7021L14.0762 7.23535L14.3408 6.81055L15.1895 7.34082Z",fill:"currentColor"}),t.createElement("path",{d:"M19.1895 7.34082L18.9238 7.76465L13.2988 16.7646L13.0342 17.1895L12.1855 16.6592L12.4512 16.2354L18.0762 7.23535L18.3408 6.81055L19.1895 7.34082Z",fill:"currentColor"}))}),C=u;export{C as default,u as IconDoupleCheckmark1Small};
1
+ import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:l=!0,style:i,mode:p="masked",maskId:n,...f})=>{let h=p!=="raw"&&!!n;return e.createElement("svg",{...f,"aria-hidden":l,role:l?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},s&&!l&&e.createElement("title",null,s),h?e.createElement(e.Fragment,null,e.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import t from"react";var u=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-1-small",maskId:"square-filled-radius-0-stroke-1-IconDoubleCheckmark1Small"},t.createElement("path",{d:"M15.1895 7.34082L14.9238 7.76465L8.96582 17.2979L4.79297 13.125L5.5 12.418L8.78418 15.7021L14.0762 7.23535L14.3408 6.81055L15.1895 7.34082Z",fill:"currentColor"}),t.createElement("path",{d:"M19.1895 7.34082L18.9238 7.76465L13.2988 16.7646L13.0342 17.1895L12.1855 16.6592L12.4512 16.2354L18.0762 7.23535L18.3408 6.81055L19.1895 7.34082Z",fill:"currentColor"}))}),C=u;export{C as default,u as IconDoubleCheckmark1Small};
2
2
 
3
- //# debugId=EFEB387F761C200964756E2164756E21
3
+ //# debugId=F7AEC287301E6BF964756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark1Small/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark1Small/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-1-small\" maskId=\"square-filled-radius-0-stroke-1-IconDoupleCheckmark1Small\"><path d=\"M15.1895 7.34082L14.9238 7.76465L8.96582 17.2979L4.79297 13.125L5.5 12.418L8.78418 15.7021L14.0762 7.23535L14.3408 6.81055L15.1895 7.34082Z\" fill=\"currentColor\"/><path d=\"M19.1895 7.34082L18.9238 7.76465L13.2988 16.7646L13.0342 17.1895L12.1855 16.6592L12.4512 16.2354L18.0762 7.23535L18.3408 6.81055L19.1895 7.34082Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark1Small;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-1-small\" maskId=\"square-filled-radius-0-stroke-1-IconDoubleCheckmark1Small\"><path d=\"M15.1895 7.34082L14.9238 7.76465L8.96582 17.2979L4.79297 13.125L5.5 12.418L8.78418 15.7021L14.0762 7.23535L14.3408 6.81055L15.1895 7.34082Z\" fill=\"currentColor\"/><path d=\"M19.1895 7.34082L18.9238 7.76465L13.2988 16.7646L13.0342 17.1895L12.1855 16.6592L12.4512 16.2354L18.0762 7.23535L18.3408 6.81055L19.1895 7.34082Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark1Small;\n"
7
7
  ],
8
8
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAA8E,EAAM,KAAK,CAAC,IAAU,CAC/G,OAAO,gBAAke,EAAle,IAAqB,EAAO,UAAU,2BAA2B,OAAO,6DAA4D,gBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,CAAI,EAC1e,EAEc",
9
- "debugId": "EFEB387F761C200964756E2164756E21",
9
+ "debugId": "F7AEC287301E6BF964756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDoubleCheckmark2: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark2;
@@ -0,0 +1,3 @@
1
+ var I=Object.create;var{getPrototypeOf:b,defineProperty:m,getOwnPropertyNames:u,getOwnPropertyDescriptor:y}=Object,c=Object.prototype.hasOwnProperty;function d(e){return this[e]}var B,P,g=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?B??=new WeakMap:P??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?I(b(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let l of u(e))if(!c.call(a,l))m(a,l,{get:d.bind(e,l),enumerable:!0});if(t)s.set(e,a);return a},k=(e)=>{var r=(h??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!c.call(r,t))m(r,t,{get:d.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return h.set(e,r),r},h;var S=(e)=>e;function v(e,r){this[e]=S.bind(null,r)}var C=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};C(G,{CentralIconBase:()=>f});module.exports=k(G);var n=g(require("react")),f=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:l,...w})=>{let x=a!=="raw"&&!!l;return n.default.createElement("svg",{...w,"aria-hidden":s,role:s?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&n.default.createElement("title",null,o),x?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):e)};var V={};C(V,{default:()=>$,IconDoubleCheckmark2:()=>L});module.exports=k(V);var i=g(require("react"));var L=i.default.memo((e)=>{return i.default.createElement(f,{...e,ariaLabel:"double-checkmark-2",maskId:"square-filled-radius-0-stroke-1-IconDoubleCheckmark2"},i.default.createElement("path",{d:"M19.1992 4.39453L7.54004 20.2129L7.13477 19.8926L0.797852 14.8955L1.41699 14.1104L7.34766 18.7871L18.3945 3.80078L19.1992 4.39453Z",fill:"currentColor"}),i.default.createElement("path",{d:"M23.1992 4.39453L11.5498 20.1992L10.7451 19.6055L22.3945 3.80078L23.1992 4.39453Z",fill:"currentColor"}))}),$=L;
2
+
3
+ //# debugId=2212C6F93FCD9E2F64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheck/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheck: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-check\" maskId=\"square-filled-radius-0-stroke-1-IconDoupleCheck\"><path d=\"M19.1992 4.39453L7.54004 20.2129L7.13477 19.8926L0.797852 14.8955L1.41699 14.1104L7.34766 18.7871L18.3945 3.80078L19.1992 4.39453Z\" fill=\"currentColor\"/><path d=\"M23.1992 4.39453L11.5498 20.1992L10.7451 19.6055L22.3945 3.80078L23.1992 4.39453Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheck;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-2\" maskId=\"square-filled-radius-0-stroke-1-IconDoubleCheckmark2\"><path d=\"M19.1992 4.39453L7.54004 20.2129L7.13477 19.8926L0.797852 14.8955L1.41699 14.1104L7.34766 18.7871L18.3945 3.80078L19.1992 4.39453Z\" fill=\"currentColor\"/><path d=\"M23.1992 4.39453L11.5498 20.1992L10.7451 19.6055L22.3945 3.80078L23.1992 4.39453Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark2;\n"
7
7
  ],
8
- "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,2EC9DY,IAAlB,sBAGO,IAAM,EAAoE,UAAM,KAAK,CAAC,IAAU,CACrG,OAAO,wBAAmY,EAAnY,IAAqB,EAAO,UAAU,eAAe,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,qIAAqI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EAC3Y,EAEc",
9
- "debugId": "8614570742FF227164756E2164756E21",
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,wBAA8Y,EAA9Y,IAAqB,EAAO,UAAU,qBAAqB,OAAO,wDAAuD,wBAAC,OAAD,CAAM,EAAE,qIAAqI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EACtZ,EAEc",
9
+ "debugId": "2212C6F93FCD9E2F64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,3 @@
1
+ import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:l,...f})=>{let h=p!=="raw"&&!!l;return e.createElement("svg",{...f,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},s&&!n&&e.createElement("title",null,s),h?e.createElement(e.Fragment,null,e.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):o)};import t from"react";var u=t.memo((o)=>{return t.createElement(a,{...o,ariaLabel:"double-checkmark-2",maskId:"square-filled-radius-0-stroke-1-IconDoubleCheckmark2"},t.createElement("path",{d:"M19.1992 4.39453L7.54004 20.2129L7.13477 19.8926L0.797852 14.8955L1.41699 14.1104L7.34766 18.7871L18.3945 3.80078L19.1992 4.39453Z",fill:"currentColor"}),t.createElement("path",{d:"M23.1992 4.39453L11.5498 20.1992L10.7451 19.6055L22.3945 3.80078L23.1992 4.39453Z",fill:"currentColor"}))}),L=u;export{L as default,u as IconDoubleCheckmark2};
2
+
3
+ //# debugId=887FF1A85C12BC4364756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheck/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheck: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-check\" maskId=\"square-filled-radius-0-stroke-1-IconDoupleCheck\"><path d=\"M19.1992 4.39453L7.54004 20.2129L7.13477 19.8926L0.797852 14.8955L1.41699 14.1104L7.34766 18.7871L18.3945 3.80078L19.1992 4.39453Z\" fill=\"currentColor\"/><path d=\"M23.1992 4.39453L11.5498 20.1992L10.7451 19.6055L22.3945 3.80078L23.1992 4.39453Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheck;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-2\" maskId=\"square-filled-radius-0-stroke-1-IconDoubleCheckmark2\"><path d=\"M19.1992 4.39453L7.54004 20.2129L7.13477 19.8926L0.797852 14.8955L1.41699 14.1104L7.34766 18.7871L18.3945 3.80078L19.1992 4.39453Z\" fill=\"currentColor\"/><path d=\"M23.1992 4.39453L11.5498 20.1992L10.7451 19.6055L22.3945 3.80078L23.1992 4.39453Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAAmY,EAAnY,IAAqB,EAAO,UAAU,eAAe,OAAO,mDAAkD,gBAAC,OAAD,CAAM,EAAE,qIAAqI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EAC3Y,EAEc",
9
- "debugId": "32A58ACE2505C6D764756E2164756E21",
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,gBAA8Y,EAA9Y,IAAqB,EAAO,UAAU,qBAAqB,OAAO,wDAAuD,gBAAC,OAAD,CAAM,EAAE,qIAAqI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EACtZ,EAEc",
9
+ "debugId": "887FF1A85C12BC4364756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark2Small;
3
+ export declare const IconDoubleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark2Small;
@@ -1,3 +1,3 @@
1
- var I=Object.create;var{getPrototypeOf:y,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var S,P,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?S??=new WeakMap:P??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?I(y(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let n of f(e))if(!h.call(a,n))m(a,n,{get:u.bind(e,n),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))m(r,t,{get:u.bind(e,t),enumerable:!(o=B(e,t))||o.enumerable})}return c.set(e,r),r},c;var b=(e)=>e;function v(e,r){this[e]=b.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>L});module.exports=g(G);var l=d(require("react")),L=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:a="masked",maskId:n,...w})=>{let x=a!=="raw"&&!!n;return l.default.createElement("svg",{...w,"aria-hidden":s,role:s?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&l.default.createElement("title",null,o),x?l.default.createElement(l.default.Fragment,null,l.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),l.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};var V={};k(V,{default:()=>$,IconDoupleCheckmark2Small:()=>C});module.exports=g(V);var i=d(require("react"));var C=i.default.memo((e)=>{return i.default.createElement(L,{...e,ariaLabel:"douple-checkmark-2-small",maskId:"square-filled-radius-0-stroke-1-IconDoupleCheckmark2Small"},i.default.createElement("path",{d:"M15.2051 7.95312L14.876 8.3291L7.87598 16.3291L7.52441 16.7314L3.79297 13L4.5 12.293L7.47559 15.2686L14.124 7.6709L14.4531 7.29492L15.2051 7.95312ZM20.2051 7.95312L19.876 8.3291L12.876 16.3291L12.5469 16.7051L11.7949 16.0469L12.124 15.6709L19.124 7.6709L19.4531 7.29492L20.2051 7.95312Z",fill:"currentColor"}))}),$=C;
1
+ var I=Object.create;var{getPrototypeOf:b,defineProperty:m,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var B,S,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?B??=new WeakMap:S??=new WeakMap,i=s.get(e);if(i)return i}o=e!=null?I(b(e)):{};let a=r||!e||!e.__esModule?m(o,"default",{value:e,enumerable:!0}):o;for(let n of f(e))if(!h.call(a,n))m(a,n,{get:u.bind(e,n),enumerable:!0});if(t)s.set(e,a);return a},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=m({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))m(r,t,{get:u.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return c.set(e,r),r},c;var P=(e)=>e;function v(e,r){this[e]=P.bind(null,r)}var k=(e,r)=>{for(var o in r)m(e,o,{get:r[o],enumerable:!0,configurable:!0,set:v.bind(r,o)})};var G={};k(G,{CentralIconBase:()=>L});module.exports=g(G);var l=d(require("react")),L=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:i,mode:a="masked",maskId:n,...w})=>{let x=a!=="raw"&&!!n;return l.default.createElement("svg",{...w,"aria-hidden":s,role:s?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...i}},o&&!s&&l.default.createElement("title",null,o),x?l.default.createElement(l.default.Fragment,null,l.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),l.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),l.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};var V={};k(V,{default:()=>$,IconDoubleCheckmark2Small:()=>C});module.exports=g(V);var p=d(require("react"));var C=p.default.memo((e)=>{return p.default.createElement(L,{...e,ariaLabel:"double-checkmark-2-small",maskId:"square-filled-radius-0-stroke-1-IconDoubleCheckmark2Small"},p.default.createElement("path",{d:"M15.2051 7.95312L14.876 8.3291L7.87598 16.3291L7.52441 16.7314L3.79297 13L4.5 12.293L7.47559 15.2686L14.124 7.6709L14.4531 7.29492L15.2051 7.95312ZM20.2051 7.95312L19.876 8.3291L12.876 16.3291L12.5469 16.7051L11.7949 16.0469L12.124 15.6709L19.124 7.6709L19.4531 7.29492L20.2051 7.95312Z",fill:"currentColor"}))}),$=C;
2
2
 
3
- //# debugId=6B0C4C6EEAF53A0664756E2164756E21
3
+ //# debugId=A55CB3CC50DD594364756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark2Small/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark2Small/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-2-small\" maskId=\"square-filled-radius-0-stroke-1-IconDoupleCheckmark2Small\"><path d=\"M15.2051 7.95312L14.876 8.3291L7.87598 16.3291L7.52441 16.7314L3.79297 13L4.5 12.293L7.47559 15.2686L14.124 7.6709L14.4531 7.29492L15.2051 7.95312ZM20.2051 7.95312L19.876 8.3291L12.876 16.3291L12.5469 16.7051L11.7949 16.0469L12.124 15.6709L19.124 7.6709L19.4531 7.29492L20.2051 7.95312Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark2Small;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-2-small\" maskId=\"square-filled-radius-0-stroke-1-IconDoubleCheckmark2Small\"><path d=\"M15.2051 7.95312L14.876 8.3291L7.87598 16.3291L7.52441 16.7314L3.79297 13L4.5 12.293L7.47559 15.2686L14.124 7.6709L14.4531 7.29492L15.2051 7.95312ZM20.2051 7.95312L19.876 8.3291L12.876 16.3291L12.5469 16.7051L11.7949 16.0469L12.124 15.6709L19.124 7.6709L19.4531 7.29492L20.2051 7.95312Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark2Small;\n"
7
7
  ],
8
8
  "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,qFC9DY,IAAlB,sBAGO,IAAM,EAA8E,UAAM,KAAK,CAAC,IAAU,CAC/G,OAAO,wBAAoc,EAApc,IAAqB,EAAO,UAAU,2BAA2B,OAAO,6DAA4D,wBAAC,OAAD,CAAM,EAAE,iSAAiS,KAAK,eAAc,CAAI,EAC5c,EAEc",
9
- "debugId": "6B0C4C6EEAF53A0664756E2164756E21",
9
+ "debugId": "A55CB3CC50DD594364756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:p,mode:i="masked",maskId:l,...L})=>{let c=i!=="raw"&&!!l;return e.createElement("svg",{...L,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...p}},s&&!t&&e.createElement("title",null,s),c?e.createElement(e.Fragment,null,e.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):o)};import n from"react";var f=n.memo((o)=>{return n.createElement(a,{...o,ariaLabel:"douple-checkmark-2-small",maskId:"square-filled-radius-0-stroke-1-IconDoupleCheckmark2Small"},n.createElement("path",{d:"M15.2051 7.95312L14.876 8.3291L7.87598 16.3291L7.52441 16.7314L3.79297 13L4.5 12.293L7.47559 15.2686L14.124 7.6709L14.4531 7.29492L15.2051 7.95312ZM20.2051 7.95312L19.876 8.3291L12.876 16.3291L12.5469 16.7051L11.7949 16.0469L12.124 15.6709L19.124 7.6709L19.4531 7.29492L20.2051 7.95312Z",fill:"currentColor"}))}),C=f;export{C as default,f as IconDoupleCheckmark2Small};
1
+ import e from"react";var a=({children:o,size:r=24,ariaLabel:s,color:m,ariaHidden:t=!0,style:i,mode:p="masked",maskId:l,...L})=>{let c=p!=="raw"&&!!l;return e.createElement("svg",{...L,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},s&&!t&&e.createElement("title",null,s),c?e.createElement(e.Fragment,null,e.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):o)};import n from"react";var f=n.memo((o)=>{return n.createElement(a,{...o,ariaLabel:"double-checkmark-2-small",maskId:"square-filled-radius-0-stroke-1-IconDoubleCheckmark2Small"},n.createElement("path",{d:"M15.2051 7.95312L14.876 8.3291L7.87598 16.3291L7.52441 16.7314L3.79297 13L4.5 12.293L7.47559 15.2686L14.124 7.6709L14.4531 7.29492L15.2051 7.95312ZM20.2051 7.95312L19.876 8.3291L12.876 16.3291L12.5469 16.7051L11.7949 16.0469L12.124 15.6709L19.124 7.6709L19.4531 7.29492L20.2051 7.95312Z",fill:"currentColor"}))}),C=f;export{C as default,f as IconDoubleCheckmark2Small};
2
2
 
3
- //# debugId=D07573F2EF74734564756E2164756E21
3
+ //# debugId=8EA34293EA9762B964756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconDoupleCheckmark2Small/index.tsx"],
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconDoubleCheckmark2Small/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {masked ? (\n <>\n <mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <rect width=\"24\" height=\"24\" fill=\"#000\" />\n <g fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </g>\n </mask>\n <rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"douple-checkmark-2-small\" maskId=\"square-filled-radius-0-stroke-1-IconDoupleCheckmark2Small\"><path d=\"M15.2051 7.95312L14.876 8.3291L7.87598 16.3291L7.52441 16.7314L3.79297 13L4.5 12.293L7.47559 15.2686L14.124 7.6709L14.4531 7.29492L15.2051 7.95312ZM20.2051 7.95312L19.876 8.3291L12.876 16.3291L12.5469 16.7051L11.7949 16.0469L12.124 15.6709L19.124 7.6709L19.4531 7.29492L20.2051 7.95312Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoupleCheckmark2Small;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2Small: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"double-checkmark-2-small\" maskId=\"square-filled-radius-0-stroke-1-IconDoubleCheckmark2Small\"><path d=\"M15.2051 7.95312L14.876 8.3291L7.87598 16.3291L7.52441 16.7314L3.79297 13L4.5 12.293L7.47559 15.2686L14.124 7.6709L14.4531 7.29492L15.2051 7.95312ZM20.2051 7.95312L19.876 8.3291L12.876 16.3291L12.5469 16.7051L11.7949 16.0469L12.124 15.6709L19.124 7.6709L19.4531 7.29492L20.2051 7.95312Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconDoubleCheckmark2Small;\n"
7
7
  ],
8
8
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAA8E,EAAM,KAAK,CAAC,IAAU,CAC/G,OAAO,gBAAoc,EAApc,IAAqB,EAAO,UAAU,2BAA2B,OAAO,6DAA4D,gBAAC,OAAD,CAAM,EAAE,iSAAiS,KAAK,eAAc,CAAI,EAC5c,EAEc",
9
- "debugId": "D07573F2EF74734564756E2164756E21",
9
+ "debugId": "8EA34293EA9762B964756E2164756E21",
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:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:L}=Object,h=Object.prototype.hasOwnProperty;function u(e){return this[e]}var S,v,c=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var s=r?S??=new WeakMap:v??=new WeakMap,p=s.get(e);if(p)return p}o=e!=null?y(B(e)):{};let i=r||!e||!e.__esModule?a(o,"default",{value:e,enumerable:!0}):o;for(let l of f(e))if(!h.call(i,l))a(i,l,{get:u.bind(e,l),enumerable:!0});if(t)s.set(e,i);return i},g=(e)=>{var r=(C??=new WeakMap).get(e),o;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!h.call(r,t))a(r,t,{get:u.bind(e,t),enumerable:!(o=L(e,t))||o.enumerable})}return C.set(e,r),r},C;var P=(e)=>e;function V(e,r){this[e]=P.bind(null,r)}var w=(e,r)=>{for(var o in r)a(e,o,{get:r[o],enumerable:!0,configurable:!0,set:V.bind(r,o)})};var b={};w(b,{CentralIconBase:()=>d});module.exports=g(b);var n=c(require("react")),d=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:s=!0,style:p,mode:i="masked",maskId:l,...I})=>{let k=i!=="raw"&&!!l;return n.default.createElement("svg",{...I,"aria-hidden":s,role:s?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!s&&n.default.createElement("title",null,o),k?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):e)};var G={};w(G,{default:()=>U,IconShieldUser:()=>x});module.exports=g(G);var m=c(require("react"));var x=m.default.memo((e)=>{return m.default.createElement(d,{...e,ariaLabel:"shield-user, personal-data, id",maskId:"square-filled-radius-0-stroke-1-IconShieldUser"},m.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.1904 1.53809L20.6904 5.03809L21 5.16504V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.16504L3.30957 5.03809L11.8096 1.53809L12 1.45898L12.1904 1.53809ZM12 15C9.35068 15 7.0452 16.2616 5.85645 18.1221C7.32393 19.8803 9.53074 21 12 21C14.4688 21 16.6751 19.8807 18.1426 18.123C16.9539 16.2624 14.6495 15 12 15ZM12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7Z",fill:"currentColor"}))}),U=x;
2
+
3
+ //# debugId=394D38904841776664756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-1-IconShieldUser\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.1904 1.53809L20.6904 5.03809L21 5.16504V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.16504L3.30957 5.03809L11.8096 1.53809L12 1.45898L12.1904 1.53809ZM12 15C9.35068 15 7.0452 16.2616 5.85645 18.1221C7.32393 19.8803 9.53074 21 12 21C14.4688 21 16.6751 19.8807 18.1426 18.123C16.9539 16.2624 14.6495 15 12 15ZM12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7Z\" 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,wBAA4nB,EAA5nB,IAAqB,EAAO,UAAU,iCAAiC,OAAO,kDAAiD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wbAAwb,KAAK,eAAc,CAAI,EACpoB,EAEc",
9
+ "debugId": "394D38904841776664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import e from"react";var i=({children:o,size:r=24,ariaLabel:s,color:a,ariaHidden:t=!0,style:p,mode:m="masked",maskId:n,...d})=>{let C=m!=="raw"&&!!n;return e.createElement("svg",{...d,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...p}},s&&!t&&e.createElement("title",null,s),C?e.createElement(e.Fragment,null,e.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},o)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};import l from"react";var f=l.memo((o)=>{return l.createElement(i,{...o,ariaLabel:"shield-user, personal-data, id",maskId:"square-filled-radius-0-stroke-1-IconShieldUser"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.1904 1.53809L20.6904 5.03809L21 5.16504V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.16504L3.30957 5.03809L11.8096 1.53809L12 1.45898L12.1904 1.53809ZM12 15C9.35068 15 7.0452 16.2616 5.85645 18.1221C7.32393 19.8803 9.53074 21 12 21C14.4688 21 16.6751 19.8807 18.1426 18.123C16.9539 16.2624 14.6495 15 12 15ZM12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7Z",fill:"currentColor"}))}),x=f;export{x as default,f as IconShieldUser};
2
+
3
+ //# debugId=B56CF14DCEAF763664756E2164756E21
@@ -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=\"square-filled-radius-0-stroke-1-IconShieldUser\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.1904 1.53809L20.6904 5.03809L21 5.16504V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.16504L3.30957 5.03809L11.8096 1.53809L12 1.45898L12.1904 1.53809ZM12 15C9.35068 15 7.0452 16.2616 5.85645 18.1221C7.32393 19.8803 9.53074 21 12 21C14.4688 21 16.6751 19.8807 18.1426 18.123C16.9539 16.2624 14.6495 15 12 15ZM12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7Z\" 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,gBAA4nB,EAA5nB,IAAqB,EAAO,UAAU,iCAAiC,OAAO,kDAAiD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wbAAwb,KAAK,eAAc,CAAI,EACpoB,EAEc",
9
+ "debugId": "B56CF14DCEAF763664756E2164756E21",
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