UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 448 B
import React from 'react'; export default function PlayCircleOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-play-circle-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-2 14.5l6-4.5-6-4.5v9z" /> </svg> ); }