Update build artifacts

This commit is contained in:
paescuj 2022-01-11 09:51:11 +00:00 committed by GitHub Actions
parent fbf84b2729
commit 2dbd529a11
6 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
import * as React from 'react';
import Svg, { SvgProps, Path } from 'react-native-svg';
function SvgCell4X4(
function SvgCell2X2(
props: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
@ -24,5 +24,5 @@ function SvgCell4X4(
);
}
const ForwardRef = React.forwardRef(SvgCell4X4);
const ForwardRef = React.forwardRef(SvgCell2X2);
export default ForwardRef;

View file

@ -149,7 +149,7 @@ export { default as CardWallet } from './CardWallet'
export { default as CartAlt } from './CartAlt'
export { default as Cart } from './Cart'
export { default as Cash } from './Cash'
export { default as Cell4X4 } from './Cell4X4'
export { default as Cell2X2 } from './Cell2X2'
export { default as CenterAlign } from './CenterAlign'
export { default as ChatAdd } from './ChatAdd'
export { default as ChatBubbleCheck1 } from './ChatBubbleCheck1'

View file

@ -1,6 +1,6 @@
import * as React from 'react';
function SvgCell4X4(
function SvgCell2X2(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
@ -24,5 +24,5 @@ function SvgCell4X4(
);
}
const ForwardRef = React.forwardRef(SvgCell4X4);
const ForwardRef = React.forwardRef(SvgCell2X2);
export default ForwardRef;

View file

@ -149,7 +149,7 @@ export { default as CardWallet } from './CardWallet'
export { default as CartAlt } from './CartAlt'
export { default as Cart } from './Cart'
export { default as Cash } from './Cash'
export { default as Cell4X4 } from './Cell4X4'
export { default as Cell2X2 } from './Cell2X2'
export { default as CenterAlign } from './CenterAlign'
export { default as ChatAdd } from './ChatAdd'
export { default as ChatBubbleCheck1 } from './ChatBubbleCheck1'