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.21 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 20 20' } export default defineComponent({ name: 'FStop20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.08 5.681a2.583 2.583 0 0 1 3.525-1.955l.361.148a.75.75 0 1 0 .568-1.389l-.36-.147a4.083 4.083 0 0 0-5.572 3.09L8.991 9H5.75a.75.75 0 0 0 0 1.5h2.984l-.507 2.962c-.31 1.813-2.363 2.73-3.92 1.751l-.158-.098a.75.75 0 0 0-.798 1.27l.157.098c2.462 1.548 5.707.098 6.198-2.768l.55-3.215h2.994a.75.75 0 1 0 0-1.5h-2.737l.568-3.319z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })