UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.6 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } export default defineComponent({ name: 'Rewind28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15 17.303l7.365 5.84c1.065.845 2.634.086 2.634-1.273V6.13c0-1.36-1.57-2.118-2.634-1.273l-7.366 5.84V6.131c0-1.36-1.57-2.118-2.635-1.273l-9.636 7.641a1.917 1.917 0 0 0 0 3.004l9.637 7.64c1.065.845 2.634.086 2.634-1.273v-4.567zm0-4.69l8.297-6.58a.116.116 0 0 1 .064-.028a.132.132 0 0 1 .068.013a.131.131 0 0 1 .053.045a.116.116 0 0 1 .017.068V21.87a.115.115 0 0 1-.017.067a.131.131 0 0 1-.053.045a.133.133 0 0 1-.068.014a.116.116 0 0 1-.064-.028l-8.298-6.579v-2.776zm-1.704-6.58a.116.116 0 0 1 .065-.028a.132.132 0 0 1 .068.013a.132.132 0 0 1 .053.045a.117.117 0 0 1 .017.068V21.87a.116.116 0 0 1-.018.067a.132.132 0 0 1-.052.045a.133.133 0 0 1-.068.014a.116.116 0 0 1-.065-.028l-9.636-7.64a.417.417 0 0 1 0-.653l9.636-7.642z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })