UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 407 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgExpandDiagonalSFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M19 5h-7.5l3.043 3.043-6.5 6.5L5 11.5V19h7.5l-3.043-3.043 6.5-6.5L19 12.5z" /> </Svg> ); export default SvgExpandDiagonalSFill;