@meronex/icons
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (4 loc) • 458 B
JavaScript
var GenIcon = require('../lib').GenIcon
module.exports = function (props) {
return GenIcon({"tag":"svg","attr":{"version":"1.1","id":"mdi-umbrella-closed-outline","viewBox":"0 0 24 24","fill":"currentColor"},"child":[{"tag":"path","attr":{"d":"M12 2C12.4 2 12.8 2.2 12.9 2.6L17.5 15H13V19C13 20.7 11.7 22 10 22S7 20.7 7 19V18H9V19C9 19.6 9.4 20 10 20C10.6 20 11 19.6 11 19V15H6.5L11.1 2.6C11.2 2.2 11.6 2 12 2M12 5.9L9.4 13H14.7L12 5.9Z"}}]})(props);
};