UNPKG

@meronex/icons

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (4 loc) 792 B
var GenIcon = require('../lib').GenIcon module.exports = function (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"path","attr":{"d":"M21.484,7.125l-9.022-5c-0.301-0.166-0.667-0.166-0.968,0l-8.978,4.96C2.198,7.261,2.001,7.595,2,7.958 C1.999,8.32,2.195,8.656,2.513,8.833l9.022,5.04C11.687,13.958,11.854,14,12.022,14s0.335-0.042,0.486-0.126l8.978-5 C21.804,8.697,22,8.362,22,7.999S21.803,7.302,21.484,7.125z"}},{"tag":"path","attr":{"d":"M12,15.856l-8.515-4.73l-0.971,1.748l9,5C11.665,17.958,11.833,18,12,18s0.335-0.042,0.485-0.126l9-5l-0.971-1.748 L12,15.856z"}},{"tag":"path","attr":{"d":"M12,19.856l-8.515-4.73l-0.971,1.748l9,5C11.665,21.958,11.833,22,12,22s0.335-0.042,0.485-0.126l9-5l-0.971-1.748 L12,19.856z"}}]})(props); };