@central-icons-react-native/round-filled-radius-3-stroke-1 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.1421 4.5 19.5 7.85786 19.5 12V13.541C20.9189 13.779 22 15.0135 22 16.5C22 18.1569 20.6569 19.5 19 19.5C17.3431 19.5 16 18.1569 16 16.5C16 15.0135 17.0811 13.779 18.5 13.541V12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12V13.541C6.91889 13.779 8 15.0135 8 16.5C8 18.1569 6.65685 19.5 5 19.5C3.34315 19.5 2 18.1569 2 16.5C2 15.0135 3.08111 13.779 4.5 13.541V12C4.5 7.85786 7.85786 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.1421 4.5 19.5 7.85786 19.5 12V13.541C20.9189 13.779 22 15.0135 22 16.5C22 18.1569 20.6569 19.5 19 19.5C17.3431 19.5 16 18.1569 16 16.5C16 15.0135 17.0811 13.779 18.5 13.541V12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12V13.541C6.91889 13.779 8 15.0135 8 16.5C8 18.1569 6.65685 19.5 5 19.5C3.34315 19.5 2 18.1569 2 16.5C2 15.0135 3.08111 13.779 4.5 13.541V12C4.5 7.85786 7.85786 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,saACF,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.1421 4.5 19.5 7.85786 19.5 12V13.541C20.9189 13.779 22 15.0135 22 16.5C22 18.1569 20.6569 19.5 19 19.5C17.3431 19.5 16 18.1569 16 16.5C16 15.0135 17.0811 13.779 18.5 13.541V12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12V13.541C6.91889 13.779 8 15.0135 8 16.5C8 18.1569 6.65685 19.5 5 19.5C3.34315 19.5 2 18.1569 2 16.5C2 15.0135 3.08111 13.779 4.5 13.541V12C4.5 7.85786 7.85786 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.1421 4.5 19.5 7.85786 19.5 12V13.541C20.9189 13.779 22 15.0135 22 16.5C22 18.1569 20.6569 19.5 19 19.5C17.3431 19.5 16 18.1569 16 16.5C16 15.0135 17.0811 13.779 18.5 13.541V12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12V13.541C6.91889 13.779 8 15.0135 8 16.5C8 18.1569 6.65685 19.5 5 19.5C3.34315 19.5 2 18.1569 2 16.5C2 15.0135 3.08111 13.779 4.5 13.541V12C4.5 7.85786 7.85786 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,saACF,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 i=Object.create;var t=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(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 d(o))!B.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=V(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?i(u(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),g=C=>l(t({},"__esModule",{value:!0}),C);var x={};I(x,{IconGoldenGateBridge:()=>H,default:()=>v});module.exports=g(x);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"),H=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5205 4.00195H18.5244C18.7796 4.00287 18.9971 4.19598 19.0205 4.45508C19.2122 6.59984 20.7265 8.24805 22.5605 8.47363C22.8346 8.50731 23.0297 8.75625 22.9961 9.03027C22.9624 9.30421 22.7134 9.49924 22.4395 9.46582C21.0201 9.2914 19.8001 8.47226 19 7.29785V15H22.5C22.7761 15 23 15.2239 23 15.5C23 15.7761 22.7761 16 22.5 16H19V19.5C19 19.7761 18.7761 20 18.5 20C18.2239 20 18 19.7761 18 19.5V16H6V19.5C6 19.7761 5.77614 20 5.5 20C5.22386 20 5 19.7761 5 19.5V16H1.5C1.22386 16 1 15.7761 1 15.5C1 15.2239 1.22386 15 1.5 15H5V7.29785C4.19988 8.47229 2.97994 9.29148 1.56055 9.46582C1.28663 9.49924 1.03755 9.30422 1.00391 9.03027C0.970326 8.75625 1.16542 8.50729 1.43945 8.47363C3.27358 8.24817 4.78783 6.59993 4.97949 4.45508C5.00282 4.1963 5.21985 4.00336 5.47461 4.00195H5.47949C5.48631 4.00168 5.49311 4 5.5 4C5.50689 4 5.51369 4.00168 5.52051 4.00195H5.52441C5.77959 4.00287 5.99714 4.19598 6.02051 4.45508C6.27003 7.24695 8.82032 9.4999 12 9.5C15.1798 9.5 17.73 7.24701 17.9795 4.45508C18.0028 4.1963 18.2199 4.00336 18.4746 4.00195H18.4795C18.4863 4.00168 18.4931 4 18.5 4C18.5069 4 18.5137 4.00168 18.5205 4.00195ZM18 7.34863C16.8511 9.11971 14.8228 10.3275 12.5 10.4805V15H18V7.34863ZM6 15H11.5V10.4805C9.17724 10.3274 7.14888 9.11967 6 7.34863V15Z",fill:"currentColor"})),v=H;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.5205 4.00195H18.5244C18.7796 4.00287 18.9971 4.19598 19.0205 4.45508C19.2122 6.59984 20.7265 8.24805 22.5605 8.47363C22.8346 8.50731 23.0297 8.75625 22.9961 9.03027C22.9624 9.30421 22.7134 9.49924 22.4395 9.46582C21.0201 9.2914 19.8001 8.47226 19 7.29785V15H22.5C22.7761 15 23 15.2239 23 15.5C23 15.7761 22.7761 16 22.5 16H19V19.5C19 19.7761 18.7761 20 18.5 20C18.2239 20 18 19.7761 18 19.5V16H6V19.5C6 19.7761 5.77614 20 5.5 20C5.22386 20 5 19.7761 5 19.5V16H1.5C1.22386 16 1 15.7761 1 15.5C1 15.2239 1.22386 15 1.5 15H5V7.29785C4.19988 8.47229 2.97994 9.29148 1.56055 9.46582C1.28663 9.49924 1.03755 9.30422 1.00391 9.03027C0.970326 8.75625 1.16542 8.50729 1.43945 8.47363C3.27358 8.24817 4.78783 6.59993 4.97949 4.45508C5.00282 4.1963 5.21985 4.00336 5.47461 4.00195H5.47949C5.48631 4.00168 5.49311 4 5.5 4C5.50689 4 5.51369 4.00168 5.52051 4.00195H5.52441C5.77959 4.00287 5.99714 4.19598 6.02051 4.45508C6.27003 7.24695 8.82032 9.4999 12 9.5C15.1798 9.5 17.73 7.24701 17.9795 4.45508C18.0028 4.1963 18.2199 4.00336 18.4746 4.00195H18.4795C18.4863 4.00168 18.4931 4 18.5 4C18.5069 4 18.5137 4.00168 18.5205 4.00195ZM18 7.34863C16.8511 9.11971 14.8228 10.3275 12.5 10.4805V15H18V7.34863ZM6 15H11.5V10.4805C9.17724 10.3274 7.14888 9.11967 6 7.34863V15Z\"\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,4uCACF,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.5205 4.00195H18.5244C18.7796 4.00287 18.9971 4.19598 19.0205 4.45508C19.2122 6.59984 20.7265 8.24805 22.5605 8.47363C22.8346 8.50731 23.0297 8.75625 22.9961 9.03027C22.9624 9.30421 22.7134 9.49924 22.4395 9.46582C21.0201 9.2914 19.8001 8.47226 19 7.29785V15H22.5C22.7761 15 23 15.2239 23 15.5C23 15.7761 22.7761 16 22.5 16H19V19.5C19 19.7761 18.7761 20 18.5 20C18.2239 20 18 19.7761 18 19.5V16H6V19.5C6 19.7761 5.77614 20 5.5 20C5.22386 20 5 19.7761 5 19.5V16H1.5C1.22386 16 1 15.7761 1 15.5C1 15.2239 1.22386 15 1.5 15H5V7.29785C4.19988 8.47229 2.97994 9.29148 1.56055 9.46582C1.28663 9.49924 1.03755 9.30422 1.00391 9.03027C0.970326 8.75625 1.16542 8.50729 1.43945 8.47363C3.27358 8.24817 4.78783 6.59993 4.97949 4.45508C5.00282 4.1963 5.21985 4.00336 5.47461 4.00195H5.47949C5.48631 4.00168 5.49311 4 5.5 4C5.50689 4 5.51369 4.00168 5.52051 4.00195H5.52441C5.77959 4.00287 5.99714 4.19598 6.02051 4.45508C6.27003 7.24695 8.82032 9.4999 12 9.5C15.1798 9.5 17.73 7.24701 17.9795 4.45508C18.0028 4.1963 18.2199 4.00336 18.4746 4.00195H18.4795C18.4863 4.00168 18.4931 4 18.5 4C18.5069 4 18.5137 4.00168 18.5205 4.00195ZM18 7.34863C16.8511 9.11971 14.8228 10.3275 12.5 10.4805V15H18V7.34863ZM6 15H11.5V10.4805C9.17724 10.3274 7.14888 9.11967 6 7.34863V15Z",fill:"currentColor"})),B=a;export{a 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18.5205 4.00195H18.5244C18.7796 4.00287 18.9971 4.19598 19.0205 4.45508C19.2122 6.59984 20.7265 8.24805 22.5605 8.47363C22.8346 8.50731 23.0297 8.75625 22.9961 9.03027C22.9624 9.30421 22.7134 9.49924 22.4395 9.46582C21.0201 9.2914 19.8001 8.47226 19 7.29785V15H22.5C22.7761 15 23 15.2239 23 15.5C23 15.7761 22.7761 16 22.5 16H19V19.5C19 19.7761 18.7761 20 18.5 20C18.2239 20 18 19.7761 18 19.5V16H6V19.5C6 19.7761 5.77614 20 5.5 20C5.22386 20 5 19.7761 5 19.5V16H1.5C1.22386 16 1 15.7761 1 15.5C1 15.2239 1.22386 15 1.5 15H5V7.29785C4.19988 8.47229 2.97994 9.29148 1.56055 9.46582C1.28663 9.49924 1.03755 9.30422 1.00391 9.03027C0.970326 8.75625 1.16542 8.50729 1.43945 8.47363C3.27358 8.24817 4.78783 6.59993 4.97949 4.45508C5.00282 4.1963 5.21985 4.00336 5.47461 4.00195H5.47949C5.48631 4.00168 5.49311 4 5.5 4C5.50689 4 5.51369 4.00168 5.52051 4.00195H5.52441C5.77959 4.00287 5.99714 4.19598 6.02051 4.45508C6.27003 7.24695 8.82032 9.4999 12 9.5C15.1798 9.5 17.73 7.24701 17.9795 4.45508C18.0028 4.1963 18.2199 4.00336 18.4746 4.00195H18.4795C18.4863 4.00168 18.4931 4 18.5 4C18.5069 4 18.5137 4.00168 18.5205 4.00195ZM18 7.34863C16.8511 9.11971 14.8228 10.3275 12.5 10.4805V15H18V7.34863ZM6 15H11.5V10.4805C9.17724 10.3274 7.14888 9.11967 6 7.34863V15Z\"\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,4uCACF,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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z",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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\"\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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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,mKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oOACF,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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z",fill:"currentColor"}),o.createElement(C,{d:"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z",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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z",fill:"currentColor"}),o.createElement(C,{d:"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z",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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\"\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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 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,mKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oOACF,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 C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?i(B(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,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,...C})=>m.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 l=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M20.5 14C20.7761 14 21 14.2238 21 14.5V17.5C21 19.4329 19.433 21 17.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H17.5C18.8807 20 20 18.8807 20 17.5V14.5C20 14.2238 20.2239 14 20.5 14Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM5.60352 15.1035C4.69441 16.0127 4.69441 17.4872 5.60352 18.3964C6.51279 19.3054 7.98725 19.3055 8.89648 18.3964L15.043 12.25H8.5C8.48646 12.25 8.47323 12.2471 8.45996 12.2461L5.60352 15.1035ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H6.5C5.11929 3.99996 4 5.11925 4 6.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V6.49996C3 4.56697 4.567 2.99996 6.5 2.99996H9.5Z",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.5 14C20.7761 14 21 14.2238 21 14.5V17.5C21 19.4329 19.433 21 17.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H17.5C18.8807 20 20 18.8807 20 17.5V14.5C20 14.2238 20.2239 14 20.5 14Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM5.60352 15.1035C4.69441 16.0127 4.69441 17.4872 5.60352 18.3964C6.51279 19.3054 7.98725 19.3055 8.89648 18.3964L15.043 12.25H8.5C8.48646 12.25 8.47323 12.2471 8.45996 12.2461L5.60352 15.1035ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H6.5C5.11929 3.99996 4 5.11925 4 6.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V6.49996C3 4.56697 4.567 2.99996 6.5 2.99996H9.5Z\"\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,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2qBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mQACF,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:C,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"},C);import{Path as e}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(e,{d:"M20.5 14C20.7761 14 21 14.2238 21 14.5V17.5C21 19.4329 19.433 21 17.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H17.5C18.8807 20 20 18.8807 20 17.5V14.5C20 14.2238 20.2239 14 20.5 14Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM5.60352 15.1035C4.69441 16.0127 4.69441 17.4872 5.60352 18.3964C6.51279 19.3054 7.98725 19.3055 8.89648 18.3964L15.043 12.25H8.5C8.48646 12.25 8.47323 12.2471 8.45996 12.2461L5.60352 15.1035ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z",fill:"currentColor"}),o.createElement(e,{d:"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H6.5C5.11929 3.99996 4 5.11925 4 6.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V6.49996C3 4.56697 4.567 2.99996 6.5 2.99996H9.5Z",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.5 14C20.7761 14 21 14.2238 21 14.5V17.5C21 19.4329 19.433 21 17.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H17.5C18.8807 20 20 18.8807 20 17.5V14.5C20 14.2238 20.2239 14 20.5 14Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM5.60352 15.1035C4.69441 16.0127 4.69441 17.4872 5.60352 18.3964C6.51279 19.3054 7.98725 19.3055 8.89648 18.3964L15.043 12.25H8.5C8.48646 12.25 8.47323 12.2471 8.45996 12.2461L5.60352 15.1035ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H6.5C5.11929 3.99996 4 5.11925 4 6.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V6.49996C3 4.56697 4.567 2.99996 6.5 2.99996H9.5Z\"\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,mNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2qBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mQACF,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-3-stroke-1",
|
|
4103
4103
|
"componentName": "IconBreakfast"
|
|
4104
4104
|
},
|
|
4105
|
+
{
|
|
4106
|
+
"category": "Code",
|
|
4107
|
+
"svg": "<path d=\"M12 4.5C16.1421 4.5 19.5 7.85786 19.5 12V13.541C20.9189 13.779 22 15.0135 22 16.5C22 18.1569 20.6569 19.5 19 19.5C17.3431 19.5 16 18.1569 16 16.5C16 15.0135 17.0811 13.779 18.5 13.541V12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12V13.541C6.91889 13.779 8 15.0135 8 16.5C8 18.1569 6.65685 19.5 5 19.5C3.34315 19.5 2 18.1569 2 16.5C2 15.0135 3.08111 13.779 4.5 13.541V12C4.5 7.85786 7.85786 4.5 12 4.5Z\" fill=\"currentColor\"/>",
|
|
4108
|
+
"iconName": "bridge, connection",
|
|
4109
|
+
"variant": {
|
|
4110
|
+
"join": "round",
|
|
4111
|
+
"filled": "on",
|
|
4112
|
+
"radius": "3",
|
|
4113
|
+
"stroke": "1"
|
|
4114
|
+
},
|
|
4115
|
+
"createdAt": "2026-04-15T06:01:58.081889+00:00",
|
|
4116
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
4117
|
+
"componentName": "IconBridge"
|
|
4118
|
+
},
|
|
4105
4119
|
{
|
|
4106
4120
|
"category": "Photography & Video",
|
|
4107
4121
|
"svg": "<path d=\"M12.5 1.5C12.5 1.22386 12.2762 1 12 1C11.7239 1 11.5 1.22386 11.5 1.5V2.5C11.5 2.77614 11.7239 3 12 3C12.2762 3 12.5 2.77614 12.5 2.5V1.5Z\" fill=\"currentColor\"/><path d=\"M4.92896 4.22183C4.73369 4.02656 4.41711 4.02656 4.22185 4.22183C4.02659 4.41709 4.02659 4.73367 4.22185 4.92893L4.96431 5.67139C5.15957 5.86666 5.47616 5.86666 5.67142 5.67139C5.86668 5.47613 5.86668 5.15955 5.67142 4.96429L4.92896 4.22183Z\" fill=\"currentColor\"/><path d=\"M19.7782 4.92896C19.9735 4.73369 19.9735 4.41711 19.7782 4.22185C19.583 4.02659 19.2664 4.02659 19.0711 4.22185L18.3287 4.96431C18.1334 5.15957 18.1334 5.47616 18.3287 5.67142C18.5239 5.86668 18.8405 5.86668 19.0358 5.67142L19.7782 4.92896Z\" fill=\"currentColor\"/><path d=\"M12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z\" fill=\"currentColor\"/><path d=\"M1.5 11.5C1.22386 11.5 1 11.7239 1 12C1 12.2762 1.22386 12.5 1.5 12.5H2.5C2.77614 12.5 3 12.2762 3 12C3 11.7239 2.77614 11.5 2.5 11.5H1.5Z\" fill=\"currentColor\"/><path d=\"M21.5 11.5C21.2239 11.5 21 11.7239 21 12C21 12.2762 21.2239 12.5 21.5 12.5H22.5C22.7761 12.5 23 12.2762 23 12C23 11.7239 22.7761 11.5 22.5 11.5H21.5Z\" fill=\"currentColor\"/><path d=\"M19.0357 18.3286C18.8405 18.1333 18.5239 18.1333 18.3286 18.3286C18.1334 18.5239 18.1334 18.8404 18.3286 19.0357L19.0711 19.7782C19.2664 19.9734 19.5829 19.9734 19.7782 19.7782C19.9735 19.5829 19.9735 19.2663 19.7782 19.0711L19.0357 18.3286Z\" fill=\"currentColor\"/><path d=\"M5.67144 19.0357C5.8667 18.8405 5.8667 18.5239 5.67144 18.3286C5.47618 18.1334 5.1596 18.1334 4.96434 18.3286L4.22187 19.0711C4.02661 19.2664 4.02661 19.5829 4.22187 19.7782C4.41714 19.9735 4.73372 19.9735 4.92898 19.7782L5.67144 19.0357Z\" fill=\"currentColor\"/><path d=\"M12.5 21.5C12.5 21.2239 12.2762 21 12 21C11.7239 21 11.5 21.2239 11.5 21.5V22.5C11.5 22.7761 11.7239 23 12 23C12.2762 23 12.5 22.7761 12.5 22.5V21.5Z\" fill=\"currentColor\"/>",
|
|
@@ -12726,6 +12740,20 @@
|
|
|
12726
12740
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
12727
12741
|
"componentName": "IconGold"
|
|
12728
12742
|
},
|
|
12743
|
+
{
|
|
12744
|
+
"category": "Building",
|
|
12745
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5205 4.00195H18.5244C18.7796 4.00287 18.9971 4.19598 19.0205 4.45508C19.2122 6.59984 20.7265 8.24805 22.5605 8.47363C22.8346 8.50731 23.0297 8.75625 22.9961 9.03027C22.9624 9.30421 22.7134 9.49924 22.4395 9.46582C21.0201 9.2914 19.8001 8.47226 19 7.29785V15H22.5C22.7761 15 23 15.2239 23 15.5C23 15.7761 22.7761 16 22.5 16H19V19.5C19 19.7761 18.7761 20 18.5 20C18.2239 20 18 19.7761 18 19.5V16H6V19.5C6 19.7761 5.77614 20 5.5 20C5.22386 20 5 19.7761 5 19.5V16H1.5C1.22386 16 1 15.7761 1 15.5C1 15.2239 1.22386 15 1.5 15H5V7.29785C4.19988 8.47229 2.97994 9.29148 1.56055 9.46582C1.28663 9.49924 1.03755 9.30422 1.00391 9.03027C0.970326 8.75625 1.16542 8.50729 1.43945 8.47363C3.27358 8.24817 4.78783 6.59993 4.97949 4.45508C5.00282 4.1963 5.21985 4.00336 5.47461 4.00195H5.47949C5.48631 4.00168 5.49311 4 5.5 4C5.50689 4 5.51369 4.00168 5.52051 4.00195H5.52441C5.77959 4.00287 5.99714 4.19598 6.02051 4.45508C6.27003 7.24695 8.82032 9.4999 12 9.5C15.1798 9.5 17.73 7.24701 17.9795 4.45508C18.0028 4.1963 18.2199 4.00336 18.4746 4.00195H18.4795C18.4863 4.00168 18.4931 4 18.5 4C18.5069 4 18.5137 4.00168 18.5205 4.00195ZM18 7.34863C16.8511 9.11971 14.8228 10.3275 12.5 10.4805V15H18V7.34863ZM6 15H11.5V10.4805C9.17724 10.3274 7.14888 9.11967 6 7.34863V15Z\" fill=\"currentColor\"/>",
|
|
12746
|
+
"iconName": "golden-gate-bridge, silicon-valley, sf",
|
|
12747
|
+
"variant": {
|
|
12748
|
+
"join": "round",
|
|
12749
|
+
"filled": "on",
|
|
12750
|
+
"radius": "3",
|
|
12751
|
+
"stroke": "1"
|
|
12752
|
+
},
|
|
12753
|
+
"createdAt": "2026-04-15T06:01:58.081889+00:00",
|
|
12754
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
12755
|
+
"componentName": "IconGoldenGateBridge"
|
|
12756
|
+
},
|
|
12729
12757
|
{
|
|
12730
12758
|
"category": "Things",
|
|
12731
12759
|
"svg": "<path d=\"M16.5 22.2939C16.5 22.79 16.0268 23.1495 15.5488 23.0166L12.2012 22.0859C12.0697 22.0494 11.9303 22.0494 11.7988 22.0859L8.45117 23.0166C7.97324 23.1495 7.5 22.79 7.5 22.2939V17.832C8.83208 18.5753 10.3663 19 12 19C13.6337 19 15.1679 18.5753 16.5 17.832V22.2939Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.5C16.5563 1.5 20.25 5.19365 20.25 9.75C20.25 14.3063 16.5563 18 12 18C7.44365 18 3.75 14.3063 3.75 9.75C3.75 5.19365 7.44365 1.5 12 1.5ZM11.7656 5.75C11.5898 5.75006 11.4177 5.8013 11.2705 5.89746L9.71973 6.91113C9.58299 7.00051 9.50007 7.15306 9.5 7.31641C9.5 7.70098 9.92703 7.93196 10.249 7.72168L11.4053 6.9668C11.4111 6.96303 11.4179 6.96094 11.4248 6.96094C11.4448 6.96094 11.4609 6.97712 11.4609 6.99707V13.1445C11.4609 13.4789 11.732 13.75 12.0664 13.75C12.4008 13.75 12.6719 13.4789 12.6719 13.1445V6.65625C12.6719 6.1559 12.266 5.75 11.7656 5.75Z\" 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=\"M3.49474 21C3.2186 21 3 20.7761 3 20.5V18.5C3 16.0147 5.01472 14 7.5 14H16.5C18.9853 14 21 16.0147 21 18.5V20.5C21 20.7761 20.7814 21 20.5053 21C17.9109 21 6.08912 21 3.49474 21Z\" 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-3-stroke-1",
|
|
18299
18327
|
"componentName": "IconPeople2"
|
|
18300
18328
|
},
|
|
18301
|
-
{
|
|
18302
|
-
"category": "People",
|
|
18303
|
-
"svg": "<path d=\"M12.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\" fill=\"currentColor\"/><path d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\" 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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 4 15 4Z\" fill=\"currentColor\"/>",
|
|
18304
|
-
"iconName": "people-2, user, group, friend",
|
|
18305
|
-
"variant": {
|
|
18306
|
-
"join": "round",
|
|
18307
|
-
"filled": "on",
|
|
18308
|
-
"radius": "3",
|
|
18309
|
-
"stroke": "1"
|
|
18310
|
-
},
|
|
18311
|
-
"createdAt": "2026-02-13T08:00:42.259331+00:00",
|
|
18312
|
-
"packageName": "round-filled-radius-3-stroke-1",
|
|
18313
|
-
"componentName": "IconPeople21"
|
|
18314
|
-
},
|
|
18315
18329
|
{
|
|
18316
18330
|
"category": "People",
|
|
18317
18331
|
"svg": "<path d=\"M11.999 2C9.51374 2 7.49902 4.01472 7.49902 6.5C7.49902 8.98528 9.51374 11 11.999 11C14.4843 11 16.499 8.98528 16.499 6.5C16.499 4.01472 14.4843 2 11.999 2Z\" fill=\"currentColor\"/><path d=\"M11.9989 12C8.43379 12 5.66873 14.1066 4.33723 17.137C3.89929 18.1338 4.12769 19.1233 4.72366 19.8425C5.3104 20.5505 6.25037 21 7.27364 21H16.499V20.5H15.499C14.3945 20.5 13.499 19.6046 13.499 18.5C13.499 17.3954 14.3945 16.5 15.499 16.5H16.499V15.5C16.499 14.851 16.8082 14.2742 17.2872 13.9088C15.879 12.7141 14.0745 12 11.9989 12Z\" fill=\"currentColor\"/><path d=\"M18.999 15.5C18.999 15.2239 18.7752 15 18.499 15C18.2229 15 17.999 15.2239 17.999 15.5V18H15.499C15.2229 18 14.999 18.2239 14.999 18.5C14.999 18.7761 15.2229 19 15.499 19H17.999V21.5C17.999 21.7761 18.2229 22 18.499 22C18.7752 22 18.999 21.7761 18.999 21.5V19H21.499C21.7752 19 21.999 18.7761 21.999 18.5C21.999 18.2239 21.7752 18 21.499 18H18.999V15.5Z\" fill=\"currentColor\"/>",
|
|
@@ -18410,6 +18424,20 @@
|
|
|
18410
18424
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
18411
18425
|
"componentName": "IconPeopleGear"
|
|
18412
18426
|
},
|
|
18427
|
+
{
|
|
18428
|
+
"category": "People",
|
|
18429
|
+
"svg": "<path d=\"M12.5 14C14.4352 14 15.9998 15.5759 16 17.5146V19.5C16 19.7761 15.7761 20 15.5 20H2.5C2.22386 20 2 19.7761 2 19.5V17.5146C2.0002 15.5759 3.56477 14 5.5 14H12.5Z\" fill=\"currentColor\"/><path d=\"M18.5 14C20.4352 14 21.9998 15.5759 22 17.5146V19.5C22 19.7761 21.7761 20 21.5 20H16.9131C16.9685 19.8435 17 19.6755 17 19.5V17.5146L16.9941 17.2832C16.9273 15.9596 16.2911 14.7834 15.3242 14H18.5Z\" 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.9853 17.4853 13 15 13C14.2131 13 13.4736 12.7974 12.8301 12.4424C13.8589 11.4433 14.5 10.0475 14.5 8.5C14.5 6.95264 13.8596 5.55603 12.8311 4.55664C13.4743 4.20206 14.2135 4 15 4Z\" fill=\"currentColor\"/>",
|
|
18430
|
+
"iconName": "people-group-2, user, friend",
|
|
18431
|
+
"variant": {
|
|
18432
|
+
"join": "round",
|
|
18433
|
+
"filled": "on",
|
|
18434
|
+
"radius": "3",
|
|
18435
|
+
"stroke": "1"
|
|
18436
|
+
},
|
|
18437
|
+
"createdAt": "2026-02-13T08:00:42.259331+00:00",
|
|
18438
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
18439
|
+
"componentName": "IconPeopleGroup2"
|
|
18440
|
+
},
|
|
18413
18441
|
{
|
|
18414
18442
|
"category": "People",
|
|
18415
18443
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 2C18.433 2 20 3.567 20 5.5V18.5C20 20.433 18.433 22 16.5 22H7.5C5.567 22 4 20.433 4 18.5V5.5C4 3.567 5.567 2 7.5 2H16.5ZM12 16C10.1623 16 7.93184 17.3044 7.22559 19.5225C6.97425 20.3118 7.67158 21 8.5 21H15.5C16.3284 21 17.0257 20.3118 16.7744 19.5225C16.0682 17.3044 13.8377 16 12 16ZM12 8.5C10.4812 8.5 9.25 9.73122 9.25 11.25C9.25 12.7688 10.4812 14 12 14C13.5188 14 14.75 12.7688 14.75 11.25C14.75 9.73122 13.5188 8.5 12 8.5ZM9.5 4C9.22386 4 9 4.22386 9 4.5C9 4.77614 9.22386 5 9.5 5H14.5C14.7761 5 15 4.77614 15 4.5C15 4.22386 14.7761 4 14.5 4H9.5Z\" fill=\"currentColor\"/>",
|
|
@@ -24318,6 +24346,20 @@
|
|
|
24318
24346
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
24319
24347
|
"componentName": "IconTestTube"
|
|
24320
24348
|
},
|
|
24349
|
+
{
|
|
24350
|
+
"category": "Things",
|
|
24351
|
+
"svg": "<path d=\"M20.5 14C20.7761 14 21 14.2238 21 14.5V17.5C21 19.4329 19.433 21 17.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H17.5C18.8807 20 20 18.8807 20 17.5V14.5C20 14.2238 20.2239 14 20.5 14Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM5.60352 15.1035C4.69441 16.0127 4.69441 17.4872 5.60352 18.3964C6.51279 19.3054 7.98725 19.3055 8.89648 18.3964L15.043 12.25H8.5C8.48646 12.25 8.47323 12.2471 8.45996 12.2461L5.60352 15.1035ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z\" fill=\"currentColor\"/><path d=\"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H6.5C5.11929 3.99996 4 5.11925 4 6.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V6.49996C3 4.56697 4.567 2.99996 6.5 2.99996H9.5Z\" fill=\"currentColor\"/>",
|
|
24352
|
+
"iconName": "test-tube 2, test, lab, filter",
|
|
24353
|
+
"variant": {
|
|
24354
|
+
"join": "round",
|
|
24355
|
+
"filled": "on",
|
|
24356
|
+
"radius": "3",
|
|
24357
|
+
"stroke": "1"
|
|
24358
|
+
},
|
|
24359
|
+
"createdAt": "2026-04-14T14:02:05.42191+00:00",
|
|
24360
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
24361
|
+
"componentName": "IconTestTube2"
|
|
24362
|
+
},
|
|
24321
24363
|
{
|
|
24322
24364
|
"category": "Typography",
|
|
24323
24365
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H20.5C20.7761 3 21 3.22386 21 3.5V5.5C21 5.77614 20.7761 6 20.5 6C20.2239 6 20 5.77614 20 5.5V4H12.5V20H14.5C14.7761 20 15 20.2239 15 20.5C15 20.7761 14.7761 21 14.5 21H9.5C9.22386 21 9 20.7761 9 20.5C9 20.2239 9.22386 20 9.5 20H11.5V4H4V5.5C4 5.77614 3.77614 6 3.5 6C3.22386 6 3 5.77614 3 5.5V3.5Z\" 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-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.189",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 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";
|