UNPKG

react-native-unicons

Version:
9 lines (8 loc) 405 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgTextStrikeThrough(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M15 13H9a1 1 0 000 2h2v2a1 1 0 002 0v-2h2a1 1 0 000-2zm2-7H7a1 1 0 000 2h4v2a1 1 0 002 0V8h4a1 1 0 000-2z" fill="currentColor"/> </Svg>); } export default SvgTextStrikeThrough;