UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 462 B
import React from 'react'; export default function ClockOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-clock-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M12 20a8 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 8m0-18a10 10 0 0 1 10 10 10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67-.75 1.23L11 13V7h1.5z" /> </svg> ); }