Skip to content

Commit b45787d

Browse files
returns fix
1 parent 17f2799 commit b45787d

File tree

282 files changed

+282
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+282
-282
lines changed

src/icons/Activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const Activity = (props) => {
99
return (

src/icons/Airplay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const Airplay = (props) => {
99
return (

src/icons/AlertCircle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Circle, Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const AlertCircle = (props) => {
99
return (

src/icons/AlertOctagon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const AlertOctagon = (props) => {
99
return (

src/icons/AlertTriangle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const AlertTriangle = (props) => {
99
return (

src/icons/AlignCenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const AlignCenter = (props) => {
99
return (

src/icons/AlignJustify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const AlignJustify = (props) => {
99
return (

src/icons/AlignLeft.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const AlignLeft = (props) => {
99
return (

src/icons/AlignRight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const AlignRight = (props) => {
99
return (

src/icons/Anchor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Svg, { Circle, Path, SvgProps } from "react-native-svg";
33

44
/**
55
* @param {SvgProps} props
6-
* @returns React.ComponentClass<SvgProps>
6+
* @returns JSX.Element
77
*/
88
export const Anchor = (props) => {
99
return (

0 commit comments

Comments
 (0)