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.16 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: 'Fluent24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.41 2.508l.047-.006h.087l.106.021l.074.03l6 3a.5.5 0 0 1 0 .894L13.618 9l5.106 2.553a.5.5 0 0 1-.003.896l-5.757 2.837l.036 5.711a.5.5 0 0 1-.752.435l-6-3.5A.5.5 0 0 1 6 17.5l.002-11.544l.018-.097l.022-.059l.012-.025a.502.502 0 0 1 .06-.093l.066-.066l.072-.05l6.074-3.035l.085-.023z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })