@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 846 B
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,256 L256,256 L256,0 L0,0 L0,256 Z","fill":"#16A085"}},{"tag":"path","attr":{"d":"M51.2,89.6 L131.2,89.6 L131.2,51.2 L51.2,51.2 L51.2,89.6 Z M32,147.2 L131.149,147.2 L131.149,108.8 L32,108.8 L32,147.2 Z M51.2,208 L131.2,208 L131.2,169.6 L51.2,169.6 L51.2,208 Z","fill":"#FFFFFF"}},{"tag":"path","attr":{"d":"M131.2,89.6 L179.303,89.6 L179.303,51.2 L131.2,51.2 L131.2,89.6 Z M131.2,147.2 L208,147.2 L208,108.8 L131.2,108.8 L131.2,147.2 Z M131.2,208 L227.2,208 L227.2,169.6 L131.2,169.6 L131.2,208 Z","fill":"#8ACFC2"}}],"content":"\n\t"}],"content":"\n"})(props);
};