@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 551 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiWindowClose = function BiWindowClose (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M4,19V7h16 l0.001,12H4z"}},{"tag":"path","attr":{"d":"M15.707 10.707L14.293 9.293 12 11.586 9.707 9.293 8.293 10.707 10.586 13 8.293 15.293 9.707 16.707 12 14.414 14.293 16.707 15.707 15.293 13.414 13z"}}]})(props);
};