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 24 24' } export default defineComponent({ name: 'FStop24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.195 6.528a3.25 3.25 0 0 1 4.268-2.524l.592.205a.75.75 0 1 0 .49-1.418l-.59-.205a4.75 4.75 0 0 0-6.238 3.69l-.722 4.224H6.75a.75.75 0 0 0 0 1.5h3.99l-.783 4.584c-.376 2.202-2.812 3.377-4.77 2.3l-.075-.041a.75.75 0 0 0-.723 1.314l.075.042c2.862 1.574 6.422-.144 6.971-3.363L12.261 12h3.99a.75.75 0 0 0 0-1.5h-3.734l.678-3.972z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })