@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.67 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'SkipForward1020Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M15.732 5.628V3.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h2.025c-1.195-1.39-2.903-2.25-4.775-2.25c-2.399 0-4.53 1.415-5.655 3.543a.834.834 0 0 1-.728.457c-.538 0-.911-.533-.67-1.013C4.022 4.579 6.657 2.75 9.733 2.75c2.406 0 4.542 1.119 6 2.878zM12.501 17c1.875 0 2.5-1.567 2.5-3.5s-.625-3.5-2.5-3.5s-2.5 1.567-2.5 3.5s.625 3.5 2.5 3.5zm.676-1.813a.59.59 0 0 1-.217.223c-.07.038-.204.09-.46.09c-.255 0-.39-.052-.459-.09a.589.589 0 0 1-.217-.223c-.178-.288-.323-.837-.323-1.687c0-.85.145-1.399.323-1.688a.589.589 0 0 1 .217-.222c.07-.038.204-.09.46-.09c.255 0 .39.052.459.09a.59.59 0 0 1 .217.223c.178.288.324.837.324 1.687c0 .85-.146 1.399-.324 1.688zM8.25 10.75a.75.75 0 0 0-1.238-.57l-1.75 1.5a.75.75 0 1 0 .977 1.14l.511-.44v3.87a.75.75 0 0 0 1.5 0v-5.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})