/* GENERATED FILE */ import * as React from 'react'; import Svg, { Rect, Circle, Line, Path } from 'react-native-svg'; import { IconProps } from '../lib'; function Skull(props: IconProps) { return ( ); } export default Skull;