UNPKG

react-native-unicons

Version:
9 lines (8 loc) 665 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgExclamationOctagon(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M12 7a1 1 0 00-1 1v4a1 1 0 002 0V8a1 1 0 00-1-1zm0 8a1 1 0 101 1 1 1 0 00-1-1zm9.71-7.44l-5.27-5.27a1.05 1.05 0 00-.71-.29H8.27a1.05 1.05 0 00-.71.29L2.29 7.56a1.05 1.05 0 00-.29.71v7.46a1.05 1.05 0 00.29.71l5.27 5.27a1.05 1.05 0 00.71.29h7.46a1.05 1.05 0 00.71-.29l5.27-5.27a1.05 1.05 0 00.29-.71V8.27a1.05 1.05 0 00-.29-.71zM20 15.31L15.31 20H8.69L4 15.31V8.69L8.69 4h6.62L20 8.69z" fill="currentColor"/> </Svg>); } export default SvgExclamationOctagon;