@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 596 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"defs","attr":{},"child":[{"tag":"path","attr":{"id":"a","d":"M4 2.24H46V22H4z"}}]},{"tag":"clipPath","attr":{"id":"b"},"child":[{"tag":"use","attr":{"xlink:href":"#a","overflow":"visible"}}]},{"tag":"path","attr":{"clipPath":"url(#b)","d":"M12.602,2.447c-0.358-0.277-0.849-0.275-1.21-0.001C9.51,3.879,3.973,8.547,4,14 c0,4.411,3.589,8,8,8c4.412,0,8-3.589,8-7.995C20.027,8.64,14.467,3.889,12.602,2.447"}}]})(props);
};