@central-icons-vue/square-outlined-radius-0-stroke-2 1.1.310 → 1.1.312

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.d.ts +2 -2
  2. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.js +2 -2
  3. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.js.map +3 -3
  4. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.mjs +2 -2
  5. package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.mjs.map +3 -3
  6. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.d.ts +2 -2
  7. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.js +2 -2
  8. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.js.map +3 -3
  9. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.mjs +2 -2
  10. package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.mjs.map +3 -3
  11. package/IconDoubleCheckmark2/index.d.ts +4 -0
  12. package/IconDoubleCheckmark2/index.js +3 -0
  13. package/{IconDoupleCheck → IconDoubleCheckmark2}/index.js.map +4 -4
  14. package/IconDoubleCheckmark2/index.mjs +3 -0
  15. package/{IconDoupleCheck → IconDoubleCheckmark2}/index.mjs.map +4 -4
  16. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.d.ts +2 -2
  17. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.js +2 -2
  18. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.js.map +3 -3
  19. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.mjs +2 -2
  20. package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.mjs.map +3 -3
  21. package/IconShieldUser/index.d.ts +4 -0
  22. package/IconShieldUser/index.js +3 -0
  23. package/IconShieldUser/index.js.map +11 -0
  24. package/IconShieldUser/index.mjs +3 -0
  25. package/IconShieldUser/index.mjs.map +11 -0
  26. package/README.md +5 -4
  27. package/icons/index.d.ts +1 -1
  28. package/icons/index.js +2 -2
  29. package/icons/index.js.map +3 -3
  30. package/icons/index.mjs +2 -2
  31. package/icons/index.mjs.map +3 -3
  32. package/icons-index.json +4 -4
  33. package/index.d.ts +5 -4
  34. package/index.js +15 -12
  35. package/index.mjs +5 -4
  36. package/license-check.js +1 -1
  37. package/package.json +1 -1
  38. package/skills/central-icons-vue/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 { type DefineComponent } from "vue";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark1: DefineComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark1;
