@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 341 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.GrFormFolder = function GrFormFolder (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"polygon","attr":{"fill":"none","stroke":"#000","strokeWidth":"2","points":"6 18 6 6 10.8 6 12.6 8.4 18 8.4 18 18"}}]})(props);
};