@central-icons-react-native/round-outlined-radius-3-stroke-2 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/IconCloudWeather/index.mjs +2 -0
- 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 +0 -2
- package/IconCloud1/index.mjs.map +0 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -3259,15 +3259,15 @@
|
|
|
3259
3259
|
"svg": "<Path d=\"M7 19C4.23858 19 2 16.7614 2 14C2 11.4673 3.88316 9.37436 6.32568 9.04508C7.13649 6.69118 9.37075 5 12 5C15.3137 5 18 7.68629 18 11C20.2091 11 22 12.7909 22 15C22 17.2091 20.2091 19 18 19H7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3260
3260
|
"tags": "Path",
|
|
3261
3261
|
"componentName": "IconCloud",
|
|
3262
|
-
"iconName": "cloud
|
|
3262
|
+
"iconName": "cloud",
|
|
3263
3263
|
"pathname": "src/IconCloud"
|
|
3264
3264
|
},
|
|
3265
3265
|
{
|
|
3266
|
-
"svg": "<Path d=\"
|
|
3267
|
-
"tags": "Path",
|
|
3268
|
-
"componentName": "
|
|
3269
|
-
"iconName": "cloud,
|
|
3270
|
-
"pathname": "src/
|
|
3266
|
+
"svg": "<Path d=\"M8.42885 13C6.4564 13 4.85742 11.401 4.85742 9.42857C4.85742 7.61947 6.20253 6.12454 7.94719 5.88935C8.52634 4.20799 10.1222 3 12.0003 3C14.3672 3 16.286 4.91878 16.286 7.28571C17.8639 7.28571 19.1431 8.5649 19.1431 10.1429C19.1431 11.7208 17.8639 13 16.286 13H8.42885Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"18.5\" r=\"2.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 18.5H3\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21 18.5H14.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 16V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3267
|
+
"tags": "Circle, Path",
|
|
3268
|
+
"componentName": "IconCloudApi",
|
|
3269
|
+
"iconName": "cloud-api, cloud-network",
|
|
3270
|
+
"pathname": "src/IconCloudApi"
|
|
3271
3271
|
},
|
|
3272
3272
|
{
|
|
3273
3273
|
"svg": "<Path d=\"M5.14089 18.6429C3.30008 17.9052 2 16.1044 2 14C2 11.6807 3.57923 9.73012 5.72107 9.16506C6.08659 9.06863 6.39695 8.8162 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.4111 5 16.49 6.42217 17.4437 8.47342C17.603 8.8162 17.9134 9.06863 18.2789 9.16506C20.4208 9.73012 22 11.6807 22 14C22 16.1044 20.6999 17.9052 18.8591 18.6429\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 17L11.3333 19.5L16 14.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
@@ -3346,6 +3346,13 @@
|
|
|
3346
3346
|
"iconName": "cloud-upload",
|
|
3347
3347
|
"pathname": "src/IconCloudUpload"
|
|
3348
3348
|
},
|
|
3349
|
+
{
|
|
3350
|
+
"svg": "<Path d=\"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.5628 5 13.8039 6.37723 15.0236 8.43195C15.2884 8.87791 15.8167 9.11316 16.3308 9.0444C16.5497 9.01512 16.7731 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
3351
|
+
"tags": "Path",
|
|
3352
|
+
"componentName": "IconCloudWeather",
|
|
3353
|
+
"iconName": "cloud-weather, clouds",
|
|
3354
|
+
"pathname": "src/IconCloudWeather"
|
|
3355
|
+
},
|
|
3349
3356
|
{
|
|
3350
3357
|
"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 10M16.5 10C16.1301 10 15.7706 10.0446 15.4267 10.1288C14.8744 10.2639 14.2597 10.0553 13.936 9.58792C13.2343 8.57473 12.2287 7.78803 11.051 7.35969C10.4111 7.12695 9.72036 7 9 7C5.68629 7 3 9.68629 3 13C3 16.3137 5.68629 19 9 19H16.5C18.9853 19 21 16.9853 21 14.5C21 12.631 19.8606 11.0282 18.2386 10.3482C17.7037 10.1239 17.1163 10 16.5 10Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3351
3358
|
"tags": "Path",
|
|
@@ -5887,6 +5894,13 @@
|
|
|
5887
5894
|
"iconName": "hand-bell",
|
|
5888
5895
|
"pathname": "src/IconHandBell"
|
|
5889
5896
|
},
|
|
5897
|
+
{
|
|
5898
|
+
"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.3313C5.53905 15.6158 7.76799 17.9882 10.1293 20.1316C11.1921 21.0963 12.8011 21.0963 13.8639 20.1316C16.2252 17.9882 18.4541 15.6158 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.68856L8.8146 9.03664C8.22881 9.62243 8.22881 10.5722 8.8146 11.158C9.98617 12.3295 11.8857 12.3295 13.0572 11.158L13.7643 10.4509C14.1549 10.0603 14.788 10.0603 15.1786 10.4509L18.7141 13.9864\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
5899
|
+
"tags": "Path",
|
|
5900
|
+
"componentName": "IconHandshake",
|
|
5901
|
+
"iconName": "handshake, heart",
|
|
5902
|
+
"pathname": "src/IconHandshake"
|
|
5903
|
+
},
|
|
5890
5904
|
{
|
|
5891
5905
|
"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\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
5892
5906
|
"tags": "Path",
|
|
@@ -8050,6 +8064,13 @@
|
|
|
8050
8064
|
"iconName": "people-gear, user-settings, preferences, person",
|
|
8051
8065
|
"pathname": "src/IconPeopleGear"
|
|
8052
8066
|
},
|
|
8067
|
+
{
|
|
8068
|
+
"svg": "<Path d=\"M16.5 3H7.5C5.84315 3 4.5 4.34315 4.5 6V18C4.5 19.6569 5.84315 21 7.5 21H16.5C18.1569 21 19.5 19.6569 19.5 18V6C19.5 4.34315 18.1569 3 16.5 3Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 21C16 18.7909 14.2091 17 12 17C9.79086 17 8 18.7909 8 21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 6.5H14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8069
|
+
"tags": "Circle, Path",
|
|
8070
|
+
"componentName": "IconPeopleIdCard",
|
|
8071
|
+
"iconName": "people-id-card, profile, user-account, badge, person",
|
|
8072
|
+
"pathname": "src/IconPeopleIdCard"
|
|
8073
|
+
},
|
|
8053
8074
|
{
|
|
8054
8075
|
"svg": "<Path d=\"M21 17.75C21 19.6667 18.25 21.0833 18 21.0833C17.75 21.0833 15 19.6667 15 17.75C15 16.4167 15.8333 15.75 16.6667 15.75C17.5 15.75 18 16.25 18 16.25C18 16.25 18.5 15.75 19.3333 15.75C20.1667 15.75 21 16.4167 21 17.75Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><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\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.9997 13.0602C12.6751 13.0205 12.3416 13 11.9997 13C9.02123 13 6.67402 14.5539 5.43304 16.8621C4.59593 18.4191 6.02717 20 7.79494 20H11.4997\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8055
8076
|
"tags": "Path",
|
package/IconCloud1/index.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=B(r,e))||C.enumerable});return o};var s=(o,r,t)=>(t=o!=null?u(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(n({},"__esModule",{value:!0}),o);var v={};d(v,{IconCloud1:()=>i,default:()=>h});module.exports=g(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(l.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{d:"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.5628 5 13.8039 6.37723 15.0236 8.43195C15.2884 8.87791 15.8167 9.11316 16.3308 9.0444C16.5497 9.01512 16.7731 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=i;0&&(module.exports={IconCloud1});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
package/IconCloud1/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCloud1/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 IconCloud1: 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.5628 5 13.8039 6.37723 15.0236 8.43195C15.2884 8.87791 15.8167 9.11316 16.3308 9.0444C16.5497 9.01512 16.7731 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloud1;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4OACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCloud1_exports","__export","IconCloud1","IconCloud1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloud1","props","React","CentralIconBase","IconCloud1_default"]}
|
package/IconCloud1/index.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(C,{...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 a}from"react-native-svg";var s=r=>e.createElement(t,{...r},e.createElement(a,{d:"M17 19H9C5.13401 19 2 15.866 2 12C2 8.13401 5.13401 5 9 5C11.5628 5 13.8039 6.37723 15.0236 8.43195C15.2884 8.87791 15.8167 9.11316 16.3308 9.0444C16.5497 9.01512 16.7731 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),P=s;export{s as IconCloud1,P as default};
|
|
2
|
-
//# sourceMappingURL=index.mjs.map
|
package/IconCloud1/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCloud1/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 IconCloud1: 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.5628 5 13.8039 6.37723 15.0236 8.43195C15.2884 8.87791 15.8167 9.11316 16.3308 9.0444C16.5497 9.01512 16.7731 9 17 9C19.7614 9 22 11.2386 22 14C22 16.7614 19.7614 19 17 19Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloud1;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4OACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloud1","props","React","CentralIconBase","IconCloud1_default"]}
|