UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 478 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgCursorLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="m15.387 13.498 2.553 7.014-4.698 1.71-2.553-7.014-3.899 2.445 1.619-16.02 11.537 11.232zm-.01 5.818-2.715-7.46 2.96-.41-5.64-5.49-.791 7.83 2.531-1.587 2.715 7.46z" /> </Svg> ); export default SvgCursorLine;