@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 720 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 256 274","version":"1.1","preserveAspectRatio":"xMidYMid","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"polygon","attr":{"fill":"#00ACA1","points":"206.306 -0.001 206.306 18.07 0 18.07 0 91.255 17.669 91.255 17.669 112.338 0 112.338 0 161.129 224.076 161.129 224.076 182.211 206.306 182.211 206.306 204.197 0 204.197 0 273.468 51.502 273.468 51.502 254.192 256 254.192 256 182.211 239.737 182.211 239.737 161.129 256 161.129 256 112.338 33.331 112.338 33.331 91.255 51.2 91.255 51.2 68.969 256 68.969 256 -0.001"}}],"content":"\n "}],"content":"\n"})(props);
};