@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 458 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiArea = function BiArea (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M3,5v14c0,1.103,0.897,2,2,2h14c1.103,0,2-0.897,2-2V5c0-1.103-0.897-2-2-2H5C3.897,3,3,3.897,3,5z M19.002,19H5V5h14 L19.002,19z"}},{"tag":"path","attr":{"d":"M15 12L17 12 17 7 12 7 12 9 15 9zM12 15L9 15 9 12 7 12 7 17 12 17z"}}]})(props);
};