@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.48 → 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/IconPeopleCircle/index.js +1 -1
- package/IconPeopleCircle/index.js.map +1 -1
- package/IconPeopleCircle/index.mjs +1 -1
- package/IconPeopleCircle/index.mjs.map +1 -1
- 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/IconPreview/index.d.ts +4 -0
- package/IconPreview/index.js +2 -0
- package/IconPreview/index.js.map +1 -0
- package/IconPreview/index.mjs +2 -0
- package/IconPreview/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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
- package/tsx-icons.json +15 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!d.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconPeopleCircle:()=>i,default:()=>g});module.exports=x(h);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!d.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconPeopleCircle:()=>i,default:()=>g});module.exports=x(h);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z",fill:"currentColor"})),g=i;0&&(module.exports={IconPeopleCircle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleCircle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mgBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleCircle_exports","__export","IconPeopleCircle","IconPeopleCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleCircle","props","React","CentralIconBase","IconPeopleCircle_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z",fill:"currentColor"})),d=a;export{a as IconPeopleCircle,d as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleCircle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mgBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleCircle","props","React","CentralIconBase","IconPeopleCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)e(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==c&&e(r,C,{get:()=>o[C],enumerable:!(t=s(o,C))||t.enumerable});return r};var i=(r,o,c)=>(c=r!=null?m(I(r)):{},f(o||!r||!r.__esModule?e(c,"default",{value:r,enumerable:!0}):c,r)),v=r=>f(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>d});module.exports=v(h);var l=i(require("react"));var p=i(require("react")),u=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.default.createElement(u.Svg,{...c,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"19.9992",cy:"19.9992",r:"0.8",fill:"currentColor"})),d=y;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z\"\n fill=\"currentColor\"\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 <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"19.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,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,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,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,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...e})=>t.createElement(f,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as C}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(C,{d:"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z",fill:"currentColor"}),r.createElement(C,{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(o,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"19.9992",cy:"19.9992",r:"0.8",fill:"currentColor"})),g=i;export{i as IconPersona,g 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z\"\n fill=\"currentColor\"\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 <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"19.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},l=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!P.call(C,e)&&e!==o&&t(C,e,{get:()=>r[e],enumerable:!(p=v(r,e))||p.enumerable});return C};var a=(C,r,o)=>(o=C!=null?u(I(C)):{},l(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),x=C=>l(t({},"__esModule",{value:!0}),C);var h={};d(h,{IconPreview:()=>i,default:()=>g});module.exports=x(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>m.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 3.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconPreview});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPreview/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPreview: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPreview;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,07CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPreview_exports","__export","IconPreview","IconPreview_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPreview","props","React","CentralIconBase","IconPreview_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(o,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 3.5Z",fill:"currentColor"})),P=a;export{a as IconPreview,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPreview/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPreview: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPreview;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,07CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPreview","props","React","CentralIconBase","IconPreview_default"]}
|
package/README.md
CHANGED
|
@@ -985,6 +985,7 @@ Below is a complete list of available icons:
|
|
|
985
985
|
- IconPlanning
|
|
986
986
|
- IconPlusLarge
|
|
987
987
|
- IconPlusSmall
|
|
988
|
+
- IconPreview
|
|
988
989
|
- IconProgress25
|
|
989
990
|
- IconProgress50
|
|
990
991
|
- IconProgress75
|
|
@@ -1166,6 +1167,7 @@ Below is a complete list of available icons:
|
|
|
1166
1167
|
- IconPeopleRemove
|
|
1167
1168
|
- IconPeopleRemove2
|
|
1168
1169
|
- IconPeopleVersus
|
|
1170
|
+
- IconPersona
|
|
1169
1171
|
- IconSteveJobs
|
|
1170
1172
|
- IconStreaming
|
|
1171
1173
|
- IconSurfing
|
package/filtered-icons.json
CHANGED
|
@@ -15388,7 +15388,7 @@
|
|
|
15388
15388
|
},
|
|
15389
15389
|
{
|
|
15390
15390
|
"category": "People",
|
|
15391
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12
|
|
15391
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 14.897 20.7684 17.5067 18.7998 19.333C17.0155 20.9883 14.6258 22 12 22C9.3742 22 6.98446 20.9883 5.2002 19.333C3.23164 17.5067 2 14.897 2 12C2 6.47715 6.47715 2 12 2ZM12 15C9.21655 15 6.98461 16.3574 5.69141 18.4189C7.31552 20.0153 9.54279 21 12 21C14.4572 21 16.6845 20.0153 18.3086 18.4189C17.0154 16.3574 14.7834 15 12 15ZM12 6.75C10.2051 6.75 8.75 8.20507 8.75 10C8.75 11.7949 10.2051 13.25 12 13.25C13.7949 13.25 15.25 11.7949 15.25 10C15.25 8.20507 13.7949 6.75 12 6.75Z\" fill=\"currentColor\"/>",
|
|
15392
15392
|
"iconName": "people-circle, user-circle,avatar,profile",
|
|
15393
15393
|
"variant": {
|
|
15394
15394
|
"join": "square",
|
|
@@ -15512,6 +15512,20 @@
|
|
|
15512
15512
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
15513
15513
|
"componentName": "IconPerplexity"
|
|
15514
15514
|
},
|
|
15515
|
+
{
|
|
15516
|
+
"category": "People",
|
|
15517
|
+
"svg": "<path d=\"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z\" fill=\"currentColor\"/><path d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"19.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/>",
|
|
15518
|
+
"iconName": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
15519
|
+
"variant": {
|
|
15520
|
+
"join": "square",
|
|
15521
|
+
"filled": "on",
|
|
15522
|
+
"radius": "0",
|
|
15523
|
+
"stroke": "1"
|
|
15524
|
+
},
|
|
15525
|
+
"createdAt": "2025-12-01T13:01:49.190957+00:00",
|
|
15526
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
15527
|
+
"componentName": "IconPersona"
|
|
15528
|
+
},
|
|
15515
15529
|
{
|
|
15516
15530
|
"category": "Things",
|
|
15517
15531
|
"svg": "<path d=\"M11.9999 10C11.0599 10 10.0079 10.5552 9.05759 11.3218C8.08799 12.1041 7.14296 13.1719 6.41073 14.3355C5.68099 15.4952 5.14082 16.7848 5.02362 18.0117C4.90502 19.2534 5.22126 20.4609 6.24006 21.3474C6.9751 21.9869 7.74955 22.1116 8.48421 21.9139C9.17479 21.728 9.79403 21.2673 10.3033 20.8242L10.3216 20.8082L10.3382 20.7907C10.6836 20.4258 11.3076 20.2009 12.0176 20.2009C12.723 20.2009 13.4024 20.4241 13.8284 20.8153L13.8383 20.8242C14.3348 21.2562 14.921 21.7231 15.5785 21.9117C16.293 22.1166 17.0331 21.9796 17.7597 21.3473C18.7785 20.4608 19.0947 19.2534 18.9761 18.0117C18.8589 16.7848 18.3187 15.4952 17.589 14.3355C16.8568 13.1719 15.9117 12.1041 14.9421 11.3218C13.9918 10.5552 12.9398 10 11.9999 10Z\" fill=\"currentColor\"/><path d=\"M8.89522 2.00151C8.11725 1.97043 7.48375 2.42255 7.07945 3.05325C6.67589 3.68279 6.46646 4.52934 6.50438 5.44107C6.54236 6.35404 6.82273 7.20579 7.26502 7.84785C7.70247 8.48289 8.34259 8.9681 9.10476 8.99855C9.88273 9.02963 10.5162 8.57751 10.9205 7.94681C11.3241 7.31727 11.5335 6.47072 11.4956 5.55899C11.4576 4.64602 11.1773 3.79427 10.735 3.15221C10.2975 2.51717 9.65739 2.03196 8.89522 2.00151Z\" fill=\"currentColor\"/><path d=\"M17.4956 5.44107C17.5335 4.52934 17.3241 3.68279 16.9205 3.05325C16.5162 2.42255 15.8827 1.97043 15.1048 2.00151C14.3426 2.03196 13.7025 2.51717 13.265 3.15221C12.8227 3.79427 12.5424 4.64602 12.5044 5.55899C12.4665 6.47072 12.6759 7.31728 13.0794 7.94681C13.4838 8.57751 14.1173 9.02963 14.8952 8.99855C15.6574 8.9681 16.2975 8.48289 16.735 7.84785C17.1773 7.20579 17.4576 6.35404 17.4956 5.44107Z\" fill=\"currentColor\"/><path d=\"M6.90309 8.86539C6.72494 8.02308 6.32236 7.27996 5.79504 6.76078C5.27174 6.24557 4.57989 5.91269 3.84871 6.02017C3.10683 6.12923 2.57156 6.65464 2.28031 7.31258C1.98973 7.969 1.91887 8.79352 2.09685 9.63502C2.275 10.4773 2.67758 11.2205 3.2049 11.7396C3.7282 12.2549 4.42005 12.5877 5.15123 12.4802C5.89311 12.3712 6.42838 11.8458 6.71963 11.1878C7.01021 10.5314 7.08107 9.7069 6.90309 8.86539Z\" fill=\"currentColor\"/><path d=\"M20.1512 6.02017C19.42 5.91269 18.7282 6.24557 18.2049 6.76078C17.6776 7.27996 17.275 8.02308 17.0968 8.86539C16.9189 9.7069 16.9897 10.5314 17.2803 11.1878C17.5716 11.8458 18.1068 12.3712 18.8487 12.4802C19.5799 12.5877 20.2717 12.2549 20.795 11.7396C21.3224 11.2205 21.7249 10.4773 21.9031 9.63502C22.0811 8.79352 22.0102 7.969 21.7196 7.31258C21.4284 6.65464 20.8931 6.12923 20.1512 6.02017Z\" fill=\"currentColor\"/>",
|
|
@@ -16184,6 +16198,20 @@
|
|
|
16184
16198
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
16185
16199
|
"componentName": "IconPowerPlant"
|
|
16186
16200
|
},
|
|
16201
|
+
{
|
|
16202
|
+
"category": "Interface General",
|
|
16203
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0002 2.5C13.8305 2.50002 15.5075 2.72721 16.7433 3.10742C17.3581 3.2966 17.8922 3.53279 18.2834 3.81738C18.6636 4.09403 19.0002 4.4873 19.0002 5V10.4062L20.7853 15.0479C21.2566 16.2732 21.325 17.8321 20.2257 18.8789C18.9332 20.1095 16.4722 21.5 12.0002 21.5C7.52808 21.5 5.06713 20.1095 3.77457 18.8789C2.67516 17.8321 2.7437 16.2732 3.215 15.0479L5.00016 10.4062V5C5.00016 4.48724 5.33666 4.09404 5.71695 3.81738C6.10819 3.53281 6.6422 3.29659 7.25699 3.10742C8.4928 2.72723 10.1698 2.5 12.0002 2.5ZM18.0841 10.8135C17.7184 11.0397 17.26 11.2336 16.7433 11.3926C15.5075 11.7728 13.8305 12 12.0002 12C10.1698 12 8.4928 11.7728 7.25699 11.3926C6.74006 11.2335 6.28102 11.0398 5.9152 10.8135L4.14859 15.4072C3.74172 16.4653 3.79167 17.514 4.46402 18.1543C5.54912 19.1875 7.75332 20.5 12.0002 20.5C16.247 20.5 18.4513 19.1875 19.5363 18.1543C20.2085 17.514 20.2585 16.4652 19.8517 15.4072L18.0841 10.8135ZM12.0002 3.5C10.2409 3.5 8.66762 3.71991 7.55094 4.06348C6.98963 4.23619 6.57144 4.43207 6.30484 4.62598C6.02752 4.82778 6.00016 4.96049 6.00016 5C6.00016 5.03951 6.02752 5.17222 6.30484 5.37402C6.57144 5.56793 6.98963 5.76381 7.55094 5.93652C8.66762 6.28009 10.2409 6.5 12.0002 6.5C13.7594 6.49998 15.3327 6.28011 16.4494 5.93652C17.0107 5.7638 17.4289 5.56794 17.6955 5.37402C17.9727 5.17227 18.0002 5.0395 18.0002 5C18.0002 4.9605 17.9727 4.82773 17.6955 4.62598C17.4289 4.43206 17.0107 4.2362 16.4494 4.06348C15.3327 3.71989 13.7594 3.50002 12.0002 3.5Z\" fill=\"currentColor\"/>",
|
|
16204
|
+
"iconName": "preview, details",
|
|
16205
|
+
"variant": {
|
|
16206
|
+
"join": "square",
|
|
16207
|
+
"filled": "on",
|
|
16208
|
+
"radius": "0",
|
|
16209
|
+
"stroke": "1"
|
|
16210
|
+
},
|
|
16211
|
+
"createdAt": "2025-12-01T10:01:37.853572+00:00",
|
|
16212
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
16213
|
+
"componentName": "IconPreview"
|
|
16214
|
+
},
|
|
16187
16215
|
{
|
|
16188
16216
|
"category": "Devices & Signals",
|
|
16189
16217
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 2H6V6H2V18H6V22H18V18H22V6H18V2ZM17 6V3H7V6H17ZM17 14H7V21H17V14ZM6 10H10V11H6V10Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1107,6 +1107,7 @@ export type CentralIconName =
|
|
|
1107
1107
|
| "IconPeopleVersus"
|
|
1108
1108
|
| "IconPercent"
|
|
1109
1109
|
| "IconPerplexity"
|
|
1110
|
+
| "IconPersona"
|
|
1110
1111
|
| "IconPets"
|
|
1111
1112
|
| "IconPhone"
|
|
1112
1113
|
| "IconPhoneDynamicIsland"
|
|
@@ -1155,6 +1156,7 @@ export type CentralIconName =
|
|
|
1155
1156
|
| "IconPostcard2"
|
|
1156
1157
|
| "IconPound"
|
|
1157
1158
|
| "IconPowerPlant"
|
|
1159
|
+
| "IconPreview"
|
|
1158
1160
|
| "IconPrinter"
|
|
1159
1161
|
| "IconProcessor"
|
|
1160
1162
|
| "IconProducthunt"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.50",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1611,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 61,
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
]
|
|
774
774
|
},
|
|
775
775
|
"Interface General": {
|
|
776
|
-
"count":
|
|
776
|
+
"count": 171,
|
|
777
777
|
"icons": [
|
|
778
778
|
"IconAnchor1",
|
|
779
779
|
"IconAnchor2",
|
|
@@ -889,6 +889,7 @@
|
|
|
889
889
|
"IconPlanning",
|
|
890
890
|
"IconPlusLarge",
|
|
891
891
|
"IconPlusSmall",
|
|
892
|
+
"IconPreview",
|
|
892
893
|
"IconProgress25",
|
|
893
894
|
"IconProgress50",
|
|
894
895
|
"IconProgress75",
|
|
@@ -1055,7 +1056,7 @@
|
|
|
1055
1056
|
]
|
|
1056
1057
|
},
|
|
1057
1058
|
"People": {
|
|
1058
|
-
"count":
|
|
1059
|
+
"count": 32,
|
|
1059
1060
|
"icons": [
|
|
1060
1061
|
"IconAura",
|
|
1061
1062
|
"IconBathMan1",
|
|
@@ -1080,6 +1081,7 @@
|
|
|
1080
1081
|
"IconPeopleRemove",
|
|
1081
1082
|
"IconPeopleRemove2",
|
|
1082
1083
|
"IconPeopleVersus",
|
|
1084
|
+
"IconPersona",
|
|
1083
1085
|
"IconSteveJobs",
|
|
1084
1086
|
"IconStreaming",
|
|
1085
1087
|
"IconSurfing",
|
|
@@ -2907,6 +2909,7 @@
|
|
|
2907
2909
|
"IconPeopleVersus": "people-versus, vs, match, 1v1",
|
|
2908
2910
|
"IconPercent": "percent, sales",
|
|
2909
2911
|
"IconPerplexity": "perplexity",
|
|
2912
|
+
"IconPersona": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
2910
2913
|
"IconPets": "pets, paw, animal",
|
|
2911
2914
|
"IconPhone": "phone, iphone, mobile",
|
|
2912
2915
|
"IconPhoneDynamicIsland": "phone-dynamic-island",
|
|
@@ -2955,6 +2958,7 @@
|
|
|
2955
2958
|
"IconPostcard2": "postcard-2, address",
|
|
2956
2959
|
"IconPound": "pound, currency, money, coin, GBP",
|
|
2957
2960
|
"IconPowerPlant": "power-plant, coal, gas, factory",
|
|
2961
|
+
"IconPreview": "preview, details",
|
|
2958
2962
|
"IconPrinter": "printer, print",
|
|
2959
2963
|
"IconProcessor": "processor, chip",
|
|
2960
2964
|
"IconProducthunt": "producthunt",
|
package/index.d.ts
CHANGED
|
@@ -1106,6 +1106,7 @@ export { IconPeopleRemove2, default as IconPeopleRemove2Default, } from "./IconP
|
|
|
1106
1106
|
export { IconPeopleVersus, default as IconPeopleVersusDefault, } from "./IconPeopleVersus";
|
|
1107
1107
|
export { IconPercent, default as IconPercentDefault } from "./IconPercent";
|
|
1108
1108
|
export { IconPerplexity, default as IconPerplexityDefault, } from "./IconPerplexity";
|
|
1109
|
+
export { IconPersona, default as IconPersonaDefault } from "./IconPersona";
|
|
1109
1110
|
export { IconPets, default as IconPetsDefault } from "./IconPets";
|
|
1110
1111
|
export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
|
|
1111
1112
|
export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault, } from "./IconPhoneDynamicIsland";
|
|
@@ -1154,6 +1155,7 @@ export { IconPostcard1, default as IconPostcard1Default, } from "./IconPostcard1
|
|
|
1154
1155
|
export { IconPostcard2, default as IconPostcard2Default, } from "./IconPostcard2";
|
|
1155
1156
|
export { IconPound, default as IconPoundDefault } from "./IconPound";
|
|
1156
1157
|
export { IconPowerPlant, default as IconPowerPlantDefault, } from "./IconPowerPlant";
|
|
1158
|
+
export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
|
|
1157
1159
|
export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
|
|
1158
1160
|
export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
|
|
1159
1161
|
export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
|