@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.237 → 1.1.238
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/IconPeopleIdCard2/index.d.ts +4 -0
- package/IconPeopleIdCard2/index.js +2 -0
- package/IconPeopleIdCard2/index.js.map +1 -0
- package/IconPeopleIdCard2/index.mjs +2 -0
- package/IconPeopleIdCard2/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(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 x(o))!I.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(C=k(o,p))||C.enumerable});return r};var c=(r,o,e)=>(e=r!=null?m(f(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>i(s({},"__esModule",{value:!0}),r);var g={};L(g,{IconPeopleIdCard2:()=>d,default:()=>P});module.exports=B(g);var t=c(require("react"));var u=c(require("react")),a=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(a.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 n=require("react-native-svg"),d=r=>t.default.createElement(l,{...r},t.default.createElement(n.Path,{d:"M9 4.5H6C5.44772 4.5 5 4.94772 5 5.5L5 19.5C5 20.0523 5.44772 20.5 6 20.5H18C18.5523 20.5 19 20.0523 19 19.5V5.5C19 4.94772 18.5523 4.5 18 4.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Rect,{x:"9.5",y:"2.5",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M8 20.5C8 18.2909 9.79086 16.5 12 16.5C14.2091 16.5 16 18.2909 16 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Circle,{cx:"12",cy:"12.25",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;0&&(module.exports={IconPeopleIdCard2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleIdCard2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconPeopleIdCard2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 4.5H6C5.44772 4.5 5 4.94772 5 5.5L5 19.5C5 20.0523 5.44772 20.5 6 20.5H18C18.5523 20.5 19 20.0523 19 19.5V5.5C19 4.94772 18.5523 4.5 18 4.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"9.5\"\n y=\"2.5\"\n width=\"5\"\n height=\"5\"\n rx=\"1\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 20.5C8 18.2909 9.79086 16.5 12 16.5C14.2091 16.5 16 18.2909 16 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12.25\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleIdCard2;\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,uBAAAE,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,EAAmC,4BAEtBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,MACF,EAAE,MACF,MAAM,IACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,QACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleIdCard2_exports","__export","IconPeopleIdCard2","IconPeopleIdCard2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleIdCard2","props","React","CentralIconBase","IconPeopleIdCard2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children: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 t,Rect as c}from"react-native-svg";var u=e=>o.createElement(n,{...e},o.createElement(t,{d:"M9 4.5H6C5.44772 4.5 5 4.94772 5 5.5L5 19.5C5 20.0523 5.44772 20.5 6 20.5H18C18.5523 20.5 19 20.0523 19 19.5V5.5C19 4.94772 18.5523 4.5 18 4.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(c,{x:"9.5",y:"2.5",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M8 20.5C8 18.2909 9.79086 16.5 12 16.5C14.2091 16.5 16 18.2909 16 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(i,{cx:"12",cy:"12.25",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconPeopleIdCard2,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleIdCard2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconPeopleIdCard2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 4.5H6C5.44772 4.5 5 4.94772 5 5.5L5 19.5C5 20.0523 5.44772 20.5 6 20.5H18C18.5523 20.5 19 20.0523 19 19.5V5.5C19 4.94772 18.5523 4.5 18 4.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"9.5\"\n y=\"2.5\"\n width=\"5\"\n height=\"5\"\n rx=\"1\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 20.5C8 18.2909 9.79086 16.5 12 16.5C14.2091 16.5 16 18.2909 16 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12.25\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleIdCard2;\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,EAAM,QAAAC,MAAY,mBAE5B,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,EAAE,oJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,MACF,EAAE,MACF,MAAM,IACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,EAAE,yEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACL,EAAA,CACC,GAAG,KACH,GAAG,QACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGO,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","Rect","IconPeopleIdCard2","props","React","CentralIconBase","IconPeopleIdCard2_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -19012,6 +19012,20 @@
|
|
|
19012
19012
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
19013
19013
|
"componentName": "IconPeopleIdCard"
|
|
19014
19014
|
},
|
|
19015
|
+
{
|
|
19016
|
+
"category": "People",
|
|
19017
|
+
"svg": "<path d=\"M9 4.5H6C5.44772 4.5 5 4.94772 5 5.5L5 19.5C5 20.0523 5.44772 20.5 6 20.5H18C18.5523 20.5 19 20.0523 19 19.5V5.5C19 4.94772 18.5523 4.5 18 4.5H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect x=\"9.5\" y=\"2.5\" width=\"5\" height=\"5\" rx=\"1\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 20.5C8 18.2909 9.79086 16.5 12 16.5C14.2091 16.5 16 18.2909 16 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"12.25\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19018
|
+
"iconName": "people-id-card-2, profile, user-account, badge, person",
|
|
19019
|
+
"variant": {
|
|
19020
|
+
"join": "round",
|
|
19021
|
+
"filled": "off",
|
|
19022
|
+
"radius": "1",
|
|
19023
|
+
"stroke": "1"
|
|
19024
|
+
},
|
|
19025
|
+
"createdAt": "2026-05-18T16:02:12.946309+00:00",
|
|
19026
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
19027
|
+
"componentName": "IconPeopleIdCard2"
|
|
19028
|
+
},
|
|
19015
19029
|
{
|
|
19016
19030
|
"category": "People",
|
|
19017
19031
|
"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.9983 12.7498C13.368 12.5865 12.6996 12.5 11.9983 12.5C7.89479 12.5 4.91459 15.4626 4.1494 19.4189C4.03797 19.995 4.50308 20.5 5.08986 20.5H12.4983\" stroke=\"currentColor\" stroke-width=\"1.07692\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z\" stroke=\"currentColor\" stroke-width=\"1.07692\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.238",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1998,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
]
|
|
1295
1295
|
},
|
|
1296
1296
|
"People": {
|
|
1297
|
-
"count":
|
|
1297
|
+
"count": 56,
|
|
1298
1298
|
"icons": [
|
|
1299
1299
|
"IconAura",
|
|
1300
1300
|
"IconBathMan1",
|
|
@@ -1321,6 +1321,7 @@
|
|
|
1321
1321
|
"IconPeopleGear",
|
|
1322
1322
|
"IconPeopleGroup2",
|
|
1323
1323
|
"IconPeopleIdCard",
|
|
1324
|
+
"IconPeopleIdCard2",
|
|
1324
1325
|
"IconPeopleLike",
|
|
1325
1326
|
"IconPeopleNoise",
|
|
1326
1327
|
"IconPeopleRemove",
|
|
@@ -3556,6 +3557,7 @@
|
|
|
3556
3557
|
"IconPeopleGear": "people-gear, user-settings, preferences, person",
|
|
3557
3558
|
"IconPeopleGroup2": "people-group-2, user, friend",
|
|
3558
3559
|
"IconPeopleIdCard": "people-id-card, profile, user-account, badge, person",
|
|
3560
|
+
"IconPeopleIdCard2": "people-id-card-2, profile, user-account, badge, person",
|
|
3559
3561
|
"IconPeopleLike": "people-like, inner circle",
|
|
3560
3562
|
"IconPeopleNoise": "people-noise, audio-quality, user-noise",
|
|
3561
3563
|
"IconPeopleRemove": "people-remove, user-remove",
|
package/index.d.ts
CHANGED
|
@@ -1356,6 +1356,7 @@ export { IconPeopleEdit, default as IconPeopleEditDefault, } from "./IconPeopleE
|
|
|
1356
1356
|
export { IconPeopleGear, default as IconPeopleGearDefault, } from "./IconPeopleGear";
|
|
1357
1357
|
export { IconPeopleGroup2, default as IconPeopleGroup2Default, } from "./IconPeopleGroup2";
|
|
1358
1358
|
export { IconPeopleIdCard, default as IconPeopleIdCardDefault, } from "./IconPeopleIdCard";
|
|
1359
|
+
export { IconPeopleIdCard2, default as IconPeopleIdCard2Default, } from "./IconPeopleIdCard2";
|
|
1359
1360
|
export { IconPeopleLike, default as IconPeopleLikeDefault, } from "./IconPeopleLike";
|
|
1360
1361
|
export { IconPeopleNoise, default as IconPeopleNoiseDefault, } from "./IconPeopleNoise";
|
|
1361
1362
|
export { IconPeopleRemove, default as IconPeopleRemoveDefault, } from "./IconPeopleRemove";
|