@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 2.76 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"version":"1.1","id":"Layer_1","x":"0px","y":"0px","viewBox":"0 0 100 100","enableBackground":"new 0 0 100 100","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M88.466,16.936c-0.172-1.703-1.592-3.036-3.34-3.036H14.781v0.009c-1.705,0.047-3.079,1.355-3.247,3.027H11.5v56.342h0.068\n\t\tc0.305,1.512,1.622,2.65,3.214,2.694v0.009h11.564v6.744c0,1.864,1.51,3.374,3.373,3.374c1.166,0,2.194-0.592,2.8-1.492\n\t\tl8.627-8.627h43.98c1.634,0,2.995-1.161,3.306-2.703H88.5V16.936H88.466z M28.399,50.662c-3.055,0-5.787-2.405-5.787-6.632\n\t\tc0-4.878,2.667-9.234,6.699-12.095l0.014,0.012c0.099-0.05,0.206-0.085,0.324-0.085c0.164,0,0.308,0.064,0.43,0.156l0.008-0.007\n\t\tl2.703,1.706l-0.016,0.015c0.192,0.131,0.325,0.34,0.325,0.59c0,0.277-0.161,0.511-0.39,0.633l0.002,0.002\n\t\tc-0.015,0.008-0.031,0.02-0.046,0.028c-0.004,0.002-0.007,0.005-0.012,0.007c-2.065,1.124-4.26,3.726-4.839,6.046\n\t\tc0.26-0.13,0.78-0.195,1.301-0.195c2.471,0,4.421,1.885,4.421,4.681C33.537,48.321,31.195,50.662,28.399,50.662z M41.632,50.662\n\t\tc-3.055,0-5.787-2.405-5.787-6.632c0-4.878,2.667-9.234,6.699-12.095l0.014,0.012c0.099-0.05,0.206-0.085,0.324-0.085\n\t\tc0.164,0,0.308,0.064,0.43,0.156l0.008-0.007l2.703,1.706l-0.016,0.015c0.192,0.131,0.325,0.34,0.325,0.59\n\t\tc0,0.277-0.161,0.511-0.39,0.633l0.002,0.002c-0.015,0.008-0.031,0.02-0.046,0.028c-0.004,0.002-0.007,0.005-0.012,0.007\n\t\tc-2.065,1.124-4.26,3.726-4.839,6.046c0.26-0.13,0.78-0.195,1.301-0.195c2.471,0,4.421,1.885,4.421,4.681\n\t\tC46.769,48.321,44.428,50.662,41.632,50.662z M57.456,57.849l-0.014-0.012c-0.099,0.05-0.206,0.085-0.324,0.085\n\t\tc-0.164,0-0.308-0.064-0.43-0.156l-0.008,0.007l-2.703-1.706l0.016-0.015c-0.192-0.131-0.325-0.34-0.325-0.59\n\t\tc0-0.277,0.161-0.511,0.39-0.633l-0.002-0.002c0.015-0.008,0.031-0.02,0.046-0.028c0.004-0.002,0.007-0.005,0.012-0.007\n\t\tc2.065-1.124,4.26-3.726,4.839-6.046c-0.26,0.13-0.78,0.195-1.301,0.195c-2.471,0-4.421-1.885-4.421-4.681\n\t\tc0-2.797,2.342-5.137,5.138-5.137c3.055,0,5.787,2.405,5.787,6.632C64.155,50.632,61.488,54.988,57.456,57.849z M70.689,57.849\n\t\tl-0.014-0.012c-0.099,0.05-0.206,0.085-0.324,0.085c-0.164,0-0.308-0.064-0.43-0.156l-0.008,0.007l-2.703-1.706l0.016-0.015\n\t\tc-0.192-0.131-0.325-0.34-0.325-0.59c0-0.277,0.161-0.511,0.39-0.633l-0.002-0.002c0.015-0.008,0.031-0.02,0.046-0.028\n\t\tc0.004-0.002,0.007-0.005,0.012-0.007c2.065-1.124,4.26-3.726,4.839-6.046c-0.26,0.13-0.78,0.195-1.301,0.195\n\t\tc-2.471,0-4.421-1.885-4.421-4.681c0-2.797,2.342-5.137,5.138-5.137c3.055,0,5.787,2.405,5.787,6.632\n\t\tC77.388,50.632,74.721,54.988,70.689,57.849z"}}],"content":"\n"}],"content":"\n"})(props);
};