UNPKG

material-ui

Version:

Material Design UI components built with React

16 lines (12 loc) 370 B
let React = require('react'); let SvgIcon = require('../../svg-icon'); let NotificationPower = React.createClass({ render() { return ( <SvgIcon {...this.props}> <path d="M16.01 7L16 3h-2v4h-4V3H8v4h-.01C7 6.99 6 7.99 6 8.99v5.49L9.5 18v3h5v-3l3.5-3.51v-5.5c0-1-1-2-1.99-1.99z"/> </SvgIcon> ); } }); module.exports = NotificationPower;