@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.16 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'HomeCheckmark16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.313 1.273a1 1 0 0 1 1.374 0l4.844 4.575c.3.283.469.677.469 1.09V12.5A1.5 1.5 0 0 1 12.5 14h-9A1.5 1.5 0 0 1 2 12.501V6.937c0-.412.17-.806.47-1.089l4.843-4.575zm3.54 5.587a.5.5 0 1 0-.707-.706L7 9.297L5.854 8.152a.5.5 0 0 0-.708.706l1.5 1.499a.5.5 0 0 0 .708 0l3.5-3.497z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})