@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 614 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiCalendarEdit = function BiCalendarEdit (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M19,4h-3V2h-2v2h-4V2H8v2H5C3.897,4,3,4.897,3,6v14c0,1.103,0.897,2,2,2h14c1.103,0,2-0.897,2-2V6C21,4.897,20.103,4,19,4z M5,20V7h3h2h4h2h3V6l0.002,14H5z"}},{"tag":"path","attr":{"transform":"rotate(-135.016 15.414 10.598)","d":"M14.142 9.628H16.686999999999998V11.567H14.142z"}},{"tag":"path","attr":{"d":"M8.005 16.201L8.005 18 9.804 18 14.78 13.03 12.981 11.231z"}}]})(props);
};