revert: revert pruning of svg imports
This commit is contained in:
parent
88590dccaa
commit
fc4f120487
22 changed files with 387 additions and 23 deletions
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Add({ width, height, style, color = "black", ...props }) {
|
function Add({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Bank({ width, height, style, color = "black", ...props }) {
|
function Bank({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Budget({ width, height, style, color = "black", ...props }) {
|
function Budget({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Delete({ width, height, style, color = "black", ...props }) {
|
function Delete({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function DownArrow({ width, height, style, color = "black", ...props }) {
|
function DownArrow({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function DragIos({ width, height, style, color = "black", ...props }) {
|
function DragIos({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function ExpandArrow({ width, height, style, color = "black", ...props }) {
|
function ExpandArrow({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function LeftArrow({ width, height, style, color = "black", ...props }) {
|
function LeftArrow({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function LeftArrow2({ width, height, style, color = "black", ...props }) {
|
function LeftArrow2({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function LeftArrow3({ width, height, style, color = "black", ...props }) {
|
function LeftArrow3({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -4,9 +4,18 @@ import React from "react";
|
||||||
import {
|
import {
|
||||||
Svg,
|
Svg,
|
||||||
Circle,
|
Circle,
|
||||||
|
Ellipse,
|
||||||
G,
|
G,
|
||||||
LinearGradient,
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
Path,
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
Defs,
|
Defs,
|
||||||
Stop
|
Stop
|
||||||
} from "mobile/node_modules/react-native-svg";
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Logo({ width, height, style, color = "black", ...props }) {
|
function Logo({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Math({ width, height, style, color = "black", ...props }) {
|
function Math({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Pencil({ width, height, style, color = "black", ...props }) {
|
function Pencil({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,8 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Reports({ width, height, style, color = "black", ...props }) {
|
function Reports({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,8 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Polyline } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function RightArrow({ width, height, style, color = "black", ...props }) {
|
function RightArrow({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function RightArrow2({ width, height, style, color = "black", ...props }) {
|
function RightArrow2({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Search({ width, height, style, color = "black", ...props }) {
|
function Search({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, G, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Settings({ width, height, style, color = "black", ...props }) {
|
function Settings({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Add({ width, height, style, color = "black", ...props }) {
|
function Add({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Merge({ width, height, style, color = "black", ...props }) {
|
function Merge({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -1,7 +1,24 @@
|
||||||
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import { Svg, Path } from "mobile/node_modules/react-native-svg";
|
import {
|
||||||
|
Svg,
|
||||||
|
Circle,
|
||||||
|
Ellipse,
|
||||||
|
G,
|
||||||
|
LinearGradient,
|
||||||
|
RadialGradient,
|
||||||
|
Line,
|
||||||
|
Path,
|
||||||
|
Polygon,
|
||||||
|
Polyline,
|
||||||
|
Rect,
|
||||||
|
Symbol,
|
||||||
|
Text,
|
||||||
|
Use,
|
||||||
|
Defs,
|
||||||
|
Stop
|
||||||
|
} from "mobile/node_modules/react-native-svg";
|
||||||
|
|
||||||
function Split({ width, height, style, color = "black", ...props }) {
|
function Split({ width, height, style, color = "black", ...props }) {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue