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.
12 lines
300 B
12 lines
300 B
/* eslint-disable */
|
|
/* tslint:disable */
|
|
// @ts-ignore
|
|
import icon from 'vue-svgicon'
|
|
icon.register({
|
|
'size': {
|
|
width: 128,
|
|
height: 128,
|
|
viewBox: '0 0 128 128',
|
|
data: '<path pid="0" d="M0 54.9h54.8V73H36.5v55H18.3V73.1H0V55zm127.9-36.6h-36V128H72.5V18.3h-36V0H128v18.3z"/>'
|
|
}
|
|
})
|
|
|