@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 876 B
JavaScript
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","transform":"translate(2 2)"},"child":[{"tag":"circle","attr":{"cx":"8.5","cy":"8.5","r":"8","stroke":"#2a2e3b","strokeLinecap":"round","strokeLinejoin":"round"}},{"tag":"path","attr":{"d":"m8.5 9.5v-1l1.41421356-1.41421356c.37507274-.37507276.58578644-.88378059.58578644-1.41421356v-.17157288c0-.61286606-.3462631-1.17313156-.89442719-1.4472136l-.21114562-.1055728c-.56305498-.2815275-1.2257994-.2815275-1.78885438 0l-.10557281.0527864c-.61286606.30643303-1 .9328289-1 1.61803399v.88196601","stroke":"#2a2e3b","strokeLinecap":"round","strokeLinejoin":"round"}},{"tag":"circle","attr":{"cx":"8.5","cy":"12.5","fill":"#2a2e3b","r":"1"}}]}]})(props);
};