@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.87 → 1.1.88

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCloudWeather: FC<CentralIconBaseProps>;
4
+ export default IconCloudWeather;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconCloudWeather:()=>u,default:()=>d});module.exports=h(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(l.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.8892 5 14.3696 6.75042 15.4386 9.24864C15.9299 9.08728 16.4547 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z",stroke:"currentColor",strokeWidth:"2"})),d=u;0&&(module.exports={IconCloudWeather});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudWeather/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 IconCloudWeather: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.8892 5 14.3696 6.75042 15.4386 9.24864C15.9299 9.08728 16.4547 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudWeather;\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,EAAE,6LACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconCloudWeather_exports","__export","IconCloudWeather","IconCloudWeather_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudWeather","props","React","CentralIconBase","IconCloudWeather_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.8892 5 14.3696 6.75042 15.4386 9.24864C15.9299 9.08728 16.4547 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z",stroke:"currentColor",strokeWidth:"2"})),P=s;export{s as IconCloud1,P as default};
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.8892 5 14.3696 6.75042 15.4386 9.24864C15.9299 9.08728 16.4547 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z",stroke:"currentColor",strokeWidth:"2"})),P=s;export{s as IconCloudWeather,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudWeather/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 IconCloudWeather: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.8892 5 14.3696 6.75042 15.4386 9.24864C15.9299 9.08728 16.4547 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudWeather;\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,EAAE,6LACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudWeather","props","React","CentralIconBase","IconCloudWeather_default"]}
@@ -1,4 +1,4 @@
1
1
  import { FC } from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconCloud1: FC<CentralIconBaseProps>;
4
- export default IconCloud1;
3
+ export declare const IconHandshake: FC<CentralIconBaseProps>;
4
+ export default IconHandshake;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=i(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconHandshake:()=>B,default:()=>d});module.exports=h(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(l.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M11.8305 5.68856C9.57907 3.43715 5.92881 3.43715 3.6774 5.68856C1.57785 7.78811 1.40103 11.1544 3.42019 13.3313C6.08945 16.2092 8.93341 18.8876 11.9966 21.411C15.0598 18.8876 17.9037 16.2092 20.573 13.3313C22.5921 11.1544 22.4153 7.78811 20.3158 5.68856C18.0644 3.43715 14.4141 3.43715 12.1627 5.68856L7.75394 10.0973L8.8146 11.158C9.98617 12.3295 11.8857 12.3295 13.0572 11.158L14.4715 9.74375L18.7141 13.9864",stroke:"currentColor",strokeWidth:"2"})),d=B;0&&(module.exports={IconHandshake});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHandshake/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 IconHandshake: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.8305 5.68856C9.57907 3.43715 5.92881 3.43715 3.6774 5.68856C1.57785 7.78811 1.40103 11.1544 3.42019 13.3313C6.08945 16.2092 8.93341 18.8876 11.9966 21.411C15.0598 18.8876 17.9037 16.2092 20.573 13.3313C22.5921 11.1544 22.4153 7.78811 20.3158 5.68856C18.0644 3.43715 14.4141 3.43715 12.1627 5.68856L7.75394 10.0973L8.8146 11.158C9.98617 12.3295 11.8857 12.3295 13.0572 11.158L14.4715 9.74375L18.7141 13.9864\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHandshake;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6ZACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconHandshake_exports","__export","IconHandshake","IconHandshake_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHandshake","props","React","CentralIconBase","IconHandshake_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M11.8305 5.68856C9.57907 3.43715 5.92881 3.43715 3.6774 5.68856C1.57785 7.78811 1.40103 11.1544 3.42019 13.3313C6.08945 16.2092 8.93341 18.8876 11.9966 21.411C15.0598 18.8876 17.9037 16.2092 20.573 13.3313C22.5921 11.1544 22.4153 7.78811 20.3158 5.68856C18.0644 3.43715 14.4141 3.43715 12.1627 5.68856L7.75394 10.0973L8.8146 11.158C9.98617 12.3295 11.8857 12.3295 13.0572 11.158L14.4715 9.74375L18.7141 13.9864",stroke:"currentColor",strokeWidth:"2"})),P=s;export{s as IconHandshake,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHandshake/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 IconHandshake: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.8305 5.68856C9.57907 3.43715 5.92881 3.43715 3.6774 5.68856C1.57785 7.78811 1.40103 11.1544 3.42019 13.3313C6.08945 16.2092 8.93341 18.8876 11.9966 21.411C15.0598 18.8876 17.9037 16.2092 20.573 13.3313C22.5921 11.1544 22.4153 7.78811 20.3158 5.68856C18.0644 3.43715 14.4141 3.43715 12.1627 5.68856L7.75394 10.0973L8.8146 11.158C9.98617 12.3295 11.8857 12.3295 13.0572 11.158L14.4715 9.74375L18.7141 13.9864\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHandshake;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6ZACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHandshake","props","React","CentralIconBase","IconHandshake_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPeopleIdCard: FC<CentralIconBaseProps>;
4
+ export default IconPeopleIdCard;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of I(o))!k.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=f(o,p))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(h(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>l(s({},"__esModule",{value:!0}),r);var g={};x(g,{IconPeopleIdCard:()=>i,default:()=>P});module.exports=B(g);var e=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),d=({children:r,size:o=24,...t})=>c.default.createElement(m.Svg,{...t,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"),i=r=>e.default.createElement(d,{...r},e.default.createElement(n.Path,{d:"M19.5 3H4.5V21H19.5V3Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"2",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M16 21C16 18.7909 14.2091 17 12 17C9.79086 17 8 18.7909 8 21",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M9 6.5H15",stroke:"currentColor",strokeWidth:"2"})),P=i;0&&(module.exports={IconPeopleIdCard});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleIdCard/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 IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M19.5 3H4.5V21H19.5V3Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"12\" cy=\"12\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M16 21C16 18.7909 14.2091 17 12 17C9.79086 17 8 18.7909 8 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M9 6.5H15\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleIdCard;\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,EAA6B,4BAEhBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAI,EACvE,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,CAC5D,EAIGE,EAAQJ","names":["IconPeopleIdCard_exports","__export","IconPeopleIdCard","IconPeopleIdCard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleIdCard","props","React","CentralIconBase","IconPeopleIdCard_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as l,Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M19.5 3H4.5V21H19.5V3Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(l,{cx:"12",cy:"12",r:"2",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M16 21C16 18.7909 14.2091 17 12 17C9.79086 17 8 18.7909 8 21",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M9 6.5H15",stroke:"currentColor",strokeWidth:"2"})),x=a;export{a as IconPeopleIdCard,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleIdCard/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 IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M19.5 3H4.5V21H19.5V3Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"12\" cy=\"12\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M16 21C16 18.7909 14.2091 17 12 17C9.79086 17 8 18.7909 8 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M9 6.5H15\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleIdCard;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAI,EACvEG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,CAC5D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPeopleIdCard","props","React","CentralIconBase","IconPeopleIdCard_default"]}
package/README.md CHANGED
@@ -916,6 +916,7 @@ Below is a complete list of available icons:
916
916
  - IconFistbump
