@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.16 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 254","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M33.0104262,75.3587572 L126.965279,32.6862114 L222.989574,75.3587572 L222.989574,179.295622 L126.965279,221.282043 L33.0104262,184.801221 L33.0104262,75.3587572","fill":"#EEDB88"}},{"tag":"path","attr":{"d":"M126.616684,0.643069233 L0.734886863,57.8183046 L0.734886863,204.449848 L126.616684,253.325185 L255.265113,197.074005 L255.265113,57.8183046 L126.616684,0.643069233 L126.616684,0.643069233 Z M110.476147,204.449848 L38.543692,172.174309 L38.543692,102.084431 L110.476147,131.593337 L110.476147,204.449848 L110.476147,204.449848 Z M54.2249672,69.8088916 L128,37.527819 L199.932455,69.8088916 L126.616684,102.084431 L54.2249672,69.8088916 L54.2249672,69.8088916 Z M215.608197,171.250253 L145.523853,204.449848 L145.523853,131.593337 L215.608197,102.084431 L215.608197,171.250253 L215.608197,171.250253 Z","fill":"#959595"}}],"content":"\n "}],"content":"\n"})(props);
};