UNPKG

react-native-unicons

Version:
9 lines (8 loc) 346 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgLineAlt(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21.71 3.29a1 1 0 00-1.42 0l-18 18a1 1 0 000 1.42 1 1 0 001.42 0l18-18a1 1 0 000-1.42z" fill="currentColor"/> </Svg>); } export default SvgLineAlt;