18 lines
448 B
Java
18 lines
448 B
Java
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var DashOutline = {
|
|
name: 'dash',
|
|
theme: 'outline',
|
|
icon: {
|
|
tag: 'svg',
|
|
attrs: { viewBox: '64 64 896 896', focusable: false },
|
|
children: [
|
|
{
|
|
tag: 'path',
|
|
attrs: { d: 'M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z' }
|
|
}
|
|
]
|
|
}
|
|
};
|
|
exports.default = DashOutline;
|