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.41 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: 'FlashCheckmark24Regular', 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-.721-.956l3-10.5A.75.75 0 0 1 8.749 2h7a.75.75 0 0 1 .712.987L14.791 8h4.459a.75.75 0 0 1 .54 1.27l-1.687 1.758a6.585 6.585 0 0 0-2.255.184L17.49 9.5H13.75a.75.75 0 0 1-.712-.987L14.71 3.5H9.316l-2.572 9h2.51a.75.75 0 0 1 .728.932l-1.316 5.264l2.483-2.588a6.526 6.526 0 0 0-.091 2.262l-3.262 3.4c-.533.554-1.456.044-1.27-.702zM17.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11zm3.353-7.146l-4 4a.5.5 0 0 1-.707 0l-2-2a.5.5 0 0 1 .707-.708l1.647 1.647l3.646-3.647a.5.5 0 0 1 .707.708z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })