@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 403 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiChair = function BiChair (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M19,13V4c0-1.103-0.897-2-2-2H7C5.897,2,5,2.897,5,4v9c-0.553,0-1,0.447-1,1v8h2v-5h12v5h2v-8C20,13.447,19.553,13,19,13z M17,4v9h-2V4H17z M13,4v9h-2V4H13z M7,4h2v9H7V4z"}}]})(props);
};