7 lines
537 B
JavaScript
7 lines
537 B
JavaScript
"use strict";
|
|
// This icon file is generated automatically.
|
|
// tslint:disable
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var LayoutFilled = { "name": "layout", "theme": "filled", "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M384 912h496c17.7 0 32-14.3 32-32V340H384v572zm496-800H384v164h528V144c0-17.7-14.3-32-32-32zm-768 32v736c0 17.7 14.3 32 32 32h176V112H144c-17.7 0-32 14.3-32 32z" } }] } };
|
|
exports.default = LayoutFilled;
|