UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 431 B
import React from 'react'; export default function SwapHorizontalCircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-swap-horizontal-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M22 12c0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10 10-4.5 10-10m-7-5.5l3.5 3.5-3.5 3.5V11h-4V9h4V6.5m-6 11L5.5 14 9 10.5V13h4v2H9v2.5z" /> </svg> ); }