UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 557 B
var React = require('react'); var IconBase = require('../IconBase'); export default class FaSquareO extends React.Component { render() { return ( <IconBase viewBox="0 0 1408 1896.0833" {...this.props}> <g><path d="m1120 256h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-832q0-66-47-113t-113-47z m288 160v832q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q119 0 203.5 84.5t84.5 203.5z"/></g> </IconBase> ); } }