@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.08 kB
JavaScript
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":"defs","attr":{},"child":[{"tag":"linearGradient","attr":{"x1":"50%","y1":"0%","x2":"50%","y2":"100%","id":"linearGradient-1"},"child":[{"tag":"stop","attr":{"stopColor":"#FB0766","offset":"0%"}},{"tag":"stop","attr":{"stopColor":"#C50948","offset":"100%"}}],"content":"\n "}],"content":"\n "},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M0,0 L256,0 L256,256 L0,256 L0,0 Z","fill":"url(#linearGradient-1)"}},{"tag":"path","attr":{"d":"M83.914,62.873 L96.439,62.873 L96.439,145.534 L83.914,145.534 L83.914,62.873 Z M160.063,82.912 L172.587,82.912 L172.587,145.534 L160.063,145.534 L160.063,82.912 Z M109.464,82.912 L121.988,82.912 L121.988,193.378 L109.464,193.378 L109.464,82.912 Z M134.513,82.912 L147.038,82.912 L147.038,193.378 L134.513,193.378 L134.513,82.912 Z","fill":"#FFFFFF"}}],"content":"\n\t"}],"content":"\n"})(props);
};