diff --git a/src/icons/Ruler.js b/src/icons/Ruler.js deleted file mode 100644 index ca3deed..0000000 --- a/src/icons/Ruler.js +++ /dev/null @@ -1,21 +0,0 @@ -import * as React from 'react'; -import Svg, { G, Path } from 'react-native-svg'; - -const SvgRuler = props => ( - - - - - - -); -export default SvgRuler;