@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 530 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiBitcoin = function BiBitcoin (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M8,13v4H6v2h2h1v2h2v-2h2v2h2v-2.051c1.968-0.249,3.5-1.915,3.5-3.949c0-1.32-0.65-2.484-1.64-3.213 C17.563,11.066,18,10.084,18,9c0-1.858-1.279-3.411-3-3.858V3h-2v2h-2V3H9v2H6v2h2v4V13z M14.5,17H10v-4h4.5c1.103,0,2,0.897,2,2 S15.603,17,14.5,17z M10,7h4c1.103,0,2,0.897,2,2s-0.897,2-2,2h-4V7z"}}]})(props);
};