@central-icons-react-native/square-filled-radius-0-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPeopleIdCard2: FC<CentralIconBaseProps>;
4
+ export default IconPeopleIdCard2;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(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))!P.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=u(o,n))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconPeopleIdCard2:()=>d,default:()=>H});module.exports=x(g);var p=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.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 l=require("react-native-svg"),d=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8 8H16V4H20V22H4V4H8V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.9339 17.996 14.1416 16.5 12 16.5ZM12 9.75C10.6193 9.75 9.5 10.8693 9.5 12.25C9.5 13.6307 10.6193 14.75 12 14.75C13.3807 14.75 14.5 13.6307 14.5 12.25C14.5 10.8693 13.3807 9.75 12 9.75Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M14 6H10V2H14V6Z",fill:"currentColor"})),H=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 { Path } from \"react-native-svg\";\n\nexport const IconPeopleIdCard2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 8H16V4H20V22H4V4H8V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.9339 17.996 14.1416 16.5 12 16.5ZM12 9.75C10.6193 9.75 9.5 10.8693 9.5 12.25C9.5 13.6307 10.6193 14.75 12 14.75C13.3807 14.75 14.5 13.6307 14.5 12.25C14.5 10.8693 13.3807 9.75 12 9.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M14 6H10V2H14V6Z\" fill=\"currentColor\" />\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,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,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 e from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(C,{...p,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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M8 8H16V4H20V22H4V4H8V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.9339 17.996 14.1416 16.5 12 16.5ZM12 9.75C10.6193 9.75 9.5 10.8693 9.5 12.25C9.5 13.6307 10.6193 14.75 12 14.75C13.3807 14.75 14.5 13.6307 14.5 12.25C14.5 10.8693 13.3807 9.75 12 9.75Z",fill:"currentColor"}),e.createElement(t,{d:"M14 6H10V2H14V6Z",fill:"currentColor"})),P=a;export{a as IconPeopleIdCard2,P 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 { Path } from \"react-native-svg\";\n\nexport const IconPeopleIdCard2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8 8H16V4H20V22H4V4H8V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.9339 17.996 14.1416 16.5 12 16.5ZM12 9.75C10.6193 9.75 9.5 10.8693 9.5 12.25C9.5 13.6307 10.6193 14.75 12 14.75C13.3807 14.75 14.5 13.6307 14.5 12.25C14.5 10.8693 13.3807 9.75 12 9.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M14 6H10V2H14V6Z\" fill=\"currentColor\" />\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,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleIdCard2","props","React","CentralIconBase","IconPeopleIdCard2_default"]}
package/README.md CHANGED
@@ -1404,6 +1404,7 @@ Below is a complete list of available icons:
1404
1404
  - IconPeopleGear
1405
1405
  - IconPeopleGroup2
1406
1406
  - IconPeopleIdCard
1407
+ - IconPeopleIdCard2
1407
1408
  - IconPeopleLike
1408
1409
  - IconPeopleNoise
1409
1410
  - IconPeopleRemove
@@ -19012,6 +19012,20 @@
19012
19012
  "packageName": "square-filled-radius-0-stroke-2",
19013
19013
  "componentName": "IconPeopleIdCard"
19014
19014
  },
19015
+ {
19016
+ "category": "People",
19017
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8H16V4H20V22H4V4H8V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.9339 17.996 14.1416 16.5 12 16.5ZM12 9.75C10.6193 9.75 9.5 10.8693 9.5 12.25C9.5 13.6307 10.6193 14.75 12 14.75C13.3807 14.75 14.5 13.6307 14.5 12.25C14.5 10.8693 13.3807 9.75 12 9.75Z\" fill=\"currentColor\"/><path d=\"M14 6H10V2H14V6Z\" fill=\"currentColor\"/>",
19018
+ "iconName": "people-id-card-2, profile, user-account, badge, person",
19019
+ "variant": {
19020
+ "join": "square",
19021
+ "filled": "on",
19022
+ "radius": "0",
19023
+ "stroke": "2"
19024
+ },
19025
+ "createdAt": "2026-05-18T16:02:12.946309+00:00",
19026
+ "packageName": "square-filled-radius-0-stroke-2",
19027
+ "componentName": "IconPeopleIdCard2"
19028
+ },
19015
19029
  {
19016
19030
  "category": "People",
19017
19031
  "svg": "<path d=\"M12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2Z\" fill=\"currentColor\"/><path d=\"M3.50515 19.9064C3.91741 15.5211 7.24298 12 12.0008 12C13.2093 12 14.3255 12.2272 15.325 12.6381C14.5091 12.8598 13.7433 13.3045 13.1253 13.9637C12.1879 14.9636 11.7494 16.2778 11.7494 17.6412C11.7494 19.0179 12.2988 20.1446 12.9434 21H3.40234L3.50515 19.9064Z\" fill=\"currentColor\"/><path d=\"M17.0367 21.9558C16.6973 21.7817 16.2389 21.5196 15.7744 21.1701C14.8918 20.506 13.75 19.3434 13.75 17.6901C13.75 16.4682 14.3697 15.4342 15.3154 14.8935C16.1106 14.4388 17.0852 14.3629 18.0013 14.7459C18.9174 14.3629 19.892 14.4388 20.6872 14.8935C21.6329 15.4342 22.2526 16.4682 22.2526 17.6901C22.2526 19.3434 21.1108 20.506 20.2282 21.1701C19.7637 21.5196 19.3053 21.7817 18.966 21.9558L18.0013 22.3774C17.6713 22.2474 17.3537 22.1186 17.0367 21.9558Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1357,6 +1357,7 @@ export type CentralIconName =
1357
1357
  | "IconPeopleGear"
1358
1358
  | "IconPeopleGroup2"
1359
1359
  | "IconPeopleIdCard"
1360
+ | "IconPeopleIdCard2"
1360
1361
  | "IconPeopleLike"
1361
1362
  | "IconPeopleNoise"
1362
1363
  | "IconPeopleRemove"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.237",
3
+ "version": "1.1.238",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1997,
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": 55,
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";