3
+ export declare const IconDoubleCheckmark1: DefineComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark1;
@@ -1,3 +1,3 @@
1
- var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:I}=Object,C=Object.prototype.hasOwnProperty;function x(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var n of w(e))if(!C.call(r,n))a(r,n,{get:x.bind(e,n),enumerable:!(t=I(e,n))||t.enumerable})}return l.set(e,r),r},l;var b=(e)=>e;function y(e,r){this[e]=b.bind(null,r)}var c=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0,configurable:!0,set:y.bind(r,t)})};var B={};c(B,{centralIcon:()=>i});module.exports=d(B);var p=require("vue");function L(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function i(e,r){let{size:t=24,color:n,ariaHidden:o=!0,ariaLabel:h,mode:k="masked",maskId:s,...f}=r||{},g=k!=="raw"&&s?L(e,s):e;return p.h("svg",{...f,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:o?void 0:"img","aria-hidden":o,"aria-label":o?void 0:h,style:n?{color:n}:void 0,innerHTML:g})}var $={};c($,{default:()=>P,IconDoupleCheckmark1:()=>u});module.exports=d($);var m=require("vue");var u=m.defineComponent({name:"IconDoupleCheckmark1",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M3 12.75L8 19L17 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M11.75 19.25L21 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"douple-checkmark-1",maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1"})}}),P=u;
1
+ var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:b}=Object,I=Object.prototype.hasOwnProperty;function C(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var n of w(e))if(!I.call(r,n))a(r,n,{get:C.bind(e,n),enumerable:!(t=b(e,n))||t.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function y(e,r){this[e]=x.bind(null,r)}var c=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0,configurable:!0,set:y.bind(r,t)})};var B={};c(B,{centralIcon:()=>i});module.exports=d(B);var m=require("vue");function L(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function i(e,r){let{size:t=24,color:n,ariaHidden:o=!0,ariaLabel:h,mode:k="masked",maskId:s,...f}=r||{},g=k!=="raw"&&s?L(e,s):e;return m.h("svg",{...f,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:o?void 0:"img","aria-hidden":o,"aria-label":o?void 0:h,style:n?{color:n}:void 0,innerHTML:g})}var $={};c($,{default:()=>P,IconDoubleCheckmark1:()=>p});module.exports=d($);var u=require("vue");var p=u.defineComponent({name:"IconDoubleCheckmark1",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M3 12.75L8 19L17 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M11.75 19.25L21 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-1",maskId:"square-outlined-radius-0-stroke-2-IconDoubleCheckmark1"})}}),P=p;
2
2
 
3
- //# debugId=192A9B53DB4FE3A464756E2164756E21
3
+ //# debugId=CC01F6B7034896CC64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.ts", "src/IconDoupleCheckmark1/index.ts"],
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconDoubleCheckmark1/index.ts"],
4
4
  "sourcesContent": [
5
5
  "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
- "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1 = defineComponent<CentralIconBaseProps>({\n name: \"IconDoupleCheckmark1\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M3 12.75L8 19L17 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.75 19.25L21 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"douple-checkmark-1\", maskId: \"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1\" });\n },\n});\n\nexport default IconDoupleCheckmark1;\n"
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1 = defineComponent<CentralIconBaseProps>({\n name: \"IconDoubleCheckmark1\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M3 12.75L8 19L17 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.75 19.25L21 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-1\", maskId: \"square-outlined-radius-0-stroke-2-IconDoubleCheckmark1\" });\n },\n});\n\nexport default IconDoubleCheckmark1;\n"
7
7
  ],
8
8
  "mappings": "ylBAA8B,IAA9B,iBASA,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,IAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,+ECjC6B,IAAhC,iBAGO,IAAM,EAAuB,kBAAsC,CACxE,KAAM,uBACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,4LAA6M,IAAK,KAAU,EAAO,UAAW,qBAAsB,OAAQ,wDAAyD,CAAC,EAEnW,CAAC,EAEc",
9
- "debugId": "192A9B53DB4FE3A464756E2164756E21",
9
+ "debugId": "CC01F6B7034896CC64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import{h as p}from"vue";function m(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function i(e,r){let{size:t=24,color:o,ariaHidden:n=!0,ariaLabel:s,mode:l="masked",maskId:a,...d}=r||{},c=l!=="raw"&&a?m(e,a):e;return p("svg",{...d,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:n?void 0:"img","aria-hidden":n,"aria-label":n?void 0:s,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as u}from"vue";var h=u({name:"IconDoupleCheckmark1",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M3 12.75L8 19L17 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M11.75 19.25L21 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"douple-checkmark-1",maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1"})}}),C=h;export{C as default,h as IconDoupleCheckmark1};
1
+ import{h as m}from"vue";function u(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function i(e,r){let{size:t=24,color:o,ariaHidden:n=!0,ariaLabel:s,mode:l="masked",maskId:a,...d}=r||{},c=l!=="raw"&&a?u(e,a):e;return m("svg",{...d,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:n?void 0:"img","aria-hidden":n,"aria-label":n?void 0:s,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as p}from"vue";var h=p({name:"IconDoubleCheckmark1",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M3 12.75L8 19L17 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M11.75 19.25L21 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-1",maskId:"square-outlined-radius-0-stroke-2-IconDoubleCheckmark1"})}}),I=h;export{I as default,h as IconDoubleCheckmark1};
2
2
 
3
- //# debugId=21D2BEB053AFD10264756E2164756E21
3
+ //# debugId=621D275AA865FAD764756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.ts", "src/IconDoupleCheckmark1/index.ts"],
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconDoubleCheckmark1/index.ts"],
4
4
  "sourcesContent": [
5
5
  "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
- "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1 = defineComponent<CentralIconBaseProps>({\n name: \"IconDoupleCheckmark1\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M3 12.75L8 19L17 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.75 19.25L21 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"douple-checkmark-1\", maskId: \"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1\" });\n },\n});\n\nexport default IconDoupleCheckmark1;\n"
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1 = defineComponent<CentralIconBaseProps>({\n name: \"IconDoubleCheckmark1\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M3 12.75L8 19L17 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.75 19.25L21 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-1\", maskId: \"square-outlined-radius-0-stroke-2-IconDoubleCheckmark1\" });\n },\n});\n\nexport default IconDoubleCheckmark1;\n"
7
7
  ],
8
8
  "mappings": "AAAA,YAAS,YAST,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,EAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,ECjCH,0BAAS,YAGF,IAAM,EAAuB,EAAsC,CACxE,KAAM,uBACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,4LAA6M,IAAK,KAAU,EAAO,UAAW,qBAAsB,OAAQ,wDAAyD,CAAC,EAEnW,CAAC,EAEc",
9
- "debugId": "21D2BEB053AFD10264756E2164756E21",
9
+ "debugId": "621D275AA865FAD764756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import { type DefineComponent } from "vue";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark1Small: DefineComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark1Small;
3
+ export declare const IconDoubleCheckmark1Small: DefineComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark1Small;
@@ -1,3 +1,3 @@
1
- var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:I}=Object,C=Object.prototype.hasOwnProperty;function x(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var n of w(e))if(!C.call(r,n))a(r,n,{get:x.bind(e,n),enumerable:!(t=I(e,n))||t.enumerable})}return l.set(e,r),r},l;var b=(e)=>e;function y(e,r){this[e]=b.bind(null,r)}var c=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0,configurable:!0,set:y.bind(r,t)})};var B={};c(B,{centralIcon:()=>s});module.exports=d(B);var m=require("vue");function L(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:n,ariaHidden:o=!0,ariaLabel:h,mode:k="masked",maskId:i,...f}=r||{},g=k!=="raw"&&i?L(e,i):e;return m.h("svg",{...f,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:o?void 0:"img","aria-hidden":o,"aria-label":o?void 0:h,style:n?{color:n}:void 0,innerHTML:g})}var $={};c($,{default:()=>P,IconDoupleCheckmark1Small:()=>u});module.exports=d($);var p=require("vue");var u=p.defineComponent({name:"IconDoupleCheckmark1Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M6 13L9 16L14 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M12.75 16.25L18 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"douple-checkmark-1-small",maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1Small"})}}),P=u;
1
+ var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:b}=Object,I=Object.prototype.hasOwnProperty;function C(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var n of w(e))if(!I.call(r,n))a(r,n,{get:C.bind(e,n),enumerable:!(t=b(e,n))||t.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function y(e,r){this[e]=x.bind(null,r)}var c=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0,configurable:!0,set:y.bind(r,t)})};var B={};c(B,{centralIcon:()=>s});module.exports=d(B);var m=require("vue");function L(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:n,ariaHidden:o=!0,ariaLabel:h,mode:k="masked",maskId:i,...f}=r||{},g=k!=="raw"&&i?L(e,i):e;return m.h("svg",{...f,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:o?void 0:"img","aria-hidden":o,"aria-label":o?void 0:h,style:n?{color:n}:void 0,innerHTML:g})}var $={};c($,{default:()=>P,IconDoubleCheckmark1Small:()=>p});module.exports=d($);var u=require("vue");var p=u.defineComponent({name:"IconDoubleCheckmark1Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M6 13L9 16L14 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M12.75 16.25L18 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-1-small",maskId:"square-outlined-radius-0-stroke-2-IconDoubleCheckmark1Small"})}}),P=p;
2
2
 
