Skip to content
Snippets Groups Projects
Commit fc4f1204 authored by Tom French's avatar Tom French Committed by James Long
Browse files

revert: revert pruning of svg imports

parent 88590dcc
No related branches found
No related tags found
No related merge requests found
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
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 }) {
return (
......
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
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 }) {
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment