@central-icons-react-native/round-outlined-radius-1-stroke-1 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.
- package/IconBecepsLeftArm/index.d.ts +4 -0
- package/IconBecepsLeftArm/index.js +2 -0
- package/IconBecepsLeftArm/index.js.map +1 -0
- package/IconBecepsLeftArm/index.mjs +2 -0
- package/IconBecepsLeftArm/index.mjs.map +1 -0
- package/IconBecepsRightArm/index.d.ts +4 -0
- package/IconBecepsRightArm/index.js +2 -0
- package/IconBecepsRightArm/index.js.map +1 -0
- package/IconBecepsRightArm/index.mjs +2 -0
- package/IconBecepsRightArm/index.mjs.map +1 -0
- package/{IconPeople21 → IconBridge}/index.d.ts +2 -2
- package/IconBridge/index.js +2 -0
- package/IconBridge/index.js.map +1 -0
- package/IconBridge/index.mjs +2 -0
- package/IconBridge/index.mjs.map +1 -0
- package/IconGoldenGateBridge/index.d.ts +4 -0
- package/IconGoldenGateBridge/index.js +2 -0
- package/IconGoldenGateBridge/index.js.map +1 -0
- package/IconGoldenGateBridge/index.mjs +2 -0
- package/IconGoldenGateBridge/index.mjs.map +1 -0
- package/IconPeopleGroup2/index.d.ts +4 -0
- package/IconPeopleGroup2/index.js +2 -0
- package/IconPeopleGroup2/index.js.map +1 -0
- package/{IconPeople21 → IconPeopleGroup2}/index.mjs +1 -1
- package/IconPeopleGroup2/index.mjs.map +1 -0
- package/README.md +5 -1
- package/filtered-icons.json +72 -16
- package/icons/index.d.ts +5 -1
- package/icons-index.json +17 -9
- package/index.d.ts +5 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +37 -9
- package/IconPeople21/index.js +0 -2
- package/IconPeople21/index.js.map +0 -1
- package/IconPeople21/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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 d(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconBecepsLeftArm:()=>u,default:()=>k});module.exports=g(v);var p=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(i.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 s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M11.7512 12.9258C8.83333 7.77778 2.49753 9.79401 2.5 14.8024C2.5 23.1247 16.3614 22.6 21.1847 19.0969C22.7559 10.1664 18.2035 2.5 13.1103 2.5C8.23204 2.5 10.8992 8.94532 14.5 6.68558",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M14.0007 7C16.6096 10.7993 15.1836 12.1123 16.5007 15C14.6091 13.3785 11.8523 12.3992 9.5625 13.7495",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;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=\"M11.7512 12.9258C8.83333 7.77778 2.49753 9.79401 2.5 14.8024C2.5 23.1247 16.3614 22.6 21.1847 19.0969C22.7559 10.1664 18.2035 2.5 13.1103 2.5C8.23204 2.5 10.8992 8.94532 14.5 6.68558\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.0007 7C16.6096 10.7993 15.1836 12.1123 16.5007 15C14.6091 13.3785 11.8523 12.3992 9.5625 13.7495\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,yLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 e from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M11.7512 12.9258C8.83333 7.77778 2.49753 9.79401 2.5 14.8024C2.5 23.1247 16.3614 22.6 21.1847 19.0969C22.7559 10.1664 18.2035 2.5 13.1103 2.5C8.23204 2.5 10.8992 8.94532 14.5 6.68558",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M14.0007 7C16.6096 10.7993 15.1836 12.1123 16.5007 15C14.6091 13.3785 11.8523 12.3992 9.5625 13.7495",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconBecepsLeftArm,x 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=\"M11.7512 12.9258C8.83333 7.77778 2.49753 9.79401 2.5 14.8024C2.5 23.1247 16.3614 22.6 21.1847 19.0969C22.7559 10.1664 18.2035 2.5 13.1103 2.5C8.23204 2.5 10.8992 8.94532 14.5 6.68558\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.0007 7C16.6096 10.7993 15.1836 12.1123 16.5007 15C14.6091 13.3785 11.8523 12.3992 9.5625 13.7495\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,yLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBecepsLeftArm","props","React","CentralIconBase","IconBecepsLeftArm_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(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 d(o))!g.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var h={};x(h,{IconBecepsRightArm:()=>u,default:()=>k});module.exports=P(h);var p=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(i.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 s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M12.2488 12.9258C15.1667 7.77778 21.5025 9.79401 21.5 14.8024C21.5 23.1247 7.63856 22.6 2.81532 19.0969C1.24412 10.1664 5.7965 2.5 10.8897 2.5C15.768 2.5 13.1008 8.94532 9.5 6.68558",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M10 7C7.39117 10.7993 8.81715 12.1123 7.5 15C9.39166 13.3785 12.1485 12.3992 14.4382 13.7495",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;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=\"M12.2488 12.9258C15.1667 7.77778 21.5025 9.79401 21.5 14.8024C21.5 23.1247 7.63856 22.6 2.81532 19.0969C1.24412 10.1664 5.7965 2.5 10.8897 2.5C15.768 2.5 13.1008 8.94532 9.5 6.68558\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 7C7.39117 10.7993 8.81715 12.1123 7.5 15C9.39166 13.3785 12.1485 12.3992 14.4382 13.7495\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,wLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 s from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M12.2488 12.9258C15.1667 7.77778 21.5025 9.79401 21.5 14.8024C21.5 23.1247 7.63856 22.6 2.81532 19.0969C1.24412 10.1664 5.7965 2.5 10.8897 2.5C15.768 2.5 13.1008 8.94532 9.5 6.68558",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M10 7C7.39117 10.7993 8.81715 12.1123 7.5 15C9.39166 13.3785 12.1485 12.3992 14.4382 13.7495",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=a;export{a as IconBecepsRightArm,g 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=\"M12.2488 12.9258C15.1667 7.77778 21.5025 9.79401 21.5 14.8024C21.5 23.1247 7.63856 22.6 2.81532 19.0969C1.24412 10.1664 5.7965 2.5 10.8897 2.5C15.768 2.5 13.1008 8.94532 9.5 6.68558\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 7C7.39117 10.7993 8.81715 12.1123 7.5 15C9.39166 13.3785 12.1485 12.3992 14.4382 13.7495\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,wLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconBridge: FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconBridge;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var x=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!g.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(c=B(o,t))||c.enumerable});return r};var l=(r,o,e)=>(e=r!=null?x(I(r)):{},s(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),y=r=>s(C({},"__esModule",{value:!0}),r);var d={};P(d,{IconBridge:()=>u,default:()=>v});module.exports=y(d);var n=l(require("react"));var a=l(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>a.default.createElement(m.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 p=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(p.Circle,{cx:"5",cy:"16.5",r:"2.5",stroke:"currentColor"}),n.default.createElement(p.Circle,{cx:"19",cy:"16.5",r:"2.5",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M5 14V12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12V14",stroke:"currentColor"})),v=u;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconBridge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"5\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\" />\n <Circle cx=\"19\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\" />\n <Path\n d=\"M5 14V12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12V14\"\n stroke=\"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,EAA6B,4BAEhBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,OAAO,eAAe,EACvD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,MAAM,OAAO,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,iEACF,OAAO,eACT,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 o from"react";import C from"react";import{Svg as c}from"react-native-svg";var t=({children:e,size:r=24,...p})=>C.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as n,Path as s}from"react-native-svg";var l=e=>o.createElement(t,{...e},o.createElement(n,{cx:"5",cy:"16.5",r:"2.5",stroke:"currentColor"}),o.createElement(n,{cx:"19",cy:"16.5",r:"2.5",stroke:"currentColor"}),o.createElement(s,{d:"M5 14V12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12V14",stroke:"currentColor"})),P=l;export{l as IconBridge,P 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconBridge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"5\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\" />\n <Circle cx=\"19\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\" />\n <Path\n d=\"M5 14V12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12V14\"\n stroke=\"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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,OAAO,eAAe,EACvDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,MAAM,OAAO,eAAe,EACxDI,EAAA,cAACH,EAAA,CACC,EAAE,iEACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconBridge","props","React","CentralIconBase","IconBridge_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)i(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!B.call(r,s)&&s!==n&&i(r,s,{get:()=>o[s],enumerable:!(p=L(o,s))||p.enumerable});return r};var d=(r,o,n)=>(n=r!=null?c(f(r)):{},u(o||!r||!r.__esModule?i(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>u(i({},"__esModule",{value:!0}),r);var x={};I(x,{IconGoldenGateBridge:()=>a,default:()=>j});module.exports=g(x);var e=d(require("react"));var C=d(require("react")),k=require("react-native-svg"),l=({children:r,size:o=24,...n})=>C.default.createElement(k.Svg,{...n,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"),a=r=>e.default.createElement(l,{...r},e.default.createElement(t.Path,{d:"M1.5 15.5H22.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M18.478 4.5C18.2027 7.57977 15.4077 10 12.0002 10C8.59277 10 5.79771 7.57977 5.52246 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M18.5225 4.5C18.7319 6.84357 20.3977 8.7111 22.5 8.96945",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M5.47778 4.5C5.26836 6.84366 3.60245 8.71125 1.5 8.96948",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M5.5 4.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M18.5 4.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 10V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),j=a;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 d=\"M1.5 15.5H22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.478 4.5C18.2027 7.57977 15.4077 10 12.0002 10C8.59277 10 5.79771 7.57977 5.52246 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5225 4.5C18.7319 6.84357 20.3977 8.7111 22.5 8.96945\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.47778 4.5C5.26836 6.84366 3.60245 8.71125 1.5 8.96948\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 4.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 4.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 10V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:n=24,...s})=>i.createElement(p,{...s,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(o,{d:"M1.5 15.5H22.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M18.478 4.5C18.2027 7.57977 15.4077 10 12.0002 10C8.59277 10 5.79771 7.57977 5.52246 4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M18.5225 4.5C18.7319 6.84357 20.3977 8.7111 22.5 8.96945",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M5.47778 4.5C5.26836 6.84366 3.60245 8.71125 1.5 8.96948",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M5.5 4.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M18.5 4.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M12 10V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconGoldenGateBridge,B 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 d=\"M1.5 15.5H22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.478 4.5C18.2027 7.57977 15.4077 10 12.0002 10C8.59277 10 5.79771 7.57977 5.52246 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5225 4.5C18.7319 6.84357 20.3977 8.7111 22.5 8.96945\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.47778 4.5C5.26836 6.84366 3.60245 8.71125 1.5 8.96948\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 4.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 4.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 10V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoldenGateBridge","props","React","CentralIconBase","IconGoldenGateBridge_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},u=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var i=(o,r,e)=>(e=o!=null?m(B(o)):{},u(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>u(C({},"__esModule",{value:!0}),o);var g={};L(g,{IconPeopleGroup2:()=>d,default:()=>x});module.exports=P(g);var n=i(require("react"));var a=i(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...e})=>a.default.createElement(l.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),d=o=>n.default.createElement(c,{...o},n.default.createElement(p.Path,{d:"M13 8.5C13 10.7091 11.2091 12.5 9 12.5C6.79086 12.5 5 10.7091 5 8.5C5 6.29086 6.79086 4.5 9 4.5C11.2091 4.5 13 6.29086 13 8.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M14.5 4.50769C14.5827 4.50259 14.666 4.5 14.75 4.5C16.9591 4.5 18.75 6.29086 18.75 8.5C18.75 10.7091 16.9591 12.5 14.75 12.5C14.666 12.5 14.5827 12.4974 14.5 12.4923",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M2.5 19.5V17.515C2.5 15.8499 3.84315 14.5 5.5 14.5H12.5C14.1569 14.5 15.5 15.8499 15.5 17.515V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M21.5 19.5V17.515C21.5 15.8499 20.1569 14.5 18.5 14.5H17.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=d;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=\"M13 8.5C13 10.7091 11.2091 12.5 9 12.5C6.79086 12.5 5 10.7091 5 8.5C5 6.29086 6.79086 4.5 9 4.5C11.2091 4.5 13 6.29086 13 8.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 4.50769C14.5827 4.50259 14.666 4.5 14.75 4.5C16.9591 4.5 18.75 6.29086 18.75 8.5C18.75 10.7091 16.9591 12.5 14.75 12.5C14.666 12.5 14.5827 12.4974 14.5 12.4923\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 19.5V17.515C2.5 15.8499 3.84315 14.5 5.5 14.5H12.5C14.1569 14.5 15.5 15.8499 15.5 17.515V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 19.5V17.515C21.5 15.8499 20.1569 14.5 18.5 14.5H17.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,iIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:o=24,...p})=>C.createElement(s,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var
|
|
1
|
+
import r from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:o=24,...p})=>C.createElement(s,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var u=n=>r.createElement(t,{...n},r.createElement(e,{d:"M13 8.5C13 10.7091 11.2091 12.5 9 12.5C6.79086 12.5 5 10.7091 5 8.5C5 6.29086 6.79086 4.5 9 4.5C11.2091 4.5 13 6.29086 13 8.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M14.5 4.50769C14.5827 4.50259 14.666 4.5 14.75 4.5C16.9591 4.5 18.75 6.29086 18.75 8.5C18.75 10.7091 16.9591 12.5 14.75 12.5C14.666 12.5 14.5827 12.4974 14.5 12.4923",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M2.5 19.5V17.515C2.5 15.8499 3.84315 14.5 5.5 14.5H12.5C14.1569 14.5 15.5 15.8499 15.5 17.515V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M21.5 19.5V17.515C21.5 15.8499 20.1569 14.5 18.5 14.5H17.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=u;export{u as IconPeopleGroup2,I 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=\"M13 8.5C13 10.7091 11.2091 12.5 9 12.5C6.79086 12.5 5 10.7091 5 8.5C5 6.29086 6.79086 4.5 9 4.5C11.2091 4.5 13 6.29086 13 8.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 4.50769C14.5827 4.50259 14.666 4.5 14.75 4.5C16.9591 4.5 18.75 6.29086 18.75 8.5C18.75 10.7091 16.9591 12.5 14.75 12.5C14.666 12.5 14.5827 12.4974 14.5 12.4923\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 19.5V17.515C2.5 15.8499 3.84315 14.5 5.5 14.5H12.5C14.1569 14.5 15.5 15.8499 15.5 17.515V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 19.5V17.515C21.5 15.8499 20.1569 14.5 18.5 14.5H17.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,iIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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
|
package/filtered-icons.json
CHANGED
|
@@ -1781,7 +1781,7 @@
|
|
|
1781
1781
|
{
|
|
1782
1782
|
"category": "Arrows",
|
|
1783
1783
|
"svg": "<path d=\"M4.48828 20.5V16.5H8.48828\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 3.5V7.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.4342 10.9375C20.4776 11.2856 20.4999 11.6402 20.4999 12C20.4999 16.6944 16.6943 20.5 11.9999 20.5C9.17438 20.5 6.42673 19.1213 4.84277 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.56576 13.0625C3.52236 12.7144 3.5 12.3598 3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C14.8255 3.5 17.5732 4.87867 19.1571 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
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": "off",
|
|
@@ -3094,6 +3094,34 @@
|
|
|
3094
3094
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
3095
3095
|
"componentName": "IconBean"
|
|
3096
3096
|
},
|
|
3097
|
+
{
|
|
3098
|
+
"category": "Hands",
|
|
3099
|
+
"svg": "<path d=\"M11.7512 12.9258C8.83333 7.77778 2.49753 9.79401 2.5 14.8024C2.5 23.1247 16.3614 22.6 21.1847 19.0969C22.7559 10.1664 18.2035 2.5 13.1103 2.5C8.23204 2.5 10.8992 8.94532 14.5 6.68558\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.0007 7C16.6096 10.7993 15.1836 12.1123 16.5007 15C14.6091 13.3785 11.8523 12.3992 9.5625 13.7495\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
3100
|
+
"iconName": "beceps-left-arm, strong, flex, power",
|
|
3101
|
+
"variant": {
|
|
3102
|
+
"join": "round",
|
|
3103
|
+
"filled": "off",
|
|
3104
|
+
"radius": "1",
|
|
3105
|
+
"stroke": "1"
|
|
3106
|
+
},
|
|
3107
|
+
"createdAt": "2026-04-15T10:02:50.447041+00:00",
|
|
3108
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
3109
|
+
"componentName": "IconBecepsLeftArm"
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"category": "Hands",
|
|
3113
|
+
"svg": "<path d=\"M12.2488 12.9258C15.1667 7.77778 21.5025 9.79401 21.5 14.8024C21.5 23.1247 7.63856 22.6 2.81532 19.0969C1.24412 10.1664 5.7965 2.5 10.8897 2.5C15.768 2.5 13.1008 8.94532 9.5 6.68558\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 7C7.39117 10.7993 8.81715 12.1123 7.5 15C9.39166 13.3785 12.1485 12.3992 14.4382 13.7495\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
3114
|
+
"iconName": "beceps-right-arm, strong, flex, power",
|
|
3115
|
+
"variant": {
|
|
3116
|
+
"join": "round",
|
|
3117
|
+
"filled": "off",
|
|
3118
|
+
"radius": "1",
|
|
3119
|
+
"stroke": "1"
|
|
3120
|
+
},
|
|
3121
|
+
"createdAt": "2026-04-15T10:02:50.447041+00:00",
|
|
3122
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
3123
|
+
"componentName": "IconBecepsRightArm"
|
|
3124
|
+
},
|
|
3097
3125
|
{
|
|
3098
3126
|
"category": "Furniture & Household",
|
|
3099
3127
|
"svg": "<path d=\"M2.5 11.5C2.5 10.9477 2.94772 10.5 3.5 10.5H20.5C21.0523 10.5 21.5 10.9477 21.5 11.5V16.5C21.5 17.0523 21.0523 17.5 20.5 17.5H3.5C2.94771 17.5 2.5 17.0523 2.5 16.5V11.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 10.5V5.5C19.5 4.94772 19.0523 4.5 18.5 4.5H5.5C4.94772 4.5 4.5 4.94772 4.5 5.5V10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 4.5V10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 17.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 17.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -4102,6 +4130,20 @@
|
|
|
4102
4130
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
4103
4131
|
"componentName": "IconBreakfast"
|
|
4104
4132
|
},
|
|
4133
|
+
{
|
|
4134
|
+
"category": "Code",
|
|
4135
|
+
"svg": "<circle cx=\"5\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\"/><circle cx=\"19\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\"/><path d=\"M5 14V12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12V14\" stroke=\"currentColor\"/>",
|
|
4136
|
+
"iconName": "bridge, connection",
|
|
4137
|
+
"variant": {
|
|
4138
|
+
"join": "round",
|
|
4139
|
+
"filled": "off",
|
|
4140
|
+
"radius": "1",
|
|
4141
|
+
"stroke": "1"
|
|
4142
|
+
},
|
|
4143
|
+
"createdAt": "2026-04-15T06:01:58.081889+00:00",
|
|
4144
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
4145
|
+
"componentName": "IconBridge"
|
|
4146
|
+
},
|
|
4105
4147
|
{
|
|
4106
4148
|
"category": "Photography & Video",
|
|
4107
4149
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 1.5V2.5M12 21.5V22.5M4.5754 4.57538L5.31786 5.31784M18.6822 18.6822L19.4246 19.4246M19.4247 4.5754L18.6822 5.31786M5.31789 18.6822L4.57543 19.4246M1.5 12H2.5M21.5 12H22.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12726,6 +12768,20 @@
|
|
|
12726
12768
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
12727
12769
|
"componentName": "IconGold"
|
|
12728
12770
|
},
|
|
12771
|
+
{
|
|
12772
|
+
"category": "Building",
|
|
12773
|
+
"svg": "<path d=\"M1.5 15.5H22.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.478 4.5C18.2027 7.57977 15.4077 10 12.0002 10C8.59277 10 5.79771 7.57977 5.52246 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5225 4.5C18.7319 6.84357 20.3977 8.7111 22.5 8.96945\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.47778 4.5C5.26836 6.84366 3.60245 8.71125 1.5 8.96948\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 10V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12774
|
+
"iconName": "golden-gate-bridge, silicon-valley, sf",
|
|
12775
|
+
"variant": {
|
|
12776
|
+
"join": "round",
|
|
12777
|
+
"filled": "off",
|
|
12778
|
+
"radius": "1",
|
|
12779
|
+
"stroke": "1"
|
|
12780
|
+
},
|
|
12781
|
+
"createdAt": "2026-04-15T06:01:58.081889+00:00",
|
|
12782
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
12783
|
+
"componentName": "IconGoldenGateBridge"
|
|
12784
|
+
},
|
|
12729
12785
|
{
|
|
12730
12786
|
"category": "Things",
|
|
12731
12787
|
"svg": "<circle cx=\"12\" cy=\"10\" r=\"8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 16.5V22.5L12 21L16.5 22.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.6487 6C12.1491 6 12.5547 6.40561 12.5547 6.90596V13.3945C12.5547 13.7289 12.2836 14 11.9492 14C11.6148 14 11.3438 13.7289 11.3438 13.3945V7.24706C11.3438 7.22711 11.3276 7.21094 11.3076 7.21094C11.3006 7.21094 11.2937 7.21298 11.2879 7.21682L10.1316 7.97193C9.80962 8.18221 9.38281 7.95118 9.38281 7.56661C9.38281 7.40319 9.46526 7.2508 9.60205 7.16139L11.1531 6.14762C11.3004 6.0513 11.4727 6 11.6487 6Z\" fill=\"currentColor\"/>",
|
|
@@ -18287,7 +18343,7 @@
|
|
|
18287
18343
|
{
|
|
18288
18344
|
"category": "People",
|
|
18289
18345
|
"svg": "<path d=\"M17 7.5C17 10.2614 14.7614 12.5 12 12.5C9.23858 12.5 7 10.2614 7 7.5C7 4.73858 9.23858 2.5 12 2.5C14.7614 2.5 17 4.73858 17 7.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 20.5V18.5C3.5 16.2909 5.29086 14.5 7.5 14.5H16.5C18.7091 14.5 20.5 16.2909 20.5 18.5V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
18290
|
-
"iconName": "people-2",
|
|
18346
|
+
"iconName": "people-2, user, person, member",
|
|
18291
18347
|
"variant": {
|
|
18292
18348
|
"join": "round",
|
|
18293
18349
|
"filled": "off",
|
|
@@ -18298,20 +18354,6 @@
|
|
|
18298
18354
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
18299
18355
|
"componentName": "IconPeople2"
|
|
18300
18356
|
},
|
|
18301
|
-
{
|
|
18302
|
-
"category": "People",
|
|
18303
|
-
"svg": "<path d=\"M13 8.5C13 10.7091 11.2091 12.5 9 12.5C6.79086 12.5 5 10.7091 5 8.5C5 6.29086 6.79086 4.5 9 4.5C11.2091 4.5 13 6.29086 13 8.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 4.50769C14.5827 4.50259 14.666 4.5 14.75 4.5C16.9591 4.5 18.75 6.29086 18.75 8.5C18.75 10.7091 16.9591 12.5 14.75 12.5C14.666 12.5 14.5827 12.4974 14.5 12.4923\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 19.5V17.515C2.5 15.8499 3.84315 14.5 5.5 14.5H12.5C14.1569 14.5 15.5 15.8499 15.5 17.515V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 19.5V17.515C21.5 15.8499 20.1569 14.5 18.5 14.5H17.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
18304
|
-
"iconName": "people-2, user, group, friend",
|
|
18305
|
-
"variant": {
|
|
18306
|
-
"join": "round",
|
|
18307
|
-
"filled": "off",
|
|
18308
|
-
"radius": "1",
|
|
18309
|
-
"stroke": "1"
|
|
18310
|
-
},
|
|
18311
|
-
"createdAt": "2026-02-13T08:00:42.259331+00:00",
|
|
18312
|
-
"packageName": "round-outlined-radius-1-stroke-1",
|
|
18313
|
-
"componentName": "IconPeople21"
|
|
18314
|
-
},
|
|
18315
18357
|
{
|
|
18316
18358
|
"category": "People",
|
|
18317
18359
|
"svg": "<path d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.4983 13.3156C14.4649 12.7922 13.287 12.5 11.9983 12.5C7.89479 12.5 4.91459 15.4626 4.1494 19.4189C4.03797 19.995 4.50308 20.5 5.08986 20.5H12.4983\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 15.5V18.5M18.5 18.5V21.5M18.5 18.5H15.5M18.5 18.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18410,6 +18452,20 @@
|
|
|
18410
18452
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
18411
18453
|
"componentName": "IconPeopleGear"
|
|
18412
18454
|
},
|
|
18455
|
+
{
|
|
18456
|
+
"category": "People",
|
|
18457
|
+
"svg": "<path d=\"M13 8.5C13 10.7091 11.2091 12.5 9 12.5C6.79086 12.5 5 10.7091 5 8.5C5 6.29086 6.79086 4.5 9 4.5C11.2091 4.5 13 6.29086 13 8.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 4.50769C14.5827 4.50259 14.666 4.5 14.75 4.5C16.9591 4.5 18.75 6.29086 18.75 8.5C18.75 10.7091 16.9591 12.5 14.75 12.5C14.666 12.5 14.5827 12.4974 14.5 12.4923\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 19.5V17.515C2.5 15.8499 3.84315 14.5 5.5 14.5H12.5C14.1569 14.5 15.5 15.8499 15.5 17.515V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 19.5V17.515C21.5 15.8499 20.1569 14.5 18.5 14.5H17.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
18458
|
+
"iconName": "people-group-2, user, friend",
|
|
18459
|
+
"variant": {
|
|
18460
|
+
"join": "round",
|
|
18461
|
+
"filled": "off",
|
|
18462
|
+
"radius": "1",
|
|
18463
|
+
"stroke": "1"
|
|
18464
|
+
},
|
|
18465
|
+
"createdAt": "2026-02-13T08:00:42.259331+00:00",
|
|
18466
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
18467
|
+
"componentName": "IconPeopleGroup2"
|
|
18468
|
+
},
|
|
18413
18469
|
{
|
|
18414
18470
|
"category": "People",
|
|
18415
18471
|
"svg": "<path d=\"M18.5 2.5H5.5C4.94772 2.5 4.5 2.94771 4.5 3.5V20.5C4.5 21.0523 4.94772 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5V3.5C19.5 2.94772 19.0523 2.5 18.5 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"11.5\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 21C17 18.2386 14.7614 16 12 16C9.23858 16 7 18.2386 7 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 5.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.190",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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":
|
|
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":
|
|
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":
|
|
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";
|