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.4 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 28 28' } export default defineComponent({ name: 'FlashCheckmark28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10 2a.75.75 0 0 0-.714.521l-4 12.5A.75.75 0 0 0 6 16h3.54l-2.268 9.068a.75.75 0 0 0 1.28.69l4.459-4.85a7.499 7.499 0 0 1 .296-2.538l-3.865 4.203l1.786-7.141a.75.75 0 0 0-.728-.932H7.027l3.52-11h7.103l-2.348 5.976A.75.75 0 0 0 16 10.5h4.542l-2.768 3.011a7.471 7.471 0 0 1 2.504-.508l2.524-2.745A.75.75 0 0 0 22.25 9H17.1l2.348-5.976A.75.75 0 0 0 18.75 2H10zm10.5 25a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13zm3.854-8.646l-5 5a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L19 22.293l4.646-4.647a.5.5 0 0 1 .708.708z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })