UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 511 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgSkipForwardMiniLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M12.032 12 9 9.86v4.28zM7.5 17.535a.5.5 0 0 1-.5-.5V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036a.5.5 0 0 1-.288.091M16 7a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0z" /> </Svg> ); export default SvgSkipForwardMiniLine;