UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 799 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"path","attr":{"d":"M20,10.999h2C22,5.869,18.127,2,12.99,2v2C17.052,4,20,6.943,20,10.999z"}},{"tag":"path","attr":{"d":"M13 8c2.103 0 3 .897 3 3h2c0-3.225-1.775-5-5-5V8zM16.422 13.443c-.399-.363-1.015-.344-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394c.388-.376.406-.991.043-1.391L6.859 3.513c-.363-.401-.98-.439-1.391-.087l-2.17 1.861C3.125 5.461 3.022 5.691 3.008 5.936c-.015.25-.301 6.172 4.291 10.766C11.305 20.707 16.323 21 17.705 21c.202 0 .326-.006.359-.008.245-.014.475-.117.648-.291l1.86-2.171c.353-.411.313-1.027-.086-1.391L16.422 13.443z"}}]})(props); };