@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 440 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiHealth = function BiHealth (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M19.649 5.286L14 8.548 14 2.025 10 2.025 10 8.548 4.351 5.286 2.351 8.751 7.999 12.012 2.351 15.273 4.351 18.738 10 15.477 10 22 14 22 14 15.477 19.649 18.738 21.649 15.273 16.001 12.012 21.649 8.751z"}}]})(props);
};