UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 357 B
import React from 'react'; export default function MoonWaningCrescentIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-moon-waning-crescent ${props.className}`} viewBox="0 0 24 24" > <path d="M2 12a10 10 0 0 0 13 9.54 10 10 0 0 1 0-19.08A10 10 0 0 0 2 12z" /> </svg> ); }