UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 552 B
var React = require('react'); var IconBase = require('../IconBase'); export default class FaStickyNoteO extends React.Component { render() { return ( <IconBase viewBox="0 0 1536 1896.0833" {...this.props}> <g><path d="m1400 1280h-248v248q29-10 41-22l185-185q12-12 22-41z m-280-128h288v-896h-1280v1280h896v-288q0-40 28-68t68-28z m416-928v1024q0 40-20 88t-48 76l-184 184q-28 28-76 48t-88 20h-1024q-40 0-68-28t-28-68v-1344q0-40 28-68t68-28h1344q40 0 68 28t28 68z"/></g> </IconBase> ); } }