UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.56 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class TiFlagOutline extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m30.638333333333332 7.196666666666666c-0.6233333333333348-0.25833333333333375-1.3399999999999999-0.11666666666666625-1.8166666666666664 0.36166666666666636-2.1066666666666656 2.1049999999999995-5.533333333333331 2.1066666666666665-7.643333333333334 0-3.408333333333335-3.4050000000000002-8.950000000000001-3.4050000000000002-12.356666666666667 0-0.3133333333333326 0.31166666666666654-0.4883333333333333 0.7366666666666672-0.4883333333333333 1.1783333333333337v21.66666666666667c0 0.9200000000000017 0.7466666666666661 1.6666666666666643 1.666666666666666 1.6666666666666643s1.666666666666666-0.7466666666666661 1.666666666666666-1.6666666666666679v-7.586666666666666c2.116666666666667-1.663333333333334 5.200000000000001-1.5199999999999996 7.154999999999999 0.43333333333333357 3.408333333333335 3.4033333333333324 8.95 3.4033333333333324 12.356666666666666 0 0.3133333333333326-0.31666666666666643 0.4883333333333333-0.7383333333333333 0.4883333333333333-1.1799999999999997v-13.333333333333334c0-0.6750000000000007-0.4066666666666663-1.2833333333333332-1.0283333333333324-1.54z m-11.816666666666666 2.7166666666666677c2.56666666666667 2.5700000000000003 6.345000000000002 3.203333333333333 9.51166666666667 1.9033333333333324v3.8499999999999996c-2.41 1.5266666666666655-5.645 1.2499999999999982-7.743333333333332-0.8499999999999996-2.413333333333334-2.416666666666666-5.99666666666667-2.908333333333333-8.923333333333336-1.549999999999999v-3.783333333333333c2.116666666666667-1.663333333333333 5.199999999999999-1.5216666666666665 7.155000000000001 0.43333333333333357z m2.3566666666666656 10.976666666666667c-1.7033333333333331-1.6999999999999993-3.9416666666666664-2.5533333333333346-6.178333333333335-2.5533333333333346-1.1333333333333329 0-2.2666666666666675 0.216666666666665-3.333333333333334 0.6566666666666663v-3.8499999999999996c2.41-1.5283333333333342 5.645000000000001-1.25 7.743333333333334 0.8499999999999996 1.5416666666666679 1.538333333333334 3.5666666666666664 2.3083333333333336 5.59 2.3083333333333336 1.1449999999999996 0 2.2766666666666673-0.2716666666666683 3.333333333333332-0.7633333333333319v3.7866666666666653c-2.120000000000001 1.6616666666666653-5.203333333333333 1.5166666666666657-7.155000000000001-0.43333333333333357z"/></g> </IconBase> ); } }