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.41 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'TargetEdit20Filled', 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 11.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zM5 10a4.999 4.999 0 0 1 9.996-.055l-2.412 2.413a3.499 3.499 0 1 0-.228.228l-2.083 2.083c-.104.104-.2.214-.288.33A4.999 4.999 0 0 1 5.001 10zm4.995-6.5c3.28 0 5.991 2.43 6.434 5.587a2.883 2.883 0 0 1 1.515.031a7.998 7.998 0 1 0-8.935 8.816c.009-.093.025-.187.049-.282l.297-1.188A6.498 6.498 0 0 1 9.996 3.5zm.985 11.876l4.828-4.828a1.87 1.87 0 1 1 2.643 2.644l-4.827 4.828a2.196 2.196 0 0 1-1.02.578l-1.498.375a.89.89 0 0 1-1.078-1.079l.374-1.497c.096-.386.296-.74.578-1.02z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })