@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.188 → 1.1.190

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.
Files changed (40) hide show
  1. package/IconBecepsLeftArm/index.d.ts +4 -0
  2. package/IconBecepsLeftArm/index.js +2 -0
  3. package/IconBecepsLeftArm/index.js.map +1 -0
  4. package/IconBecepsLeftArm/index.mjs +2 -0
  5. package/IconBecepsLeftArm/index.mjs.map +1 -0
  6. package/IconBecepsRightArm/index.d.ts +4 -0
  7. package/IconBecepsRightArm/index.js +2 -0
  8. package/IconBecepsRightArm/index.js.map +1 -0
  9. package/IconBecepsRightArm/index.mjs +2 -0
  10. package/IconBecepsRightArm/index.mjs.map +1 -0
  11. package/{IconPeople21 → IconBridge}/index.d.ts +2 -2
  12. package/IconBridge/index.js +2 -0
  13. package/IconBridge/index.js.map +1 -0
  14. package/IconBridge/index.mjs +2 -0
  15. package/IconBridge/index.mjs.map +1 -0
  16. package/IconGoldenGateBridge/index.d.ts +4 -0
  17. package/IconGoldenGateBridge/index.js +2 -0
  18. package/IconGoldenGateBridge/index.js.map +1 -0
  19. package/IconGoldenGateBridge/index.mjs +2 -0
  20. package/IconGoldenGateBridge/index.mjs.map +1 -0
  21. package/IconPeopleGroup2/index.d.ts +4 -0
  22. package/IconPeopleGroup2/index.js +2 -0
  23. package/IconPeopleGroup2/index.js.map +1 -0
  24. package/{IconPeople21 → IconPeopleGroup2}/index.mjs +1 -1
  25. package/IconPeopleGroup2/index.mjs.map +1 -0
  26. package/README.md +5 -1
  27. package/filtered-icons.json +72 -16
  28. package/icons/index.d.ts +5 -1
  29. package/icons-index.json +17 -9
  30. package/index.d.ts +5 -1
  31. package/index.js +1 -1
  32. package/index.js.map +1 -1
  33. package/index.mjs +1 -1
  34. package/index.mjs.map +1 -1
  35. package/license-check.js +1 -1
  36. package/package.json +1 -1
  37. package/tsx-icons.json +37 -9
  38. package/IconPeople21/index.js +0 -2
  39. package/IconPeople21/index.js.map +0 -1
  40. package/IconPeople21/index.mjs.map +0 -1
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBecepsLeftArm: FC<CentralIconBaseProps>;
4
+ export default IconBecepsLeftArm;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=i(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconBecepsLeftArm:()=>B,default:()=>h});module.exports=v(y);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.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 f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z",fill:"currentColor"})),h=B;0&&(module.exports={IconBecepsLeftArm});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBecepsLeftArm/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 IconBecepsLeftArm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBecepsLeftArm;\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,EAAE,oQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBecepsLeftArm_exports","__export","IconBecepsLeftArm","IconBecepsLeftArm_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBecepsLeftArm","props","React","CentralIconBase","IconBecepsLeftArm_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{d:"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z",fill:"currentColor"})),P=m;export{m as IconBecepsLeftArm,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBecepsLeftArm/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 IconBecepsLeftArm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBecepsLeftArm;\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,EAAE,oQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBecepsLeftArm","props","React","CentralIconBase","IconBecepsLeftArm_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBecepsRightArm: FC<CentralIconBaseProps>;
4
+ export default IconBecepsRightArm;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var y={};P(y,{IconBecepsRightArm:()=>B,default:()=>v});module.exports=h(y);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z",fill:"currentColor"})),v=B;0&&(module.exports={IconBecepsRightArm});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBecepsRightArm/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 IconBecepsRightArm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBecepsRightArm;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iRACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBecepsRightArm_exports","__export","IconBecepsRightArm","IconBecepsRightArm_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBecepsRightArm","props","React","CentralIconBase","IconBecepsRightArm_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z",fill:"currentColor"})),x=m;export{m as IconBecepsRightArm,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBecepsRightArm/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 IconBecepsRightArm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBecepsRightArm;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBecepsRightArm","props","React","CentralIconBase","IconBecepsRightArm_default"]}
@@ -1,4 +1,4 @@
1
1
  import { FC } from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconPeople21: FC<CentralIconBaseProps>;
4
- export default IconPeople21;
3
+ export declare const IconBridge: FC<CentralIconBaseProps>;
4
+ export default IconBridge;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconBridge:()=>B,default:()=>d});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 4.5C16.4183 4.5 20 8.08172 20 12.5V12.6455C21.4457 13.0758 22.5 14.4145 22.5 16C22.5 17.933 20.933 19.5 19 19.5C17.067 19.5 15.5 17.933 15.5 16C15.5 14.4145 16.5543 13.0758 18 12.6455V12.5C18 9.18629 15.3137 6.5 12 6.5C8.68629 6.5 6 9.18629 6 12.5V12.6455C7.44566 13.0758 8.5 14.4145 8.5 16C8.5 17.933 6.933 19.5 5 19.5C3.067 19.5 1.5 17.933 1.5 16C1.5 14.4145 2.55434 13.0758 4 12.6455V12.5C4 8.08172 7.58172 4.5 12 4.5Z",fill:"currentColor"})),d=B;0&&(module.exports={IconBridge});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBridge/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 IconBridge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4.5C16.4183 4.5 20 8.08172 20 12.5V12.6455C21.4457 13.0758 22.5 14.4145 22.5 16C22.5 17.933 20.933 19.5 19 19.5C17.067 19.5 15.5 17.933 15.5 16C15.5 14.4145 16.5543 13.0758 18 12.6455V12.5C18 9.18629 15.3137 6.5 12 6.5C8.68629 6.5 6 9.18629 6 12.5V12.6455C7.44566 13.0758 8.5 14.4145 8.5 16C8.5 17.933 6.933 19.5 5 19.5C3.067 19.5 1.5 17.933 1.5 16C1.5 14.4145 2.55434 13.0758 4 12.6455V12.5C4 8.08172 7.58172 4.5 12 4.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBridge;\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,4aACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBridge_exports","__export","IconBridge","IconBridge_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBridge","props","React","CentralIconBase","IconBridge_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 4.5C16.4183 4.5 20 8.08172 20 12.5V12.6455C21.4457 13.0758 22.5 14.4145 22.5 16C22.5 17.933 20.933 19.5 19 19.5C17.067 19.5 15.5 17.933 15.5 16C15.5 14.4145 16.5543 13.0758 18 12.6455V12.5C18 9.18629 15.3137 6.5 12 6.5C8.68629 6.5 6 9.18629 6 12.5V12.6455C7.44566 13.0758 8.5 14.4145 8.5 16C8.5 17.933 6.933 19.5 5 19.5C3.067 19.5 1.5 17.933 1.5 16C1.5 14.4145 2.55434 13.0758 4 12.6455V12.5C4 8.08172 7.58172 4.5 12 4.5Z",fill:"currentColor"})),x=l;export{l as IconBridge,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBridge/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 IconBridge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 4.5C16.4183 4.5 20 8.08172 20 12.5V12.6455C21.4457 13.0758 22.5 14.4145 22.5 16C22.5 17.933 20.933 19.5 19 19.5C17.067 19.5 15.5 17.933 15.5 16C15.5 14.4145 16.5543 13.0758 18 12.6455V12.5C18 9.18629 15.3137 6.5 12 6.5C8.68629 6.5 6 9.18629 6 12.5V12.6455C7.44566 13.0758 8.5 14.4145 8.5 16C8.5 17.933 6.933 19.5 5 19.5C3.067 19.5 1.5 17.933 1.5 16C1.5 14.4145 2.55434 13.0758 4 12.6455V12.5C4 8.08172 7.58172 4.5 12 4.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBridge;\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,4aACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBridge","props","React","CentralIconBase","IconBridge_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGoldenGateBridge: FC<CentralIconBaseProps>;
4
+ export default IconGoldenGateBridge;
@@ -0,0 +1,2 @@
1
+ "use strict";var V=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!I.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?V(B(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),v=C=>l(t({},"__esModule",{value:!0}),C);var H={};g(H,{IconGoldenGateBridge:()=>i,default:()=>x});module.exports=v(H);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3.89941C18.5523 3.89941 19 4.34811 19 4.90039C19.0003 6.23947 20.2039 7.58927 22.1631 7.91406C22.7078 8.00437 23.0764 8.51878 22.9863 9.06348C22.8958 9.60793 22.3815 9.97672 21.8369 9.88672C20.7909 9.71338 19.8054 9.29492 19 8.68848V15H22C22.5523 15 23 15.4477 23 16C23 16.5523 22.5523 17 22 17H19V19C19 19.5523 18.5523 20 18 20C17.4477 20 17 19.5523 17 19V17H7V19C7 19.5523 6.55228 20 6 20C5.44772 20 5 19.5523 5 19V17H2C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15H5V8.68848C4.19459 9.29492 3.20913 9.71338 2.16309 9.88672C1.61855 9.97672 1.10415 9.60793 1.01367 9.06348C0.923603 8.51878 1.29222 8.00437 1.83691 7.91406C3.79615 7.58927 4.99971 6.23947 5 4.90039C5 4.34811 5.44772 3.89941 6 3.89941C6.55228 3.89941 7 4.34811 7 4.90039C7 4.92127 6.99833 4.94209 6.99805 4.96289C6.9985 4.97522 7 4.98756 7 5C7 7.04617 9.06012 9 12 9C14.9399 9 17 7.04617 17 5C17 4.98757 17.0005 4.97521 17.001 4.96289C17.0007 4.9421 17 4.92127 17 4.90039C17 4.34811 17.4477 3.89941 18 3.89941ZM17 9.20117C15.9313 10.1276 14.5243 10.7463 13 10.9365V15H17V9.20117ZM7 15H11V10.9365C9.47571 10.7463 8.06872 10.1276 7 9.20117V15Z",fill:"currentColor"})),x=i;0&&(module.exports={IconGoldenGateBridge});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGoldenGateBridge/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 IconGoldenGateBridge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 3.89941C18.5523 3.89941 19 4.34811 19 4.90039C19.0003 6.23947 20.2039 7.58927 22.1631 7.91406C22.7078 8.00437 23.0764 8.51878 22.9863 9.06348C22.8958 9.60793 22.3815 9.97672 21.8369 9.88672C20.7909 9.71338 19.8054 9.29492 19 8.68848V15H22C22.5523 15 23 15.4477 23 16C23 16.5523 22.5523 17 22 17H19V19C19 19.5523 18.5523 20 18 20C17.4477 20 17 19.5523 17 19V17H7V19C7 19.5523 6.55228 20 6 20C5.44772 20 5 19.5523 5 19V17H2C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15H5V8.68848C4.19459 9.29492 3.20913 9.71338 2.16309 9.88672C1.61855 9.97672 1.10415 9.60793 1.01367 9.06348C0.923603 8.51878 1.29222 8.00437 1.83691 7.91406C3.79615 7.58927 4.99971 6.23947 5 4.90039C5 4.34811 5.44772 3.89941 6 3.89941C6.55228 3.89941 7 4.34811 7 4.90039C7 4.92127 6.99833 4.94209 6.99805 4.96289C6.9985 4.97522 7 4.98756 7 5C7 7.04617 9.06012 9 12 9C14.9399 9 17 7.04617 17 5C17 4.98757 17.0005 4.97521 17.001 4.96289C17.0007 4.9421 17 4.92127 17 4.90039C17 4.34811 17.4477 3.89941 18 3.89941ZM17 9.20117C15.9313 10.1276 14.5243 10.7463 13 10.9365V15H17V9.20117ZM7 15H11V10.9365C9.47571 10.7463 8.06872 10.1276 7 9.20117V15Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoldenGateBridge;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gmCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoldenGateBridge_exports","__export","IconGoldenGateBridge","IconGoldenGateBridge_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoldenGateBridge","props","React","CentralIconBase","IconGoldenGateBridge_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3.89941C18.5523 3.89941 19 4.34811 19 4.90039C19.0003 6.23947 20.2039 7.58927 22.1631 7.91406C22.7078 8.00437 23.0764 8.51878 22.9863 9.06348C22.8958 9.60793 22.3815 9.97672 21.8369 9.88672C20.7909 9.71338 19.8054 9.29492 19 8.68848V15H22C22.5523 15 23 15.4477 23 16C23 16.5523 22.5523 17 22 17H19V19C19 19.5523 18.5523 20 18 20C17.4477 20 17 19.5523 17 19V17H7V19C7 19.5523 6.55228 20 6 20C5.44772 20 5 19.5523 5 19V17H2C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15H5V8.68848C4.19459 9.29492 3.20913 9.71338 2.16309 9.88672C1.61855 9.97672 1.10415 9.60793 1.01367 9.06348C0.923603 8.51878 1.29222 8.00437 1.83691 7.91406C3.79615 7.58927 4.99971 6.23947 5 4.90039C5 4.34811 5.44772 3.89941 6 3.89941C6.55228 3.89941 7 4.34811 7 4.90039C7 4.92127 6.99833 4.94209 6.99805 4.96289C6.9985 4.97522 7 4.98756 7 5C7 7.04617 9.06012 9 12 9C14.9399 9 17 7.04617 17 5C17 4.98757 17.0005 4.97521 17.001 4.96289C17.0007 4.9421 17 4.92127 17 4.90039C17 4.34811 17.4477 3.89941 18 3.89941ZM17 9.20117C15.9313 10.1276 14.5243 10.7463 13 10.9365V15H17V9.20117ZM7 15H11V10.9365C9.47571 10.7463 8.06872 10.1276 7 9.20117V15Z",fill:"currentColor"})),I=a;export{a as IconGoldenGateBridge,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGoldenGateBridge/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 IconGoldenGateBridge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 3.89941C18.5523 3.89941 19 4.34811 19 4.90039C19.0003 6.23947 20.2039 7.58927 22.1631 7.91406C22.7078 8.00437 23.0764 8.51878 22.9863 9.06348C22.8958 9.60793 22.3815 9.97672 21.8369 9.88672C20.7909 9.71338 19.8054 9.29492 19 8.68848V15H22C22.5523 15 23 15.4477 23 16C23 16.5523 22.5523 17 22 17H19V19C19 19.5523 18.5523 20 18 20C17.4477 20 17 19.5523 17 19V17H7V19C7 19.5523 6.55228 20 6 20C5.44772 20 5 19.5523 5 19V17H2C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15H5V8.68848C4.19459 9.29492 3.20913 9.71338 2.16309 9.88672C1.61855 9.97672 1.10415 9.60793 1.01367 9.06348C0.923603 8.51878 1.29222 8.00437 1.83691 7.91406C3.79615 7.58927 4.99971 6.23947 5 4.90039C5 4.34811 5.44772 3.89941 6 3.89941C6.55228 3.89941 7 4.34811 7 4.90039C7 4.92127 6.99833 4.94209 6.99805 4.96289C6.9985 4.97522 7 4.98756 7 5C7 7.04617 9.06012 9 12 9C14.9399 9 17 7.04617 17 5C17 4.98757 17.0005 4.97521 17.001 4.96289C17.0007 4.9421 17 4.92127 17 4.90039C17 4.34811 17.4477 3.89941 18 3.89941ZM17 9.20117C15.9313 10.1276 14.5243 10.7463 13 10.9365V15H17V9.20117ZM7 15H11V10.9365C9.47571 10.7463 8.06872 10.1276 7 9.20117V15Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoldenGateBridge;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gmCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoldenGateBridge","props","React","CentralIconBase","IconGoldenGateBridge_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPeopleGroup2: FC<CentralIconBaseProps>;
4
+ export default IconPeopleGroup2;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(P(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconPeopleGroup2:()=>c,default:()=>v});module.exports=g(h);var e=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...C})=>a.default.createElement(s.Svg,{...C,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"),c=r=>e.default.createElement(u,{...r},e.default.createElement(t.Path,{d:"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V19C16 19.5523 15.5523 20 15 20H3C2.44772 20 2 19.5523 2 19V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V18.9492C22 19.5015 21.5523 19.9492 21 19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z",fill:"currentColor"})),v=c;0&&(module.exports={IconPeopleGroup2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleGroup2/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 IconPeopleGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V19C16 19.5523 15.5523 20 15 20H3C2.44772 20 2 19.5523 2 19V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V18.9492C22 19.5015 21.5523 19.9492 21 19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleGroup2;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleGroup2_exports","__export","IconPeopleGroup2","IconPeopleGroup2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleGroup2","props","React","CentralIconBase","IconPeopleGroup2_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V19C16 19.5523 15.5523 20 15 20H3C2.44772 20 2 19.5523 2 19V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z",fill:"currentColor"}),o.createElement(C,{d:"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V18.9492C22 19.5015 21.5523 19.9492 21 19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z",fill:"currentColor"}),o.createElement(C,{d:"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z",fill:"currentColor"}),o.createElement(C,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z",fill:"currentColor"})),x=f;export{f as IconPeople21,x as default};
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V19C16 19.5523 15.5523 20 15 20H3C2.44772 20 2 19.5523 2 19V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z",fill:"currentColor"}),o.createElement(C,{d:"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V18.9492C22 19.5015 21.5523 19.9492 21 19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z",fill:"currentColor"}),o.createElement(C,{d:"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z",fill:"currentColor"}),o.createElement(C,{d:"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z",fill:"currentColor"})),x=f;export{f as IconPeopleGroup2,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleGroup2/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 IconPeopleGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V19C16 19.5523 15.5523 20 15 20H3C2.44772 20 2 19.5523 2 19V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V18.9492C22 19.5015 21.5523 19.9492 21 19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleGroup2;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleGroup2","props","React","CentralIconBase","IconPeopleGroup2_default"]}
package/README.md CHANGED
@@ -399,6 +399,7 @@ Below is a complete list of available icons:
399
399
  - IconCourt
400
400
  - IconDoor
401
401
  - IconGarage
402
+ - IconGoldenGateBridge
402
403
  - IconGovernment
403
404
  - IconHome
404
405
  - IconHomeCircle
@@ -454,6 +455,7 @@ Below is a complete list of available icons:
454
455
  - IconBrackets2
455
456
  - IconBranch
456
457
  - IconBranchSimple
458
+ - IconBridge
457
459
  - IconBug
458
460
  - IconBugFace
459
461
  - IconChanges
@@ -1003,6 +1005,8 @@ Below is a complete list of available icons:
1003
1005
 
1004
1006
  ### Hands
1005
1007
 
1008
+ - IconBecepsLeftArm
1009
+ - IconBecepsRightArm
1006
1010
  - IconBlip
1007
1011
  - IconFistbump
1008
1012
  - IconHand4Finger
@@ -1357,7 +1361,6 @@ Below is a complete list of available icons:
1357
1361
  - IconHead
1358
1362
  - IconPeople
1359
1363
  - IconPeople2
1360
- - IconPeople21
1361
1364
  - IconPeopleAdd
1362
1365
  - IconPeopleAdd2
1363
1366
  - IconPeopleAdded
@@ -1365,6 +1368,7 @@ Below is a complete list of available icons:
1365
1368
  - IconPeopleCopy
