@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 kB
JavaScript
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: 'TargetEdit16Regular',
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: 'M8.999 7.999a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm-1-3.5a3.5 3.5 0 0 0-.953 6.868c.092-.116.19-.227.296-.333l.538-.538a2.5 2.5 0 1 1 2.616-2.616l.863-.863A3.501 3.501 0 0 0 7.999 4.5zm4.638 1.627A5.001 5.001 0 0 0 3 7.999a5.002 5.002 0 0 0 3.365 4.727a3.905 3.905 0 0 0-.017.063l-.227.91a6 6 0 1 1 7.54-7.692a2.57 2.57 0 0 0-1.025.119zm-4.332 5.359l3.18-3.18l.851-.851a1.559 1.559 0 0 1 2.207 0c.61.61.61 1.597 0 2.207l-4.288 4.287a2.776 2.776 0 0 1-1.29.73l-1.21.303a.61.61 0 0 1-.74-.739l.078-.311l.225-.9l.02-.075c.129-.459.373-.877.71-1.214l.257-.257z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})