UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 395 B
import React from 'react'; export default function MenuSwapOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-menu-swap-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M12 3.5l-6 6V11h12V9.5l-6-6m0 2.83L14.67 9H9.33L12 6.33M6 13v1.5l6 6 6-6V13H6m3.33 2h5.34L12 17.67 9.33 15z" /> </svg> ); }