@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 642 B
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_refresh': {
width: 24,
height: 24,
viewBox: '0 0 24 24',
data: '<path pid="0" fill-rule="evenodd" clip-rule="evenodd" d="M6.414 17.274a7.358 7.358 0 005.203 2.155h.003a7.98 7.98 0 007.35-5.513l.043-.13h-2.016l-.027.057a6.2 6.2 0 01-5.355 3.572 5.344 5.344 0 01.002-10.688h.004a4.135 4.135 0 013.495 1.704l-2.833 2.833h6.692V4.57l-1.928 1.928a11.534 11.534 0 00-5.423-1.786l-.007.1v-.1a7.358 7.358 0 00-5.203 12.56zm10.647-3.389h1.814a7.88 7.88 0 01-.033.1c.012-.033.022-.066.033-.1h-1.814z" _fill="#222532"/>'
}
})