Latest updates from IceHrmPro
This commit is contained in:
8
web/node_modules/@ant-design/icons-svg/lib/asn/LayoutTwoTone.js
generated
vendored
Normal file
8
web/node_modules/@ant-design/icons-svg/lib/asn/LayoutTwoTone.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
// This icon file is generated automatically.
|
||||
// tslint:disable
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var LayoutTwoTone = { "name": "layout", "theme": "twotone", "icon": function (primaryColor, secondaryColor) {
|
||||
return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M384 185h456v136H384zm-200 0h136v656H184zm696-73H144c-17.7 0-32 14.3-32 32v1c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32v-1c0-17.7-14.3-32-32-32zM384 385h456v456H384z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 113H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V145c0-17.7-14.3-32-32-32zM320 841H184V185h136v656zm520 0H384V385h456v456zm0-520H384V185h456v136z", "fill": primaryColor } }] };
|
||||
} };
|
||||
exports.default = LayoutTwoTone;
|
||||
Reference in New Issue
Block a user