Files
icehrm/web/node_modules/@ant-design/icons-svg/lib/asn/MinusOutlined.js
2020-05-20 18:47:29 +02:00

7 lines
469 B
JavaScript

"use strict";
// This icon file is generated automatically.
// tslint:disable
Object.defineProperty(exports, "__esModule", { value: true });
var MinusOutlined = { "name": "minus", "theme": "outlined", "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] } };
exports.default = MinusOutlined;