UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 587 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 256","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M19.2,19.2 L236.8,19.2 L236.8,57.6 L128,166.4 L128,76.8 L19.2,185.6 L19.2,19.2 Z M12.8,0 C5.12,0 0,5.12 0,12.8 L0,243.2 C0,250.88 5.12,256 12.8,256 L243.2,256 C250.88,256 256,250.88 256,243.2 L256,12.8 C256,5.12 250.88,0 243.2,0 L12.8,0 Z","fill":"#00B7F4"}}],"content":"\n "}],"content":"\n"})(props); };