@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 481 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiWalletAlt = function BiWalletAlt (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M20,3H5C3.346,3,2,4.346,2,6v12c0,1.654,1.346,3,3,3h15c1.103,0,2-0.897,2-2v-4V9V5C22,3.897,21.103,3,20,3z M5,19 c-0.552,0-1-0.449-1-1V6c0-0.551,0.448-1,1-1h15v3h-6c-1.103,0-2,0.897-2,2v4c0,1.103,0.897,2,2,2h6.001v3H5z M20,10v4h-6v-4H20z"}}]})(props);
};