@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 443 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiMobileAlt = function BiMobileAlt (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M16.75,2h-10c-1.103,0-2,0.897-2,2v16c0,1.103,0.897,2,2,2h10c1.103,0,2-0.897,2-2V4C18.75,2.897,17.853,2,16.75,2z M6.75,20V4h10l0.002,16H6.75z"}},{"tag":"circle","attr":{"cx":"11.75","cy":"18","r":"1"}}]})(props);
};