@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.42 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TargetEdit24Filled',
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: 'M12 13.999a2 2 0 1 0-.001-4a2 2 0 0 0 0 4zm-6-2a6 6 0 1 1 11.988.366l-5.499 5.498c-.04.04-.08.082-.118.124A6 6 0 0 1 6 12zm6-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8zm0-4a8 8 0 0 1 7.947 7.09c.67-.16 1.38-.107 2.024.159C21.585 6.076 17.269 2 11.999 2C6.477 2 2 6.477 2 12c0 5.184 3.946 9.447 8.998 9.949a2.117 2.117 0 0 1 .065-.543l.356-1.428A8 8 0 0 1 12 4zm7.098 8.67l-5.901 5.901a2.686 2.686 0 0 0-.707 1.248l-.457 1.83a1.087 1.087 0 0 0 1.318 1.319l1.83-.458a2.685 2.685 0 0 0 1.248-.706L22.33 15.9a2.285 2.285 0 0 0-3.233-3.232z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})