UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.25 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaTags extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m9.333333333333332 10.666666666666666q0-1.1039999999999992-0.7813333333333325-1.8853333333333335t-1.8853333333333335-0.7813333333333325-1.8853333333333335 0.7813333333333325-0.7813333333333325 1.8853333333333335 0.7813333333333334 1.8853333333333335 1.8853333333333326 0.7813333333333325 1.8853333333333335-0.7813333333333325 0.7813333333333325-1.8853333333333335z m22.229333333333333 11.999999999999998q0 1.1039999999999992-0.770666666666667 1.8746666666666663l-10.229333333333333 10.250666666666664q-0.8133333333333326 0.7706666666666635-1.8960000000000008 0.7706666666666635-1.1039999999999992 0-1.8746666666666663-0.7706666666666635l-14.895999999999997-14.917333333333328q-0.7920000000000007-0.770666666666667-1.3440000000000007-2.103999999999999t-0.552-2.437333333333335v-8.666666666666666q0-1.0826666666666664 0.7919999999999999-1.8746666666666663t1.8746666666666667-0.7919999999999998h8.666666666666666q1.1039999999999992 0 2.437333333333333 0.5519999999999996t2.1253333333333337 1.3439999999999994l14.896000000000003 14.874666666666664q0.770666666666667 0.8133333333333326 0.770666666666667 1.8960000000000008z m8 0q0 1.1039999999999992-0.7706666666666635 1.8746666666666663l-10.229333333333333 10.250666666666664q-0.8133333333333326 0.7706666666666635-1.8960000000000008 0.7706666666666635-0.7493333333333325 0-1.229333333333333-0.29333333333333655t-1.1039999999999992-0.9359999999999999l9.792000000000002-9.792000000000002q0.7706666666666635-0.770666666666667 0.7706666666666635-1.8746666666666663 0-1.0826666666666682-0.7706666666666635-1.8960000000000008l-14.896000000000004-14.874666666666652q-0.7920000000000016-0.7919999999999998-2.1253333333333337-1.3439999999999994t-2.437333333333333-0.5520000000000014h4.666666666666666q1.1039999999999992 0 2.4373333333333314 0.5519999999999996t2.1253333333333337 1.3439999999999994l14.896000000000004 14.874666666666664q0.7706666666666635 0.8133333333333326 0.7706666666666635 1.8960000000000008z"/></g> </IconBase> ); } }