UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 503 B
import React from 'react'; export default function ArrowDownCircleOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-down-circle-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M11 6h2v8l3.5-3.5 1.42 1.42L12 17.84l-5.92-5.92L7.5 10.5 11 14V6m1 16A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10m0-2a8 8 0 0 0 8-8 8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8z" /> </svg> ); }