@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 516 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 8 8","fill":"currentColor"},"child":[{"tag":"path","attr":{"d":"M3.75 0c-1.38 0-2.66.4-3.75 1.09l.53.81c.93-.59 2.03-.91 3.22-.91 1.2 0 2.32.31 3.25.91l.53-.81c-1.09-.7-2.4-1.09-3.78-1.09zm0 3c-.79 0-1.5.23-2.13.63l.53.84c.47-.3 1-.47 1.59-.47.59 0 1.16.17 1.63.47l.53-.84c-.62-.39-1.37-.63-2.16-.63zm0 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"}}],"content":"\n"})(props);
};