@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 1.97 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":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M32.948,24.348h-0.011c-0.057-2.327-1.971-4.133-4.3-4.165v-0.006h-15.69v0.011c-2.307,0.057-4.067,1.852-4.119,4.161\n\t\t\th-0.01v51.2h0.008c0.043,2.3,1.838,4.089,4.121,4.178v0.097h15.69v0c2.401-0.001,4.311-1.875,4.311-4.274c0,0,0-0.001,0-0.001h0\n\t\t\tV24.348z M20.882,74.836c-3.443,0-6.233-2.792-6.233-6.234c0-3.443,2.791-6.234,6.233-6.234c3.444,0,6.235,2.791,6.235,6.234\n\t\t\tC27.117,72.045,24.326,74.836,20.882,74.836z M27.96,52.426H13.805V25.164H27.96V52.426z"}}],"content":"\n\t"},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M62.065,24.348h-0.011c-0.057-2.327-1.971-4.133-4.3-4.165v-0.006h-15.69v0.011c-2.307,0.057-4.067,1.852-4.119,4.161\n\t\t\th-0.01v51.2h0.008c0.043,2.3,1.838,4.089,4.121,4.178v0.097h15.69v0c2.401-0.001,4.311-1.875,4.311-4.274c0,0,0-0.001,0-0.001h0\n\t\t\tV24.348z M49.999,74.836c-3.443,0-6.233-2.792-6.233-6.234c0-3.443,2.791-6.234,6.233-6.234c3.444,0,6.235,2.791,6.235,6.234\n\t\t\tC56.234,72.045,53.443,74.836,49.999,74.836z M57.077,52.426H42.923V25.164h14.155V52.426z"}}],"content":"\n\t"},{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"d":"M91.182,24.348h-0.011c-0.057-2.327-1.971-4.133-4.3-4.165v-0.006h-15.69v0.011c-2.307,0.057-4.067,1.852-4.119,4.161\n\t\t\th-0.01v51.2h0.008c0.043,2.3,1.838,4.089,4.121,4.178v0.097h15.69v0c2.401-0.001,4.311-1.875,4.311-4.274c0,0,0-0.001,0-0.001h0\n\t\t\tV24.348z M79.117,74.836c-3.443,0-6.233-2.792-6.233-6.234c0-3.443,2.791-6.234,6.233-6.234c3.444,0,6.235,2.791,6.235,6.234\n\t\t\tC85.352,72.045,82.56,74.836,79.117,74.836z M86.195,52.426H72.04V25.164h14.155V52.426z"}}],"content":"\n\t"}],"content":"\n"}],"content":"\n"})(props);
};