UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 374 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"role":"img","viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"title","attr":{},"content":"Bing icon"},{"tag":"path","attr":{"d":"M3.605 0L8.4 1.686V18.56l6.753-3.895-3.31-1.555-2.09-5.2 10.64 3.738v5.435L8.403 24l-4.797-2.67V0z"}}]})(props); };