@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.42 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: 'FlashCheckmark24Regular',
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-.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 */
)
])
)
)
}
})