UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 425 B
import React from 'react'; export default function ArrowUpCircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-up-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M13 18v-8l3.5 3.5 1.42-1.42L12 6.16l-5.92 5.92L7.5 13.5 11 10v8h2M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2z" /> </svg> ); }