UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 511 B
var React = require('react'); var IconBase = require('../IconBase'); export default class FaPause extends React.Component { render() { return ( <IconBase viewBox="0 0 1567.1139 1896.0833" {...this.props}> <g><path d="m1536 192v1408q0 26-19 45t-45 19h-512q-26 0-45-19t-19-45v-1408q0-26 19-45t45-19h512q26 0 45 19t19 45z m-896 0v1408q0 26-19 45t-45 19h-512q-26 0-45-19t-19-45v-1408q0-26 19-45t45-19h512q26 0 45 19t19 45z"/></g> </IconBase> ); } }