react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 511 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.screenFull = void 0;
var screenFull = {
"viewBox": "0 0 14 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M13 10h1v3c0 .547-.453 1-1 1h-3v-1h3v-3zM1 10H0v3c0 .547.453 1 1 1h3v-1H1v-3zm0-7h3V2H1c-.547 0-1 .453-1 1v3h1V3zm1 1h10v8H2V4zm2 6h6V6H4v4zm6-8v1h3v3h1V3c0-.547-.453-1-1-1h-3z"
},
"children": []
}],
"attribs": {}
};
exports.screenFull = screenFull;
;