UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 618 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":"M12.954 11.616l2.957-2.957L6.36 3.291c-.633-.342-1.226-.39-1.746-.016L12.954 11.616zM16.415 15.078l3.074-1.729c.6-.336.929-.812.929-1.34 0-.527-.329-1.004-.928-1.34l-2.783-1.563-3.133 3.132L16.415 15.078zM4.1 4.002C4.036 4.199 4 4.419 4 4.66v14.705c0 .381.084.709.236.97l8.097-8.098L4.1 4.002zM12.954 12.857L4.902 20.91C5.056 20.969 5.222 21 5.397 21c.312 0 .637-.092.968-.276l9.255-5.197L12.954 12.857z"}}]})(props); };