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

5 lines
468 B
JavaScript

// This icon file is generated automatically.
// tslint:disable
var UpOutlined = { "name": "up", "theme": "outlined", "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z" } }] } };
export default UpOutlined;