@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.
- package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.d.ts +2 -2
- package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.js +2 -2
- package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.js.map +3 -3
- package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.mjs +2 -2
- package/{IconDoupleCheckmark1 → IconDoubleCheckmark1}/index.mjs.map +3 -3
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.d.ts +2 -2
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.js +2 -2
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.js.map +3 -3
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.mjs +2 -2
- package/{IconDoupleCheckmark1Small → IconDoubleCheckmark1Small}/index.mjs.map +3 -3
- package/IconDoubleCheckmark2/index.d.ts +4 -0
- package/IconDoubleCheckmark2/index.js +3 -0
- package/{IconDoupleCheck → IconDoubleCheckmark2}/index.js.map +4 -4
- package/IconDoubleCheckmark2/index.mjs +3 -0
- package/{IconDoupleCheck → IconDoubleCheckmark2}/index.mjs.map +4 -4
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.d.ts +2 -2
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.js +2 -2
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.js.map +3 -3
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.mjs +2 -2
- package/{IconDoupleCheckmark2Small → IconDoubleCheckmark2Small}/index.mjs.map +3 -3
- package/IconShieldUser/index.d.ts +4 -0
- package/IconShieldUser/index.js +3 -0
- package/IconShieldUser/index.js.map +11 -0
- package/IconShieldUser/index.mjs +3 -0
- package/IconShieldUser/index.mjs.map +11 -0
- package/README.md +5 -4
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +5 -4
- package/index.js +15 -12
- package/index.mjs +5 -4
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-vue/SKILL.md +6 -5
- package/IconDoupleCheck/index.d.ts +0 -4
- package/IconDoupleCheck/index.js +0 -3
- 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
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconDoubleCheckmark1: DefineComponent<CentralIconBaseProps>;
|
|
4
|
+
export default IconDoubleCheckmark1;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:
|
|
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=
|
|
3
|
+
//# debugId=CC01F6B7034896CC64756E2164756E21
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.ts", "src/
|
|
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
|
|
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": "
|
|
9
|
+
"debugId": "CC01F6B7034896CC64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{h as
|
|
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=
|
|
3
|
+
//# debugId=621D275AA865FAD764756E2164756E21
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.ts", "src/
|
|
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
|
|
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": "
|
|
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
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconDoubleCheckmark1Small: DefineComponent<CentralIconBaseProps>;
|
|
4
|
+
export default IconDoubleCheckmark1Small;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:
|
|
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=
|
|
3
|
+
//# debugId=74326D69F701A44864756E2164756E21
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.ts", "src/
|
|
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
|
|
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": "
|
|
9
|
+
"debugId": "74326D69F701A44864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{h as m}from"vue";function
|
|
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=
|
|
3
|
+
//# debugId=C88DD9A31439CF2764756E2164756E21
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.ts", "src/
|
|
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
|
|
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": "
|
|
9
|
+
"debugId": "C88DD9A31439CF2764756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -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/
|
|
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
|
|
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,
|
|
9
|
-
"debugId": "
|
|
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/
|
|
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
|
|
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,
|
|
9
|
-
"debugId": "
|
|
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
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconDoubleCheckmark2Small: DefineComponent<CentralIconBaseProps>;
|
|
4
|
+
export default IconDoubleCheckmark2Small;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var{defineProperty:a,getOwnPropertyNames:w,getOwnPropertyDescriptor:
|
|
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=
|
|
3
|
+
//# debugId=A7926D3B197813E564756E2164756E21
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.ts", "src/
|
|
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
|
|
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": "
|
|
9
|
+
"debugId": "A7926D3B197813E564756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{h as m}from"vue";function
|
|
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=
|
|
3
|
+
//# debugId=FB218257DEB72C5664756E2164756E21
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.ts", "src/
|
|
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
|
|
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": "
|
|
9
|
+
"debugId": "FB218257DEB72C5664756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -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
|
-
-
|
|
1330
|
-
-
|
|
1331
|
-
-
|
|
1332
|
-
-
|
|
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
|
|