@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.2 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":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M0,128 C0,198.4 57.6,256 128,256 C198.4,256 256,198.4 256,128 C256,57.6 198.4,0 128,0 C57.6,0 0,57.6 0,128 Z","fill":"#F9AF4A"}},{"tag":"path","attr":{"d":"M191.36,130.56 L152.32,149.12 L151.68,155.52 L181.76,146.56 L167.04,164.48 L165.76,170.24 L147.2,177.92 L145.28,183.04 L153.6,179.84 L131.84,204.16 L129.92,224 L129.92,242.56 L126.08,242.56 L126.08,224.64 L124.8,204.16 L103.04,179.84 L111.36,183.04 L109.44,177.92 L90.88,170.24 L89.6,164.48 L74.88,146.56 L104.96,155.52 L104.32,149.12 L65.28,130.56 L74.24,116.48 L55.68,91.52 L106.88,114.56 L108.16,107.52 L93.44,84.48 L95.36,80.64 L88.32,53.76 L115.2,80.64 L117.12,65.92 L108.8,44.16 L119.68,47.36 L129.28,20.48 L138.88,47.36 L149.76,44.16 L141.44,65.92 L143.36,80.64 L170.24,53.76 L163.2,80.64 L165.12,84.48 L150.4,107.52 L151.68,114.56 L202.88,91.52 L184.32,116.48 L191.36,130.56 L191.36,130.56 Z","fill":"#444444"}}],"content":"\n\t"}],"content":"\n"})(props);
};