@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 362 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiReplyAll = function BiReplyAll (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M20,18v-8c0-0.553-0.447-1-1-1h-6V6l-5,4l5,4v-3h5v7H20z"}},{"tag":"path","attr":{"d":"M9 12.4L6 10 9 7.6 9 6 4 10 9 14z"}}]})(props);
};