@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.01 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"fill":"currentColor"},"child":[{"tag":"path","attr":{"fillRule":"evenodd","d":"M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-4.144-14.71a4.353 4.353 0 00-4.35 4.355A4.353 4.353 0 0011.855 26a4.353 4.353 0 004.352-4.355 4.353 4.353 0 00-4.351-4.355zm0 7.393a3.035 3.035 0 01-3.033-3.036 3.035 3.035 0 013.033-3.037 3.035 3.035 0 013.034 3.037 3.04 3.04 0 01-3.034 3.036zM21.15 8a4.353 4.353 0 00-4.351 4.355 4.353 4.353 0 004.35 4.355 4.353 4.353 0 004.352-4.355A4.353 4.353 0 0021.149 8zm0 7.393a3.035 3.035 0 01-3.034-3.036A3.035 3.035 0 0121.15 9.32a3.035 3.035 0 013.033 3.037 3.04 3.04 0 01-3.033 3.036zM11.856 8a4.358 4.358 0 00-1.696 8.37 4.351 4.351 0 005.288-1.556 4.36 4.36 0 00-.475-5.497h1.233V8h-4.35zm3.034 4.355a3.035 3.035 0 01-3.034 3.036 3.035 3.035 0 01-3.033-3.036 3.035 3.035 0 013.033-3.036 3.04 3.04 0 013.035 3.036h-.001z"}}]})(props);
};