react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 381 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.landscape = void 0;
var landscape = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M19,3H1C0.448,3,0,3.447,0,4v12c0,0.553,0.448,1,1,1h18c0.552,0,1-0.447,1-1V4C20,3.447,19.553,3,19,3z M18,15H2V5h16V15z"
}
}]
};
exports.landscape = landscape;
;