@central-icons-react-native/square-filled-radius-0-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.
@@ -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:"M9 8H15V4H19.5V21H4.5V4H9V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.934 17.9961 14.1415 16.5001 12 16.5ZM12 10.125C10.6883 10.125 9.625 11.1883 9.625 12.5C9.625 13.8117 10.6883 14.875 12 14.875C13.3117 14.875 14.375 13.8117 14.375 12.5C14.375 11.1883 13.3117 10.125 12 10.125Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M14 7H10V2H14V7Z",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=\"M9 8H15V4H19.5V21H4.5V4H9V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.934 17.9961 14.1415 16.5001 12 16.5ZM12 10.125C10.6883 10.125 9.625 11.1883 9.625 12.5C9.625 13.8117 10.6883 14.875 12 14.875C13.3117 14.875 14.375 13.8117 14.375 12.5C14.375 11.1883 13.3117 10.125 12 10.125Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M14 7H10V2H14V7Z\" 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,0SACF,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:"M9 8H15V4H19.5V21H4.5V4H9V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.934 17.9961 14.1415 16.5001 12 16.5ZM12 10.125C10.6883 10.125 9.625 11.1883 9.625 12.5C9.625 13.8117 10.6883 14.875 12 14.875C13.3117 14.875 14.375 13.8117 14.375 12.5C14.375 11.1883 13.3117 10.125 12 10.125Z",fill:"currentColor"}),e.createElement(t,{d:"M14 7H10V2H14V7Z",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=\"M9 8H15V4H19.5V21H4.5V4H9V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.934 17.9961 14.1415 16.5001 12 16.5ZM12 10.125C10.6883 10.125 9.625 11.1883 9.625 12.5C9.625 13.8117 10.6883 14.875 12 14.875C13.3117 14.875 14.375 13.8117 14.375 12.5C14.375 11.1883 13.3117 10.125 12 10.125Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M14 7H10V2H14V7Z\" 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,0SACF,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-1",
19013
19013
  "componentName": "IconPeopleIdCard"
19014
19014
  },
19015
+ {
19016
+ "category": "People",
19017
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 8H15V4H19.5V21H4.5V4H9V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.934 17.9961 14.1415 16.5001 12 16.5ZM12 10.125C10.6883 10.125 9.625 11.1883 9.625 12.5C9.625 13.8117 10.6883 14.875 12 14.875C13.3117 14.875 14.375 13.8117 14.375 12.5C14.375 11.1883 13.3117 10.125 12 10.125Z\" fill=\"currentColor\"/><path d=\"M14 7H10V2H14V7Z\" 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": "1"
19024
+ },
19025
+ "createdAt": "2026-05-18T16:02:12.946309+00:00",
19026
+ "packageName": "square-filled-radius-0-stroke-1",
19027
+ "componentName": "IconPeopleIdCard2"
19028
+ },
19015
19029
  {
19016
19030
  "category": "People",
19017
19031
  "svg": "<path d=\"M7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5Z\" fill=\"currentColor\"/><path d=\"M11.9989 12C7.21735 12 3.91209 15.7691 3.50083 20.4563L3.45312 21H14.6904C13.8735 20.2209 12.999 19.0597 12.999 17.5846C12.999 16.4861 13.3486 15.5167 14.0124 14.8087C14.6688 14.1085 15.555 13.7513 16.4435 13.7513C16.7091 13.7513 16.957 13.7781 17.1855 13.8226C15.7957 12.6804 14.0305 12 11.9989 12Z\" fill=\"currentColor\"/><path d=\"M17.2247 21.6901C16.8793 21.5127 16.4158 21.2473 15.9493 20.896C15.0393 20.211 14 19.1085 14 17.6089C14 16.4937 14.5616 15.5744 15.3947 15.0978C16.1545 14.6631 17.1099 14.6145 18 15.0739C18.8901 14.6145 19.8455 14.6631 20.6053 15.0978C21.4384 15.5744 22 16.4937 22 17.6089C22 19.1085 20.9607 20.211 20.0507 20.896C19.5842 21.2473 19.1207 21.5127 18.7753 21.6901C18.5214 21.8205 18.2645 21.9332 18 22.0374C17.7355 21.9332 17.4786 21.8205 17.2247 21.6901Z\" 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-1",
3
- "version": "1.1.237",
3
+ "version": "1.1.238",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 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";