@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 386 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_footer_email': {
width: 16,
height: 16,
viewBox: '0 0 16 16',
data: '<path pid="0" d="M12.8 3.3H3.2c-.7 0-1.2.6-1.2 1.2V12c0 .7.5 1.3 1.2 1.3h9.6c.7 0 1.2-.6 1.2-1.2V4.5c0-.6-.5-1.2-1.2-1.2zm0 2.5L8 8.9 3.2 5.8V4.5L8 7.7l4.8-3.1v1.2z" _fill="#dcdde2"/>'
}
})