UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 1.25 kB
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 256","version":"1.1","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"linearGradient","attr":{"x1":"50%","y1":"0%","x2":"50%","y2":"100%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#DA552F","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#D04B25","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{"stroke":"none","strokeWidth":"1","fill":"none","fillRule":"evenodd"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M128,256 C198.6944,256 256,198.6944 256,128 C256,57.3056 198.6944,0 128,0 C57.3056,0 0,57.3056 0,128 C0,198.6944 57.3056,256 128,256 L128,256 Z","fill":"url(#linearGradient-1)"}},{"tag":"path","attr":{"d":"M96,76.8 L96,179.2 L115.2,179.2 L115.2,147.2 L144.256,147.2 C163.552,146.688 179.2,131.04 179.2,112 C179.2,92.448 163.552,76.8 144.256,76.8 L96,76.8 L96,76.8 Z M144.4928,128 L115.2,128 L115.2,96 L144.4928,96 C153.056,96 160,103.168 160,112 C160,120.832 153.056,128 144.4928,128 L144.4928,128 Z","fill":"#FFFFFF"}}],"content":"\n "}],"content":"\n "}],"content":"\n"})(props); };