You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
448 B

"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;