@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 453 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiSquareRounded = function BiSquareRounded (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M17,2H7C4.243,2,2,4.243,2,7v10c0,2.757,2.243,5,5,5h10c2.757,0,5-2.243,5-5V7C22,4.243,19.757,2,17,2z M20,17 c0,1.654-1.346,3-3,3H7c-1.654,0-3-1.346-3-3V7c0-1.654,1.346-3,3-3h10c1.654,0,3,1.346,3,3V17z"}}]})(props);
};