3
- //# debugId=1A6312DAF796E48964756E2164756E21
3
+ //# debugId=74326D69F701A44864756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.ts", "src/IconDoupleCheckmark1Small/index.ts"],
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconDoubleCheckmark1Small/index.ts"],
4
4
  "sourcesContent": [
5
5
  "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
- "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1Small = defineComponent<CentralIconBaseProps>({\n name: \"IconDoupleCheckmark1Small\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M6 13L9 16L14 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.75 16.25L18 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"douple-checkmark-1-small\", maskId: \"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1Small\" });\n },\n});\n\nexport default IconDoupleCheckmark1Small;\n"
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1Small = defineComponent<CentralIconBaseProps>({\n name: \"IconDoubleCheckmark1Small\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M6 13L9 16L14 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.75 16.25L18 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-1-small\", maskId: \"square-outlined-radius-0-stroke-2-IconDoubleCheckmark1Small\" });\n },\n});\n\nexport default IconDoubleCheckmark1Small;\n"
7
7
  ],
8
8
  "mappings": "ylBAA8B,IAA9B,iBASA,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,IAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,oFCjC6B,IAAhC,iBAGO,IAAM,EAA4B,kBAAsC,CAC7E,KAAM,4BACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,yLAA0M,IAAK,KAAU,EAAO,UAAW,2BAA4B,OAAQ,6DAA8D,CAAC,EAE3W,CAAC,EAEc",
9
- "debugId": "1A6312DAF796E48964756E2164756E21",
9
+ "debugId": "74326D69F701A44864756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import{h as m}from"vue";function p(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:o,ariaHidden:n=!0,ariaLabel:i,mode:l="masked",maskId:a,...d}=r||{},c=l!=="raw"&&a?p(e,a):e;return m("svg",{...d,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:n?void 0:"img","aria-hidden":n,"aria-label":n?void 0:i,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as u}from"vue";var h=u({name:"IconDoupleCheckmark1Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M6 13L9 16L14 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M12.75 16.25L18 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"douple-checkmark-1-small",maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1Small"})}}),C=h;export{C as default,h as IconDoupleCheckmark1Small};
1
+ import{h as m}from"vue";function u(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:o,ariaHidden:n=!0,ariaLabel:i,mode:l="masked",maskId:a,...d}=r||{},c=l!=="raw"&&a?u(e,a):e;return m("svg",{...d,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:n?void 0:"img","aria-hidden":n,"aria-label":n?void 0:i,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as p}from"vue";var h=p({name:"IconDoubleCheckmark1Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M6 13L9 16L14 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M12.75 16.25L18 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-1-small",maskId:"square-outlined-radius-0-stroke-2-IconDoubleCheckmark1Small"})}}),I=h;export{I as default,h as IconDoubleCheckmark1Small};
2
2
 
