UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 375 B
import React from 'react'; export default function FastForwardOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-fast-forward-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M15 9.9l3 2.1-3 2.1V9.9m-9 0L9 12l-3 2.1V9.9M13 6v12l8.5-6L13 6M4 6v12l8.5-6L4 6z" /> </svg> ); }