@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.87 → 1.1.89
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/{IconCloud1 → IconCloudApi}/index.d.ts +2 -2
- package/IconCloudApi/index.js +2 -0
- package/IconCloudApi/index.js.map +1 -0
- package/IconCloudApi/index.mjs +2 -0
- package/IconCloudApi/index.mjs.map +1 -0
- package/IconCloudWeather/index.d.ts +4 -0
- package/IconCloudWeather/index.js +2 -0
- package/IconCloudWeather/index.js.map +1 -0
- package/{IconCloud1 → IconCloudWeather}/index.mjs +1 -1
- package/IconCloudWeather/index.mjs.map +1 -0
- package/IconHandshake/index.d.ts +4 -0
- package/IconHandshake/index.js +2 -0
- package/IconHandshake/index.js.map +1 -0
- package/IconHandshake/index.mjs +2 -0
- package/IconHandshake/index.mjs.map +1 -0
- package/IconPeopleIdCard/index.d.ts +4 -0
- package/IconPeopleIdCard/index.js +2 -0
- package/IconPeopleIdCard/index.js.map +1 -0
- package/IconPeopleIdCard/index.mjs +2 -0
- package/IconPeopleIdCard/index.mjs.map +1 -0
- package/README.md +4 -1
- package/filtered-icons.json +48 -6
- package/icons/index.d.ts +4 -1
- package/icons-index.json +14 -8
- package/index.d.ts +4 -1
- 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 +27 -6
- package/IconCloud1/index.js +0 -2
- package/IconCloud1/index.js.map +0 -1
- package/IconCloud1/index.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FC } from "react";
|
|
2
2
|
import { type CentralIconBaseProps } from "../CentralIconBase";
|
|
3
|
-
export declare const
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconCloudApi: FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconCloudApi;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of L(o))!x.call(r,p)&&p!==n&&s(r,p,{get:()=>o[p],enumerable:!(C=m(o,p))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?k(f(r)):{},i(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>i(s({},"__esModule",{value:!0}),r);var g={};B(g,{IconCloudApi:()=>a,default:()=>P});module.exports=I(g);var e=u(require("react"));var c=u(require("react")),d=require("react-native-svg"),l=({children:r,size:o=24,...n})=>c.default.createElement(d.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),a=r=>e.default.createElement(l,{...r},e.default.createElement(t.Path,{d:"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"12",cy:"18.5",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 18.5H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.5 18.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 16V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=a;0&&(module.exports={IconCloudApi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudApi/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 IconCloudApi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.5H2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 18.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudApi;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6QACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCloudApi_exports","__export","IconCloudApi","IconCloudApi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudApi","props","React","CentralIconBase","IconCloudApi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,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"},e);import{Circle as i,Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(i,{cx:"12",cy:"18.5",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.5 18.5H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M21.5 18.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12 16V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconCloudApi,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudApi/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 IconCloudApi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.5H2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 18.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudApi;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6QACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCloudApi","props","React","CentralIconBase","IconCloudApi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var i=(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 x(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(P(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={};i(d,{IconCloudWeather:()=>u,default:()=>v});module.exports=h(d);var p=m(require("react"));var s=m(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.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.25 19.5H8.85C4.79071 19.5 1.5 16.1421 1.5 12C1.5 7.85786 4.79071 4.5 8.85 4.5C11.5582 4.5 13.9244 5.99464 15.1994 8.21964C15.4598 8.67404 15.9947 8.91238 16.5131 8.83807C16.7539 8.80356 16.9999 8.78571 17.25 8.78571C20.1495 8.78571 22.5 11.1842 22.5 14.1429C22.5 17.1015 20.1495 19.5 17.25 19.5Z",stroke:"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=\"M17.25 19.5H8.85C4.79071 19.5 1.5 16.1421 1.5 12C1.5 7.85786 4.79071 4.5 8.85 4.5C11.5582 4.5 13.9244 5.99464 15.1994 8.21964C15.4598 8.67404 15.9947 8.91238 16.5131 8.83807C16.7539 8.80356 16.9999 8.78571 17.25 8.78571C20.1495 8.78571 22.5 11.1842 22.5 14.1429C22.5 17.1015 20.1495 19.5 17.25 19.5Z\"\n stroke=\"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,8SACF,OAAO,eACT,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 m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M17.25 19.5H8.85C4.79071 19.5 1.5 16.1421 1.5 12C1.5 7.85786 4.79071 4.5 8.85 4.5C11.5582 4.5 13.9244 5.99464 15.1994 8.21964C15.4598 8.67404 15.9947 8.91238 16.5131 8.83807C16.7539 8.80356 16.9999 8.78571 17.25 8.78571C20.1495 8.78571 22.5 11.1842 22.5 14.1429C22.5 17.1015 20.1495 19.5 17.25 19.5Z",stroke:"currentColor"})),g=m;export{m as
|
|
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 m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M17.25 19.5H8.85C4.79071 19.5 1.5 16.1421 1.5 12C1.5 7.85786 4.79071 4.5 8.85 4.5C11.5582 4.5 13.9244 5.99464 15.1994 8.21964C15.4598 8.67404 15.9947 8.91238 16.5131 8.83807C16.7539 8.80356 16.9999 8.78571 17.25 8.78571C20.1495 8.78571 22.5 11.1842 22.5 14.1429C22.5 17.1015 20.1495 19.5 17.25 19.5Z",stroke:"currentColor"})),g=m;export{m as IconCloudWeather,g 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.25 19.5H8.85C4.79071 19.5 1.5 16.1421 1.5 12C1.5 7.85786 4.79071 4.5 8.85 4.5C11.5582 4.5 13.9244 5.99464 15.1994 8.21964C15.4598 8.67404 15.9947 8.91238 16.5131 8.83807C16.7539 8.80356 16.9999 8.78571 17.25 8.78571C20.1495 8.78571 22.5 11.1842 22.5 14.1429C22.5 17.1015 20.1495 19.5 17.25 19.5Z\"\n stroke=\"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,8SACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudWeather","props","React","CentralIconBase","IconCloudWeather_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(t({},"__esModule",{value:!0}),r);var h={};P(h,{IconHandshake:()=>i,default:()=>g});module.exports=d(h);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,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"),i=r=>p.default.createElement(l,{...r},p.default.createElement(f.Path,{d:"M11.8273 5.25646C9.48539 2.91452 5.68836 2.91451 3.34642 5.25645C1.16244 7.44043 0.978512 10.942 3.07886 13.2066L10.1737 20.7963C11.1618 21.8534 12.8382 21.8534 13.8263 20.7963L20.9214 13.2066C23.0217 10.942 22.8378 7.44043 20.6538 5.25646C18.3119 2.91452 14.5148 2.91452 12.1729 5.25646L8.29398 9.13537C7.90346 9.5259 7.90346 10.1591 8.29398 10.5496L8.69018 10.9458C9.90887 12.1645 11.8847 12.1645 13.1034 10.9458L13.8493 10.1999C14.2468 9.80241 14.8938 9.81061 15.2812 10.2181L19.3516 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=i;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.8273 5.25646C9.48539 2.91452 5.68836 2.91451 3.34642 5.25645C1.16244 7.44043 0.978512 10.942 3.07886 13.2066L10.1737 20.7963C11.1618 21.8534 12.8382 21.8534 13.8263 20.7963L20.9214 13.2066C23.0217 10.942 22.8378 7.44043 20.6538 5.25646C18.3119 2.91452 14.5148 2.91452 12.1729 5.25646L8.29398 9.13537C7.90346 9.5259 7.90346 10.1591 8.29398 10.5496L8.69018 10.9458C9.90887 12.1645 11.8847 12.1645 13.1034 10.9458L13.8493 10.1999C14.2468 9.80241 14.8938 9.81061 15.2812 10.2181L19.3516 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,8eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 n from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(C,{...t,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=>n.createElement(e,{...o},n.createElement(a,{d:"M11.8273 5.25646C9.48539 2.91452 5.68836 2.91451 3.34642 5.25645C1.16244 7.44043 0.978512 10.942 3.07886 13.2066L10.1737 20.7963C11.1618 21.8534 12.8382 21.8534 13.8263 20.7963L20.9214 13.2066C23.0217 10.942 22.8378 7.44043 20.6538 5.25646C18.3119 2.91452 14.5148 2.91452 12.1729 5.25646L8.29398 9.13537C7.90346 9.5259 7.90346 10.1591 8.29398 10.5496L8.69018 10.9458C9.90887 12.1645 11.8847 12.1645 13.1034 10.9458L13.8493 10.1999C14.2468 9.80241 14.8938 9.81061 15.2812 10.2181L19.3516 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=s;export{s 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.8273 5.25646C9.48539 2.91452 5.68836 2.91451 3.34642 5.25645C1.16244 7.44043 0.978512 10.942 3.07886 13.2066L10.1737 20.7963C11.1618 21.8534 12.8382 21.8534 13.8263 20.7963L20.9214 13.2066C23.0217 10.942 22.8378 7.44043 20.6538 5.25646C18.3119 2.91452 14.5148 2.91452 12.1729 5.25646L8.29398 9.13537C7.90346 9.5259 7.90346 10.1591 8.29398 10.5496L8.69018 10.9458C9.90887 12.1645 11.8847 12.1645 13.1034 10.9458L13.8493 10.1999C14.2468 9.80241 14.8938 9.81061 15.2812 10.2181L19.3516 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,8eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHandshake","props","React","CentralIconBase","IconHandshake_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of f(o))!x.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(C=k(o,p))||C.enumerable});return r};var u=(r,o,e)=>(e=r!=null?m(I(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>i(s({},"__esModule",{value:!0}),r);var g={};B(g,{IconPeopleIdCard:()=>d,default:()=>P});module.exports=L(g);var n=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>a.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>n.default.createElement(l,{...r},n.default.createElement(t.Path,{d:"M16.5 2.5H7.5C5.84315 2.5 4.5 3.84315 4.5 5.5V18.5C4.5 20.1569 5.84315 21.5 7.5 21.5H16.5C18.1569 21.5 19.5 20.1569 19.5 18.5V5.5C19.5 3.84315 18.1569 2.5 16.5 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"12",cy:"11.5",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M17 21C17 18.2386 14.7614 16 12 16C9.23858 16 7 18.2386 7 21",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9.5 5.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconPeopleIdCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 2.5H7.5C5.84315 2.5 4.5 3.84315 4.5 5.5V18.5C4.5 20.1569 5.84315 21.5 7.5 21.5H16.5C18.1569 21.5 19.5 20.1569 19.5 18.5V5.5C19.5 3.84315 18.1569 2.5 16.5 2.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"11.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 21C17 18.2386 14.7614 16 12 16C9.23858 16 7 18.2386 7 21\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 5.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,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"},e);import{Circle as i,Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M16.5 2.5H7.5C5.84315 2.5 4.5 3.84315 4.5 5.5V18.5C4.5 20.1569 5.84315 21.5 7.5 21.5H16.5C18.1569 21.5 19.5 20.1569 19.5 18.5V5.5C19.5 3.84315 18.1569 2.5 16.5 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(i,{cx:"12",cy:"11.5",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17 21C17 18.2386 14.7614 16 12 16C9.23858 16 7 18.2386 7 21",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.5 5.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconPeopleIdCard,B 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\n d=\"M16.5 2.5H7.5C5.84315 2.5 4.5 3.84315 4.5 5.5V18.5C4.5 20.1569 5.84315 21.5 7.5 21.5H16.5C18.1569 21.5 19.5 20.1569 19.5 18.5V5.5C19.5 3.84315 18.1569 2.5 16.5 2.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"11.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 21C17 18.2386 14.7614 16 12 16C9.23858 16 7 18.2386 7 21\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 5.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPeopleIdCard","props","React","CentralIconBase","IconPeopleIdCard_default"]}
|
package/README.md
CHANGED
|
@@ -396,6 +396,7 @@ Below is a complete list of available icons:
|
|
|
396
396
|
### Clouds
|
|
397
397
|
|
|
398
398
|
- IconCloud
|
|
399
|
+
- IconCloudApi
|
|
399
400
|
- IconCloudCheck
|
|
400
401
|
- IconCloudDownload
|
|
401
402
|
- IconCloudOff
|
|
@@ -916,6 +917,7 @@ Below is a complete list of available icons:
|
|
|
916
917
|
- IconFistbump
|
|
917
918
|
- IconHand4Finger
|
|
918
919
|
- IconHand5Finger
|
|
920
|
+
- IconHandshake
|
|
919
921
|
- IconHumanMashine
|
|
920
922
|
- IconMagicHands
|
|
921
923
|
- IconMoneyHand
|
|
@@ -1244,6 +1246,7 @@ Below is a complete list of available icons:
|
|
|
1244
1246
|
- IconPeopleCopy
|
|
1245
1247
|
- IconPeopleEdit
|
|
1246
1248
|
- IconPeopleGear
|
|
1249
|
+
- IconPeopleIdCard
|
|
1247
1250
|
- IconPeopleLike
|
|
1248
1251
|
- IconPeopleRemove
|
|
1249
1252
|
- IconPeopleRemove2
|
|
@@ -1918,8 +1921,8 @@ Below is a complete list of available icons:
|
|
|
1918
1921
|
|
|
1919
1922
|
### Weather
|
|
1920
1923
|
|
|
1921
|
-
- IconCloud1
|
|
1922
1924
|
- IconCloudSnow
|
|
1925
|
+
- IconCloudWeather
|
|
1923
1926
|
- IconCloudy
|
|
1924
1927
|
- IconCloudySun
|
|
1925
1928
|
- IconDrop
|
package/filtered-icons.json
CHANGED
|
@@ -6513,7 +6513,7 @@
|
|
|
6513
6513
|
{
|
|
6514
6514
|
"category": "Clouds",
|
|
6515
6515
|
"svg": "<path d=\"M7 19.5C3.96243 19.5 1.5 17.0376 1.5 14C1.5 11.3187 3.4187 9.08552 5.95801 8.59857C6.91321 6.19737 9.25838 4.5 12 4.5C15.4303 4.5 18.24 7.15724 18.483 10.5256C20.7411 10.7666 22.5 12.6779 22.5 15C22.5 17.4853 20.4853 19.5 18 19.5H7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6516
|
-
"iconName": "cloud
|
|
6516
|
+
"iconName": "cloud",
|
|
6517
6517
|
"variant": {
|
|
6518
6518
|
"join": "round",
|
|
6519
6519
|
"filled": "off",
|
|
@@ -6525,18 +6525,18 @@
|
|
|
6525
6525
|
"componentName": "IconCloud"
|
|
6526
6526
|
},
|
|
6527
6527
|
{
|
|
6528
|
-
"category": "
|
|
6529
|
-
"svg": "<path d=\"
|
|
6530
|
-
"iconName": "cloud,
|
|
6528
|
+
"category": "Clouds",
|
|
6529
|
+
"svg": "<path d=\"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"18.5\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 18.5H2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 18.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6530
|
+
"iconName": "cloud-api, cloud-network",
|
|
6531
6531
|
"variant": {
|
|
6532
6532
|
"join": "round",
|
|
6533
6533
|
"filled": "off",
|
|
6534
6534
|
"radius": "3",
|
|
6535
6535
|
"stroke": "1"
|
|
6536
6536
|
},
|
|
6537
|
-
"createdAt": "
|
|
6537
|
+
"createdAt": "2026-01-09T16:01:07.432786+00:00",
|
|
6538
6538
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
6539
|
-
"componentName": "
|
|
6539
|
+
"componentName": "IconCloudApi"
|
|
6540
6540
|
},
|
|
6541
6541
|
{
|
|
6542
6542
|
"category": "Clouds",
|
|
@@ -6692,6 +6692,20 @@
|
|
|
6692
6692
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
6693
6693
|
"componentName": "IconCloudUpload"
|
|
6694
6694
|
},
|
|
6695
|
+
{
|
|
6696
|
+
"category": "Weather",
|
|
6697
|
+
"svg": "<path d=\"M17.25 19.5H8.85C4.79071 19.5 1.5 16.1421 1.5 12C1.5 7.85786 4.79071 4.5 8.85 4.5C11.5582 4.5 13.9244 5.99464 15.1994 8.21964C15.4598 8.67404 15.9947 8.91238 16.5131 8.83807C16.7539 8.80356 16.9999 8.78571 17.25 8.78571C20.1495 8.78571 22.5 11.1842 22.5 14.1429C22.5 17.1015 20.1495 19.5 17.25 19.5Z\" stroke=\"currentColor\"/>",
|
|
6698
|
+
"iconName": "cloud-weather, clouds",
|
|
6699
|
+
"variant": {
|
|
6700
|
+
"join": "round",
|
|
6701
|
+
"filled": "off",
|
|
6702
|
+
"radius": "3",
|
|
6703
|
+
"stroke": "1"
|
|
6704
|
+
},
|
|
6705
|
+
"createdAt": "2025-02-15T21:11:34.065631+00:00",
|
|
6706
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
6707
|
+
"componentName": "IconCloudWeather"
|
|
6708
|
+
},
|
|
6695
6709
|
{
|
|
6696
6710
|
"category": "Weather",
|
|
6697
6711
|
"svg": "<path d=\"M18.765 10C19.1607 9.35037 19.3889 8.58545 19.3889 7.76667C19.3889 5.41025 17.4985 3.5 15.1667 3.5C13.1613 3.5 11.4824 4.91281 11.0516 6.80719M16.75 9.9C16.3419 9.9 15.9458 9.95201 15.5678 10.0498C15.0143 10.1931 14.3951 9.98295 14.0761 9.50843C13.3342 8.40455 12.2597 7.54731 10.9983 7.08367C10.3228 6.83541 9.59371 6.7 8.83333 6.7C5.33553 6.7 2.5 9.56538 2.5 13.1C2.5 16.6346 5.33553 19.5 8.83333 19.5H16.75C19.3734 19.5 21.5 17.351 21.5 14.7C21.5 12.7064 20.2973 10.9967 18.5852 10.2714C18.0206 10.0322 17.4006 9.9 16.75 9.9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -11774,6 +11788,20 @@
|
|
|
11774
11788
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
11775
11789
|
"componentName": "IconHandBell"
|
|
11776
11790
|
},
|
|
11791
|
+
{
|
|
11792
|
+
"category": "Hands",
|
|
11793
|
+
"svg": "<path d=\"M11.8273 5.25646C9.48539 2.91452 5.68836 2.91451 3.34642 5.25645C1.16244 7.44043 0.978512 10.942 3.07886 13.2066L10.1737 20.7963C11.1618 21.8534 12.8382 21.8534 13.8263 20.7963L20.9214 13.2066C23.0217 10.942 22.8378 7.44043 20.6538 5.25646C18.3119 2.91452 14.5148 2.91452 12.1729 5.25646L8.29398 9.13537C7.90346 9.5259 7.90346 10.1591 8.29398 10.5496L8.69018 10.9458C9.90887 12.1645 11.8847 12.1645 13.1034 10.9458L13.8493 10.1999C14.2468 9.80241 14.8938 9.81061 15.2812 10.2181L19.3516 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
11794
|
+
"iconName": "handshake, heart",
|
|
11795
|
+
"variant": {
|
|
11796
|
+
"join": "round",
|
|
11797
|
+
"filled": "off",
|
|
11798
|
+
"radius": "3",
|
|
11799
|
+
"stroke": "1"
|
|
11800
|
+
},
|
|
11801
|
+
"createdAt": "2026-01-09T15:00:38.162674+00:00",
|
|
11802
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
11803
|
+
"componentName": "IconHandshake"
|
|
11804
|
+
},
|
|
11777
11805
|
{
|
|
11778
11806
|
"category": "Devices & Signals",
|
|
11779
11807
|
"svg": "<path d=\"M2.5 9.5C4.10453 9.5 5.68267 6.5 7.25 6.5C8.83902 6.5 10.4169 9.5 12 9.5C13.5729 9.5 15.151 6.5 16.75 6.5C18.3085 6.5 19.8869 9.5 21.5 9.5M2.5 17.5C4.10453 17.5 5.68267 14.5 7.25 14.5C8.83902 14.5 10.4169 17.5 12 17.5C13.5729 17.5 15.151 14.5 16.75 14.5C18.3085 14.5 19.8869 17.5 21.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -16100,6 +16128,20 @@
|
|
|
16100
16128
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
16101
16129
|
"componentName": "IconPeopleGear"
|
|
16102
16130
|
},
|
|
16131
|
+
{
|
|
16132
|
+
"category": "People",
|
|
16133
|
+
"svg": "<path d=\"M16.5 2.5H7.5C5.84315 2.5 4.5 3.84315 4.5 5.5V18.5C4.5 20.1569 5.84315 21.5 7.5 21.5H16.5C18.1569 21.5 19.5 20.1569 19.5 18.5V5.5C19.5 3.84315 18.1569 2.5 16.5 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"11.5\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 21C17 18.2386 14.7614 16 12 16C9.23858 16 7 18.2386 7 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 5.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16134
|
+
"iconName": "people-id-card, profile, user-account, badge, person",
|
|
16135
|
+
"variant": {
|
|
16136
|
+
"join": "round",
|
|
16137
|
+
"filled": "off",
|
|
16138
|
+
"radius": "3",
|
|
16139
|
+
"stroke": "1"
|
|
16140
|
+
},
|
|
16141
|
+
"createdAt": "2026-01-09T15:00:38.162674+00:00",
|
|
16142
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
16143
|
+
"componentName": "IconPeopleIdCard"
|
|
16144
|
+
},
|
|
16103
16145
|
{
|
|
16104
16146
|
"category": "People",
|
|
16105
16147
|
"svg": "<path d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\" stroke=\"currentColor\" stroke-width=\"1.07692\" stroke-linejoin=\"round\"/><path d=\"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987\" stroke=\"currentColor\" stroke-width=\"1.07692\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 17.6111C21.5 19.8472 18.2917 21.5 18 21.5C17.7083 21.5 14.5 19.8472 14.5 17.6111C14.5 16.0555 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8611 18 15.8611C18 15.8611 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0555 21.5 17.6111Z\" stroke=\"currentColor\" stroke-width=\"1.07692\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -465,7 +465,7 @@ export type CentralIconName =
|
|
|
465
465
|
| "IconCloseQuote1"
|
|
466
466
|
| "IconCloseQuote2"
|
|
467
467
|
| "IconCloud"
|
|
468
|
-
| "
|
|
468
|
+
| "IconCloudApi"
|
|
469
469
|
| "IconCloudCheck"
|
|
470
470
|
| "IconCloudDownload"
|
|
471
471
|
| "IconCloudOff"
|
|
@@ -477,6 +477,7 @@ export type CentralIconName =
|
|
|
477
477
|
| "IconCloudSnow"
|
|
478
478
|
| "IconCloudSync"
|
|
479
479
|
| "IconCloudUpload"
|
|
480
|
+
| "IconCloudWeather"
|
|
480
481
|
| "IconCloudy"
|
|
481
482
|
| "IconCloudySparkle"
|
|
482
483
|
| "IconCloudySun"
|
|
@@ -840,6 +841,7 @@ export type CentralIconName =
|
|
|
840
841
|
| "IconHand4Finger"
|
|
841
842
|
| "IconHand5Finger"
|
|
842
843
|
| "IconHandBell"
|
|
844
|
+
| "IconHandshake"
|
|
843
845
|
| "IconHaptic"
|
|
844
846
|
| "IconHashtag"
|
|
845
847
|
| "IconHatBunny"
|
|
@@ -1149,6 +1151,7 @@ export type CentralIconName =
|
|
|
1149
1151
|
| "IconPeopleCopy"
|
|
1150
1152
|
| "IconPeopleEdit"
|
|
1151
1153
|
| "IconPeopleGear"
|
|
1154
|
+
| "IconPeopleIdCard"
|
|
1152
1155
|
| "IconPeopleLike"
|
|
1153
1156
|
| "IconPeopleRemove"
|
|
1154
1157
|
| "IconPeopleRemove2"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.89",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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": 1689,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -273,9 +273,10 @@
|
|
|
273
273
|
]
|
|
274
274
|
},
|
|
275
275
|
"Clouds": {
|
|
276
|
-
"count":
|
|
276
|
+
"count": 12,
|
|
277
277
|
"icons": [
|
|
278
278
|
"IconCloud",
|
|
279
|
+
"IconCloudApi",
|
|
279
280
|
"IconCloudCheck",
|
|
280
281
|
"IconCloudDownload",
|
|
281
282
|
"IconCloudOff",
|
|
@@ -814,12 +815,13 @@
|
|
|
814
815
|
]
|
|
815
816
|
},
|
|
816
817
|
"Hands": {
|
|
817
|
-
"count":
|
|
818
|
+
"count": 20,
|
|
818
819
|
"icons": [
|
|
819
820
|
"IconBlip",
|
|
820
821
|
"IconFistbump",
|
|
821
822
|
"IconHand4Finger",
|
|
822
823
|
"IconHand5Finger",
|
|
824
|
+
"IconHandshake",
|
|
823
825
|
"IconHumanMashine",
|
|
824
826
|
"IconMagicHands",
|
|
825
827
|
"IconMoneyHand",
|
|
@@ -1135,7 +1137,7 @@
|
|
|
1135
1137
|
]
|
|
1136
1138
|
},
|
|
1137
1139
|
"People": {
|
|
1138
|
-
"count":
|
|
1140
|
+
"count": 39,
|
|
1139
1141
|
"icons": [
|
|
1140
1142
|
"IconAura",
|
|
1141
1143
|
"IconBathMan1",
|
|
@@ -1160,6 +1162,7 @@
|
|
|
1160
1162
|
"IconPeopleCopy",
|
|
1161
1163
|
"IconPeopleEdit",
|
|
1162
1164
|
"IconPeopleGear",
|
|
1165
|
+
"IconPeopleIdCard",
|
|
1163
1166
|
"IconPeopleLike",
|
|
1164
1167
|
"IconPeopleRemove",
|
|
1165
1168
|
"IconPeopleRemove2",
|
|
@@ -1858,8 +1861,8 @@
|
|
|
1858
1861
|
"Weather": {
|
|
1859
1862
|
"count": 19,
|
|
1860
1863
|
"icons": [
|
|
1861
|
-
"IconCloud1",
|
|
1862
1864
|
"IconCloudSnow",
|
|
1865
|
+
"IconCloudWeather",
|
|
1863
1866
|
"IconCloudy",
|
|
1864
1867
|
"IconCloudySun",
|
|
1865
1868
|
"IconDrop",
|
|
@@ -2346,8 +2349,8 @@
|
|
|
2346
2349
|
"IconClosedCaptioning": "closed-captioning, cc",
|
|
2347
2350
|
"IconCloseQuote1": "close-quote-1, blockquote",
|
|
2348
2351
|
"IconCloseQuote2": "close-quote-2, blockquote",
|
|
2349
|
-
"IconCloud": "cloud
|
|
2350
|
-
"
|
|
2352
|
+
"IconCloud": "cloud",
|
|
2353
|
+
"IconCloudApi": "cloud-api, cloud-network",
|
|
2351
2354
|
"IconCloudCheck": "cloud-check, save",
|
|
2352
2355
|
"IconCloudDownload": "cloud-download",
|
|
2353
2356
|
"IconCloudOff": "cloud-off, offline",
|
|
@@ -2359,6 +2362,7 @@
|
|
|
2359
2362
|
"IconCloudSnow": "cloud-snow",
|
|
2360
2363
|
"IconCloudSync": "cloud-sync",
|
|
2361
2364
|
"IconCloudUpload": "cloud-upload",
|
|
2365
|
+
"IconCloudWeather": "cloud-weather, clouds",
|
|
2362
2366
|
"IconCloudy": "cloudy, clouds",
|
|
2363
2367
|
"IconCloudySparkle": "cloudy-sparkle, clouds",
|
|
2364
2368
|
"IconCloudySun": "cloudy-sun, clouds",
|
|
@@ -2722,6 +2726,7 @@
|
|
|
2722
2726
|
"IconHand4Finger": "hand-4-finger, select",
|
|
2723
2727
|
"IconHand5Finger": "hand-5-finger, select",
|
|
2724
2728
|
"IconHandBell": "hand-bell",
|
|
2729
|
+
"IconHandshake": "handshake, heart",
|
|
2725
2730
|
"IconHaptic": "haptic, waves",
|
|
2726
2731
|
"IconHashtag": "hashtag, #",
|
|
2727
2732
|
"IconHatBunny": "hat-bunny, surprise, magic hat",
|
|
@@ -3031,6 +3036,7 @@
|
|
|
3031
3036
|
"IconPeopleCopy": "people-copy, members",
|
|
3032
3037
|
"IconPeopleEdit": "people-edit, edit-user, edit-rights, user-rights",
|
|
3033
3038
|
"IconPeopleGear": "people-gear, user-settings, preferences, person",
|
|
3039
|
+
"IconPeopleIdCard": "people-id-card, profile, user-account, badge, person",
|
|
3034
3040
|
"IconPeopleLike": "people-like, inner circle",
|
|
3035
3041
|
"IconPeopleRemove": "people-remove, user-remove",
|
|
3036
3042
|
"IconPeopleRemove2": "people-remove-2",
|
package/index.d.ts
CHANGED
|
@@ -464,7 +464,7 @@ 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 {
|
|
467
|
+
export { IconCloudApi, default as IconCloudApiDefault } from "./IconCloudApi";
|
|
468
468
|
export { IconCloudCheck, default as IconCloudCheckDefault, } from "./IconCloudCheck";
|
|
469
469
|
export { IconCloudDownload, default as IconCloudDownloadDefault, } from "./IconCloudDownload";
|
|
470
470
|
export { IconCloudOff, default as IconCloudOffDefault } from "./IconCloudOff";
|
|
@@ -476,6 +476,7 @@ export { IconCloudSimpleUpload, default as IconCloudSimpleUploadDefault, } from
|
|
|
476
476
|
export { IconCloudSnow, default as IconCloudSnowDefault, } from "./IconCloudSnow";
|
|
477
477
|
export { IconCloudSync, default as IconCloudSyncDefault, } from "./IconCloudSync";
|
|
478
478
|
export { IconCloudUpload, default as IconCloudUploadDefault, } from "./IconCloudUpload";
|
|
479
|
+
export { IconCloudWeather, default as IconCloudWeatherDefault, } from "./IconCloudWeather";
|
|
479
480
|
export { IconCloudy, default as IconCloudyDefault } from "./IconCloudy";
|
|
480
481
|
export { IconCloudySparkle, default as IconCloudySparkleDefault, } from "./IconCloudySparkle";
|
|
481
482
|
export { IconCloudySun, default as IconCloudySunDefault, } from "./IconCloudySun";
|
|
@@ -839,6 +840,7 @@ export { IconHammer, default as IconHammerDefault } from "./IconHammer";
|
|
|
839
840
|
export { IconHand4Finger, default as IconHand4FingerDefault, } from "./IconHand4Finger";
|
|
840
841
|
export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5Finger";
|
|
841
842
|
export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
|
|
843
|
+
export { IconHandshake, default as IconHandshakeDefault, } from "./IconHandshake";
|
|
842
844
|
export { IconHaptic, default as IconHapticDefault } from "./IconHaptic";
|
|
843
845
|
export { IconHashtag, default as IconHashtagDefault } from "./IconHashtag";
|
|
844
846
|
export { IconHatBunny, default as IconHatBunnyDefault } from "./IconHatBunny";
|
|
@@ -1148,6 +1150,7 @@ export { IconPeopleCircle, default as IconPeopleCircleDefault, } from "./IconPeo
|
|
|
1148
1150
|
export { IconPeopleCopy, default as IconPeopleCopyDefault, } from "./IconPeopleCopy";
|
|
1149
1151
|
export { IconPeopleEdit, default as IconPeopleEditDefault, } from "./IconPeopleEdit";
|
|
1150
1152
|
export { IconPeopleGear, default as IconPeopleGearDefault, } from "./IconPeopleGear";
|
|
1153
|
+
export { IconPeopleIdCard, default as IconPeopleIdCardDefault, } from "./IconPeopleIdCard";
|
|
1151
1154
|
export { IconPeopleLike, default as IconPeopleLikeDefault, } from "./IconPeopleLike";
|
|
1152
1155
|
export { IconPeopleRemove, default as IconPeopleRemoveDefault, } from "./IconPeopleRemove";
|
|
1153
1156
|
export { IconPeopleRemove2, default as IconPeopleRemove2Default, } from "./IconPeopleRemove2";
|