3
- //# debugId=D892D9218284AE9F64756E2164756E21
3
+ //# debugId=C88DD9A31439CF2764756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.ts", "src/IconDoupleCheckmark1Small/index.ts"],
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconDoubleCheckmark1Small/index.ts"],
4
4
  "sourcesContent": [
5
5
  "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
- "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark1Small = defineComponent<CentralIconBaseProps>({\n name: \"IconDoupleCheckmark1Small\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M6 13L9 16L14 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.75 16.25L18 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"douple-checkmark-1-small\", maskId: \"square-outlined-radius-0-stroke-2-IconDoupleCheckmark1Small\" });\n },\n});\n\nexport default IconDoupleCheckmark1Small;\n"
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark1Small = defineComponent<CentralIconBaseProps>({\n name: \"IconDoubleCheckmark1Small\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M6 13L9 16L14 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.75 16.25L18 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-1-small\", maskId: \"square-outlined-radius-0-stroke-2-IconDoubleCheckmark1Small\" });\n },\n});\n\nexport default IconDoubleCheckmark1Small;\n"
7
7
  ],
8
8
  "mappings": "AAAA,YAAS,YAST,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,EAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,ECjCH,0BAAS,YAGF,IAAM,EAA4B,EAAsC,CAC7E,KAAM,4BACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,yLAA0M,IAAK,KAAU,EAAO,UAAW,2BAA4B,OAAQ,6DAA8D,CAAC,EAE3W,CAAC,EAEc",
9
- "debugId": "D892D9218284AE9F64756E2164756E21",
9
+ "debugId": "C88DD9A31439CF2764756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import { type DefineComponent } from "vue";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDoubleCheckmark2: DefineComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark2;
@@ -0,0 +1,3 @@
1
+ var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:b}=Object,I=Object.prototype.hasOwnProperty;function C(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var n of w(e))if(!I.call(r,n))a(r,n,{get:C.bind(e,n),enumerable:!(t=b(e,n))||t.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function y(e,r){this[e]=x.bind(null,r)}var c=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0,configurable:!0,set:y.bind(r,t)})};var B={};c(B,{centralIcon:()=>i});module.exports=d(B);var m=require("vue");function L(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function i(e,r){let{size:t=24,color:n,ariaHidden:o=!0,ariaLabel:h,mode:k="masked",maskId:s,...f}=r||{},g=k!=="raw"&&s?L(e,s):e;return m.h("svg",{...f,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:o?void 0:"img","aria-hidden":o,"aria-label":o?void 0:h,style:n?{color:n}:void 0,innerHTML:g})}var $={};c($,{default:()=>P,IconDoubleCheckmark2:()=>p});module.exports=d($);var u=require("vue");var p=u.defineComponent({name:"IconDoubleCheckmark2",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M2 14.625L7.59477 19L18 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M11.5948 19L22 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-2",maskId:"square-outlined-radius-0-stroke-2-IconDoubleCheckmark2"})}}),P=p;
2
+
3
+ //# debugId=3C09D05CE96E5C2664756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.ts", "src/IconDoupleCheck/index.ts"],
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconDoubleCheckmark2/index.ts"],
4
4
  "sourcesContent": [
5
5
  "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
- "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheck = defineComponent<CentralIconBaseProps>({\n name: \"IconDoupleCheck\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M2 14.625L7.59477 19L18 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.5948 19L22 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"douple-check\", maskId: \"square-outlined-radius-0-stroke-2-IconDoupleCheck\" });\n },\n});\n\nexport default IconDoupleCheck;\n"
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2 = defineComponent<CentralIconBaseProps>({\n name: \"IconDoubleCheckmark2\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M2 14.625L7.59477 19L18 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.5948 19L22 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-2\", maskId: \"square-outlined-radius-0-stroke-2-IconDoubleCheckmark2\" });\n },\n});\n\nexport default IconDoubleCheckmark2;\n"
7
7
  ],
8
- "mappings": "ylBAA8B,IAA9B,iBASA,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,IAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,0ECjC6B,IAAhC,iBAGO,IAAM,EAAkB,kBAAsC,CACnE,KAAM,kBACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,kMAAmN,IAAK,KAAU,EAAO,UAAW,eAAgB,OAAQ,mDAAoD,CAAC,EAE9V,CAAC,EAEc",
9
- "debugId": "E8F1549B378FBCF164756E2164756E21",
8
+ "mappings": "ylBAA8B,IAA9B,iBASA,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,IAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,+ECjC6B,IAAhC,iBAGO,IAAM,EAAuB,kBAAsC,CACxE,KAAM,uBACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,kMAAmN,IAAK,KAAU,EAAO,UAAW,qBAAsB,OAAQ,wDAAyD,CAAC,EAEzW,CAAC,EAEc",
9
+ "debugId": "3C09D05CE96E5C2664756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,3 @@
1
+ import{h as m}from"vue";function u(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function i(e,r){let{size:t=24,color:o,ariaHidden:n=!0,ariaLabel:s,mode:l="masked",maskId:a,...d}=r||{},c=l!=="raw"&&a?u(e,a):e;return m("svg",{...d,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:n?void 0:"img","aria-hidden":n,"aria-label":n?void 0:s,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as p}from"vue";var h=p({name:"IconDoubleCheckmark2",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M2 14.625L7.59477 19L18 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M11.5948 19L22 5" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-2",maskId:"square-outlined-radius-0-stroke-2-IconDoubleCheckmark2"})}}),I=h;export{I as default,h as IconDoubleCheckmark2};
2
+
3
+ //# debugId=D40941975CB8BEAA64756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.ts", "src/IconDoupleCheck/index.ts"],
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconDoubleCheckmark2/index.ts"],
4
4
  "sourcesContent": [
5
5
  "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
- "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheck = defineComponent<CentralIconBaseProps>({\n name: \"IconDoupleCheck\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M2 14.625L7.59477 19L18 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.5948 19L22 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"douple-check\", maskId: \"square-outlined-radius-0-stroke-2-IconDoupleCheck\" });\n },\n});\n\nexport default IconDoupleCheck;\n"
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2 = defineComponent<CentralIconBaseProps>({\n name: \"IconDoubleCheckmark2\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M2 14.625L7.59477 19L18 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.5948 19L22 5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-2\", maskId: \"square-outlined-radius-0-stroke-2-IconDoubleCheckmark2\" });\n },\n});\n\nexport default IconDoubleCheckmark2;\n"
7
7
  ],
8
- "mappings": "AAAA,YAAS,YAST,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,EAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,ECjCH,0BAAS,YAGF,IAAM,EAAkB,EAAsC,CACnE,KAAM,kBACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,kMAAmN,IAAK,KAAU,EAAO,UAAW,eAAgB,OAAQ,mDAAoD,CAAC,EAE9V,CAAC,EAEc",
9
- "debugId": "6FF3E33A0D436CF764756E2164756E21",
8
+ "mappings": "AAAA,YAAS,YAST,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,EAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,ECjCH,0BAAS,YAGF,IAAM,EAAuB,EAAsC,CACxE,KAAM,uBACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,kMAAmN,IAAK,KAAU,EAAO,UAAW,qBAAsB,OAAQ,wDAAyD,CAAC,EAEzW,CAAC,EAEc",
9
+ "debugId": "D40941975CB8BEAA64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import { type DefineComponent } from "vue";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconDoupleCheckmark2Small: DefineComponent<CentralIconBaseProps>;
4
- export default IconDoupleCheckmark2Small;
3
+ export declare const IconDoubleCheckmark2Small: DefineComponent<CentralIconBaseProps>;
4
+ export default IconDoubleCheckmark2Small;
@@ -1,3 +1,3 @@
1
- var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:I}=Object,C=Object.prototype.hasOwnProperty;function x(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var n of w(e))if(!C.call(r,n))a(r,n,{get:x.bind(e,n),enumerable:!(t=I(e,n))||t.enumerable})}return l.set(e,r),r},l;var b=(e)=>e;function y(e,r){this[e]=b.bind(null,r)}var c=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0,configurable:!0,set:y.bind(r,t)})};var B={};c(B,{centralIcon:()=>s});module.exports=d(B);var m=require("vue");function L(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:n,ariaHidden:o=!0,ariaLabel:h,mode:k="masked",maskId:i,...f}=r||{},g=k!=="raw"&&i?L(e,i):e;return m.h("svg",{...f,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:o?void 0:"img","aria-hidden":o,"aria-label":o?void 0:h,style:n?{color:n}:void 0,innerHTML:g})}var $={};c($,{default:()=>P,IconDoupleCheckmark2Small:()=>u});module.exports=d($);var p=require("vue");var u=p.defineComponent({name:"IconDoupleCheckmark2Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M4.5 13L7.5 16L14.5 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M12.5 16L19.5 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"douple-checkmark-2-small",maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheckmark2Small"})}}),P=u;
1
+ var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:b}=Object,I=Object.prototype.hasOwnProperty;function C(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var n of w(e))if(!I.call(r,n))a(r,n,{get:C.bind(e,n),enumerable:!(t=b(e,n))||t.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function y(e,r){this[e]=x.bind(null,r)}var c=(e,r)=>{for(var t in r)a(e,t,{get:r[t],enumerable:!0,configurable:!0,set:y.bind(r,t)})};var B={};c(B,{centralIcon:()=>s});module.exports=d(B);var m=require("vue");function L(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:n,ariaHidden:o=!0,ariaLabel:h,mode:k="masked",maskId:i,...f}=r||{},g=k!=="raw"&&i?L(e,i):e;return m.h("svg",{...f,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:o?void 0:"img","aria-hidden":o,"aria-label":o?void 0:h,style:n?{color:n}:void 0,innerHTML:g})}var $={};c($,{default:()=>P,IconDoubleCheckmark2Small:()=>p});module.exports=d($);var u=require("vue");var p=u.defineComponent({name:"IconDoubleCheckmark2Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M4.5 13L7.5 16L14.5 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M12.5 16L19.5 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-2-small",maskId:"square-outlined-radius-0-stroke-2-IconDoubleCheckmark2Small"})}}),P=p;
2
2
 
