UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 378 B
import React from 'react'; export default function PauseCircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-pause-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M15 16h-2V8h2m-4 8H9V8h2m1-6A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2z" /> </svg> ); }