@central-icons-react-native/round-outlined-radius-1-stroke-2 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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of h(o))!f.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(i=m(o,s))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(x(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconPeopleIdCard2:()=>k,default:()=>B});module.exports=L(P);var n=d(require("react"));var c=d(require("react")),u=require("react-native-svg"),a=({children:r,size:o=24,...e})=>c.default.createElement(u.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"),k=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M9 5H6C5.44772 5 5 5.44772 5 6L5 20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V6C19 5.44772 18.5523 5 18 5H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Rect,{x:"10",y:"3",width:"4",height:"4",rx:"1",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8.35547 20.6464C8.35547 18.4373 9.79278 17 12.0019 17C14.2111 17 15.6484 18.4373 15.6484 20.6464",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"12",cy:"12.25",r:"2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=k;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 5H6C5.44772 5 5 5.44772 5 6L5 20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V6C19 5.44772 18.5523 5 18 5H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"10\"\n y=\"3\"\n width=\"4\"\n height=\"4\"\n rx=\"1\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.35547 20.6464C8.35547 18.4373 9.79278 17 12.0019 17C14.2111 17 15.6484 18.4373 15.6484 20.6464\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12.25\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,8HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,KACF,EAAE,IACF,MAAM,IACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,QACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,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 p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(i,{...s,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 C,Path as n,Rect as d}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(n,{d:"M9 5H6C5.44772 5 5 5.44772 5 6L5 20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V6C19 5.44772 18.5523 5 18 5H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(d,{x:"10",y:"3",width:"4",height:"4",rx:"1",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.35547 20.6464C8.35547 18.4373 9.79278 17 12.0019 17C14.2111 17 15.6484 18.4373 15.6484 20.6464",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{cx:"12",cy:"12.25",r:"2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),L=c;export{c as IconPeopleIdCard2,L 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 5H6C5.44772 5 5 5.44772 5 6L5 20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V6C19 5.44772 18.5523 5 18 5H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"10\"\n y=\"3\"\n width=\"4\"\n height=\"4\"\n rx=\"1\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.35547 20.6464C8.35547 18.4373 9.79278 17 12.0019 17C14.2111 17 15.6484 18.4373 15.6484 20.6464\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12.25\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,8HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,KACF,EAAE,IACF,MAAM,IACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,EAAE,oGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACL,EAAA,CACC,GAAG,KACH,GAAG,QACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,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-2",
|
|
19013
19013
|
"componentName": "IconPeopleIdCard"
|
|
19014
19014
|
},
|
|
19015
|
+
{
|
|
19016
|
+
"category": "People",
|
|
19017
|
+
"svg": "<path d=\"M9 5H6C5.44772 5 5 5.44772 5 6L5 20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V6C19 5.44772 18.5523 5 18 5H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.35547 20.6464C8.35547 18.4373 9.79278 17 12.0019 17C14.2111 17 15.6484 18.4373 15.6484 20.6464\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"12.25\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\" 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": "2"
|
|
19024
|
+
},
|
|
19025
|
+
"createdAt": "2026-05-18T16:02:12.946309+00:00",
|
|
19026
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
19027
|
+
"componentName": "IconPeopleIdCard2"
|
|
19028
|
+
},
|
|
19015
19029
|
{
|
|
19016
19030
|
"category": "People",
|
|
19017
19031
|
"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\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"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\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.9985 13.0602C12.674 13.0205 12.3404 13 11.9985 13C8.20293 13 5.43245 15.5235 4.67009 18.9157C4.54089 19.4906 5.0077 20 5.59696 20H11.4985\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" 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-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.238",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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";
|