917
917
  - IconHand4Finger
918
918
  - IconHand5Finger
919
+ - IconHandshake
919
920
  - IconHumanMashine
920
921
  - IconMagicHands
921
922
  - IconMoneyHand
@@ -1244,6 +1245,7 @@ Below is a complete list of available icons:
1244
1245
  - IconPeopleCopy
1245
1246
  - IconPeopleEdit
1246
1247
  - IconPeopleGear
1248
+ - IconPeopleIdCard
1247
1249
  - IconPeopleLike
1248
1250
  - IconPeopleRemove
1249
1251
  - IconPeopleRemove2
@@ -1918,8 +1920,8 @@ Below is a complete list of available icons:
1918
1920
 
1919
1921
  ### Weather
1920
1922
 
1921
- - IconCloud1
1922
1923
  - IconCloudSnow
1924
+ - IconCloudWeather
1923
1925
  - IconCloudy
1924
1926
  - IconCloudySun
1925
1927
  - IconDrop
@@ -6524,20 +6524,6 @@
6524
6524
  "packageName": "square-outlined-radius-0-stroke-2",
6525
6525
  "componentName": "IconCloud"
6526
6526
  },
6527
- {
6528
- "category": "Weather",
6529
- "svg": "<path d=\"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.8892 5 14.3696 6.75042 15.4386 9.24864C15.9299 9.08728 16.4547 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
6530
- "iconName": "cloud, clouds",
6531
- "variant": {
6532
- "join": "square",
6533
- "filled": "off",
6534
- "radius": "0",
6535
- "stroke": "2"
6536
- },
6537
- "createdAt": "2025-02-15T21:11:34.065631+00:00",
6538
- "packageName": "square-outlined-radius-0-stroke-2",
6539
- "componentName": "IconCloud1"
6540
- },
6541
6527
  {
6542
6528
  "category": "Clouds",
6543
6529
  "svg": "<path d=\"M5.14089 18.6429C3.30008 17.9052 2 16.1044 2 14C2 11.4673 3.88316 9.37436 6.32568 9.04508C7.13649 6.69118 9.37075 5 12 5C14.6293 5 16.8635 6.69118 17.6743 9.04508C20.1168 9.37436 22 11.4673 22 14C22 16.1044 20.6999 17.9052 18.8591 18.6429\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M9 17L11.3333 19.5L16 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -6692,6 +6678,20 @@
6692
6678
  "packageName": "square-outlined-radius-0-stroke-2",
6693
6679
  "componentName": "IconCloudUpload"
6694
6680
  },
6681
+ {
6682
+ "category": "Weather",
6683
+ "svg": "<path d=\"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.8892 5 14.3696 6.75042 15.4386 9.24864C15.9299 9.08728 16.4547 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
6684
+ "iconName": "cloud-weather, clouds",
6685
+ "variant": {
6686
+ "join": "square",
6687
+ "filled": "off",
6688
+ "radius": "0",
6689
+ "stroke": "2"
6690
+ },
6691
+ "createdAt": "2025-02-15T21:11:34.065631+00:00",
6692
+ "packageName": "square-outlined-radius-0-stroke-2",
6693
+ "componentName": "IconCloudWeather"
6694
+ },
6695
6695
  {
6696
6696
  "category": "Weather",
6697
6697
  "svg": "<path d=\"M11.1474 6.92023C11.6186 5.23562 13.165 4 15 4C17.2091 4 19 5.79086 19 8C19 8.72857 18.8052 9.41165 18.4649 10M9 19C5.68629 19 3 16.3137 3 13C3 9.68629 5.68629 7 9 7C9.72036 7 10.4111 7.12695 11.051 7.35969C12.5593 7.90829 13.7854 9.04468 14.4522 10.4919C15.0665 10.1774 15.7625 10 16.5 10C17.1163 10 17.7037 10.1239 18.2386 10.3482C19.8606 11.0282 21 12.631 21 14.5C21 16.9853 18.9853 19 16.5 19H9Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
@@ -11774,6 +11774,20 @@
11774
11774
  "packageName": "square-outlined-radius-0-stroke-2",
11775
11775
  "componentName": "IconHandBell"
11776
11776
  },
11777
+ {
11778
+ "category": "Hands",
11779
+ "svg": "<path d=\"M11.8305 5.68856C9.57907 3.43715 5.92881 3.43715 3.6774 5.68856C1.57785 7.78811 1.40103 11.1544 3.42019 13.3313C6.08945 16.2092 8.93341 18.8876 11.9966 21.411C15.0598 18.8876 17.9037 16.2092 20.573 13.3313C22.5921 11.1544 22.4153 7.78811 20.3158 5.68856C18.0644 3.43715 14.4141 3.43715 12.1627 5.68856L7.75394 10.0973L8.8146 11.158C9.98617 12.3295 11.8857 12.3295 13.0572 11.158L14.4715 9.74375L18.7141 13.9864\" stroke=\"currentColor\" stroke-width=\"2\"/>",
11780
+ "iconName": "handshake, heart",
11781
+ "variant": {
11782
+ "join": "square",
11783
+ "filled": "off",
11784
+ "radius": "0",
11785
+ "stroke": "2"
11786
+ },
11787
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
11788
+ "packageName": "square-outlined-radius-0-stroke-2",
11789
+ "componentName": "IconHandshake"
11790
+ },
11777
11791
  {
11778
11792
  "category": "Devices & Signals",
11779
11793
  "svg": "<path d=\"M3 17C4.52008 17 6.01516 15 7.5 15C9.00539 15 10.5003 17 12 17C13.4902 17 14.9851 15 16.5 15C17.9764 15 19.4718 17 21 17M3 9C4.52008 9 6.01516 7 7.5 7C9.00539 7 10.5003 9 12 9C13.4902 9 14.9851 7 16.5 7C17.9764 7 19.4718 9 21 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -16100,6 +16114,20 @@
16100
16114
  "packageName": "square-outlined-radius-0-stroke-2",
16101
16115
  "componentName": "IconPeopleGear"
16102
16116
  },
