@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 850 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"version":"1.1","id":"Layer_1","x":"0px","y":"0px","viewBox":"0 0 100 100","enableBackground":"new 0 0 100 100","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M86.346,49.976c0-0.702-0.422-1.303-1.026-1.57l0.017-0.03l-37.39-21.588c-0.31-0.307-0.736-0.497-1.207-0.497\n\t\tc-0.932,0-1.686,0.743-1.713,1.669h-0.005v15.249L16.58,26.788c-0.31-0.307-0.736-0.497-1.207-0.497\n\t\tc-0.932,0-1.687,0.743-1.713,1.669h-0.005v44.031c0,0.949,0.77,1.718,1.718,1.718c0.483,0,0.918-0.2,1.23-0.521l28.42-16.408\n\t\tv15.212c0,0.949,0.769,1.718,1.718,1.718c0.483,0,0.918-0.2,1.23-0.521l37.545-21.677l-0.031-0.054\n\t\tC85.997,51.16,86.346,50.611,86.346,49.976z"}}],"content":"\n"}],"content":"\n"})(props);
};