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

5 lines
407 B
JavaScript

// This icon file is generated automatically.
// tslint:disable
var PauseOutlined = { "name": "pause", "theme": "outlined", "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z" } }] } };
export default PauseOutlined;