@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.42 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 291","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M13.6260812,255.829674 C6.13173653,255.829674 0,249.697937 0,242.203593 L0,13.9667332 L0,13.6260812 C0,6.13173653 6.13173653,0 13.6260812,0 L242.033267,0 C249.697937,0 256,6.30206254 256,13.9667332 L256,242.373919 C256,249.868263 249.868263,256 242.373919,256 L242.033267,256 L182.07851,256 L181.567532,255.318696 L142.051896,289.383899 C141.370592,289.894877 140.518962,290.235529 139.497006,290.235529 C137.62342,290.235529 136.090486,288.702595 136.090486,286.829009 L136.090486,255.829674 L135.749834,255.829674 L13.6260812,255.829674 L13.6260812,255.829674 Z","fill":"#36A7A6"}},{"tag":"path","attr":{"d":"M120.101929,183.741276 L136.791302,183.741276 L136.791302,213.203129 L66.6278146,213.203129 L66.6278146,183.741276 L83.3171879,183.741276 L83.3171879,70.3216576 L66.6278146,70.3216576 L66.6278146,40.5192053 L191.627815,40.5192053 L191.627815,87.0110309 L161.655063,87.0110309 L161.655063,70.3216576 L120.442528,70.3216576 L120.101929,70.3216576 L120.101929,111.874791 L161.655063,111.874791 L161.655063,142.188143 L120.101929,142.188143 L120.101929,183.741276 Z","fill":"#FFFFFF"}}],"content":"\n\t"}],"content":"\n"})(props);
};