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.46 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: 'TargetEdit16Filled', 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.999 8.999a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-3.5-1a3.5 3.5 0 0 1 6.86-.982L9.954 8.422a2 2 0 1 0-1.531 1.531l-1.081 1.082a3.793 3.793 0 0 0-.296.332A3.5 3.5 0 0 1 4.5 7.999zm3.5-4.5a4.5 4.5 0 0 1 4.18 2.83a2.561 2.561 0 0 1 1.48-.322A6.001 6.001 0 0 0 2 7.999a6.002 6.002 0 0 0 4.12 5.699l.228-.909c.046-.184.106-.364.178-.538A4.501 4.501 0 0 1 8 3.5zm3.486 4.806l-3.18 3.18l-.256.257a2.774 2.774 0 0 0-.73 1.29l-.225.898l-.079.312a.61.61 0 0 0 .74.74l1.21-.303a2.776 2.776 0 0 0 1.29-.73l4.288-4.288a1.56 1.56 0 0 0-2.091-2.312c-.04.033-.079.068-.116.105l-.85.85z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })