mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
Add Symbol element refactor viewbox
Add Symbol element refactor viewbox
This commit is contained in:
@@ -10,6 +10,7 @@ import * as Text from './examples/Text';
|
||||
import * as G from './examples/G';
|
||||
import * as Stroking from './examples/Stroking';
|
||||
import * as Use from './examples/Use';
|
||||
import * as Symbol from './examples/Symbol';
|
||||
import * as Gradients from './examples/Gradients';
|
||||
|
||||
export {
|
||||
@@ -25,5 +26,6 @@ export {
|
||||
Stroking,
|
||||
G,
|
||||
Use,
|
||||
Symbol,
|
||||
Gradients
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user