@central-icons-react-native/square-filled-radius-0-stroke-1 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 l=(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 d={};g(d,{IconCloudWeather:()=>u,default:()=>v});module.exports=h(d);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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:"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z",fill:"currentColor"})),v=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=\"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z\"\n fill=\"currentColor\"\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,iOACF,KAAK,eACP,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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z",fill:"currentColor"})),P=l;export{l 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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z",fill:"currentColor"})),P=l;export{l 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=\"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z\"\n fill=\"currentColor\"\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,iOACF,KAAK,eACP,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 L=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=L(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconHandshake:()=>B,default:()=>h});module.exports=g(v);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z",fill:"currentColor"})),h=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.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z\"\n fill=\"currentColor\"\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,ykBACF,KAAK,eACP,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 l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M11.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z",fill:"currentColor"})),x=l;export{l as IconHandshake,x 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.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z\"\n fill=\"currentColor\"\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,ykBACF,KAAK,eACP,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 i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=u(r,t))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(B(o)):{},C(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(n({},"__esModule",{value:!0}),o);var H={};v(H,{IconPeopleIdCard:()=>d,default:()=>g});module.exports=x(H);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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"),d=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z",fill:"currentColor"})),g=d;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 { Path } from \"react-native-svg\";\n\nexport const IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z\"\n fill=\"currentColor\"\n />\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,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kPACF,KAAK,eACP,CACF,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...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 C}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z",fill:"currentColor"})),P=a;export{a as IconPeopleIdCard,P 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 { Path } from \"react-native-svg\";\n\nexport const IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z\"\n fill=\"currentColor\"\n />\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,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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-filled-radius-0-stroke-1",
6525
6525
  "componentName": "IconCloud"
6526
6526
  },
6527
- {
6528
- "category": "Weather",
6529
- "svg": "<path d=\"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z\" fill=\"currentColor\"/>",
6530
- "iconName": "cloud, clouds",
6531
- "variant": {
6532
- "join": "square",
6533
- "filled": "on",
6534
- "radius": "0",
6535
- "stroke": "1"
6536
- },
6537
- "createdAt": "2025-02-15T21:11:34.065631+00:00",
6538
- "packageName": "square-filled-radius-0-stroke-1",
6539
- "componentName": "IconCloud1"
6540
- },
6541
6527
  {
6542
6528
  "category": "Clouds",
6543
6529
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 14C1 17.3137 3.68629 20 7 20H17C20.3137 20 23 17.3137 23 14C23 11.1691 21.0394 8.79604 18.402 8.16469C17.3138 5.7113 14.8568 4 12 4C9.14324 4 6.68617 5.7113 5.59801 8.16469C2.96058 8.79604 1 11.1691 1 14ZM15.9563 10.2164L15.2164 9.54369L10.25 15.0067L7.78363 12.2937L7.04369 12.9664L10.25 16.4933L15.9563 10.2164Z\" fill=\"currentColor\"/>",
@@ -6692,6 +6678,20 @@
6692
6678
  "packageName": "square-filled-radius-0-stroke-1",
6693
6679
  "componentName": "IconCloudUpload"
6694
6680
  },
6681
+ {
6682
+ "category": "Weather",
6683
+ "svg": "<path d=\"M8.85 4C4.50509 4 1 7.59129 1 12C1 16.4087 4.50509 20 8.85 20H17.25C20.4351 20 23 17.3681 23 14.1429C23 10.9176 20.4351 8.28571 17.25 8.28571C16.7809 8.28571 16.3245 8.34304 15.8872 8.45131C14.6061 5.8179 11.9398 4 8.85 4Z\" fill=\"currentColor\"/>",
6684
+ "iconName": "cloud-weather, clouds",
6685
+ "variant": {
6686
+ "join": "square",
6687
+ "filled": "on",
6688
+ "radius": "0",
6689
+ "stroke": "1"
6690
+ },
6691
+ "createdAt": "2025-02-15T21:11:34.065631+00:00",
6692
+ "packageName": "square-filled-radius-0-stroke-1",
6693
+ "componentName": "IconCloudWeather"
6694
+ },
6695
6695
  {
6696
6696
  "category": "Weather",
6697
6697
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.6296 6.44101C10.0568 6.28381 9.45447 6.2 8.83333 6.2C5.05446 6.2 2 9.29418 2 13.1C2 16.9058 5.05446 20 8.83333 20H16.75C19.6544 20 22 17.6222 22 14.7C22 12.7097 20.9128 10.9739 19.303 10.0679C19.6765 9.38522 19.8889 8.60039 19.8889 7.76667C19.8889 5.13906 17.7796 3 15.1667 3C13.0109 3 11.1981 4.45618 10.6296 6.44101ZM11.574 6.7775C12.9552 7.38873 14.0963 8.44697 14.8195 9.76994C15.4174 9.53116 16.0689 9.4 16.75 9.4C17.32 9.4 17.8694 9.49187 18.3842 9.66193C18.705 9.10564 18.8889 8.45854 18.8889 7.76667C18.8889 5.68145 17.2175 4 15.1667 4C13.4528 4 12.0037 5.1742 11.574 6.7775Z\" fill=\"currentColor\"/>",
@@ -11774,6 +11774,20 @@
11774
11774
  "packageName": "square-filled-radius-0-stroke-1",
11775
11775
  "componentName": "IconHandBell"
11776
11776
  },
11777
+ {
11778
+ "category": "Hands",
11779
+ "svg": "<path d=\"M11.3029 4.72747C8.90084 2.37909 5.13609 2.42596 2.7902 4.87103C0.543748 7.21283 0.36913 10.9539 2.50699 13.3564C5.34801 16.5489 8.76662 19.2022 12 21.9998C14.6228 19.7295 17.2444 17.5511 19.7124 15.0986L14.838 10.1181L13.5812 11.4286C12.0366 13.0385 9.52324 13.0385 7.97867 11.4286L6.42691 9.81048L11.3029 4.72747ZM21.2101 4.87103C18.8169 2.37665 14.9451 2.37665 12.5519 4.87103L7.81266 9.81048L8.70035 10.7363C9.85132 11.9359 11.7086 11.9359 12.8595 10.7363L14.8566 8.65521L20.4 14.3998C20.4 14.3998 21.1414 13.7518 21.4933 13.3564C23.6312 10.9539 23.4566 7.21282 21.2101 4.87103Z\" fill=\"currentColor\"/>",
11780
+ "iconName": "handshake, heart",
11781
+ "variant": {
11782
+ "join": "square",
11783
+ "filled": "on",
11784
+ "radius": "0",
11785
+ "stroke": "1"
11786
+ },
11787
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
11788
+ "packageName": "square-filled-radius-0-stroke-1",
11789
+ "componentName": "IconHandshake"
11790
+ },
11777
11791
  {
11778
11792
  "category": "Devices & Signals",
11779
11793
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.98721 9.43961C3.55764 9.74311 3.0544 10 2.5 10H2V9H2.5C2.74786 9 3.04359 8.88189 3.41018 8.62289C3.77338 8.36628 4.14339 8.01788 4.54493 7.63716C4.55391 7.62865 4.56291 7.62011 4.57193 7.61156C4.9529 7.25029 5.36411 6.86034 5.78145 6.562C6.20456 6.25953 6.70206 6 7.25 6C7.8017 6 8.30253 6.25798 8.7294 6.56106C9.15525 6.86341 9.57297 7.25951 9.95849 7.62506L9.97126 7.63717C10.3734 8.01842 10.7421 8.36694 11.1032 8.62382C11.4682 8.8834 11.7591 9 12 9C12.2376 9 12.5263 8.88412 12.8905 8.62425C13.2506 8.36724 13.6188 8.01867 14.0212 7.63717L14.0273 7.63134C14.415 7.2638 14.8357 6.86484 15.2656 6.56063C15.6942 6.25727 16.1966 6 16.75 6C17.2964 6 17.7926 6.26018 18.2141 6.56238C18.628 6.85909 19.0366 7.24654 19.4157 7.60606L19.4485 7.63716C19.8498 8.01766 20.2204 8.36601 20.5844 8.62252C20.9517 8.88129 21.2493 9 21.5 9H22V10H21.5C20.9441 10 20.4395 9.74371 20.0084 9.43998C19.5741 9.13399 19.1502 8.73234 18.7605 8.36284L18.7561 8.35865C18.355 7.97843 17.989 7.63139 17.6315 7.37512C17.2684 7.11482 16.9828 7 16.75 7C16.5039 7 16.2094 7.11773 15.8433 7.37687C15.4806 7.63355 15.1109 7.98198 14.7092 8.36283L14.6859 8.38497C14.3038 8.74734 13.8909 9.13887 13.4713 9.43825C13.0473 9.74088 12.5489 10 12 10C11.4493 10 10.9494 9.7416 10.5236 9.43868C10.1001 9.13743 9.68417 8.74304 9.29991 8.37867L9.28321 8.36283C8.88128 7.98173 8.51217 7.63324 8.15047 7.37644C7.7851 7.11702 7.49281 7 7.25 7C7.01428 7 6.72676 7.11547 6.36301 7.3755C6.00338 7.63259 5.63548 7.98119 5.23297 8.36284L5.23049 8.36519C4.84169 8.73383 4.41924 9.13437 3.98721 9.43961ZM3.98721 17.4396C3.55764 17.7431 3.0544 18 2.5 18H2V17H2.5C2.74786 17 3.04359 16.8819 3.41018 16.6229C3.77338 16.3663 4.14339 16.0179 4.54493 15.6372L4.57192 15.6116C4.95289 15.2503 5.36411 14.8603 5.78145 14.562C6.20456 14.2595 6.70206 14 7.25 14C7.8017 14 8.30253 14.258 8.7294 14.5611C9.15524 14.8634 9.57297 15.2595 9.95848 15.6251L9.97126 15.6372C10.3734 16.0184 10.7421 16.3669 11.1032 16.6238C11.4682 16.8834 11.7591 17 12 17C12.2376 17 12.5263 16.8841 12.8905 16.6243C13.2506 16.3672 13.6188 16.0187 14.0212 15.6372L14.0273 15.6314C14.415 15.2638 14.8357 14.8648 15.2656 14.5606C15.6942 14.2573 16.1966 14 16.75 14C17.2964 14 17.7926 14.2602 18.2141 14.5624C18.628 14.8591 19.0366 15.2465 19.4157 15.6061L19.4485 15.6372C19.8498 16.0177 20.2204 16.366 20.5844 16.6225C20.9517 16.8813 21.2493 17 21.5 17H22V18H21.5C20.9441 18 20.4395 17.7437 20.0084 17.44C19.5741 17.134 19.1502 16.7323 18.7605 16.3628L18.7561 16.3586C18.355 15.9784 17.989 15.6314 17.6315 15.3751C17.2684 15.1148 16.9828 15 16.75 15C16.5039 15 16.2094 15.1177 15.8433 15.3769C15.4806 15.6336 15.1109 15.982 14.7092 16.3628L14.6859 16.385C14.3038 16.7473 13.8909 17.1389 13.4713 17.4382C13.0473 17.7409 12.5489 18 12 18C11.4493 18 10.9494 17.7416 10.5236 17.4387C10.1001 17.1374 9.68417 16.743 9.29991 16.3787L9.28321 16.3628C8.88128 15.9817 8.51217 15.6332 8.15047 15.3764C7.7851 15.117 7.49281 15 7.25 15C7.01428 15 6.72676 15.1155 6.36301 15.3755C6.00338 15.6326 5.63548 15.9812 5.23297 16.3628L5.2305 16.3652C4.8417 16.7338 4.41925 17.1344 3.98721 17.4396Z\" fill=\"currentColor\"/>",
@@ -16100,6 +16114,20 @@
16100
16114
  "packageName": "square-filled-radius-0-stroke-1",
16101
16115
  "componentName": "IconPeopleGear"
16102
16116
  },