16117
+ {
16118
+ "category": "People",
16119
+ "svg": "<path d=\"M19.5 3H4.5V21H19.5V3Z\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"12\" cy=\"12\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M16 21C16 18.7909 14.2091 17 12 17C9.79086 17 8 18.7909 8 21\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 6.5H15\" stroke=\"currentColor\" stroke-width=\"2\"/>",
16120
+ "iconName": "people-id-card, profile, user-account, badge, person",
16121
+ "variant": {
16122
+ "join": "square",
16123
+ "filled": "off",
16124
+ "radius": "0",
16125
+ "stroke": "2"
16126
+ },
16127
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
16128
+ "packageName": "square-outlined-radius-0-stroke-2",
16129
+ "componentName": "IconPeopleIdCard"
16130
+ },
16103
16131
  {
16104
16132
  "category": "People",
16105
16133
  "svg": "<path d=\"M15.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M14 13.2499C13.3728 13.0868 12.704 13 12 13C7.8098 13 4.86894 16.0754 4.5 20H12.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M21.2526 17.6901C21.2526 20.0225 18.0013 21.3027 18.0013 21.3027C18.0013 21.3027 14.75 20.0225 14.75 17.6901C14.75 15.942 16.4976 14.9013 18.0013 15.8725C19.505 14.9013 21.2526 15.942 21.2526 17.6901Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
package/icons/index.d.ts CHANGED
@@ -465,7 +465,6 @@ export type CentralIconName =
465
465
  | "IconCloseQuote1"
466
466
  | "IconCloseQuote2"
467
467
  | "IconCloud"
468
- | "IconCloud1"
469
468
  | "IconCloudCheck"
470
469
  | "IconCloudDownload"
471
470
  | "IconCloudOff"
@@ -477,6 +476,7 @@ export type CentralIconName =
477
476
  | "IconCloudSnow"
478
477
  | "IconCloudSync"
479
478
  | "IconCloudUpload"
479
+ | "IconCloudWeather"
480
480
  | "IconCloudy"
481
481
  | "IconCloudySparkle"
482
482
  | "IconCloudySun"
@@ -840,6 +840,7 @@ export type CentralIconName =
840
840
  | "IconHand4Finger"
841
841
  | "IconHand5Finger"
842
842
  | "IconHandBell"
843
+ | "IconHandshake"
843
844
  | "IconHaptic"
844
845
  | "IconHashtag"
845
846
  | "IconHatBunny"
@@ -1149,6 +1150,7 @@ export type CentralIconName =
1149
1150
  | "IconPeopleCopy"
1150
1151
  | "IconPeopleEdit"
1151
1152
  | "IconPeopleGear"
1153
+ | "IconPeopleIdCard"
1152
1154
  | "IconPeopleLike"
1153
1155
  | "IconPeopleRemove"
1154
1156
  | "IconPeopleRemove2"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.87",
3
+ "version": "1.1.88",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/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": 1686,
14
+ "totalIcons": 1688,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -814,12 +814,13 @@
814
814
  ]
815
815
  },
816
816
  "Hands": {
817
- "count": 19,
817
+ "count": 20,
818
818
  "icons": [
819
819
  "IconBlip",
820
820
  "IconFistbump",
821
821
  "IconHand4Finger",
822
822
  "IconHand5Finger",
823
+ "IconHandshake",
823
824
  "IconHumanMashine",
824
825
  "IconMagicHands",
825
826
  "IconMoneyHand",
@@ -1135,7 +1136,7 @@
1135
1136
  ]
1136
1137
  },
