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.28 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: 'HomeCheckmark16Regular', 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.854 6.86a.5.5 0 1 0-.708-.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.497zM8.687 1.273a1 1 0 0 0-1.374 0L2.469 5.848c-.3.283-.469.677-.469 1.09V12.5A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.499V6.937c0-.412-.17-.806-.47-1.089L8.688 1.273zM8 2l4.844 4.575a.5.5 0 0 1 .156.363v5.564a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V6.937a.5.5 0 0 1 .156-.363L8 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })