UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 576 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"circle","attr":{"cx":"10.5","cy":"19.5","r":"1.5"}},{"tag":"circle","attr":{"cx":"17.5","cy":"19.5","r":"1.5"}},{"tag":"path","attr":{"d":"M21,7H7.334L6.18,4.23C5.868,3.482,5.143,3,4.333,3H2v2h2.334l4.743,11.385C9.232,16.757,9.597,17,10,17h8 c0.417,0,0.79-0.259,0.937-0.648l3-8c0.115-0.308,0.072-0.651-0.114-0.921C21.635,7.161,21.328,7,21,7z M17,13h-2v2h-2v-2h-2v-2h2 V9h2v2h2V13z"}}]})(props); };