@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 489 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiCarousel = function BiCarousel (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M4,19h2c0,1.103,0.897,2,2,2h8c1.103,0,2-0.897,2-2h2c1.103,0,2-0.897,2-2V7c0-1.103-0.897-2-2-2h-2c0-1.103-0.897-2-2-2H8 C6.897,3,6,3.897,6,5H4C2.897,5,2,5.897,2,7v10C2,18.103,2.897,19,4,19z M20,7v10h-2V7H20z M8,5h8l0.001,14H8v-2V5z M4,7h2v10H4V7z"}}]})(props);
};