UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.62 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'FastForward28Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M13 10.697V6.131c0-1.36 1.57-2.118 2.636-1.273l9.636 7.641a1.917 1.917 0 0 1 0 3.004l-9.637 7.64c-1.065.845-2.634.086-2.634-1.273v-4.568l-7.366 5.84c-1.065.845-2.634.086-2.634-1.273V6.13c0-1.36 1.57-2.118 2.634-1.273l7.366 5.84zm0 4.691v-2.776l-8.297-6.58a.116.116 0 0 0-.064-.028a.132.132 0 0 0-.068.013a.132.132 0 0 0-.053.045a.116.116 0 0 0-.017.068v15.739c0 .034.008.054.017.068c.011.016.029.032.053.044a.131.131 0 0 0 .068.014a.116.116 0 0 0 .064-.028l8.298-6.579zm1.704-9.355a.116.116 0 0 0-.065-.028a.132.132 0 0 0-.068.013a.132.132 0 0 0-.053.045a.117.117 0 0 0-.017.068V21.87c0 .034.009.054.018.067c.01.017.028.033.052.045a.133.133 0 0 0 .068.014a.117.117 0 0 0 .065-.028l9.636-7.64a.417.417 0 0 0 0-.653l-9.636-7.642z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })