@factorialco/f0-react-native 0.24.0 → 0.24.1
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{forwardRef}from"react";import Svg,{G,Path,Defs}from"react-native-svg";import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";var SvgHub=function SvgHub(props,ref){return _jsxs(Svg,Object.assign({fill:"none",viewBox:"0 0 24 24",className:props.className,ref:ref},props,{children:[_jsx(G,{fill:"currentColor",
|
|
1
|
+
import{forwardRef}from"react";import Svg,{G,Path,Defs}from"react-native-svg";import{jsx as _jsx,jsxs as _jsxs}from"react/jsx-runtime";var SvgHub=function SvgHub(props,ref){return _jsxs(Svg,Object.assign({fill:"none",viewBox:"0 0 24 24",className:props.className,ref:ref},props,{children:[_jsx(G,{fill:"currentColor",children:_jsx(Path,{d:"M4.5 7.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0M4.5 15A1.5 1.5 0 0 1 6 13.5h3a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 9 19.5H6A1.5 1.5 0 0 1 4.5 18zM13.5 6A1.5 1.5 0 0 1 15 4.5h3A1.5 1.5 0 0 1 19.5 6v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 13.5 9zM13.5 15a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a1.5 1.5 0 0 1-1.5-1.5z"})}),_jsx(Defs,{})]}));};var ForwardRef=forwardRef(SvgHub);export default ForwardRef;
|
|
2
2
|
//# sourceMappingURL=Hub.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","Svg","G","Path","Defs","jsx","_jsx","jsxs","_jsxs","SvgHub","props","ref","Object","assign","fill","viewBox","className","children","
|
|
1
|
+
{"version":3,"names":["forwardRef","Svg","G","Path","Defs","jsx","_jsx","jsxs","_jsxs","SvgHub","props","ref","Object","assign","fill","viewBox","className","children","d","ForwardRef"],"sourceRoot":"../../../../src","sources":["icons/modules/Hub.tsx"],"mappings":"AAAA,OAAcA,UAAU,KAAQ,OAAO,CACvC,MAAO,CAAAC,GAAG,EAAIC,CAAC,CAAEC,IAAI,CAAEC,IAAI,KAAQ,kBAAkB,QAAAC,GAAA,IAAAC,IAAA,CAAAC,IAAA,IAAAC,KAAA,yBAErD,GAAM,CAAAC,MAAM,CAAG,QAAT,CAAAA,MAAMA,CAAIC,KAAe,CAAEC,GAAa,QAC5C,CAAAH,KAAA,CAACP,GAAG,CAAAW,MAAA,CAAAC,MAAA,EACFC,IAAI,CAAC,MAAM,CACXC,OAAO,CAAC,WAAW,CACnBC,SAAS,CAAEN,KAAK,CAACM,SAAU,CAC3BL,GAAG,CAAEA,GAAI,EACLD,KAAK,EAAAO,QAAA,EAETX,IAAA,CAACJ,CAAC,EAACY,IAAI,CAAC,cAAc,CAAAG,QAAA,CACpBX,IAAA,CAACH,IAAI,EAACe,CAAC,CAAC,qVAAqV,CAAE,CAAC,CAC/V,CAAC,CACJZ,IAAA,CAACF,IAAI,GAAO,CAAC,GACV,CAAC,EACP,CACD,GAAM,CAAAe,UAAU,CAAGnB,UAAU,CAACS,MAAM,CAAC,CACrC,cAAe,CAAAU,UAAU","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Hub.d.ts","sourceRoot":"","sources":["../../../../src/icons/modules/Hub.tsx"],"names":[],"mappings":"AACA,OAAO,GAAsB,MAAM,kBAAkB,CAAA;
|
|
1
|
+
{"version":3,"file":"Hub.d.ts","sourceRoot":"","sources":["../../../../src/icons/modules/Hub.tsx"],"names":[],"mappings":"AACA,OAAO,GAAsB,MAAM,kBAAkB,CAAA;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAehD,QAAA,MAAM,UAAU,0FAAqB,CAAA;AACrC,eAAe,UAAU,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Ref, forwardRef } from "react"
|
|
2
2
|
import Svg, { G, Path, Defs } from "react-native-svg"
|
|
3
|
-
/* SVGR has dropped some elements not supported by react-native-svg: filter */
|
|
4
3
|
import type { SvgProps } from "react-native-svg"
|
|
5
4
|
const SvgHub = (props: SvgProps, ref: Ref<Svg>) => (
|
|
6
5
|
<Svg
|
|
@@ -10,7 +9,7 @@ const SvgHub = (props: SvgProps, ref: Ref<Svg>) => (
|
|
|
10
9
|
ref={ref}
|
|
11
10
|
{...props}
|
|
12
11
|
>
|
|
13
|
-
<G fill="currentColor"
|
|
12
|
+
<G fill="currentColor">
|
|
14
13
|
<Path d="M4.5 7.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0M4.5 15A1.5 1.5 0 0 1 6 13.5h3a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 9 19.5H6A1.5 1.5 0 0 1 4.5 18zM13.5 6A1.5 1.5 0 0 1 15 4.5h3A1.5 1.5 0 0 1 19.5 6v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 13.5 9zM13.5 15a1.5 1.5 0 0 1 1.5-1.5h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a1.5 1.5 0 0 1-1.5-1.5z" />
|
|
15
14
|
</G>
|
|
16
15
|
<Defs></Defs>
|