@central-icons-vue/square-outlined-radius-0-stroke-1 1.1.310 → 1.1.312
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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:
|
|
1
|
+
var{defineProperty:a,getOwnPropertyNames:b,getOwnPropertyDescriptor:w}=Object,I=Object.prototype.hasOwnProperty;function C(e){return this[e]}var c=(e)=>{var r=(l??=new WeakMap).get(e),n;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of b(e))if(!I.call(r,t))a(r,t,{get:C.bind(e,t),enumerable:!(n=w(e,t))||n.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function y(e,r){this[e]=x.bind(null,r)}var d=(e,r)=>{for(var n in r)a(e,n,{get:r[n],enumerable:!0,configurable:!0,set:y.bind(r,n)})};var B={};d(B,{centralIcon:()=>i});module.exports=c(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:n=24,color:t,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 n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,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:t?{color:t}:void 0,innerHTML:g})}var $={};d($,{default:()=>P,IconDoubleCheckmark1:()=>p});module.exports=c($);var u=require("vue");var p=u.defineComponent({name:"IconDoubleCheckmark1",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M2.5 12.8036L7.85714 19.5L17.5 4.5" stroke="currentColor" stroke-linecap="square"/><path d="M11.7502 19.75L21.5 4.5" stroke="currentColor" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-1",maskId:"square-outlined-radius-0-stroke-1-IconDoubleCheckmark1"})}}),P=p;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=475B7DB4DE0C0DED64756E2164756E21
|
|
@@ -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=\\\"M2.5 12.8036L7.85714 19.5L17.5 4.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.7502 19.75L21.5 4.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-1\", maskId: \"square-outlined-radius-0-stroke-1-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,gLAA6L,IAAK,KAAU,EAAO,UAAW,qBAAsB,OAAQ,wDAAyD,CAAC,EAEnV,CAAC,EAEc",
|
|
9
|
-
"debugId": "
|
|
9
|
+
"debugId": "475B7DB4DE0C0DED64756E2164756E21",
|
|
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:n=24,color:o,ariaHidden:t=!0,ariaLabel:s,mode:l="masked",maskId:a,...c}=r||{},d=l!=="raw"&&a?u(e,a):e;return m("svg",{...c,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:t?void 0:"img","aria-hidden":t,"aria-label":t?void 0:s,style:o?{color:o}:void 0,innerHTML:d})}import{defineComponent as p}from"vue";var h=p({name:"IconDoubleCheckmark1",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M2.5 12.8036L7.85714 19.5L17.5 4.5" stroke="currentColor" stroke-linecap="square"/><path d="M11.7502 19.75L21.5 4.5" stroke="currentColor" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-1",maskId:"square-outlined-radius-0-stroke-1-IconDoubleCheckmark1"})}}),I=h;export{I as default,h as IconDoubleCheckmark1};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=D645DD38AF4F082564756E2164756E21
|
|
@@ -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=\\\"M2.5 12.8036L7.85714 19.5L17.5 4.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.7502 19.75L21.5 4.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-1\", maskId: \"square-outlined-radius-0-stroke-1-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,gLAA6L,IAAK,KAAU,EAAO,UAAW,qBAAsB,OAAQ,wDAAyD,CAAC,EAEnV,CAAC,EAEc",
|
|
9
|
-
"debugId": "
|
|
9
|
+
"debugId": "D645DD38AF4F082564756E2164756E21",
|
|
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:
|
|
1
|
+
var{defineProperty:a,getOwnPropertyNames:b,getOwnPropertyDescriptor:w}=Object,I=Object.prototype.hasOwnProperty;function C(e){return this[e]}var c=(e)=>{var r=(l??=new WeakMap).get(e),n;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of b(e))if(!I.call(r,t))a(r,t,{get:C.bind(e,t),enumerable:!(n=w(e,t))||n.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function y(e,r){this[e]=x.bind(null,r)}var d=(e,r)=>{for(var n in r)a(e,n,{get:r[n],enumerable:!0,configurable:!0,set:y.bind(r,n)})};var B={};d(B,{centralIcon:()=>s});module.exports=c(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:n=24,color:t,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 n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,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:t?{color:t}:void 0,innerHTML:g})}var $={};d($,{default:()=>P,IconDoubleCheckmark1Small:()=>p});module.exports=c($);var u=require("vue");var p=u.defineComponent({name:"IconDoubleCheckmark1Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M5.5 13.125L8.875 16.5L14.5 7.5" stroke="currentColor" stroke-linecap="square"/><path d="M12.875 16.5L18.5 7.5" stroke="currentColor" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-1-small",maskId:"square-outlined-radius-0-stroke-1-IconDoubleCheckmark1Small"})}}),P=p;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=C28106BFBD7D43DD64756E2164756E21
|
|
@@ -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=\\\"M5.5 13.125L8.875 16.5L14.5 7.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.875 16.5L18.5 7.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-1-small\", maskId: \"square-outlined-radius-0-stroke-1-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,2KAAwL,IAAK,KAAU,EAAO,UAAW,2BAA4B,OAAQ,6DAA8D,CAAC,EAEzV,CAAC,EAEc",
|
|
9
|
-
"debugId": "
|
|
9
|
+
"debugId": "C28106BFBD7D43DD64756E2164756E21",
|
|
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:n=24,color:o,ariaHidden:t=!0,ariaLabel:i,mode:l="masked",maskId:a,...c}=r||{},d=l!=="raw"&&a?u(e,a):e;return m("svg",{...c,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:t?void 0:"img","aria-hidden":t,"aria-label":t?void 0:i,style:o?{color:o}:void 0,innerHTML:d})}import{defineComponent as p}from"vue";var h=p({name:"IconDoubleCheckmark1Small",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M5.5 13.125L8.875 16.5L14.5 7.5" stroke="currentColor" stroke-linecap="square"/><path d="M12.875 16.5L18.5 7.5" stroke="currentColor" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-1-small",maskId:"square-outlined-radius-0-stroke-1-IconDoubleCheckmark1Small"})}}),I=h;export{I as default,h as IconDoubleCheckmark1Small};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=EE1B4CEB39D60A1464756E2164756E21
|
|
@@ -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=\\\"M5.5 13.125L8.875 16.5L14.5 7.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M12.875 16.5L18.5 7.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-1-small\", maskId: \"square-outlined-radius-0-stroke-1-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,2KAAwL,IAAK,KAAU,EAAO,UAAW,2BAA4B,OAAQ,6DAA8D,CAAC,EAEzV,CAAC,EAEc",
|
|
9
|
-
"debugId": "
|
|
9
|
+
"debugId": "EE1B4CEB39D60A1464756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var{defineProperty:a,getOwnPropertyNames:b,getOwnPropertyDescriptor:w}=Object,I=Object.prototype.hasOwnProperty;function C(e){return this[e]}var c=(e)=>{var r=(l??=new WeakMap).get(e),n;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of b(e))if(!I.call(r,t))a(r,t,{get:C.bind(e,t),enumerable:!(n=w(e,t))||n.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function y(e,r){this[e]=x.bind(null,r)}var d=(e,r)=>{for(var n in r)a(e,n,{get:r[n],enumerable:!0,configurable:!0,set:y.bind(r,n)})};var B={};d(B,{centralIcon:()=>i});module.exports=c(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:n=24,color:t,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 n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,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:t?{color:t}:void 0,innerHTML:g})}var $={};d($,{default:()=>P,IconDoubleCheckmark2:()=>p});module.exports=c($);var u=require("vue");var p=u.defineComponent({name:"IconDoubleCheckmark2",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M1.5 14.8125L7.44445 19.5L18.5 4.5" stroke="currentColor" stroke-linecap="square"/><path d="M11.4445 19.5L22.5 4.5" stroke="currentColor" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-2",maskId:"square-outlined-radius-0-stroke-1-IconDoubleCheckmark2"})}}),P=p;
|
|
2
|
+
|
|
3
|
+
//# debugId=CBD6460B16E8B1B364756E2164756E21
|
|
@@ -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=\\\"M1.5 14.8125L7.44445 19.5L18.5 4.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.4445 19.5L22.5 4.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-2\", maskId: \"square-outlined-radius-0-stroke-1-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,+KAA4L,IAAK,KAAU,EAAO,UAAW,qBAAsB,OAAQ,wDAAyD,CAAC,EAElV,CAAC,EAEc",
|
|
9
|
+
"debugId": "CBD6460B16E8B1B364756E2164756E21",
|
|
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:n=24,color:o,ariaHidden:t=!0,ariaLabel:s,mode:l="masked",maskId:a,...c}=r||{},d=l!=="raw"&&a?u(e,a):e;return m("svg",{...c,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:t?void 0:"img","aria-hidden":t,"aria-label":t?void 0:s,style:o?{color:o}:void 0,innerHTML:d})}import{defineComponent as p}from"vue";var h=p({name:"IconDoubleCheckmark2",inheritAttrs:!1,setup(e,{attrs:r}){return()=>i('<path d="M1.5 14.8125L7.44445 19.5L18.5 4.5" stroke="currentColor" stroke-linecap="square"/><path d="M11.4445 19.5L22.5 4.5" stroke="currentColor" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-2",maskId:"square-outlined-radius-0-stroke-1-IconDoubleCheckmark2"})}}),I=h;export{I as default,h as IconDoubleCheckmark2};
|
|
2
|
+
|
|
3
|
+
//# debugId=43BB0428B5DFE1F964756E2164756E21
|
|
@@ -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=\\\"M1.5 14.8125L7.44445 19.5L18.5 4.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M11.4445 19.5L22.5 4.5\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-2\", maskId: \"square-outlined-radius-0-stroke-1-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,+KAA4L,IAAK,KAAU,EAAO,UAAW,qBAAsB,OAAQ,wDAAyD,CAAC,EAElV,CAAC,EAEc",
|
|
9
|
+
"debugId": "43BB0428B5DFE1F964756E2164756E21",
|
|
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:
|
|
1
|
+
var{defineProperty:a,getOwnPropertyNames:b,getOwnPropertyDescriptor:w}=Object,I=Object.prototype.hasOwnProperty;function C(e){return this[e]}var c=(e)=>{var r=(l??=new WeakMap).get(e),n;if(r)return r;if(r=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of b(e))if(!I.call(r,t))a(r,t,{get:C.bind(e,t),enumerable:!(n=w(e,t))||n.enumerable})}return l.set(e,r),r},l;var x=(e)=>e;function y(e,r){this[e]=x.bind(null,r)}var d=(e,r)=>{for(var n in r)a(e,n,{get:r[n],enumerable:!0,configurable:!0,set:y.bind(r,n)})};var B={};d(B,{centralIcon:()=>s});module.exports=c(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:n=24,color:t,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 n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,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:t?{color:t}:void 0,innerHTML:g})}var $={};d($,{default:()=>P,IconDoubleCheckmark2Small:()=>p});module.exports=c($);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-linecap="square"/><path d="M12.5 16L19.5 8" stroke="currentColor" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-2-small",maskId:"square-outlined-radius-0-stroke-1-IconDoubleCheckmark2Small"})}}),P=p;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=B72BE178B4547C8764756E2164756E21
|
|
@@ -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-linecap=\\\"square\\\"/><path d=\\\"M12.5 16L19.5 8\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-2-small\", maskId: \"square-outlined-radius-0-stroke-1-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,2JAAwK,IAAK,KAAU,EAAO,UAAW,2BAA4B,OAAQ,6DAA8D,CAAC,EAEzU,CAAC,EAEc",
|
|
9
|
-
"debugId": "
|
|
9
|
+
"debugId": "B72BE178B4547C8764756E2164756E21",
|
|
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:n=24,color:o,ariaHidden:t=!0,ariaLabel:i,mode:l="masked",maskId:a,...c}=r||{},d=l!=="raw"&&a?u(e,a):e;return m("svg",{...c,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:t?void 0:"img","aria-hidden":t,"aria-label":t?void 0:i,style:o?{color:o}:void 0,innerHTML:d})}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-linecap="square"/><path d="M12.5 16L19.5 8" stroke="currentColor" stroke-linecap="square"/>',{...e,...r,ariaLabel:"double-checkmark-2-small",maskId:"square-outlined-radius-0-stroke-1-IconDoubleCheckmark2Small"})}}),I=h;export{I as default,h as IconDoubleCheckmark2Small};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=6E9E24A10528FBA864756E2164756E21
|
|
@@ -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-linecap=\\\"square\\\"/><path d=\\\"M12.5 16L19.5 8\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/>\", { ...props, ...attrs, ariaLabel: \"double-checkmark-2-small\", maskId: \"square-outlined-radius-0-stroke-1-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,2JAAwK,IAAK,KAAU,EAAO,UAAW,2BAA4B,OAAQ,6DAA8D,CAAC,EAEzU,CAAC,EAEc",
|
|
9
|
-
"debugId": "
|
|
9
|
+
"debugId": "6E9E24A10528FBA864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var{defineProperty:i,getOwnPropertyNames:C,getOwnPropertyDescriptor:w}=Object,I=Object.prototype.hasOwnProperty;function x(e){return this[e]}var d=(e)=>{var r=(l??=new WeakMap).get(e),n;if(r)return r;if(r=i({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of C(e))if(!I.call(r,t))i(r,t,{get:x.bind(e,t),enumerable:!(n=w(e,t))||n.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 n in r)i(e,n,{get:r[n],enumerable:!0,configurable:!0,set:y.bind(r,n)})};var B={};c(B,{centralIcon:()=>s});module.exports=d(B);var u=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:n=24,color:t,ariaHidden:o=!0,ariaLabel:h,mode:f="masked",maskId:a,...g}=r||{},k=f!=="raw"&&a?L(e,a):e;return u.h("svg",{...g,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,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:t?{color:t}:void 0,innerHTML:k})}var U={};c(U,{default:()=>$,IconShieldUser:()=>m});module.exports=d(U);var p=require("vue");var m=p.defineComponent({name:"IconShieldUser",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M3.5 5.5L12 2L20.5 5.5V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V5.5Z" stroke="currentColor" stroke-linecap="square"/><path d="M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z" stroke="currentColor" stroke-linejoin="round"/><path d="M5.875 18.8454C7.23739 17.0213 9.38105 15.8516 11.9999 15.8516C14.6187 15.8516 16.7624 17.0213 18.1248 18.8454" stroke="currentColor" stroke-linejoin="round"/>',{...e,...r,ariaLabel:"shield-user, personal-data, id",maskId:"square-outlined-radius-0-stroke-1-IconShieldUser"})}}),$=m;
|
|
2
|
+
|
|
3
|
+
//# debugId=729F10E5CAE9933064756E2164756E21
|
|
@@ -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=\\\"M3.5 5.5L12 2L20.5 5.5V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V5.5Z\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M5.875 18.8454C7.23739 17.0213 9.38105 15.8516 11.9999 15.8516C14.6187 15.8516 16.7624 17.0213 18.1248 18.8454\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\"/>\", { ...props, ...attrs, ariaLabel: \"shield-user, personal-data, id\", maskId: \"square-outlined-radius-0-stroke-1-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,ggBAAmhB,IAAK,KAAU,EAAO,UAAW,iCAAkC,OAAQ,kDAAmD,CAAC,EAE/qB,CAAC,EAEc",
|
|
9
|
+
"debugId": "729F10E5CAE9933064756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import{h as u}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:n=24,color:o,ariaHidden:t=!0,ariaLabel:a,mode:l="masked",maskId:i,...d}=r||{},c=l!=="raw"&&i?p(e,i):e;return u("svg",{...d,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:t?void 0:"img","aria-hidden":t,"aria-label":t?void 0:a,style:o?{color:o}:void 0,innerHTML:c})}import{defineComponent as m}from"vue";var h=m({name:"IconShieldUser",inheritAttrs:!1,setup(e,{attrs:r}){return()=>s('<path d="M3.5 5.5L12 2L20.5 5.5V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V5.5Z" stroke="currentColor" stroke-linecap="square"/><path d="M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z" stroke="currentColor" stroke-linejoin="round"/><path d="M5.875 18.8454C7.23739 17.0213 9.38105 15.8516 11.9999 15.8516C14.6187 15.8516 16.7624 17.0213 18.1248 18.8454" stroke="currentColor" stroke-linejoin="round"/>',{...e,...r,ariaLabel:"shield-user, personal-data, id",maskId:"square-outlined-radius-0-stroke-1-IconShieldUser"})}}),I=h;export{I as default,h as IconShieldUser};
|
|
2
|
+
|
|
3
|
+
//# debugId=2664E913CDEB7FA864756E2164756E21
|
|
@@ -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=\\\"M3.5 5.5L12 2L20.5 5.5V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V5.5Z\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"square\\\"/><path d=\\\"M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M5.875 18.8454C7.23739 17.0213 9.38105 15.8516 11.9999 15.8516C14.6187 15.8516 16.7624 17.0213 18.1248 18.8454\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\"/>\", { ...props, ...attrs, ariaLabel: \"shield-user, personal-data, id\", maskId: \"square-outlined-radius-0-stroke-1-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,ggBAAmhB,IAAK,KAAU,EAAO,UAAW,iCAAkC,OAAQ,kDAAmD,CAAC,EAE/qB,CAAC,EAEc",
|
|
9
|
+
"debugId": "2664E913CDEB7FA864756E2164756E21",
|
|
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
|
|