@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 359 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiArrowToBottom = function BiArrowToBottom (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M6 18H18V20H6zM11 4L11 12.586 6.707 8.293 5.293 9.707 12 16.414 18.707 9.707 17.293 8.293 13 12.586 13 4z"}}]})(props);
};