5 lines
353 B
JavaScript
5 lines
353 B
JavaScript
// This icon file is generated automatically.
|
|
// tslint:disable
|
|
var DashOutlined = { "name": "dash", "theme": "outlined", "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z" } }] } };
|
|
export default DashOutlined;
|