@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 672 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_external-link': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<g fill-rule="evenodd" clip-rule="evenodd"><path pid="0" d="M3.3 4.5c-.2 0-.4.1-.6.2s-.2.4-.2.6v7.3c0 .2.1.4.2.6.2.2.4.2.6.2h7.3c.2 0 .4-.1.6-.2.2-.2.2-.4.2-.6v-4c0-.3.2-.5.5-.5s.5.2.5.5v4c0 .5-.2 1-.5 1.3s-.8.5-1.3.5H3.3c-.5 0-1-.2-1.3-.5s-.5-.8-.5-1.3V5.3c0-.5.2-1 .5-1.3s.8-.5 1.3-.5h4c.3 0 .5.2.5.5s-.2.5-.5.5h-4z"/><path pid="1" d="M14 1.5h-4c-.3 0-.5.2-.5.5s.2.5.5.5h2.8L6.3 9c-.2.2-.2.5 0 .7s.5.2.7 0l6.5-6.5V6c0 .3.2.5.5.5s.5-.2.5-.5V2c0-.3-.2-.5-.5-.5z"/></g>'
}
})