@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 2.26 kB
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"version":"1.1","id":"Layer_1","x":"0px","y":"0px","viewBox":"0 0 100 100","enableBackground":"new 0 0 100 100","fill":"currentColor"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"fill":"#231F20","d":"M60.623,18.128l3.36-6.136c0.179-0.322,0.062-0.733-0.262-0.909c-0.329-0.179-0.734-0.056-0.907,0.265\n\t\tl-3.396,6.197c-2.856-1.267-6.053-1.981-9.432-1.978c-3.373-0.003-6.564,0.707-9.411,1.972l-3.398-6.184\n\t\tc-0.174-0.326-0.584-0.445-0.904-0.267c-0.326,0.174-0.446,0.583-0.265,0.905l3.362,6.13c-6.606,3.408-11.068,9.893-11.064,17.341\n\t\tl43.365-0.004C71.673,28.014,67.219,21.54,60.623,18.128z M40.124,27.609c-0.999-0.002-1.812-0.815-1.812-1.818\n\t\tc0-0.998,0.813-1.818,1.813-1.818c1.006,0,1.819,0.82,1.82,1.818C41.945,26.794,41.131,27.609,40.124,27.609z M59.87,27.605\n\t\tc-1.002,0-1.82-0.811-1.818-1.818c0-0.996,0.814-1.816,1.818-1.82c0.997,0.002,1.815,0.824,1.815,1.822\n\t\tC61.685,26.792,60.872,27.605,59.87,27.605z"}},{"tag":"path","attr":{"fill":"#231F20","d":"M83.009,41.038c0-2.66-2.155-4.814-4.815-4.814c-2.658-0.002-4.813,2.156-4.812,4.816l0.002,20.159\n\t\tc0.001,2.662,2.155,4.815,4.816,4.813c2.658,0,4.811-2.151,4.812-4.815L83.009,41.038z"}},{"tag":"path","attr":{"fill":"#231F20","d":"M71.523,37.131L71.523,37.131l-43.039,0.008l0.007,31.241c-0.001,0.819,0.207,1.581,0.546,2.267\n\t\tc0.837,1.697,2.567,2.872,4.591,2.872h3.498l0.004,10.666c0,0.332,0.034,0.656,0.098,0.969C37.676,87.348,39.618,89,41.94,89\n\t\tc0.332,0,0.657-0.034,0.971-0.098c2.194-0.45,3.845-2.393,3.845-4.718l-0.003-10.666h6.499l0,10.666\n\t\tc0.003,2.323,1.657,4.268,3.848,4.715c0.313,0.064,0.637,0.097,0.969,0.097c2.66,0.002,4.815-2.159,4.815-4.817l-0.003-10.662\n\t\tl3.511-0.002c0.961,0.001,1.851-0.281,2.621-0.742c1.5-0.897,2.517-2.52,2.518-4.398L71.523,37.131L71.523,37.131z"}},{"tag":"path","attr":{"fill":"#231F20","d":"M21.801,36.229c-2.659,0-4.813,2.159-4.814,4.814l0.003,20.161c0.001,1.683,0.862,3.156,2.164,4.017\n\t\tc0.761,0.504,1.671,0.8,2.651,0.802c2.328-0.003,4.269-1.65,4.716-3.847c0.064-0.314,0.097-0.639,0.097-0.972V41.042\n\t\tC26.618,38.385,24.46,36.229,21.801,36.229z"}}],"content":"\n"}],"content":"\n"})(props);
};