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.26 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: 'FlashCheckmark24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.527 21.068L8.294 14H5.75a.75.75 0 0 1-.72-.956l3-10.5A.75.75 0 0 1 8.75 2h7a.75.75 0 0 1 .712.987L14.79 8h4.46a.75.75 0 0 1 .54 1.27l-1.687 1.758a6.5 6.5 0 0 0-7.046 7.342l-3.262 3.4c-.532.554-1.455.044-1.269-.702zM17.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11zm3.354-7.146l-4 4a.5.5 0 0 1-.707 0l-2-2a.5.5 0 0 1 .707-.708l1.646 1.647l3.646-3.647a.5.5 0 0 1 .708.708z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })