UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 495 B
import React from 'react'; export default function SwapVerticalCircleOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-swap-vertical-circle-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8M6.5 9L10 5.5 13.5 9H11v4H9V9H6.5m11 6L14 18.5 10.5 15H13v-4h2v4h2.5z" /> </svg> ); }