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.19 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: 'FStop20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.884 5.35a2.833 2.833 0 0 1 3.673-2.216l.788.258a.5.5 0 1 0 .31-.95l-.787-.258a3.833 3.833 0 0 0-4.97 2.997L9.244 9H5.5a.5.5 0 1 0 0 1h3.573l-.622 3.633c-.335 1.96-2.531 2.974-4.24 1.958l-.455-.27a.5.5 0 1 0-.511.859l.455.27c2.312 1.375 5.283.003 5.737-2.648l.65-3.802H13.5a.5.5 0 0 0 0-1h-3.241l.625-3.65z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })