UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 489 B
import React from 'react'; export default function ArrowUpThinCircleOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-arrow-up-thin-circle-outline ${props.className}`} > <path d="M12 3.97c-4.41 0-8.03 3.62-8.03 8.03 0 4.41 3.62 8.03 8.03 8.03 4.41 0 8.03-3.62 8.03-8.03 0-4.41-3.62-8.03-8.03-8.03M12 2c5.54 0 10 4.46 10 10s-4.46 10-10 10S2 17.54 2 12 6.46 2 12 2m1 8.46h3L12 6.5l-4 3.96h3v7.04h2" /> </svg> ); }