UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.17 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'HomeCheckmark16Filled', 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: '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 */ ) ]) ) ) } })