1137
1138
  "People": {
1138
- "count": 38,
1139
+ "count": 39,
1139
1140
  "icons": [
1140
1141
  "IconAura",
1141
1142
  "IconBathMan1",
@@ -1160,6 +1161,7 @@
1160
1161
  "IconPeopleCopy",
1161
1162
  "IconPeopleEdit",
1162
1163
  "IconPeopleGear",
1164
+ "IconPeopleIdCard",
1163
1165
  "IconPeopleLike",
1164
1166
  "IconPeopleRemove",
1165
1167
  "IconPeopleRemove2",
@@ -1858,8 +1860,8 @@
1858
1860
  "Weather": {
1859
1861
  "count": 19,
1860
1862
  "icons": [
1861
- "IconCloud1",
1862
1863
  "IconCloudSnow",
1864
+ "IconCloudWeather",
1863
1865
  "IconCloudy",
1864
1866
  "IconCloudySun",
1865
1867
  "IconDrop",
@@ -2347,7 +2349,6 @@
2347
2349
  "IconCloseQuote1": "close-quote-1, blockquote",
2348
2350
  "IconCloseQuote2": "close-quote-2, blockquote",
2349
2351
  "IconCloud": "cloud-",
2350
- "IconCloud1": "cloud, clouds",
2351
2352
  "IconCloudCheck": "cloud-check, save",
2352
2353
  "IconCloudDownload": "cloud-download",
2353
2354
  "IconCloudOff": "cloud-off, offline",
@@ -2359,6 +2360,7 @@
2359
2360
  "IconCloudSnow": "cloud-snow",
2360
2361
  "IconCloudSync": "cloud-sync",
2361
2362
  "IconCloudUpload": "cloud-upload",
2363
+ "IconCloudWeather": "cloud-weather, clouds",
2362
2364
  "IconCloudy": "cloudy, clouds",
2363
2365
  "IconCloudySparkle": "cloudy-sparkle, clouds",
2364
2366
  "IconCloudySun": "cloudy-sun, clouds",
@@ -2722,6 +2724,7 @@
2722
2724
  "IconHand4Finger": "hand-4-finger, select",
2723
2725
  "IconHand5Finger": "hand-5-finger, select",
2724
2726
  "IconHandBell": "hand-bell",
2727
+ "IconHandshake": "handshake, heart",
2725
2728
  "IconHaptic": "haptic, waves",
2726
2729
  "IconHashtag": "hashtag, #",
2727
2730
  "IconHatBunny": "hat-bunny, surprise, magic hat",
@@ -3031,6 +3034,7 @@
3031
3034
  "IconPeopleCopy": "people-copy, members",
3032
3035
  "IconPeopleEdit": "people-edit, edit-user, edit-rights, user-rights",
3033
3036
  "IconPeopleGear": "people-gear, user-settings, preferences, person",
3037
+ "IconPeopleIdCard": "people-id-card, profile, user-account, badge, person",
3034
3038
  "IconPeopleLike": "people-like, inner circle",
3035
3039
  "IconPeopleRemove": "people-remove, user-remove",
3036
3040
  "IconPeopleRemove2": "people-remove-2",
package/index.d.ts CHANGED
@@ -464,7 +464,6 @@ export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconClose
464
464
  export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
465
465
  export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
466
466
  export { IconCloud, default as IconCloudDefault } from "./IconCloud";
467
- export { IconCloud1, default as IconCloud1Default } from "./IconCloud1";
468
467
  export { IconCloudCheck, default as IconCloudCheckDefault, } from "./IconCloudCheck";
469
468
  export { IconCloudDownload, default as IconCloudDownloadDefault, } from "./IconCloudDownload";
470
469
  export { IconCloudOff, default as IconCloudOffDefault } from "./IconCloudOff";
@@ -476,6 +475,7 @@ export { IconCloudSimpleUpload, default as IconCloudSimpleUploadDefault, } from
476
475
  export { IconCloudSnow, default as IconCloudSnowDefault, } from "./IconCloudSnow";
477
476
  export { IconCloudSync, default as IconCloudSyncDefault, } from "./IconCloudSync";
478
477
  export { IconCloudUpload, default as IconCloudUploadDefault, } from "./IconCloudUpload";
478
+ export { IconCloudWeather, default as IconCloudWeatherDefault, } from "./IconCloudWeather";
479
479
  export { IconCloudy, default as IconCloudyDefault } from "./IconCloudy";
480
480
  export { IconCloudySparkle, default as IconCloudySparkleDefault, } from "./IconCloudySparkle";
481
481
  export { IconCloudySun, default as IconCloudySunDefault, } from "./IconCloudySun";
@@ -839,6 +839,7 @@ export { IconHammer, default as IconHammerDefault } from "./IconHammer";
839
839
  export { IconHand4Finger, default as IconHand4FingerDefault, } from "./IconHand4Finger";
840
840
  export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5Finger";
841
841
  export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
842
+ export { IconHandshake, default as IconHandshakeDefault, } from "./IconHandshake";
842
843
  export { IconHaptic, default as IconHapticDefault } from "./IconHaptic";
843
844
  export { IconHashtag, default as IconHashtagDefault } from "./IconHashtag";
844
845
  export { IconHatBunny, default as IconHatBunnyDefault } from "./IconHatBunny";
@@ -1148,6 +1149,7 @@ export { IconPeopleCircle, default as IconPeopleCircleDefault, } from "./IconPeo
1148
1149
  export { IconPeopleCopy, default as IconPeopleCopyDefault, } from "./IconPeopleCopy";
1149
1150
  export { IconPeopleEdit, default as IconPeopleEditDefault, } from "./IconPeopleEdit";
1150
1151
  export { IconPeopleGear, default as IconPeopleGearDefault, } from "./IconPeopleGear";
1152
+ export { IconPeopleIdCard, default as IconPeopleIdCardDefault, } from "./IconPeopleIdCard";
1151
1153
  export { IconPeopleLike, default as IconPeopleLikeDefault, } from "./IconPeopleLike";
1152
1154
  export { IconPeopleRemove, default as IconPeopleRemoveDefault, } from "./IconPeopleRemove";
1153
1155
  export { IconPeopleRemove2, default as IconPeopleRemove2Default, } from "./IconPeopleRemove2";