@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 568 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_notification': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" d="M13.8 2.3l-9.1 3V10l1.1.2-.8 1.5c0 .2-.1.3-.1.5s0 .4.1.6c.1.2.2.3.3.5.1.1.3.2.5.3l2.7.9c.3.1.6.1.9 0 .3-.1.5-.3.7-.6l.9-1.7 2.7 1h.3c.1 0 .2-.1.3-.1.1-.1.2-.1.2-.2s.1-.2.1-.3V2.9c0-.1 0-.2-.1-.3 0-.1-.1-.2-.2-.2-.1-.1-.2-.1-.3-.1h-.2zM9 13.2l-2.7-.9.8-1.6 2.7 1-.8 1.5zM2.7 10H4V5.3H2.7c-.7 0-1.3.6-1.3 1.3v2c-.1.8.5 1.4 1.3 1.4z" _fill="#667eea"/>'
}
})