UNPKG

react-native-unicons

Version:
9 lines (8 loc) 646 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgAutoFlash(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M17.87 8.6A1 1 0 0017 8h-4.58l1.27-4.74a1 1 0 00-.17-.87 1 1 0 00-.8-.39h-7a1 1 0 00-1 .74l-2.68 10a1 1 0 001 1.26h3.85l-1.81 6.74a1 1 0 001.71.93l10.9-12a1 1 0 00.18-1.07zm-9.79 8.68l1.08-4a1 1 0 00-.16-.89 1 1 0 00-.81-.39H4.35l2.14-8h4.93l-1.27 4.74a1 1 0 001 1.26h3.57zM19 13h-1a3 3 0 00-3 3v5a1 1 0 002 0v-2h3v2a1 1 0 002 0v-5a3 3 0 00-3-3zm1 4h-3v-1a1 1 0 011-1h1a1 1 0 011 1z" fill="currentColor"/> </Svg>); } export default SvgAutoFlash;