@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.27 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FlashCheckmark24Filled',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.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 */
)
])
)
)
}
})