@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.187 → 1.1.189
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/{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/IconTestTube2/index.d.ts +4 -0
- package/IconTestTube2/index.js +2 -0
- package/IconTestTube2/index.js.map +1 -0
- package/IconTestTube2/index.mjs +2 -0
- package/IconTestTube2/index.mjs.map +1 -0
- package/README.md +4 -1
- package/filtered-icons.json +57 -15
- package/icons/index.d.ts +4 -1
- package/icons-index.json +14 -8
- package/index.d.ts +4 -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 +29 -8
- package/IconPeople21/index.js +0 -2
- package/IconPeople21/index.js.map +0 -1
- package/IconPeople21/index.mjs.map +0 -1
|
@@ -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 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,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,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
|
|
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"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of d(o))!I.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(p=L(o,C))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?i(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconTestTube2:()=>c,default:()=>P});module.exports=x(g);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V17.9999C21 19.6568 19.6569 20.9999 18 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H18C18.5523 18.9999 19 18.5522 19 17.9999V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8476 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.462 20.9518 6.03803 20.9518 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56645 12.6525 2.93342 13.043 2.54289ZM5.95703 15.457C5.24319 16.171 5.24319 17.3289 5.95703 18.0429C6.67104 18.7567 7.82898 18.7567 8.54297 18.0429L13.8359 12.7499H8.66406L5.95703 15.457ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C10 4.55221 9.55228 4.99992 9 4.99992H6C5.44772 4.99992 5 5.44764 5 5.99992V9.99992C5 10.5522 4.55228 10.9999 4 10.9999C3.44772 10.9999 3 10.5522 3 9.99992V5.99992C3 4.34307 4.34315 2.99992 6 2.99992H9Z",fill:"currentColor"})),P=c;0&&(module.exports={IconTestTube2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTestTube2/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 IconTestTube2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V17.9999C21 19.6568 19.6569 20.9999 18 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H18C18.5523 18.9999 19 18.5522 19 17.9999V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8476 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.462 20.9518 6.03803 20.9518 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56645 12.6525 2.93342 13.043 2.54289ZM5.95703 15.457C5.24319 16.171 5.24319 17.3289 5.95703 18.0429C6.67104 18.7567 7.82898 18.7567 8.54297 18.0429L13.8359 12.7499H8.66406L5.95703 15.457ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C10 4.55221 9.55228 4.99992 9 4.99992H6C5.44772 4.99992 5 5.44764 5 5.99992V9.99992C5 10.5522 4.55228 10.9999 4 10.9999C3.44772 10.9999 3 10.5522 3 9.99992V5.99992C3 4.34307 4.34315 2.99992 6 2.99992H9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTestTube2;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yQACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ilBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6PACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTestTube2_exports","__export","IconTestTube2","IconTestTube2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTestTube2","props","React","CentralIconBase","IconTestTube2_default"]}
|
|
@@ -0,0 +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 a=e=>o.createElement(n,{...e},o.createElement(C,{d:"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V17.9999C21 19.6568 19.6569 20.9999 18 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H18C18.5523 18.9999 19 18.5522 19 17.9999V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8476 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.462 20.9518 6.03803 20.9518 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56645 12.6525 2.93342 13.043 2.54289ZM5.95703 15.457C5.24319 16.171 5.24319 17.3289 5.95703 18.0429C6.67104 18.7567 7.82898 18.7567 8.54297 18.0429L13.8359 12.7499H8.66406L5.95703 15.457ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z",fill:"currentColor"}),o.createElement(C,{d:"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C10 4.55221 9.55228 4.99992 9 4.99992H6C5.44772 4.99992 5 5.44764 5 5.99992V9.99992C5 10.5522 4.55228 10.9999 4 10.9999C3.44772 10.9999 3 10.5522 3 9.99992V5.99992C3 4.34307 4.34315 2.99992 6 2.99992H9Z",fill:"currentColor"})),I=a;export{a as IconTestTube2,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTestTube2/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 IconTestTube2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V17.9999C21 19.6568 19.6569 20.9999 18 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H18C18.5523 18.9999 19 18.5522 19 17.9999V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8476 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.462 20.9518 6.03803 20.9518 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56645 12.6525 2.93342 13.043 2.54289ZM5.95703 15.457C5.24319 16.171 5.24319 17.3289 5.95703 18.0429C6.67104 18.7567 7.82898 18.7567 8.54297 18.0429L13.8359 12.7499H8.66406L5.95703 15.457ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C10 4.55221 9.55228 4.99992 9 4.99992H6C5.44772 4.99992 5 5.44764 5 5.99992V9.99992C5 10.5522 4.55228 10.9999 4 10.9999C3.44772 10.9999 3 10.5522 3 9.99992V5.99992C3 4.34307 4.34315 2.99992 6 2.99992H9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTestTube2;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yQACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ilBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6PACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTestTube2","props","React","CentralIconBase","IconTestTube2_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
|
|
@@ -1357,7 +1359,6 @@ Below is a complete list of available icons:
|
|
|
1357
1359
|
- IconHead
|
|
1358
1360
|
- IconPeople
|
|
1359
1361
|
- IconPeople2
|
|
1360
|
-
- IconPeople21
|
|
1361
1362
|
- IconPeopleAdd
|
|
1362
1363
|
- IconPeopleAdd2
|
|
1363
1364
|
- IconPeopleAdded
|
|
@@ -1365,6 +1366,7 @@ Below is a complete list of available icons:
|
|
|
1365
1366
|
- IconPeopleCopy
|
|
1366
1367
|
- IconPeopleEdit
|
|
1367
1368
|
- IconPeopleGear
|
|
1369
|
+
- IconPeopleGroup2
|
|
1368
1370
|
- IconPeopleIdCard
|
|
1369
1371
|
- IconPeopleLike
|
|
1370
1372
|
- IconPeopleNoise
|
|
@@ -1980,6 +1982,7 @@ Below is a complete list of available icons:
|
|
|
1980
1982
|
- IconTeddyBear
|
|
1981
1983
|
- IconTelescope
|
|
1982
1984
|
- IconTestTube
|
|
1985
|
+
- IconTestTube2
|
|
1983
1986
|
- IconThinkingBubble
|
|
1984
1987
|
- IconThinkingBubble1
|
|
1985
1988
|
- IconThread
|
package/filtered-icons.json
CHANGED
|
@@ -4102,6 +4102,20 @@
|
|
|
4102
4102
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
4103
4103
|
"componentName": "IconBreakfast"
|
|
4104
4104
|
},
|
|
4105
|
+
{
|
|
4106
|
+
"category": "Code",
|
|
4107
|
+
"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\"/>",
|
|
4108
|
+
"iconName": "bridge, connection",
|
|
4109
|
+
"variant": {
|
|
4110
|
+
"join": "round",
|
|
4111
|
+
"filled": "on",
|
|
4112
|
+
"radius": "2",
|
|
4113
|
+
"stroke": "2"
|
|
4114
|
+
},
|
|
4115
|
+
"createdAt": "2026-04-15T06:01:58.081889+00:00",
|
|
4116
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
4117
|
+
"componentName": "IconBridge"
|
|
4118
|
+
},
|
|
4105
4119
|
{
|
|
4106
4120
|
"category": "Photography & Video",
|
|
4107
4121
|
"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 +12740,20 @@
|
|
|
12726
12740
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
12727
12741
|
"componentName": "IconGold"
|
|
12728
12742
|
},
|
|
12743
|
+
{
|
|
12744
|
+
"category": "Building",
|
|
12745
|
+
"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\"/>",
|
|
12746
|
+
"iconName": "golden-gate-bridge, silicon-valley, sf",
|
|
12747
|
+
"variant": {
|
|
12748
|
+
"join": "round",
|
|
12749
|
+
"filled": "on",
|
|
12750
|
+
"radius": "2",
|
|
12751
|
+
"stroke": "2"
|
|
12752
|
+
},
|
|
12753
|
+
"createdAt": "2026-04-15T06:01:58.081889+00:00",
|
|
12754
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
12755
|
+
"componentName": "IconGoldenGateBridge"
|
|
12756
|
+
},
|
|
12729
12757
|
{
|
|
12730
12758
|
"category": "Things",
|
|
12731
12759
|
"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 +18315,7 @@
|
|
|
18287
18315
|
{
|
|
18288
18316
|
"category": "People",
|
|
18289
18317
|
"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",
|
|
18318
|
+
"iconName": "people-2, user, person, member",
|
|
18291
18319
|
"variant": {
|
|
18292
18320
|
"join": "round",
|
|
18293
18321
|
"filled": "on",
|
|
@@ -18298,20 +18326,6 @@
|
|
|
18298
18326
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
18299
18327
|
"componentName": "IconPeople2"
|
|
18300
18328
|
},
|
|
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
18329
|
{
|
|
18316
18330
|
"category": "People",
|
|
18317
18331
|
"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 +18424,20 @@
|
|
|
18410
18424
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
18411
18425
|
"componentName": "IconPeopleGear"
|
|
18412
18426
|
},
|
|
18427
|
+
{
|
|
18428
|
+
"category": "People",
|
|
18429
|
+
"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\"/>",
|
|
18430
|
+
"iconName": "people-group-2, user, friend",
|
|
18431
|
+
"variant": {
|
|
18432
|
+
"join": "round",
|
|
18433
|
+
"filled": "on",
|
|
18434
|
+
"radius": "2",
|
|
18435
|
+
"stroke": "2"
|
|
18436
|
+
},
|
|
18437
|
+
"createdAt": "2026-02-13T08:00:42.259331+00:00",
|
|
18438
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
18439
|
+
"componentName": "IconPeopleGroup2"
|
|
18440
|
+
},
|
|
18413
18441
|
{
|
|
18414
18442
|
"category": "People",
|
|
18415
18443
|
"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\"/>",
|
|
@@ -24318,6 +24346,20 @@
|
|
|
24318
24346
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
24319
24347
|
"componentName": "IconTestTube"
|
|
24320
24348
|
},
|
|
24349
|
+
{
|
|
24350
|
+
"category": "Things",
|
|
24351
|
+
"svg": "<path d=\"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V17.9999C21 19.6568 19.6569 20.9999 18 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H18C18.5523 18.9999 19 18.5522 19 17.9999V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8476 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.462 20.9518 6.03803 20.9518 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56645 12.6525 2.93342 13.043 2.54289ZM5.95703 15.457C5.24319 16.171 5.24319 17.3289 5.95703 18.0429C6.67104 18.7567 7.82898 18.7567 8.54297 18.0429L13.8359 12.7499H8.66406L5.95703 15.457ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z\" fill=\"currentColor\"/><path d=\"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C10 4.55221 9.55228 4.99992 9 4.99992H6C5.44772 4.99992 5 5.44764 5 5.99992V9.99992C5 10.5522 4.55228 10.9999 4 10.9999C3.44772 10.9999 3 10.5522 3 9.99992V5.99992C3 4.34307 4.34315 2.99992 6 2.99992H9Z\" fill=\"currentColor\"/>",
|
|
24352
|
+
"iconName": "test-tube 2, test, lab, filter",
|
|
24353
|
+
"variant": {
|
|
24354
|
+
"join": "round",
|
|
24355
|
+
"filled": "on",
|
|
24356
|
+
"radius": "2",
|
|
24357
|
+
"stroke": "2"
|
|
24358
|
+
},
|
|
24359
|
+
"createdAt": "2026-04-14T14:02:05.42191+00:00",
|
|
24360
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
24361
|
+
"componentName": "IconTestTube2"
|
|
24362
|
+
},
|
|
24321
24363
|
{
|
|
24322
24364
|
"category": "Typography",
|
|
24323
24365
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V6C21 6.55228 20.5523 7 20 7C19.4477 7 19 6.55228 19 6V5H13V19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20C9 19.4477 9.44772 19 10 19H11V5H5V6C5 6.55228 4.55228 7 4 7C3.44772 7 3 6.55228 3 6V4Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -292,6 +292,7 @@ export type CentralIconName =
|
|
|
292
292
|
| "IconBranch"
|
|
293
293
|
| "IconBranchSimple"
|
|
294
294
|
| "IconBreakfast"
|
|
295
|
+
| "IconBridge"
|
|
295
296
|
| "IconBrightness"
|
|
296
297
|
| "IconBrilliance"
|
|
297
298
|
| "IconBrokenChainLink1"
|
|
@@ -908,6 +909,7 @@ export type CentralIconName =
|
|
|
908
909
|
| "IconGlobe2"
|
|
909
910
|
| "IconGoatHead"
|
|
910
911
|
| "IconGold"
|
|
912
|
+
| "IconGoldenGateBridge"
|
|
911
913
|
| "IconGoldMedal"
|
|
912
914
|
| "IconGolfBall"
|
|
913
915
|
| "IconGooey"
|
|
@@ -1306,7 +1308,6 @@ export type CentralIconName =
|
|
|
1306
1308
|
| "IconPencilWave"
|
|
1307
1309
|
| "IconPeople"
|
|
1308
1310
|
| "IconPeople2"
|
|
1309
|
-
| "IconPeople21"
|
|
1310
1311
|
| "IconPeopleAdd"
|
|
1311
1312
|
| "IconPeopleAdd2"
|
|
1312
1313
|
| "IconPeopleAdded"
|
|
@@ -1314,6 +1315,7 @@ export type CentralIconName =
|
|
|
1314
1315
|
| "IconPeopleCopy"
|
|
1315
1316
|
| "IconPeopleEdit"
|
|
1316
1317
|
| "IconPeopleGear"
|
|
1318
|
+
| "IconPeopleGroup2"
|
|
1317
1319
|
| "IconPeopleIdCard"
|
|
1318
1320
|
| "IconPeopleLike"
|
|
1319
1321
|
| "IconPeopleNoise"
|
|
@@ -1736,6 +1738,7 @@ export type CentralIconName =
|
|
|
1736
1738
|
| "IconTennis"
|
|
1737
1739
|
| "IconTestflight"
|
|
1738
1740
|
| "IconTestTube"
|
|
1741
|
+
| "IconTestTube2"
|
|
1739
1742
|
| "IconText1"
|
|
1740
1743
|
| "IconText2"
|
|
1741
1744
|
| "IconTextareaDrag"
|
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.
|
|
3
|
+
"version": "1.1.189",
|
|
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":
|
|
14
|
+
"totalIcons": 1936,
|
|
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",
|
|
@@ -1275,7 +1277,6 @@
|
|
|
1275
1277
|
"IconHead",
|
|
1276
1278
|
"IconPeople",
|
|
1277
1279
|
"IconPeople2",
|
|
1278
|
-
"IconPeople21",
|
|
1279
1280
|
"IconPeopleAdd",
|
|
1280
1281
|
"IconPeopleAdd2",
|
|
1281
1282
|
"IconPeopleAdded",
|
|
@@ -1283,6 +1284,7 @@
|
|
|
1283
1284
|
"IconPeopleCopy",
|
|
1284
1285
|
"IconPeopleEdit",
|
|
1285
1286
|
"IconPeopleGear",
|
|
1287
|
+
"IconPeopleGroup2",
|
|
1286
1288
|
"IconPeopleIdCard",
|
|
1287
1289
|
"IconPeopleLike",
|
|
1288
1290
|
"IconPeopleNoise",
|
|
@@ -1791,7 +1793,7 @@
|
|
|
1791
1793
|
]
|
|
1792
1794
|
},
|
|
1793
1795
|
"Things": {
|
|
1794
|
-
"count":
|
|
1796
|
+
"count": 136,
|
|
1795
1797
|
"icons": [
|
|
1796
1798
|
"IconAnvil",
|
|
1797
1799
|
"IconApps",
|
|
@@ -1914,6 +1916,7 @@
|
|
|
1914
1916
|
"IconTeddyBear",
|
|
1915
1917
|
"IconTelescope",
|
|
1916
1918
|
"IconTestTube",
|
|
1919
|
+
"IconTestTube2",
|
|
1917
1920
|
"IconThinkingBubble",
|
|
1918
1921
|
"IconThinkingBubble1",
|
|
1919
1922
|
"IconThread",
|
|
@@ -2428,6 +2431,7 @@
|
|
|
2428
2431
|
"IconBranch": "branch",
|
|
2429
2432
|
"IconBranchSimple": "branch-simple",
|
|
2430
2433
|
"IconBreakfast": "breakfast, fried-egg",
|
|
2434
|
+
"IconBridge": "bridge, connection",
|
|
2431
2435
|
"IconBrightness": "brightness",
|
|
2432
2436
|
"IconBrilliance": "brilliance, yin yang, ballance",
|
|
2433
2437
|
"IconBrokenChainLink1": "broken-chain-link-1, unlink",
|
|
@@ -3044,6 +3048,7 @@
|
|
|
3044
3048
|
"IconGlobe2": "globe-2, network, translate",
|
|
3045
3049
|
"IconGoatHead": "goat-head, goated",
|
|
3046
3050
|
"IconGold": "gold, goldbars",
|
|
3051
|
+
"IconGoldenGateBridge": "golden-gate-bridge, silicon-valley, sf",
|
|
3047
3052
|
"IconGoldMedal": "gold-medal, first-place, win",
|
|
3048
3053
|
"IconGolfBall": "golf-ball",
|
|
3049
3054
|
"IconGooey": "gooey, morph, liquid-glass",
|
|
@@ -3441,8 +3446,7 @@
|
|
|
3441
3446
|
"IconPencilSparkle": "pencil-sparkle, magic pencil, magic brush",
|
|
3442
3447
|
"IconPencilWave": "pencil-wave, signature, write",
|
|
3443
3448
|
"IconPeople": "people, user, person, avatar",
|
|
3444
|
-
"IconPeople2": "people-2",
|
|
3445
|
-
"IconPeople21": "people-2, user, group, friend",
|
|
3449
|
+
"IconPeople2": "people-2, user, person, member",
|
|
3446
3450
|
"IconPeopleAdd": "people-add, user-add",
|
|
3447
3451
|
"IconPeopleAdd2": "people-add-2, user-add, user, person",
|
|
3448
3452
|
"IconPeopleAdded": "people-added, user-added",
|
|
@@ -3450,6 +3454,7 @@
|
|
|
3450
3454
|
"IconPeopleCopy": "people-copy, members",
|
|
3451
3455
|
"IconPeopleEdit": "people-edit, edit-user, edit-rights, user-rights",
|
|
3452
3456
|
"IconPeopleGear": "people-gear, user-settings, preferences, person",
|
|
3457
|
+
"IconPeopleGroup2": "people-group-2, user, friend",
|
|
3453
3458
|
"IconPeopleIdCard": "people-id-card, profile, user-account, badge, person",
|
|
3454
3459
|
"IconPeopleLike": "people-like, inner circle",
|
|
3455
3460
|
"IconPeopleNoise": "people-noise, audio-quality, user-noise",
|
|
@@ -3872,6 +3877,7 @@
|
|
|
3872
3877
|
"IconTennis": "tennis",
|
|
3873
3878
|
"IconTestflight": "testflight, beta",
|
|
3874
3879
|
"IconTestTube": "test-tube",
|
|
3880
|
+
"IconTestTube2": "test-tube 2, test, lab, filter",
|
|
3875
3881
|
"IconText1": "text-1",
|
|
3876
3882
|
"IconText2": "text-2",
|
|
3877
3883
|
"IconTextareaDrag": "textarea-drag",
|
package/index.d.ts
CHANGED
|
@@ -291,6 +291,7 @@ export { IconBrainSideview, default as IconBrainSideviewDefault, } from "./IconB
|
|
|
291
291
|
export { IconBranch, default as IconBranchDefault } from "./IconBranch";
|
|
292
292
|
export { IconBranchSimple, default as IconBranchSimpleDefault, } from "./IconBranchSimple";
|
|
293
293
|
export { IconBreakfast, default as IconBreakfastDefault, } from "./IconBreakfast";
|
|
294
|
+
export { IconBridge, default as IconBridgeDefault } from "./IconBridge";
|
|
294
295
|
export { IconBrightness, default as IconBrightnessDefault, } from "./IconBrightness";
|
|
295
296
|
export { IconBrilliance, default as IconBrillianceDefault, } from "./IconBrilliance";
|
|
296
297
|
export { IconBrokenChainLink1, default as IconBrokenChainLink1Default, } from "./IconBrokenChainLink1";
|
|
@@ -908,6 +909,7 @@ export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
|
|
|
908
909
|
export { IconGoatHead, default as IconGoatHeadDefault } from "./IconGoatHead";
|
|
909
910
|
export { IconGold, default as IconGoldDefault } from "./IconGold";
|
|
910
911
|
export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
|
|
912
|
+
export { IconGoldenGateBridge, default as IconGoldenGateBridgeDefault, } from "./IconGoldenGateBridge";
|
|
911
913
|
export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
|
|
912
914
|
export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
|
|
913
915
|
export { IconGoogle, default as IconGoogleDefault } from "./IconGoogle";
|
|
@@ -1305,7 +1307,6 @@ export { IconPencilSparkle, default as IconPencilSparkleDefault, } from "./IconP
|
|
|
1305
1307
|
export { IconPencilWave, default as IconPencilWaveDefault, } from "./IconPencilWave";
|
|
1306
1308
|
export { IconPeople, default as IconPeopleDefault } from "./IconPeople";
|
|
1307
1309
|
export { IconPeople2, default as IconPeople2Default } from "./IconPeople2";
|
|
1308
|
-
export { IconPeople21, default as IconPeople21Default } from "./IconPeople21";
|
|
1309
1310
|
export { IconPeopleAdd, default as IconPeopleAddDefault, } from "./IconPeopleAdd";
|
|
1310
1311
|
export { IconPeopleAdd2, default as IconPeopleAdd2Default, } from "./IconPeopleAdd2";
|
|
1311
1312
|
export { IconPeopleAdded, default as IconPeopleAddedDefault, } from "./IconPeopleAdded";
|
|
@@ -1313,6 +1314,7 @@ export { IconPeopleCircle, default as IconPeopleCircleDefault, } from "./IconPeo
|
|
|
1313
1314
|
export { IconPeopleCopy, default as IconPeopleCopyDefault, } from "./IconPeopleCopy";
|
|
1314
1315
|
export { IconPeopleEdit, default as IconPeopleEditDefault, } from "./IconPeopleEdit";
|
|
1315
1316
|
export { IconPeopleGear, default as IconPeopleGearDefault, } from "./IconPeopleGear";
|
|
1317
|
+
export { IconPeopleGroup2, default as IconPeopleGroup2Default, } from "./IconPeopleGroup2";
|
|
1316
1318
|
export { IconPeopleIdCard, default as IconPeopleIdCardDefault, } from "./IconPeopleIdCard";
|
|
1317
1319
|
export { IconPeopleLike, default as IconPeopleLikeDefault, } from "./IconPeopleLike";
|
|
1318
1320
|
export { IconPeopleNoise, default as IconPeopleNoiseDefault, } from "./IconPeopleNoise";
|
|
@@ -1734,6 +1736,7 @@ export { IconTelevision, default as IconTelevisionDefault, } from "./IconTelevis
|
|
|
1734
1736
|
export { IconTelevisionOld, default as IconTelevisionOldDefault, } from "./IconTelevisionOld";
|
|
1735
1737
|
export { IconTennis, default as IconTennisDefault } from "./IconTennis";
|
|
1736
1738
|
export { IconTestTube, default as IconTestTubeDefault } from "./IconTestTube";
|
|
1739
|
+
export { IconTestTube2, default as IconTestTube2Default, } from "./IconTestTube2";
|
|
1737
1740
|
export { IconTestflight, default as IconTestflightDefault, } from "./IconTestflight";
|
|
1738
1741
|
export { IconText1, default as IconText1Default } from "./IconText1";
|
|
1739
1742
|
export { IconText2, default as IconText2Default } from "./IconText2";
|