@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 329 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'btn_height-modifier': {
width: 24,
height: 24,
viewBox: '0 0 24 24',
data: '<path pid="0" fill-rule="evenodd" clip-rule="evenodd" d="M24 14.75H0v-1.5h24v1.5zM0 9.25h24v1.5H0v-1.5z" _fill="#CED0D6"/>'
}
})