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.59 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'SkipBack1020Regular', 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: 'M2.998 3.5a.5.5 0 1 1 1 0v2.206a7.996 7.996 0 0 1 13.161 1.74a.5.5 0 1 1-.896.444A6.996 6.996 0 0 0 4.252 7h3.246a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4zM8 10.5a.5.5 0 0 0-.777-.416l-1.5 1a.5.5 0 0 0 .554.832L7 11.434V16.5a.5.5 0 0 0 1 0v-6zm4.503-.5c-.935 0-1.597.437-1.996 1.13c-.376.653-.504 1.507-.504 2.37c0 .863.128 1.717.504 2.37c.399.693 1.061 1.13 1.996 1.13s1.597-.437 1.996-1.13c.376-.653.504-1.507.504-2.37c0-.863-.128-1.717-.504-2.37c-.399-.693-1.061-1.13-1.996-1.13zm-1.5 3.5c0-.793.122-1.44.37-1.872c.227-.393.565-.628 1.13-.628s.903.235 1.13.628c.248.432.37 1.079.37 1.872c0 .793-.122 1.44-.37 1.872c-.227.393-.565.628-1.13.628s-.903-.235-1.13-.628c-.248-.432-.37-1.079-.37-1.872z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })