UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 361 B
var IconBase = require('../IconBase'); var MdDiscFull = (props) => { return ( <IconBase viewBox="0 0 24 24" {...props}> <g><path d="M20 16h2v-2h-2v2zm0-9v5h2V7h-2zM10 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/></g> </IconBase> ); }; export default MdDiscFull;