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

7 lines
542 B
JavaScript

"use strict";
// This icon file is generated automatically.
// tslint:disable
Object.defineProperty(exports, "__esModule", { value: true });
var SwapLeftOutlined = { "name": "swap-left", "theme": "outlined", "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 572H266.8l144.3-183c4.1-5.2.4-13-6.3-13H340c-9.8 0-19.1 4.5-25.1 12.2l-164 208c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] } };
exports.default = SwapLeftOutlined;