3
- //# debugId=26C32BBE9EF27F0964756E2164756E21
3
+ //# debugId=A7926D3B197813E564756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.ts", "src/IconDoupleCheckmark2Small/index.ts"],
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconDoubleCheckmark2Small/index.ts"],
4
4
  "sourcesContent": [
5
5
  "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
- "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark2Small = defineComponent<CentralIconBaseProps>({\n name: \"IconDoupleCheckmark2Small\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M4.5 13L7.5 16L14.5 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.5 16L19.5 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"douple-checkmark-2-small\", maskId: \"square-outlined-radius-0-stroke-2-IconDoupleCheckmark2Small\" });\n },\n});\n\nexport default IconDoupleCheckmark2Small;\n"
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2Small = defineComponent<CentralIconBaseProps>({\n name: \"IconDoubleCheckmark2Small\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M4.5 13L7.5 16L14.5 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.5 16L19.5 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-2-small\", maskId: \"square-outlined-radius-0-stroke-2-IconDoubleCheckmark2Small\" });\n },\n});\n\nexport default IconDoubleCheckmark2Small;\n"
7
7
  ],
8
8
  "mappings": "ylBAA8B,IAA9B,iBASA,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,IAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,oFCjC6B,IAAhC,iBAGO,IAAM,EAA4B,kBAAsC,CAC7E,KAAM,4BACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,6LAA8M,IAAK,KAAU,EAAO,UAAW,2BAA4B,OAAQ,6DAA8D,CAAC,EAE/W,CAAC,EAEc",
9
- "debugId": "26C32BBE9EF27F0964756E2164756E21",
9
+ "debugId": "A7926D3B197813E564756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import{h as m}from"vue";function p(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:o,ariaHidden:n=!0,ariaLabel:i,mode:l="masked",maskId:a,...d}=r||{},c=l!=="raw"&&a?p(e,a):e;return m("svg",{...d,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:n?void 0:"img","aria-hidden":n,"aria-label":n?void 0:i,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as u}from"vue";var h=u({name:"IconDoupleCheckmark2Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M4.5 13L7.5 16L14.5 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M12.5 16L19.5 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"douple-checkmark-2-small",maskId:"square-outlined-radius-0-stroke-2-IconDoupleCheckmark2Small"})}}),C=h;export{C as default,h as IconDoupleCheckmark2Small};
1
+ import{h as m}from"vue";function u(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:o,ariaHidden:n=!0,ariaLabel:i,mode:l="masked",maskId:a,...d}=r||{},c=l!=="raw"&&a?u(e,a):e;return m("svg",{...d,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:n?void 0:"img","aria-hidden":n,"aria-label":n?void 0:i,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as p}from"vue";var h=p({name:"IconDoubleCheckmark2Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M4.5 13L7.5 16L14.5 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M12.5 16L19.5 8" stroke="currentColor" stroke-width="2" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-2-small",maskId:"square-outlined-radius-0-stroke-2-IconDoubleCheckmark2Small"})}}),I=h;export{I as default,h as IconDoubleCheckmark2Small};
2
2
 
3
- //# debugId=CDCAFF6EFED6458164756E2164756E21
3
+ //# debugId=FB218257DEB72C5664756E2164756E21
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["src/CentralIconBase/index.ts", "src/IconDoupleCheckmark2Small/index.ts"],
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconDoubleCheckmark2Small/index.ts"],
4
4
  "sourcesContent": [
5
5
  "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
- "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoupleCheckmark2Small = defineComponent<CentralIconBaseProps>({\n name: \"IconDoupleCheckmark2Small\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M4.5 13L7.5 16L14.5 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.5 16L19.5 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"douple-checkmark-2-small\", maskId: \"square-outlined-radius-0-stroke-2-IconDoupleCheckmark2Small\" });\n },\n});\n\nexport default IconDoupleCheckmark2Small;\n"
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDoubleCheckmark2Small = defineComponent<CentralIconBaseProps>({\n name: \"IconDoubleCheckmark2Small\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M4.5 13L7.5 16L14.5 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.5 16L19.5 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-2-small\", maskId: \"square-outlined-radius-0-stroke-2-IconDoubleCheckmark2Small\" });\n },\n});\n\nexport default IconDoubleCheckmark2Small;\n"
7
7
  ],
8
8
  "mappings": "AAAA,YAAS,YAST,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,EAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,ECjCH,0BAAS,YAGF,IAAM,EAA4B,EAAsC,CAC7E,KAAM,4BACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,6LAA8M,IAAK,KAAU,EAAO,UAAW,2BAA4B,OAAQ,6DAA8D,CAAC,EAE/W,CAAC,EAEc",
9
- "debugId": "CDCAFF6EFED6458164756E2164756E21",
9
+ "debugId": "FB218257DEB72C5664756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import { type DefineComponent } from "vue";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShieldUser: DefineComponent<CentralIconBaseProps>;
4
+ export default IconShieldUser;
@@ -0,0 +1,3 @@
1
+ var{defineProperty:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:L}=Object,w=Object.prototype.hasOwnProperty;function I(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),t;if(r)return r;if(r=i({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var n of k(e))if(!w.call(r,n))i(r,n,{get:I.bind(e,n),enumerable:!(t=L(e,n))||t.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function b(e,r){this[e]=x.bind(null,r)}var c=(e,r)=>{for(var t in r)i(e,t,{get:r[t],enumerable:!0,configurable:!0,set:b.bind(r,t)})};var V={};c(V,{centralIcon:()=>s});module.exports=d(V);var p=require("vue");function y(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:n,ariaHidden:o=!0,ariaLabel:m,mode:f="masked",maskId:a,...g}=r||{},C=f!=="raw"&&a?y(e,a):e;return p.h("svg",{...g,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:o?void 0:"img","aria-hidden":o,"aria-label":o?void 0:m,style:n?{color:n}:void 0,innerHTML:C})}var M={};c(M,{default:()=>B,IconShieldUser:()=>h});module.exports=d(M);var u=require("vue");var h=u.defineComponent({name:"IconShieldUser",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M16.7618 19.0287L17.4364 19.7669L18.9128 18.4176L18.2382 17.6795L17.5 18.3541L16.7618 19.0287ZM6.5 18.3541L7.23817 19.0287C8.37439 17.7854 10.0096 17 12 17V16V15C9.45012 15 7.27843 16.02 5.76183 17.6795L6.5 18.3541ZM12 16V17C13.9904 17 15.6256 17.7854 16.7618 19.0287L17.5 18.3541L18.2382 17.6795C16.7216 16.02 14.5499 15 12 15V16Z" fill="currentColor"/>',{...e,...r,ariaLabel:"shield-user, personal-data, id",maskId:"square-outlined-radius-0-stroke-2-IconShieldUser"})}}),B=h;
2
+
3
+ //# debugId=C1E6ADBD22D7B8E464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconShieldUser/index.ts"],
4
+ "sourcesContent": [
5
+ "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShieldUser = defineComponent<CentralIconBaseProps>({\n name: \"IconShieldUser\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M16.7618 19.0287L17.4364 19.7669L18.9128 18.4176L18.2382 17.6795L17.5 18.3541L16.7618 19.0287ZM6.5 18.3541L7.23817 19.0287C8.37439 17.7854 10.0096 17 12 17V16V15C9.45012 15 7.27843 16.02 5.76183 17.6795L6.5 18.3541ZM12 16V17C13.9904 17 15.6256 17.7854 16.7618 19.0287L17.5 18.3541L18.2382 17.6795C16.7216 16.02 14.5499 15 12 15V16Z\\\" fill=\\\"currentColor\\\"/>\", { ...props, ...attrs, ariaLabel: \"shield-user, personal-data, id\", maskId: \"square-outlined-radius-0-stroke-2-IconShieldUser\" });\n },\n});\n\nexport default IconShieldUser;\n"
7
+ ],
8
+ "mappings": "ylBAA8B,IAA9B,iBASA,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,IAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,yECjC6B,IAAhC,iBAGO,IAAM,EAAiB,kBAAsC,CAClE,KAAM,iBACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,isBAAstB,IAAK,KAAU,EAAO,UAAW,iCAAkC,OAAQ,kDAAmD,CAAC,EAEl3B,CAAC,EAEc",
9
+ "debugId": "C1E6ADBD22D7B8E464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import{h as p}from"vue";function u(e,r){return`<mask id="${r}" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="#000"/><g fill="none" style="color:#fff">${e}</g></mask><rect width="24" height="24" fill="currentColor" mask="url(#${r})"/>`}function s(e,r){let{size:t=24,color:o,ariaHidden:n=!0,ariaLabel:a,mode:l="masked",maskId:i,...d}=r||{},c=l!=="raw"&&i?u(e,i):e;return p("svg",{...d,width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:n?void 0:"img","aria-hidden":n,"aria-label":n?void 0:a,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as h}from"vue";var m=h({name:"IconShieldUser",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z" stroke="currentColor" stroke-width="2" stroke-linecap="square"/><path d="M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M16.7618 19.0287L17.4364 19.7669L18.9128 18.4176L18.2382 17.6795L17.5 18.3541L16.7618 19.0287ZM6.5 18.3541L7.23817 19.0287C8.37439 17.7854 10.0096 17 12 17V16V15C9.45012 15 7.27843 16.02 5.76183 17.6795L6.5 18.3541ZM12 16V17C13.9904 17 15.6256 17.7854 16.7618 19.0287L17.5 18.3541L18.2382 17.6795C16.7216 16.02 14.5499 15 12 15V16Z" fill="currentColor"/>',{...e,...r,ariaLabel:"shield-user, personal-data, id",maskId:"square-outlined-radius-0-stroke-2-IconShieldUser"})}}),w=m;export{w as default,m as IconShieldUser};
2
+
3
+ //# debugId=BE06C8CC726FEDAE64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.ts", "src/IconShieldUser/index.ts"],
4
+ "sourcesContent": [
5
+ "import { h, type VNode } from \"vue\";\nexport type CentralIconBaseProps = {\n size?: string | number;\n color?: string;\n ariaHidden?: boolean;\n ariaLabel?: string;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n};\nfunction maskInner(inner: string, maskId: string): string {\n return (\n `<mask id=\"${maskId}\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">` +\n `<rect width=\"24\" height=\"24\" fill=\"#000\"/>` +\n `<g fill=\"none\" style=\"color:#fff\">${inner}</g>` +\n `</mask>` +\n `<rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#${maskId})\"/>`\n );\n}\nexport function centralIcon(inner: string, props: CentralIconBaseProps & Record<string, unknown>): VNode {\n const { size = 24, color, ariaHidden = true, ariaLabel, mode = \"masked\", maskId, ...rest } = props || {};\n const html = mode !== \"raw\" && maskId ? maskInner(inner, maskId) : inner;\n return h(\"svg\", {\n ...rest,\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 role: ariaHidden ? undefined : \"img\",\n \"aria-hidden\": ariaHidden,\n \"aria-label\": ariaHidden ? undefined : ariaLabel,\n style: color ? { color } : undefined,\n innerHTML: html,\n });\n}\n",
6
+ "import { defineComponent } from \"vue\";\nimport { centralIcon, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShieldUser = defineComponent<CentralIconBaseProps>({\n name: \"IconShieldUser\",\n inheritAttrs: false,\n setup(props, { attrs }) {\n return () => centralIcon(\"<path d=\\\"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M16.7618 19.0287L17.4364 19.7669L18.9128 18.4176L18.2382 17.6795L17.5 18.3541L16.7618 19.0287ZM6.5 18.3541L7.23817 19.0287C8.37439 17.7854 10.0096 17 12 17V16V15C9.45012 15 7.27843 16.02 5.76183 17.6795L6.5 18.3541ZM12 16V17C13.9904 17 15.6256 17.7854 16.7618 19.0287L17.5 18.3541L18.2382 17.6795C16.7216 16.02 14.5499 15 12 15V16Z\\\" fill=\\\"currentColor\\\"/>\", { ...props, ...attrs, ariaLabel: \"shield-user, personal-data, id\", maskId: \"square-outlined-radius-0-stroke-2-IconShieldUser\" });\n },\n});\n\nexport default IconShieldUser;\n"
7
+ ],
8
+ "mappings": "AAAA,YAAS,YAST,SAAS,CAAS,CAAC,EAAe,EAAwB,CACxD,MACE,aAAa,gJAEwB,2EAE0B,QAG5D,SAAS,CAAW,CAAC,EAAe,EAA8D,CACvG,IAAQ,OAAO,GAAI,QAAO,aAAa,GAAM,YAAW,OAAO,SAAU,YAAW,GAAS,GAAS,CAAC,EACjG,EAAO,IAAS,OAAS,EAAS,EAAU,EAAO,CAAM,EAAI,EACnE,OAAO,EAAE,MAAO,IACX,EACH,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAS,YACT,KAAM,OACN,MAAO,6BACP,KAAM,EAAa,OAAY,MAC/B,cAAe,EACf,aAAc,EAAa,OAAY,EACvC,MAAO,EAAQ,CAAE,OAAM,EAAI,OAC3B,UAAW,CACb,CAAC,ECjCH,0BAAS,YAGF,IAAM,EAAiB,EAAsC,CAClE,KAAM,iBACN,aAAc,GACd,KAAK,CAAC,GAAS,SAAS,CACtB,MAAO,IAAM,EAAY,isBAAstB,IAAK,KAAU,EAAO,UAAW,iCAAkC,OAAQ,kDAAmD,CAAC,EAEl3B,CAAC,EAEc",
9
+ "debugId": "BE06C8CC726FEDAE64756E2164756E21",
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