@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 947 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 32 32","fill":"currentColor"},"child":[{"tag":"path","attr":{"d":"M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-.103-27.602v-.007L20.745 18a.3.3 0 01-.198.419l-3.594.99c-.293.073-.227.557.074.572l9.159 1.826c.176.029.352.088.535.088A31069.52 31069.52 0 0016.425 4.148c-.146-.315-.674-.08-.528.25zm-.528.03C11.918 10.388 8.461 16.344 5 22.298v.17c.073.102.161.205.293.205.184-.022.279-.198.389-.315l9.445-11.096c.096-.14.308-.227.455-.095.91.968 1.79 1.965 2.713 2.933.176.19.536-.022.44-.278-1.078-3.08-2.192-6.16-3.278-9.24a1.05 1.05 0 00-.088-.154zM12.48 14.995c-2.207 2.625-4.4 5.28-6.6 7.92h20.98l.14-.147v-.205c-.073-.059-.14-.132-.235-.147-4.942-.99-9.885-2.016-14.828-3.006-.154-.008-.3-.154-.242-.316.382-1.268.77-2.537 1.137-3.813.059-.213-.176-.337-.352-.286z"}}]})(props);
};