@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 408 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiExclude = function BiExclude (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M19,8h-3V5c0-1.103-0.897-2-2-2H5C3.897,3,3,3.897,3,5v9c0,1.103,0.897,2,2,2h3v3c0,1.103,0.897,2,2,2h9\tc1.103,0,2-0.897,2-2v-9C21,8.897,20.103,8,19,8z M15,15H9V9h6V15z"}}]})(props);
};