@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.25 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FlashCheckmark28Filled',
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: '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.5 7.5 0 0 1 7.267-7.904l2.524-2.746A.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 */
)
])
)
)
}
})