@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.49 → 1.1.50
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/IconPersona/index.d.ts +4 -0
- package/IconPersona/index.js +2 -0
- package/IconPersona/index.js.map +1 -0
- package/IconPersona/index.mjs +2 -0
- package/IconPersona/index.mjs.map +1 -0
- package/README.md +1 -0
- package/icons/index.d.ts +1 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var y=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,l)=>{for(var c in l)t(r,c,{get:l[c],enumerable:!0})},C=(r,l,c,n)=>{if(l&&typeof l=="object"||typeof l=="function")for(let e of a(l))!h.call(r,e)&&e!==c&&t(r,e,{get:()=>l[e],enumerable:!(n=m(l,e))||n.enumerable});return r};var f=(r,l,c)=>(c=r!=null?y(g(r)):{},C(l||!r||!r.__esModule?t(c,"default",{value:r,enumerable:!0}):c,r)),I=r=>C(t({},"__esModule",{value:!0}),r);var b={};B(b,{IconPersona:()=>u,default:()=>P});module.exports=I(b);var o=f(require("react"));var i=f(require("react")),p=({children:r,size:l=24,ariaLabel:c,color:n,ariaHidden:e=!0,style:s,...x})=>i.default.createElement("svg",{...x,"aria-hidden":e,role:e?void 0:"img",width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...s}},c&&!e&&i.default.createElement("title",null,c),r);var u=r=>o.default.createElement(p,{...r,ariaLabel:"persona, thanos-effect, remove-user, remove-account, blip"},o.default.createElement("path",{d:"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z",fill:"currentColor"}),o.default.createElement("path",{d:"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z",fill:"currentColor"}),o.default.createElement("circle",{cx:"14.0016",cy:"3.24961",r:"0.9",fill:"currentColor"}),o.default.createElement("circle",{cx:"14.0016",cy:"6.49961",r:"0.9",fill:"currentColor"}),o.default.createElement("circle",{cx:"17",cy:"5",r:"0.75",fill:"currentColor"}),o.default.createElement("circle",{cx:"17",cy:"8",r:"0.75",fill:"currentColor"}),o.default.createElement("circle",{cx:"14.0016",cy:"9.74961",r:"0.9",fill:"currentColor"}),o.default.createElement("circle",{cx:"14.0016",cy:"12.9996",r:"0.9",fill:"currentColor"}),o.default.createElement("circle",{cx:"17",cy:"13",r:"0.75",fill:"currentColor"}),o.default.createElement("circle",{cx:"20",cy:"16.5",r:"0.75",fill:"currentColor"}),o.default.createElement("circle",{cx:"14.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),o.default.createElement("circle",{cx:"17.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),o.default.createElement("circle",{cx:"14.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),o.default.createElement("circle",{cx:"17.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),o.default.createElement("circle",{cx:"20.0016",cy:"19.9996",r:"0.9",fill:"currentColor"})),P=u;0&&(module.exports={IconPersona});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPersona: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"persona, thanos-effect, remove-user, remove-account, blip\"\n >\n <path\n d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"14.0016\" cy=\"3.24961\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"6.49961\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"9.74961\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"12.9996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"17.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"17.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"20.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,6DAEV,EAAAC,QAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconPersona_exports","__export","IconPersona","IconPersona_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import n from"react";var t=({children:o,size:l=24,ariaLabel:e,color:i,ariaHidden:c=!0,style:C,...f})=>n.createElement("svg",{...f,"aria-hidden":c,role:c?void 0:"img",width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:i,...C}},e&&!c&&n.createElement("title",null,e),o);var p=o=>r.createElement(t,{...o,ariaLabel:"persona, thanos-effect, remove-user, remove-account, blip"},r.createElement("path",{d:"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z",fill:"currentColor"}),r.createElement("path",{d:"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z",fill:"currentColor"}),r.createElement("circle",{cx:"14.0016",cy:"3.24961",r:"0.9",fill:"currentColor"}),r.createElement("circle",{cx:"14.0016",cy:"6.49961",r:"0.9",fill:"currentColor"}),r.createElement("circle",{cx:"17",cy:"5",r:"0.75",fill:"currentColor"}),r.createElement("circle",{cx:"17",cy:"8",r:"0.75",fill:"currentColor"}),r.createElement("circle",{cx:"14.0016",cy:"9.74961",r:"0.9",fill:"currentColor"}),r.createElement("circle",{cx:"14.0016",cy:"12.9996",r:"0.9",fill:"currentColor"}),r.createElement("circle",{cx:"17",cy:"13",r:"0.75",fill:"currentColor"}),r.createElement("circle",{cx:"20",cy:"16.5",r:"0.75",fill:"currentColor"}),r.createElement("circle",{cx:"14.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),r.createElement("circle",{cx:"17.0016",cy:"16.4996",r:"0.9",fill:"currentColor"}),r.createElement("circle",{cx:"14.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),r.createElement("circle",{cx:"17.0016",cy:"19.9996",r:"0.9",fill:"currentColor"}),r.createElement("circle",{cx:"20.0016",cy:"19.9996",r:"0.9",fill:"currentColor"})),m=p;export{p as IconPersona,m as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPersona: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"persona, thanos-effect, remove-user, remove-account, blip\"\n >\n <path\n d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 21H3.67578L3.75293 20.1797C4.15439 15.9096 7.38414 12.5 12 12.5V21Z\"\n fill=\"currentColor\"\n />\n <circle cx=\"14.0016\" cy=\"3.24961\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"6.49961\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"9.74961\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"12.9996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"17.0016\" cy=\"16.4996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"14.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"17.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n <circle cx=\"20.0016\" cy=\"19.9996\" r=\"0.9\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,6DAEVC,EAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,0EACF,KAAK,eACP,EACAA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpDA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpDA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACrDA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvDA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DA,EAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
package/README.md
CHANGED