react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 2.31 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class FaObjectUngroup extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m40 17.77777777777778h-2.2222222222222214v11.11111111111111h2.2222222222222214v6.666666666666668h-6.666666666666664v-2.2222222222222214h-15.555555555555557v2.2222222222222214h-6.666666666666668v-6.666666666666668h2.2222222222222214v-2.2222222222222214h-6.666666666666665v2.2222222222222214h-6.666666666666667v-6.666666666666668h2.2222222222222223v-11.11111111111111h-2.2222222222222223v-6.666666666666666h6.666666666666667v2.2222222222222223h15.555555555555557v-2.2222222222222223h6.666666666666668v6.666666666666666h-2.2222222222222214v2.2222222222222214h6.666666666666664v-2.2222222222222214h6.666666666666664v6.666666666666668z m-4.444444444444443-4.444444444444445v2.222222222222223h2.2222222222222214v-2.222222222222223h-2.2222222222222214z m-11.11111111111111-6.666666666666667v2.2222222222222223h2.2222222222222214v-2.2222222222222223h-2.2222222222222214z m-22.222222222222225 0v2.2222222222222223h2.222222222222223v-2.2222222222222223h-2.2222222222222223z m2.222222222222223 20v-2.2222222222222214h-2.2222222222222223v2.2222222222222214h2.2222222222222223z m22.22222222222222-2.2222222222222214h-2.2222222222222214v2.2222222222222214h2.2222222222222214v-2.2222222222222214z m-19.999999999999996 0h15.555555555555557v-2.2222222222222214h2.2222222222222214v-11.111111111111114h-2.2222222222222214v-2.2222222222222214h-15.555555555555557v2.2222222222222214h-2.222222222222223v11.11111111111111h2.2222222222222223v2.2222222222222214z m8.88888888888889 8.88888888888889v-2.2222222222222214h-2.2222222222222214v2.2222222222222214h2.2222222222222214z m22.22222222222222 0v-2.2222222222222214h-2.2222222222222214v2.2222222222222214h2.2222222222222214z m-2.2222222222222214-4.444444444444443v-11.111111111111114h-2.2222222222222214v-2.2222222222222214h-6.666666666666668v6.666666666666668h2.2222222222222214v6.666666666666668h-6.666666666666668v-2.2222222222222214h-6.666666666666668v2.2222222222222214h2.2222222222222214v2.2222222222222214h15.555555555555554v-2.2222222222222214h2.2222222222222214z"/></g>
</IconBase>
);
}
}