16117
+ {
16118
+ "category": "People",
16119
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 22H4V2H20V22ZM12 16C9.78523 16 7 17.8947 7 21H17C17 17.8947 14.2148 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9 5H15V4H9V5Z\" fill=\"currentColor\"/>",
16120
+ "iconName": "people-id-card, profile, user-account, badge, person",
16121
+ "variant": {
16122
+ "join": "square",
16123
+ "filled": "on",
16124
+ "radius": "0",
16125
+ "stroke": "1"
16126
+ },
16127
+ "createdAt": "2026-01-09T15:00:38.162674+00:00",
16128
+ "packageName": "square-filled-radius-0-stroke-1",
16129
+ "componentName": "IconPeopleIdCard"
16130
+ },
16103
16131
  {
16104
16132
  "category": "People",
16105
16133
  "svg": "<path d=\"M7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5Z\" fill=\"currentColor\"/><path d=\"M11.9989 12C7.21735 12 3.91209 15.7691 3.50083 20.4563L3.45312 21H14.6904C13.8735 20.2209 12.999 19.0597 12.999 17.5846C12.999 16.4861 13.3486 15.5167 14.0124 14.8087C14.6688 14.1085 15.555 13.7513 16.4435 13.7513C16.7091 13.7513 16.957 13.7781 17.1855 13.8226C15.7957 12.6804 14.0305 12 11.9989 12Z\" fill=\"currentColor\"/><path d=\"M17.2247 21.6901C16.8793 21.5127 16.4158 21.2473 15.9493 20.896C15.0393 20.211 14 19.1085 14 17.6089C14 16.4937 14.5616 15.5744 15.3947 15.0978C16.1545 14.6631 17.1099 14.6145 18 15.0739C18.8901 14.6145 19.8455 14.6631 20.6053 15.0978C21.4384 15.5744 22 16.4937 22 17.6089C22 19.1085 20.9607 20.211 20.0507 20.896C19.5842 21.2473 19.1207 21.5127 18.7753 21.6901C18.5214 21.8205 18.2645 21.9332 18 22.0374C17.7355 21.9332 17.4786 21.8205 17.2247 21.6901Z\" fill=\"currentColor\"/>",
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-filled-radius-0-stroke-1",
3
- "version": "1.1.87",
3
+ "version": "1.1.88",
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": 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";