UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 713 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 21 21","fill":"currentColor"},"child":[{"tag":"g","attr":{"fill":"none","fillRule":"evenodd","stroke":"#2a2e3b","strokeLinecap":"round","strokeLinejoin":"round","transform":"matrix(0 -1 1 0 4 19)"},"child":[{"tag":"path","attr":{"d":"m15.328 5.672v5.656h-5.656","transform":"matrix(-.70710678 .70710678 .70710678 .70710678 15.328661 -6.349339)"}},{"tag":"path","attr":{"d":"m12.5.5v12"}},{"tag":"path","attr":{"d":"m7.328 1.672h-5.656v5.656","transform":"matrix(-.70710678 .70710678 .70710678 .70710678 4.500028 -1.863972)"}},{"tag":"path","attr":{"d":"m4.5.5v12"}}]}]})(props); };