UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.44 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaFolderOpenO extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m37.104 20.729333333333333q0-0.729333333333333-1.1039999999999992-0.729333333333333h-22.666666666666668q-0.8333333333333339 0-1.7813333333333325 0.4480000000000004t-1.4893333333333327 1.0933333333333337l-6.125333333333334 7.562666666666665q-0.3733333333333335 0.5-0.3733333333333335 0.8333333333333321 0 0.729333333333333 1.1026666666666665 0.729333333333333h22.666666666666664q0.8333333333333321 0 1.7920000000000016-0.4586666666666659t1.4800000000000004-1.1039999999999992l6.123999999999999-7.562666666666665q0.37333333333333485-0.4586666666666659 0.37333333333333485-0.8133333333333326z m-23.770666666666667-3.396000000000001h16v-3.333333333333332q0-0.8333333333333339-0.5839999999999996-1.4160000000000004t-1.4160000000000004-0.5839999999999996h-12q-0.8333333333333339 0-1.4160000000000004-0.5839999999999996t-0.5839999999999996-1.4160000000000004v-1.333333333333334q0-0.833333333333333-0.5839999999999996-1.4160000000000004t-1.4160000000000004-0.5839999999999996h-6.666666666666666q-0.833333333333333 0-1.416 0.5839999999999996t-0.5839999999999996 1.4160000000000004v17.770666666666664l5.333333333333334-6.562666666666665q0.9173333333333336-1.1039999999999992 2.4173333333333336-1.8226666666666667t2.9159999999999986-0.7186666666666639z m26.43733333333333 3.396000000000001q0 1.293333333333333-0.9600000000000009 2.5l-6.143999999999998 7.562666666666669q-0.8960000000000008 1.1039999999999992-2.417333333333332 1.822666666666663t-2.9160000000000004 0.7186666666666639h-22.666666666666664q-1.9173333333333331 0-3.2933333333333334-1.3733333333333348t-1.3733333333333344-3.2933333333333294v-20q0-1.9160000000000004 1.3733333333333333-3.293333333333333t3.293333333333333-1.3733333333333313h6.666666666666666q1.9146666666666672 0 3.2906666666666666 1.373333333333333t1.373333333333333 3.293333333333333v0.6666666666666661h11.333333333333334q1.9173333333333318 0 3.293333333333333 1.373333333333333t1.3733333333333348 3.293333333333333v3.333333333333334h3.9999999999999964q1.1266666666666652 0 2.064 0.5106666666666655t1.3960000000000008 1.469333333333335q0.3119999999999976 0.6666666666666679 0.3119999999999976 1.4160000000000004z"/></g> </IconBase> ); } }