UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 376 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":"M16.445 3H7.555C7.21 3 6.889 3.178 6.706 3.47L3.25 9h17.5l-3.456-5.53C17.111 3.178 16.79 3 16.445 3zM11.26 21.186c.397.437 1.083.437 1.48 0L22 11H2L11.26 21.186z"}}]})(props); };