1366
1369
  - IconPeopleEdit
1367
1370
  - IconPeopleGear
1371
+ - IconPeopleGroup2
1368
1372
  - IconPeopleIdCard
1369
1373
  - IconPeopleLike
1370
1374
  - IconPeopleNoise
@@ -1781,7 +1781,7 @@
1781
1781
  {
1782
1782
  "category": "Arrows",
1783
1783
  "svg": "<path d=\"M7.04284 17C8.32397 18.2359 10.0895 19 12 19C15.866 19 19 15.866 19 12C19 11.4477 19.4477 11 20 11C20.5523 11 21 11.4477 21 12C21 16.9706 16.9706 21 12 21C9.72351 21 7.60781 20.1537 5.99988 18.7558V20C5.99988 20.5523 5.55216 21 4.99988 21C4.44759 21 3.99988 20.5523 3.99988 20V16.75C3.99988 15.7835 4.78338 15 5.74988 15H8.74988C9.30216 15 9.74988 15.4477 9.74988 16C9.74988 16.5523 9.30216 17 8.74988 17H7.04284Z\" fill=\"currentColor\"/><path d=\"M5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 7.02944 7.02944 3 12 3C14.282 3 16.4024 3.85036 18.0117 5.25429V4C18.0117 3.44772 18.4594 3 19.0117 3C19.564 3 20.0117 3.44772 20.0117 4V7.25C20.0117 8.2165 19.2282 9 18.2617 9H15.0117C14.4594 9 14.0117 8.55229 14.0117 8C14.0117 7.44771 14.4594 7 15.0117 7H16.9572C15.676 5.76414 13.9105 5 12 5C8.13401 5 5 8.13401 5 12Z\" fill=\"currentColor\"/>",
1784
- "iconName": "arrow-rotate-right-left, repeat, refresh",
1784
+ "iconName": "arrow-rotate-right-left, repeat, refresh, routines",
1785
1785
  "variant": {
1786
1786
  "join": "round",
1787
1787
  "filled": "on",
@@ -3094,6 +3094,34 @@
3094
3094
  "packageName": "round-filled-radius-2-stroke-2",
3095
3095
  "componentName": "IconBean"
3096
3096
  },
3097
+ {
3098
+ "category": "Hands",
3099
+ "svg": "<path d=\"M13.1689 2C9.49998 2 9.99943 7.99944 13.999 7C16.4989 10.9999 14.6318 12 16 15C14.6696 13.8596 13.1988 13.0201 11.6729 13.0312C8.99906 8.00025 1.9974 9.67814 2 14.9502C2.00012 23.7105 16.5908 23.1583 21.668 19.4707C23.3218 10.0703 18.5302 2.00035 13.1689 2Z\" fill=\"currentColor\"/>",
3100
+ "iconName": "beceps-left-arm, strong, flex, power",
3101
+ "variant": {
3102
+ "join": "round",
3103
+ "filled": "on",
3104
+ "radius": "2",
3105
+ "stroke": "2"
3106
+ },
3107
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3108
+ "packageName": "round-filled-radius-2-stroke-2",
3109
+ "componentName": "IconBecepsLeftArm"
3110
+ },
3111
+ {
3112
+ "category": "Hands",
3113
+ "svg": "<path d=\"M10.8309 2C14.4999 2 14.0005 7.99944 10.0009 7C7.50096 10.9999 9.36809 12 7.99989 15C9.33034 13.8596 10.801 13.0201 12.327 13.0312C15.0008 8.00025 22.0025 9.67814 21.9999 14.9502C21.9998 23.7105 7.40913 23.1583 2.33192 19.4707C0.678051 10.0703 5.46973 2.00035 10.8309 2Z\" fill=\"currentColor\"/>",
3114
+ "iconName": "beceps-right-arm, strong, flex, power",
3115
+ "variant": {
3116
+ "join": "round",
3117
+ "filled": "on",
3118
+ "radius": "2",
3119
+ "stroke": "2"
3120
+ },
3121
+ "createdAt": "2026-04-15T10:02:50.447041+00:00",
3122
+ "packageName": "round-filled-radius-2-stroke-2",
3123
+ "componentName": "IconBecepsRightArm"
3124
+ },
3097
3125
  {
3098
3126
  "category": "Furniture & Household",
3099
3127
  "svg": "<path d=\"M4 7C4 5.34315 5.34315 4 7 4H11V9H4V7Z\" fill=\"currentColor\"/><path d=\"M13 9V4H17C18.6569 4 20 5.34315 20 7V9H13Z\" fill=\"currentColor\"/><path d=\"M19 11C20.6569 11 22 12.3431 22 14V16C22 17.1046 21.1046 18 20 18V19C20 19.5523 19.5523 20 19 20C18.4477 20 18 19.5523 18 19V18H6V19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19V18C2.89543 18 2 17.1046 2 16V14C2 12.3431 3.34315 11 5 11H19Z\" fill=\"currentColor\"/>",
@@ -4102,6 +4130,20 @@
4102
4130
  "packageName": "round-filled-radius-2-stroke-2",
4103
4131
  "componentName": "IconBreakfast"
4104
4132
  },
4133
+ {
4134
+ "category": "Code",
4135
+ "svg": "<path d=\"M12 4.5C16.4183 4.5 20 8.08172 20 12.5V12.6455C21.4457 13.0758 22.5 14.4145 22.5 16C22.5 17.933 20.933 19.5 19 19.5C17.067 19.5 15.5 17.933 15.5 16C15.5 14.4145 16.5543 13.0758 18 12.6455V12.5C18 9.18629 15.3137 6.5 12 6.5C8.68629 6.5 6 9.18629 6 12.5V12.6455C7.44566 13.0758 8.5 14.4145 8.5 16C8.5 17.933 6.933 19.5 5 19.5C3.067 19.5 1.5 17.933 1.5 16C1.5 14.4145 2.55434 13.0758 4 12.6455V12.5C4 8.08172 7.58172 4.5 12 4.5Z\" fill=\"currentColor\"/>",
4136
+ "iconName": "bridge, connection",
4137
+ "variant": {
4138
+ "join": "round",
4139
+ "filled": "on",
4140
+ "radius": "2",
4141
+ "stroke": "2"
4142
+ },
4143
+ "createdAt": "2026-04-15T06:01:58.081889+00:00",
4144
+ "packageName": "round-filled-radius-2-stroke-2",
4145
+ "componentName": "IconBridge"
4146
+ },
4105
4147
  {
4106
4148
  "category": "Photography & Video",
4107
4149
  "svg": "<path d=\"M12 1C12.5523 1 13 1.44772 13 2V3C13 3.55228 12.5523 4 12 4C11.4477 4 11 3.55228 11 3V2C11 1.44772 11.4477 1 12 1Z\" fill=\"currentColor\"/><path d=\"M4.22185 4.22183C4.61237 3.8313 5.24554 3.8313 5.63606 4.22183L6.34317 4.92893C6.73369 5.31946 6.73369 5.95262 6.34317 6.34315C5.95264 6.73367 5.31948 6.73367 4.92896 6.34315L4.22185 5.63604C3.83132 5.24551 3.83132 4.61235 4.22185 4.22183Z\" fill=\"currentColor\"/><path d=\"M19.7782 5.63606C20.1687 5.24554 20.1687 4.61237 19.7782 4.22185C19.3877 3.83132 18.7545 3.83132 18.364 4.22185L17.6569 4.92896C17.2664 5.31948 17.2664 5.95264 17.6569 6.34317C18.0474 6.73369 18.6806 6.73369 19.0711 6.34317L19.7782 5.63606Z\" fill=\"currentColor\"/><path d=\"M1 12C1 11.4477 1.44772 11 2 11H3C3.55228 11 4 11.4477 4 12C4 12.5523 3.55228 13 3 13H2C1.44772 13 1 12.5523 1 12Z\" fill=\"currentColor\"/><path d=\"M21 11C20.4477 11 20 11.4477 20 12C20 12.5523 20.4477 13 21 13H22C22.5523 13 23 12.5523 23 12C23 11.4477 22.5523 11 22 11H21Z\" fill=\"currentColor\"/><path d=\"M17.6569 17.6569C18.0474 17.2663 18.6806 17.2663 19.0711 17.6569L19.7782 18.364C20.1687 18.7545 20.1687 19.3876 19.7782 19.7782C19.3877 20.1687 18.7545 20.1687 18.364 19.7782L17.6569 19.0711C17.2664 18.6805 17.2664 18.0474 17.6569 17.6569Z\" fill=\"currentColor\"/><path d=\"M6.34319 19.0711C6.73372 18.6806 6.73372 18.0474 6.34319 17.6569C5.95267 17.2664 5.3195 17.2664 4.92898 17.6569L4.22187 18.364C3.83135 18.7545 3.83135 19.3877 4.22187 19.7782C4.6124 20.1687 5.24556 20.1687 5.63609 19.7782L6.34319 19.0711Z\" fill=\"currentColor\"/><path d=\"M12 20C12.5523 20 13 20.4477 13 21V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V21C11 20.4477 11.4477 20 12 20Z\" fill=\"currentColor\"/><path d=\"M6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12Z\" fill=\"currentColor\"/>",
@@ -12726,6 +12768,20 @@
12726
12768
  "packageName": "round-filled-radius-2-stroke-2",
12727
12769
  "componentName": "IconGold"
12728
12770
  },
12771
+ {
12772
+ "category": "Building",
12773
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3.89941C18.5523 3.89941 19 4.34811 19 4.90039C19.0003 6.23947 20.2039 7.58927 22.1631 7.91406C22.7078 8.00437 23.0764 8.51878 22.9863 9.06348C22.8958 9.60793 22.3815 9.97672 21.8369 9.88672C20.7909 9.71338 19.8054 9.29492 19 8.68848V15H22C22.5523 15 23 15.4477 23 16C23 16.5523 22.5523 17 22 17H19V19C19 19.5523 18.5523 20 18 20C17.4477 20 17 19.5523 17 19V17H7V19C7 19.5523 6.55228 20 6 20C5.44772 20 5 19.5523 5 19V17H2C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15H5V8.68848C4.19459 9.29492 3.20913 9.71338 2.16309 9.88672C1.61855 9.97672 1.10415 9.60793 1.01367 9.06348C0.923603 8.51878 1.29222 8.00437 1.83691 7.91406C3.79615 7.58927 4.99971 6.23947 5 4.90039C5 4.34811 5.44772 3.89941 6 3.89941C6.55228 3.89941 7 4.34811 7 4.90039C7 4.92127 6.99833 4.94209 6.99805 4.96289C6.9985 4.97522 7 4.98756 7 5C7 7.04617 9.06012 9 12 9C14.9399 9 17 7.04617 17 5C17 4.98757 17.0005 4.97521 17.001 4.96289C17.0007 4.9421 17 4.92127 17 4.90039C17 4.34811 17.4477 3.89941 18 3.89941ZM17 9.20117C15.9313 10.1276 14.5243 10.7463 13 10.9365V15H17V9.20117ZM7 15H11V10.9365C9.47571 10.7463 8.06872 10.1276 7 9.20117V15Z\" fill=\"currentColor\"/>",
12774
+ "iconName": "golden-gate-bridge, silicon-valley, sf",
12775
+ "variant": {
12776
+ "join": "round",
12777
+ "filled": "on",
12778
+ "radius": "2",
12779
+ "stroke": "2"
12780
+ },
12781
+ "createdAt": "2026-04-15T06:01:58.081889+00:00",
12782
+ "packageName": "round-filled-radius-2-stroke-2",
12783
+ "componentName": "IconGoldenGateBridge"
12784
+ },
12729
12785
  {
12730
12786
  "category": "Things",
12731
12787
  "svg": "<path d=\"M16.5 22C16.5 22.3138 16.3531 22.6099 16.1025 22.7988C15.8521 22.9877 15.5272 23.048 15.2256 22.9619L12 22.04L8.77441 22.9619C8.47281 23.048 8.14787 22.9877 7.89746 22.7988C7.64695 22.6099 7.5 22.3138 7.5 22V18.6182C8.83945 19.34 10.3718 19.75 12 19.75C13.6282 19.75 15.1605 19.34 16.5 18.6182V22Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C16.5563 2 20.25 5.69365 20.25 10.25C20.25 14.8063 16.5563 18.5 12 18.5C7.44365 18.5 3.75 14.8063 3.75 10.25C3.75 5.69365 7.44365 2 12 2ZM11.8174 6.25C11.4441 6.25 11.0777 6.35466 10.7607 6.55176L9.61035 7.2666C9.4007 7.39706 9.27344 7.62708 9.27344 7.87402C9.27362 8.43209 9.88514 8.77452 10.3613 8.4834L11.0537 8.05957C11.0594 8.05614 11.0666 8.05469 11.0732 8.05469C11.0931 8.05492 11.1091 8.07097 11.1094 8.09082V13.2852C11.1094 13.818 11.5414 14.25 12.0742 14.25C12.6071 14.25 13.0391 13.818 13.0391 13.2852V7.25C13.0391 6.69772 12.5913 6.25 12.0391 6.25H11.8174Z\" fill=\"currentColor\"/>",
@@ -18287,7 +18343,7 @@
18287
18343
  {
18288
18344
  "category": "People",
18289
18345
  "svg": "<path d=\"M6.5 7.5C6.5 4.46243 8.96243 2 12 2C15.0376 2 17.5 4.46243 17.5 7.5C17.5 10.5376 15.0376 13 12 13C8.96243 13 6.5 10.5376 6.5 7.5Z\" fill=\"currentColor\"/><path d=\"M4 21C3.44772 21 3 20.5523 3 20V19C3 16.2386 5.23858 14 8 14H16C18.7614 14 21 16.2386 21 19V20C21 20.5523 20.5523 21 20 21H4Z\" fill=\"currentColor\"/>",
18290
- "iconName": "people-2",
18346
+ "iconName": "people-2, user, person, member",
18291
18347
  "variant": {
18292
18348
  "join": "round",
18293
18349
  "filled": "on",
@@ -18298,20 +18354,6 @@
18298
18354
  "packageName": "round-filled-radius-2-stroke-2",
18299
18355
  "componentName": "IconPeople2"
18300
18356
  },
18301
- {
18302
- "category": "People",
18303
- "svg": "<path d=\"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V19C16 19.5523 15.5523 20 15 20H3C2.44772 20 2 19.5523 2 19V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z\" fill=\"currentColor\"/><path d=\"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V18.9492C22 19.5015 21.5523 19.9492 21 19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z\" fill=\"currentColor\"/><path d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\" fill=\"currentColor\"/><path d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z\" fill=\"currentColor\"/>",
18304
- "iconName": "people-2, user, group, friend",
18305
- "variant": {
18306
- "join": "round",
18307
- "filled": "on",
18308
- "radius": "2",
18309
- "stroke": "2"
18310
- },
18311
- "createdAt": "2026-02-13T08:00:42.259331+00:00",
18312
- "packageName": "round-filled-radius-2-stroke-2",
18313
- "componentName": "IconPeople21"
18314
- },
18315
18357
  {
18316
18358
  "category": "People",
18317
18359
  "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=\"M18 14C18.5523 14 19 14.4477 19 15V17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H19V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V19H15C14.4477 19 14 18.5523 14 18C14 17.4477 14.4477 17 15 17H17V15C17 14.4477 17.4477 14 18 14Z\" fill=\"currentColor\"/><path d=\"M3.69691 18.6964C4.55378 14.8837 7.70183 12 12.001 12C13.4328 12 14.7368 12.3198 15.8711 12.8873C15.3332 13.4295 15.001 14.1759 15.001 15C13.3441 15 12.001 16.3431 12.001 18C12.001 19.6569 13.3441 21 15.001 21H5.59944C4.46429 21 3.40713 19.9858 3.69691 18.6964Z\" fill=\"currentColor\"/>",
@@ -18410,6 +18452,20 @@
18410
18452
  "packageName": "round-filled-radius-2-stroke-2",
18411
18453
  "componentName": "IconPeopleGear"
18412
18454
  },
18455
+ {
18456
+ "category": "People",
18457
+ "svg": "<path d=\"M12 13.75C14.2137 13.75 15.9998 15.5521 16 17.7646V19C16 19.5523 15.5523 20 15 20H3C2.44772 20 2 19.5523 2 19V17.7646C2.0002 15.5521 3.78628 13.75 6 13.75H12Z\" fill=\"currentColor\"/><path d=\"M18 13.75C20.2137 13.75 21.9998 15.5521 22 17.7646V18.9492C22 19.5015 21.5523 19.9492 21 19.9492H18V17.7646L17.9922 17.4561C17.9204 16.0371 17.3545 14.7454 16.4639 13.75H18Z\" fill=\"currentColor\"/><path d=\"M9 4C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13C6.51472 13 4.5 10.9853 4.5 8.5C4.5 6.01472 6.51472 4 9 4Z\" fill=\"currentColor\"/><path d=\"M15 4C17.4853 4 19.5 6.01472 19.5 8.5C19.5 10.7809 17.8028 12.6634 15.6025 12.958C15.2117 12.6629 14.7855 12.4119 14.3281 12.2188C15.0651 11.1647 15.5 9.88373 15.5 8.5C15.5 6.82857 14.8686 5.30493 13.832 4.15332C14.2045 4.05348 14.596 4 15 4Z\" fill=\"currentColor\"/>",
18458
+ "iconName": "people-group-2, user, friend",
18459
+ "variant": {
18460
+ "join": "round",
18461
+ "filled": "on",
18462
+ "radius": "2",
18463
+ "stroke": "2"
18464
+ },
18465
+ "createdAt": "2026-02-13T08:00:42.259331+00:00",
18466
+ "packageName": "round-filled-radius-2-stroke-2",
18467
+ "componentName": "IconPeopleGroup2"
18468
+ },
18413
18469
  {
18414
18470
  "category": "People",
18415
18471
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 2C19.1569 2 20.5 3.34315 20.5 5V19C20.5 20.6569 19.1569 22 17.5 22H6.5C4.84315 22 3.5 20.6569 3.5 19V5C3.5 3.34315 4.84315 2 6.5 2H17.5ZM12 16C10.2797 16 8.17818 17.1256 7.62402 19.0273C7.46958 19.5576 7.93307 20.0156 8.48535 20.0156H15.5156C16.0677 20.0154 16.5304 19.5574 16.376 19.0273C15.8218 17.1256 13.7203 16 12 16ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM10 4C9.44772 4 9 4.44772 9 5C9 5.55228 9.44772 6 10 6H14C14.5523 6 15 5.55228 15 5C15 4.44772 14.5523 4 14 4H10Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -220,6 +220,8 @@ export type CentralIconName =
220
220
  | "IconBatteryMedium"
221
221
  | "IconBaymax"
222
222
  | "IconBean"
223
+ | "IconBecepsLeftArm"
224
+ | "IconBecepsRightArm"
223
225
  | "IconBed"
224
226
  | "IconBee"
225
227
  | "IconBeer"
@@ -292,6 +294,7 @@ export type CentralIconName =
292
294
  | "IconBranch"
293
295
  | "IconBranchSimple"
294
296
  | "IconBreakfast"
297
+ | "IconBridge"
295
298
  | "IconBrightness"
296
299
  | "IconBrilliance"
297
300
  | "IconBrokenChainLink1"
@@ -908,6 +911,7 @@ export type CentralIconName =
908
911
  | "IconGlobe2"
909
912
  | "IconGoatHead"
910
913
  | "IconGold"
914
+ | "IconGoldenGateBridge"
911
915
  | "IconGoldMedal"
912
916
  | "IconGolfBall"
913
917
  | "IconGooey"
@@ -1306,7 +1310,6 @@ export type CentralIconName =
1306
1310
  | "IconPencilWave"
1307
1311
  | "IconPeople"
1308
1312
  | "IconPeople2"
1309
- | "IconPeople21"
1310
1313
  | "IconPeopleAdd"
1311
1314
  | "IconPeopleAdd2"
1312
1315
  | "IconPeopleAdded"
@@ -1314,6 +1317,7 @@ export type CentralIconName =
1314
1317
  | "IconPeopleCopy"
1315
1318
  | "IconPeopleEdit"
1316
1319
  | "IconPeopleGear"
1320
+ | "IconPeopleGroup2"
1317
1321
  | "IconPeopleIdCard"
1318
1322
  | "IconPeopleLike"
1319
1323
  | "IconPeopleNoise"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
3
- "version": "1.1.188",
3
+ "version": "1.1.190",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1934,
14
+ "totalIcons": 1938,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 76,
@@ -268,7 +268,7 @@
268
268
  ]
269
269
  },
270
270
  "Building": {
271
- "count": 24,
271
+ "count": 25,
272
272
  "icons": [
273
273
  "IconBank",
274
274
  "IconBank2",
@@ -277,6 +277,7 @@
277
277
  "IconCourt",
278
278
  "IconDoor",
279
279
  "IconGarage",
280
+ "IconGoldenGateBridge",
280
281
  "IconGovernment",
281
282
  "IconHome",
282
283
  "IconHomeCircle",
@@ -314,7 +315,7 @@
314
315
  ]
315
316
  },
316
317
  "Code": {
317
- "count": 64,
318
+ "count": 65,
318
319
  "icons": [
319
320
  "IconAgent",
320
321
  "IconAgenticCoding",
@@ -336,6 +337,7 @@
336
337
  "IconBrackets2",
337
338
  "IconBranch",
338
339
  "IconBranchSimple",
340
+ "IconBridge",
339
341
  "IconBug",
340
342
  "IconBugFace",
341
343
  "IconChanges",
@@ -907,8 +909,10 @@
907
909
  ]
908
910
  },
909
911
  "Hands": {
910
- "count": 20,
912
+ "count": 22,
911
913
  "icons": [
914
+ "IconBecepsLeftArm",
915
+ "IconBecepsRightArm",
912
916
  "IconBlip",
913
917
  "IconFistbump",
914
918
  "IconHand4Finger",
@@ -1275,7 +1279,6 @@
1275
1279
  "IconHead",
1276
1280
  "IconPeople",
1277
1281
  "IconPeople2",
1278
- "IconPeople21",
1279
1282
  "IconPeopleAdd",
1280
1283
  "IconPeopleAdd2",
1281
1284
  "IconPeopleAdded",
@@ -1283,6 +1286,7 @@
1283
1286
  "IconPeopleCopy",
1284
1287
  "IconPeopleEdit",
1285
1288
  "IconPeopleGear",
1289
+ "IconPeopleGroup2",
1286
1290
  "IconPeopleIdCard",
1287
1291
  "IconPeopleLike",
1288
1292
  "IconPeopleNoise",
@@ -2263,7 +2267,7 @@
2263
2267
  "IconArrowRotateClockwise": "arrow-rotate-clockwise, rotate-right",
2264
2268
  "IconArrowRotateCounterClockwise": "arrow-rotate-counter-clockwise, rotate-left",
2265
2269
  "IconArrowRotateLeftRight": "arrow-rotate-left-right, repeat, refresh",
2266
- "IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh",
2270
+ "IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh, routines",
2267
2271
  "IconArrowRounded": "arrow-rounded, share, arrow, login",
2268
2272
  "IconArrowsAllSides": "arrows-all-sides, move, focus",
2269
2273
  "IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
@@ -2357,6 +2361,8 @@
2357
2361
  "IconBatteryMedium": "battery-medium, power",
2358
2362
  "IconBaymax": "baymax, bot, help",
2359
2363
  "IconBean": "bean, java",
2364
+ "IconBecepsLeftArm": "beceps-left-arm, strong, flex, power",
2365
+ "IconBecepsRightArm": "beceps-right-arm, strong, flex, power",
2360
2366
  "IconBed": "bed",
2361
2367
  "IconBee": "bee, fly",
2362
2368
  "IconBeer": "beer, cheers",
@@ -2429,6 +2435,7 @@
2429
2435
  "IconBranch": "branch",
2430
2436
  "IconBranchSimple": "branch-simple",
2431
2437
  "IconBreakfast": "breakfast, fried-egg",
2438
+ "IconBridge": "bridge, connection",
2432
2439
  "IconBrightness": "brightness",
2433
2440
  "IconBrilliance": "brilliance, yin yang, ballance",
2434
2441
  "IconBrokenChainLink1": "broken-chain-link-1, unlink",
@@ -3045,6 +3052,7 @@
3045
3052
  "IconGlobe2": "globe-2, network, translate",
3046
3053
  "IconGoatHead": "goat-head, goated",
3047
3054
  "IconGold": "gold, goldbars",
3055
+ "IconGoldenGateBridge": "golden-gate-bridge, silicon-valley, sf",
3048
3056
  "IconGoldMedal": "gold-medal, first-place, win",
3049
3057
  "IconGolfBall": "golf-ball",
3050
3058
  "IconGooey": "gooey, morph, liquid-glass",
@@ -3442,8 +3450,7 @@
3442
3450
  "IconPencilSparkle": "pencil-sparkle, magic pencil, magic brush",
3443
3451
  "IconPencilWave": "pencil-wave, signature, write",
3444
3452
  "IconPeople": "people, user, person, avatar",
3445
- "IconPeople2": "people-2",
3446
- "IconPeople21": "people-2, user, group, friend",
3453
+ "IconPeople2": "people-2, user, person, member",
3447
3454
  "IconPeopleAdd": "people-add, user-add",
3448
3455
  "IconPeopleAdd2": "people-add-2, user-add, user, person",
3449
3456
  "IconPeopleAdded": "people-added, user-added",
@@ -3451,6 +3458,7 @@
3451
3458
  "IconPeopleCopy": "people-copy, members",
3452
3459
  "IconPeopleEdit": "people-edit, edit-user, edit-rights, user-rights",
3453
3460
  "IconPeopleGear": "people-gear, user-settings, preferences, person",
3461
+ "IconPeopleGroup2": "people-group-2, user, friend",
3454
3462
  "IconPeopleIdCard": "people-id-card, profile, user-account, badge, person",
3455
3463
  "IconPeopleLike": "people-like, inner circle",
3456
3464
  "IconPeopleNoise": "people-noise, audio-quality, user-noise",
package/index.d.ts CHANGED
@@ -219,6 +219,8 @@ export { IconBatteryLow, default as IconBatteryLowDefault, } from "./IconBattery
219
219
  export { IconBatteryMedium, default as IconBatteryMediumDefault, } from "./IconBatteryMedium";
220
220
  export { IconBaymax, default as IconBaymaxDefault } from "./IconBaymax";
221
221
  export { IconBean, default as IconBeanDefault } from "./IconBean";
222
+ export { IconBecepsLeftArm, default as IconBecepsLeftArmDefault, } from "./IconBecepsLeftArm";
223
+ export { IconBecepsRightArm, default as IconBecepsRightArmDefault, } from "./IconBecepsRightArm";
222
224
  export { IconBed, default as IconBedDefault } from "./IconBed";
223
225
  export { IconBee, default as IconBeeDefault } from "./IconBee";
224
226
  export { IconBeer, default as IconBeerDefault } from "./IconBeer";
@@ -291,6 +293,7 @@ export { IconBrainSideview, default as IconBrainSideviewDefault, } from "./IconB
291
293
  export { IconBranch, default as IconBranchDefault } from "./IconBranch";
292
294
  export { IconBranchSimple, default as IconBranchSimpleDefault, } from "./IconBranchSimple";
293
295
  export { IconBreakfast, default as IconBreakfastDefault, } from "./IconBreakfast";
296
+ export { IconBridge, default as IconBridgeDefault } from "./IconBridge";
294
297
  export { IconBrightness, default as IconBrightnessDefault, } from "./IconBrightness";
295
298
  export { IconBrilliance, default as IconBrillianceDefault, } from "./IconBrilliance";
296
299
  export { IconBrokenChainLink1, default as IconBrokenChainLink1Default, } from "./IconBrokenChainLink1";
@@ -908,6 +911,7 @@ export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
908
911
  export { IconGoatHead, default as IconGoatHeadDefault } from "./IconGoatHead";
909
912
  export { IconGold, default as IconGoldDefault } from "./IconGold";
910
913
  export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
914
+ export { IconGoldenGateBridge, default as IconGoldenGateBridgeDefault, } from "./IconGoldenGateBridge";
911
915
  export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
912
916
  export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
913
917
  export { IconGoogle, default as IconGoogleDefault } from "./IconGoogle";
@@ -1305,7 +1309,6 @@ export { IconPencilSparkle, default as IconPencilSparkleDefault, } from "./IconP
1305
1309
  export { IconPencilWave, default as IconPencilWaveDefault, } from "./IconPencilWave";
1306
1310
  export { IconPeople, default as IconPeopleDefault } from "./IconPeople";
1307
1311
  export { IconPeople2, default as IconPeople2Default } from "./IconPeople2";
1308
- export { IconPeople21, default as IconPeople21Default } from "./IconPeople21";
1309
1312
  export { IconPeopleAdd, default as IconPeopleAddDefault, } from "./IconPeopleAdd";
1310
1313
  export { IconPeopleAdd2, default as IconPeopleAdd2Default, } from "./IconPeopleAdd2";
1311
1314
  export { IconPeopleAdded, default as IconPeopleAddedDefault, } from "./IconPeopleAdded";
@@ -1313,6 +1316,7 @@ export { IconPeopleCircle, default as IconPeopleCircleDefault, } from "./IconPeo
1313
1316
  export { IconPeopleCopy, default as IconPeopleCopyDefault, } from "./IconPeopleCopy";
1314
1317
  export { IconPeopleEdit, default as IconPeopleEditDefault, } from "./IconPeopleEdit";
1315
1318
  export { IconPeopleGear, default as IconPeopleGearDefault, } from "./IconPeopleGear";
1319
+ export { IconPeopleGroup2, default as IconPeopleGroup2Default, } from "./IconPeopleGroup2";
1316
1320
  export { IconPeopleIdCard, default as IconPeopleIdCardDefault, } from "./IconPeopleIdCard";
1317
1321
  export { IconPeopleLike, default as IconPeopleLikeDefault, } from "./IconPeopleLike";
1318
1322
  export { IconPeopleNoise, default as IconPeopleNoiseDefault, } from "./IconPeopleNoise";