UNPKG

react-native-unicons

Version:
9 lines (8 loc) 482 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgNoEntry(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21 20h-1.24L15.37 4.2A3 3 0 0012.48 2h-1a3 3 0 00-2.85 2.2L4.24 20H3a1 1 0 000 2h18a1 1 0 000-2zM10.56 4.73a1 1 0 011-.73h1a1 1 0 011 .73L14.35 8h-4.7zM9.09 10h5.82L16 14H8zM6.32 20l1.11-4h9.14l1.11 4z" fill="currentColor"/> </Svg>); } export default SvgNoEntry;