UNPKG

react-native-unicons

Version:
9 lines (8 loc) 512 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgTagAlt(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M7.5 6A1.5 1.5 0 109 7.5 1.5 1.5 0 007.5 6zm13.62 4.71l-8.41-8.42A1 1 0 0012 2H3a1 1 0 00-1 1v9a1 1 0 00.29.71l8.42 8.41a3 3 0 004.24 0L21.12 15a3 3 0 000-4.24zm-1.41 2.82l-6.18 6.17a1 1 0 01-1.41 0L4 11.59V4h7.59l8.12 8.12a1 1 0 01.29.71 1 1 0 01-.29.7z" fill="currentColor"/> </Svg>); } export default SvgTagAlt;