UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 427 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":"M2 7L2 8 13 12 22 8 22 7 11 4z"}},{"tag":"path","attr":{"d":"M4,11v4v0.267c0,1.621,4.001,3.893,9,3.734c4-0.126,6.586-1.972,7-3.467c0.024-0.089,0.037-0.178,0.037-0.268V15v-4L13,14 l-5-1.667v3.213l-1-0.364V12L4,11z"}}]})(props); };